This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Patch: copyright change
- To: Java Patch List <java-patches at sourceware dot cygnus dot com>
- Subject: Patch: copyright change
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 07 Mar 2000 12:53:28 -0700
- Reply-To: tromey at cygnus dot com
I'm committing this change, which changes the copyright and license
for libgcj. This is parts of the Classpath merger. I'm omitting the
actual patch as it is huge and mechanical. I made it this way:
perl -pi~ -e 's/Red Hat, Inc./Free Software Foundation/g;' $(srcs -r)
2000-03-07 Tom Tromey <tromey@cygnus.com>
* All files: Updated copyright information.
* COPYING: New file.
* COPYING.LIB: Removed.
* LIBGCJ_LICENSE: We now use GPL + special exception.
Tom