changeset 4781:8a653fbe5c27

Add copyright and GPL v2 or later notices to Andy Piper's contributions, with his permission. See: http://calypso.tux.org/pipermail/xemacs-beta/2009-December/018041.html
author Jerry James <james@xemacs.org>
date Fri, 18 Dec 2009 09:19:33 -0700
parents 2fd201d73a92
children 1523f1d28be1
files ChangeLog build-msw-release.sh lib-src/ChangeLog lib-src/installexe.sh tests/ChangeLog tests/glyph-test.el tests/gutter-test.el
diffstat 7 files changed, 92 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Dec 17 17:51:38 2009 +0000
+++ b/ChangeLog	Fri Dec 18 09:19:33 2009 -0700
@@ -1,3 +1,8 @@
+2009-12-18  Jerry James  <james@xemacs.org>
+
+	* build-msw-release.sh: Add copyright and GPL v2 or later header
+	with permission of Andy Piper.
+
 2009-12-09  Jerry James  <james@xemacs.org>
 
 	* INSTALL: Remove description of --without-xmu option.
--- a/build-msw-release.sh	Thu Dec 17 17:51:38 2009 +0000
+++ b/build-msw-release.sh	Fri Dec 18 09:19:33 2009 -0700
@@ -1,5 +1,24 @@
 #!/bin/sh
 
+# Copyright (C) 2000 Andy Piper
+
+# This file is part of XEmacs.
+
+# XEmacs 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, or (at your
+# option) any later version.
+
+# XEmacs 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 XEmacs; see the file COPYING.  If not, write to the Free
+# Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
+
 # This file builds the release kits for both cygwin and win32. You
 # must have both environments configured for it to work properly. In
 # particular you must provide a suitable value for NATIVE_ZLIB_DIR.
--- a/lib-src/ChangeLog	Thu Dec 17 17:51:38 2009 +0000
+++ b/lib-src/ChangeLog	Fri Dec 18 09:19:33 2009 -0700
@@ -1,3 +1,8 @@
+2009-12-18  Jerry James  <james@xemacs.org>
+
+	* installexe.sh: Add copyright and GPL v2 or later header with
+	permission of Andy Piper.
+
 2009-12-15  Jerry James  <james@xemacs.org>
 
 	* ad2c: Add GPL v2 or later notice with permission of George Ferguson.
--- a/lib-src/installexe.sh	Thu Dec 17 17:51:38 2009 +0000
+++ b/lib-src/installexe.sh	Fri Dec 18 09:19:33 2009 -0700
@@ -1,5 +1,24 @@
 #!bash
 
+# Copyright (C) 1998 Andy Piper
+
+# This file is part of XEmacs.
+
+# XEmacs 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, or (at your
+# option) any later version.
+
+# XEmacs 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 XEmacs; see the file COPYING.  If not, write to the Free
+# Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
+
 install_prog=$1
 shift
 
--- a/tests/ChangeLog	Thu Dec 17 17:51:38 2009 +0000
+++ b/tests/ChangeLog	Fri Dec 18 09:19:33 2009 -0700
@@ -1,3 +1,9 @@
+2009-12-18  Jerry James  <james@xemacs.org>
+
+	* glyph-test.el: Add copyright and GPL v2 or later header with
+	permission of Andy Piper.
+	* gutter-test.el: Ditto.
+
 2009-12-10  Jerry James  <james@xemacs.org>
 
 	* auc-tex-test: Remove obsolete file.
--- a/tests/glyph-test.el	Thu Dec 17 17:51:38 2009 +0000
+++ b/tests/glyph-test.el	Fri Dec 18 09:19:33 2009 -0700
@@ -1,3 +1,22 @@
+;;; Copyright (C) 1998 Andy Piper
+
+;;; This file is part of XEmacs.
+
+;;; XEmacs 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, or (at your
+;;; option) any later version.
+
+;;; XEmacs 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 XEmacs; see the file COPYING.  If not, write to the Free
+;;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;;; Boston, MA 02110-1301, USA.
+
 (set-extent-begin-glyph 
  (make-extent (point) (point))
  (setq im (make-glyph [xbm :file "xemacsicon.xbm"])))
--- a/tests/gutter-test.el	Thu Dec 17 17:51:38 2009 +0000
+++ b/tests/gutter-test.el	Fri Dec 18 09:19:33 2009 -0700
@@ -1,3 +1,22 @@
+;;; Copyright (C) 1998 Andy Piper
+
+;;; This file is part of XEmacs.
+
+;;; XEmacs 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, or (at your
+;;; option) any later version.
+
+;;; XEmacs 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 XEmacs; see the file COPYING.  If not, write to the Free
+;;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;;; Boston, MA 02110-1301, USA.
+
 (setq str "Hello\nAgain")
 (setq str-ext (make-extent 0 5 str))
 (set-extent-begin-glyph