From 3af311278ecab3a00e0b37d258f987318106c1ed Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 17 Jul 2001 06:00:37 +0000 Subject: [PATCH] * lib/ylwrap: Added special exception. * lib/py-compile: Added license. * lib/mdate-sh: Added special exception. * lib/elisp-comp: Added special exception. * lib/compile: Added special exception. * lib/depcomp: Added special exception. --- ChangeLog | 7 +++++++ lib/compile | 5 +++++ lib/depcomp | 5 +++++ lib/elisp-comp | 5 +++++ lib/mdate-sh | 5 +++++ lib/py-compile | 24 ++++++++++++++++++++++++ lib/ylwrap | 5 +++++ 7 files changed, 56 insertions(+) diff --git a/ChangeLog b/ChangeLog index 98a696f..8dbb605 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2001-07-17 Tom Tromey + * lib/ylwrap: Added special exception. + * lib/py-compile: Added license. + * lib/mdate-sh: Added special exception. + * lib/elisp-comp: Added special exception. + * lib/compile: Added special exception. + * lib/depcomp: Added special exception. + Report from Motoyuki Kasahara: * tests/make.test: Use am__include. * tests/exsource.test: Use am__include. diff --git a/lib/compile b/lib/compile index d4a34aa..0d11ac5 100755 --- a/lib/compile +++ b/lib/compile @@ -19,6 +19,11 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + # Usage: # compile PROGRAM [ARGS]... # `-o FOO.o' is removed from the args passed to the actual compile. diff --git a/lib/depcomp b/lib/depcomp index af60ee6..3cb7d71 100755 --- a/lib/depcomp +++ b/lib/depcomp @@ -18,6 +18,11 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + # Originally written by Alexandre Oliva . if test -z "$depmode" || test -z "$source" || test -z "$object"; then diff --git a/lib/elisp-comp b/lib/elisp-comp index ca5600b..dc7d7ca 100755 --- a/lib/elisp-comp +++ b/lib/elisp-comp @@ -16,6 +16,11 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + # This script byte-compiles all `.el' files which are part of its # arguments, using GNU Emacs, and put the resulting `.elc' files into # the current directory, so disregarding the original directories used diff --git a/lib/mdate-sh b/lib/mdate-sh index 0c88e75..c079aed 100755 --- a/lib/mdate-sh +++ b/lib/mdate-sh @@ -17,6 +17,11 @@ # along with this program; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + # Prevent date giving response in another language. LANG=C export LANG diff --git a/lib/py-compile b/lib/py-compile index b60649d..a055fae 100755 --- a/lib/py-compile +++ b/lib/py-compile @@ -1,4 +1,28 @@ #!/bin/sh + +# py-compile - Compile a Python program +# Copyright 2000, 2001 Free Software Foundation, Inc. + +# This program 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. + +# This program 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 this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + # called as "py-compile [--basedir DIR] PY_FILES ... if [ -z "$PYTHON" ]; then diff --git a/lib/ylwrap b/lib/ylwrap index d9e07bc..5ea68e4 100755 --- a/lib/ylwrap +++ b/lib/ylwrap @@ -17,6 +17,11 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + # Usage: # ylwrap INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]... # * INPUT is the input file -- 2.7.4