changeset 5:23c4c196778a

2007-12-03 Andrew John Hughes <gnu_andrew@member.fsf.org> * THANKS: Add thankyous. * tools/apt.in, * tools/javac.in, * tools/javadoc.in, * tools/javah.in: Correct copyright headers.
author gnu_andrew@member.fsf.org
date Mon, 03 Dec 2007 20:44:39 +0000
parents b04bfca58e58
children dc6721b486c7
files ChangeLog THANKS tools/apt.in tools/javac.in tools/javadoc.in tools/javah.in
diffstat 6 files changed, 42 insertions(+), 93 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Nov 29 16:46:44 2007 +0000
+++ b/ChangeLog	Mon Dec 03 20:44:39 2007 +0000
@@ -1,3 +1,13 @@
+2007-12-03  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+	* THANKS:
+	Add thankyous.
+	* tools/apt.in,
+	* tools/javac.in,
+	* tools/javadoc.in,
+	* tools/javah.in:
+	Correct copyright headers.
+	
 2007-11-29  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
 	* tools/library.c:
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/THANKS	Mon Dec 03 20:44:39 2007 +0000
@@ -0,0 +1,8 @@
+My deepest thanks to all those who have contributed to the following projects:
+
+* GNU Classpath
+* OpenJDK
+* IcedTea
+* The numerous VMs which support GNU Classpath, including JamVM, CACAO, JikesRVM, Kaffe and gcj
+
+Without your work, this wouldn't be possible.
--- a/tools/apt.in	Thu Nov 29 16:46:44 2007 +0000
+++ b/tools/apt.in	Mon Dec 03 20:44:39 2007 +0000
@@ -1,42 +1,25 @@
 #!/bin/sh
 
-## Copyright (C) 2006 Free Software Foundation, Inc.
+## Copyright (C) 2007 Andrew John Hughes
 ##
-## This file is a part of GNU Classpath.
+## This file is a part of IcePick.
 ##
-## GNU Classpath is free software; you can redistribute it and/or modify
+## IcePick is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
 ## the Free Software Foundation; either version 2 of the License, or (at
 ## your option) any later version.
 ##
-## GNU Classpath is distributed in the hope that it will be useful, but
+## IcePick is distributed in the hope that it will be useful, but
 ## WITHOUT ANY WARRANTY; without even the implied warranty of
 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ## General Public License for more details.
 ##
 ## You should have received a copy of the GNU General Public License
-## along with GNU Classpath; if not, write to the Free Software
+## along with IcePick; if not, write to the Free Software
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
 ## USA.
 ##
-## Linking this library statically or dynamically with other modules is
-## making a combined work based on this library.  Thus, the terms and
-## conditions of the GNU General Public License cover the whole
-## combination.
-##
-## As a special exception, the copyright holders of this library give you
-## permission to link this library with independent modules to produce an
-## executable, regardless of the license terms of these independent
-## modules, and to copy and distribute the resulting executable under
-## terms of your choice, provided that you also meet, for each linked
-## independent module, the terms and conditions of the license of that
-## module.  An independent module is a module which is not derived from
-## or based on this library.  If you modify this library, you may extend
-## this exception to your version of the library, but you are not
-## obligated to do so.  If you do not wish to do so, delete this
-## exception statement from your version.
-##
-## A simple shell script to launch the GNU Classpath appletviewer tool.
+## A simple shell script to launch the APT tool.
 ##
 
 prefix=@prefix@
--- a/tools/javac.in	Thu Nov 29 16:46:44 2007 +0000
+++ b/tools/javac.in	Mon Dec 03 20:44:39 2007 +0000
@@ -1,42 +1,25 @@
 #!/bin/sh
 
-## Copyright (C) 2006 Free Software Foundation, Inc.
+## Copyright (C) 2007 Andrew John Hughes
 ##
-## This file is a part of GNU Classpath.
+## This file is a part of IcePick.
 ##
-## GNU Classpath is free software; you can redistribute it and/or modify
+## IcePick is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
 ## the Free Software Foundation; either version 2 of the License, or (at
 ## your option) any later version.
 ##
-## GNU Classpath is distributed in the hope that it will be useful, but
+## IcePick is distributed in the hope that it will be useful, but
 ## WITHOUT ANY WARRANTY; without even the implied warranty of
 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ## General Public License for more details.
 ##
 ## You should have received a copy of the GNU General Public License
-## along with GNU Classpath; if not, write to the Free Software
+## along with IcePick; if not, write to the Free Software
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
 ## USA.
 ##
-## Linking this library statically or dynamically with other modules is
-## making a combined work based on this library.  Thus, the terms and
-## conditions of the GNU General Public License cover the whole
-## combination.
-##
-## As a special exception, the copyright holders of this library give you
-## permission to link this library with independent modules to produce an
-## executable, regardless of the license terms of these independent
-## modules, and to copy and distribute the resulting executable under
-## terms of your choice, provided that you also meet, for each linked
-## independent module, the terms and conditions of the license of that
-## module.  An independent module is a module which is not derived from
-## or based on this library.  If you modify this library, you may extend
-## this exception to your version of the library, but you are not
-## obligated to do so.  If you do not wish to do so, delete this
-## exception statement from your version.
-##
-## A simple shell script to launch the GNU Classpath appletviewer tool.
+## A simple shell script to launch the javac tool.
 ##
 
 prefix=@prefix@
--- a/tools/javadoc.in	Thu Nov 29 16:46:44 2007 +0000
+++ b/tools/javadoc.in	Mon Dec 03 20:44:39 2007 +0000
@@ -1,42 +1,25 @@
 #!/bin/sh
 
-## Copyright (C) 2006 Free Software Foundation, Inc.
+## Copyright (C) 2007 Andrew John Hughes
 ##
-## This file is a part of GNU Classpath.
+## This file is a part of IcePick.
 ##
-## GNU Classpath is free software; you can redistribute it and/or modify
+## IcePick is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
 ## the Free Software Foundation; either version 2 of the License, or (at
 ## your option) any later version.
 ##
-## GNU Classpath is distributed in the hope that it will be useful, but
+## IcePick is distributed in the hope that it will be useful, but
 ## WITHOUT ANY WARRANTY; without even the implied warranty of
 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ## General Public License for more details.
 ##
 ## You should have received a copy of the GNU General Public License
-## along with GNU Classpath; if not, write to the Free Software
+## along with IcePick; if not, write to the Free Software
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
 ## USA.
 ##
-## Linking this library statically or dynamically with other modules is
-## making a combined work based on this library.  Thus, the terms and
-## conditions of the GNU General Public License cover the whole
-## combination.
-##
-## As a special exception, the copyright holders of this library give you
-## permission to link this library with independent modules to produce an
-## executable, regardless of the license terms of these independent
-## modules, and to copy and distribute the resulting executable under
-## terms of your choice, provided that you also meet, for each linked
-## independent module, the terms and conditions of the license of that
-## module.  An independent module is a module which is not derived from
-## or based on this library.  If you modify this library, you may extend
-## this exception to your version of the library, but you are not
-## obligated to do so.  If you do not wish to do so, delete this
-## exception statement from your version.
-##
-## A simple shell script to launch the GNU Classpath appletviewer tool.
+## A simple shell script to launch the javadoc tool.
 ##
 
 prefix=@prefix@
--- a/tools/javah.in	Thu Nov 29 16:46:44 2007 +0000
+++ b/tools/javah.in	Mon Dec 03 20:44:39 2007 +0000
@@ -1,43 +1,25 @@
 #!/bin/sh
 
-## Copyright (C) 2006 Free Software Foundation, Inc.
+## Copyright (C) 2007 Andrew John Hughes
 ##
-## This file is a part of GNU Classpath.
+## This file is a part of IcePick.
 ##
-## GNU Classpath is free software; you can redistribute it and/or modify
+## IcePick is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
 ## the Free Software Foundation; either version 2 of the License, or (at
 ## your option) any later version.
 ##
-## GNU Classpath is distributed in the hope that it will be useful, but
+## IcePick is distributed in the hope that it will be useful, but
 ## WITHOUT ANY WARRANTY; without even the implied warranty of
 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ## General Public License for more details.
 ##
 ## You should have received a copy of the GNU General Public License
-## along with GNU Classpath; if not, write to the Free Software
+## along with IcePick; if not, write to the Free Software
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
 ## USA.
 ##
-## Linking this library statically or dynamically with other modules is
-## making a combined work based on this library.  Thus, the terms and
-## conditions of the GNU General Public License cover the whole
-## combination.
-##
-## As a special exception, the copyright holders of this library give you
-## permission to link this library with independent modules to produce an
-## executable, regardless of the license terms of these independent
-## modules, and to copy and distribute the resulting executable under
-## terms of your choice, provided that you also meet, for each linked
-## independent module, the terms and conditions of the license of that
-## module.  An independent module is a module which is not derived from
-## or based on this library.  If you modify this library, you may extend
-## this exception to your version of the library, but you are not
-## obligated to do so.  If you do not wish to do so, delete this
-## exception statement from your version.
-##
-## A simple shell script to launch the GNU Classpath appletviewer tool.
-##
+## A simple shell script to launch the javah tool.
 
 prefix=@prefix@
 datarootdir=@datarootdir@