]> sourceware.org Git - automake.git/commitdiff
* lib/ylwrap: Added special exception.
authorTom Tromey <tromey@redhat.com>
Tue, 17 Jul 2001 06:00:35 +0000 (06:00 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 17 Jul 2001 06:00:35 +0000 (06:00 +0000)
* 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
lib/compile
lib/depcomp
lib/elisp-comp
lib/mdate-sh
lib/py-compile
lib/ylwrap

index 98a696fed2589fef972be101207dde4db4fec89a..8dbb6053b9695f7f12199914377ebf5c9fbc32e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2001-07-17  Tom Tromey  <tromey@redhat.com>
 
+       * 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.
index d4a34aa0ef971b7602583f5af1e37981ce2a67c4..0d11ac5573577fa0d188e662679255a7f1fa772d 100755 (executable)
 # 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.
index af60ee602ca5bfb7c7b9f08f43eb24b23bca8958..3cb7d712de9037e4b4b6128e7986601af90abe20 100755 (executable)
 # 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 <oliva@dcc.unicamp.br>.
 
 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
index ca5600ba38e460c74a8e3d02176e86a33abe28d5..dc7d7ca6d85a4bb4ad45a602f3078e839344ebab 100755 (executable)
 # 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
index 0c88e758b8cfa901dda28984c4907514b7fd6315..c079aed3e2281b7d112e386455ca648dd43357a2 100755 (executable)
 # 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
index b60649de66c4e28f90201ce8b25d6589921adce7..a055fae4f527316245adc7261a2a40eb70bd3b4a 100755 (executable)
@@ -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
index d9e07bca0f497db4c1c2f5467920d5ca74629258..5ea68e4fcd33b2bcc19f9ee975458b49060157f2 100755 (executable)
 # 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
This page took 0.038113 seconds and 5 git commands to generate.