diff options
author | Tom Tromey <tromey@redhat.com> | 1996-01-06 20:10:14 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1996-01-06 20:10:14 +0000 |
commit | e398ecd9a8b38f35bda7bfcc33c80790b4a08e9e (patch) | |
tree | d4c8548a11a47a660943c401e47f550daab21ae8 /lib/am/compile.am | |
parent | c1a8ce55f595ced8bd41b50112fcef85bd540c8b (diff) | |
download | automake-e398ecd9a8b38f35bda7bfcc33c80790b4a08e9e.tar.gz |
Patches from Jim Meyering.
Put copyright in all files
Diffstat (limited to 'lib/am/compile.am')
-rw-r--r-- | lib/am/compile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/am/compile.am b/lib/am/compile.am index 2570db799..6ae415c19 100644 --- a/lib/am/compile.am +++ b/lib/am/compile.am @@ -1,3 +1,20 @@ +## automake - create Makefile.in from Makefile.am +## Copyright (C) 1994, 1995, 1996 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. .c.o: $(COMPILE) $< |