summaryrefslogtreecommitdiff
path: root/scripts.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1996-01-06 20:10:14 +0000
committerTom Tromey <tromey@redhat.com>1996-01-06 20:10:14 +0000
commite398ecd9a8b38f35bda7bfcc33c80790b4a08e9e (patch)
treed4c8548a11a47a660943c401e47f550daab21ae8 /scripts.am
parentc1a8ce55f595ced8bd41b50112fcef85bd540c8b (diff)
downloadautomake-e398ecd9a8b38f35bda7bfcc33c80790b4a08e9e.tar.gz
Patches from Jim Meyering.
Put copyright in all files
Diffstat (limited to 'scripts.am')
-rw-r--r--scripts.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/scripts.am b/scripts.am
index 382ff82e7..39199d719 100644
--- a/scripts.am
+++ b/scripts.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.
install-@DIR@SCRIPTS: $(@DIR@_SCRIPTS)
$(top_srcdir)/mkinstalldirs $(@DIR@dir)
for p in $(@DIR@_SCRIPTS); do \