changeset in /hg/icepick: 2007-12-03 Andrew John Hughes <gnu_a...
gnu_andrew at member.fsf.org
gnu_andrew at member.fsf.org
Mon Dec 3 13:45:39 PST 2007
changeset 23c4c196778a in /hg/icepick
details: http://icedtea.classpath.org/hg/icepick?cmd=changeset;node=23c4c196778a
description:
2007-12-03 Andrew John Hughes <gnu_andrew at member.fsf.org>
* THANKS:
Add thankyous.
* tools/apt.in,
* tools/javac.in,
* tools/javadoc.in,
* tools/javah.in:
Correct copyright headers.
diffstat:
6 files changed, 42 insertions(+), 93 deletions(-)
ChangeLog | 10 ++++++++++
THANKS | 8 ++++++++
tools/apt.in | 29 ++++++-----------------------
tools/javac.in | 29 ++++++-----------------------
tools/javadoc.in | 29 ++++++-----------------------
tools/javah.in | 30 ++++++------------------------
diffs (238 lines):
diff -r b04bfca58e58 -r 23c4c196778a ChangeLog
--- 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-11-29 Andrew John Hughes <gnu_and
+2007-12-03 Andrew John Hughes <gnu_andrew at 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 at member.fsf.org>
* tools/library.c:
diff -r b04bfca58e58 -r 23c4c196778a THANKS
--- /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.
diff -r b04bfca58e58 -r 23c4c196778a tools/apt.in
--- 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@
diff -r b04bfca58e58 -r 23c4c196778a tools/javac.in
--- 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@
diff -r b04bfca58e58 -r 23c4c196778a tools/javadoc.in
--- 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@
diff -r b04bfca58e58 -r 23c4c196778a tools/javah.in
--- 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@
More information about the distro-pkg-dev
mailing list