aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1996-06-07 21:30:04 +0000
committerTom Tromey <tromey@redhat.com>1996-06-07 21:30:04 +0000
commit85f533f7f9bc3a46e4cf1ee3c4a2c131eb3cf519 (patch)
tree638360fab64b2bdbbc7903bd626aa785c930a8cb /configure.in
parentb72b1a0c5273b56e4609383fda998f6a493a0b4b (diff)
downloadgdb-85f533f7f9bc3a46e4cf1ee3c4a2c131eb3cf519.zip
gdb-85f533f7f9bc3a46e4cf1ee3c4a2c131eb3cf519.tar.gz
gdb-85f533f7f9bc3a46e4cf1ee3c4a2c131eb3cf519.tar.bz2
* configure.in: Added copyright notice.
* move-if-change: Added copyright notice.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 6066422..a82bf01 100644
--- a/configure.in
+++ b/configure.in
@@ -14,6 +14,22 @@
## For more information on these two systems, check out the documentation
## for 'Autoconf' (autoconf.texi) and 'Configure' (configure.texi).
+# Copyright (C) 1992, 93, 94, 95, 1996 Free Software Foundation, Inc.
+#
+# This file 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 of the License, 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.
+
##############################################################################
### To add a new directory to the tree, first choose whether it is a target