]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add copyright notice.
authorBruno Haible <bruno@clisp.org>
Tue, 12 Feb 2002 12:38:24 +0000 (12:38 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 23:21:00 +0000 (01:21 +0200)
src/project-id
src/user-email.in

index 2514a84958e6506256c97294c01d312e70404502..d51bc40470f420f72bb59e6f9c4e42f70ad05e1f 100755 (executable)
@@ -1,5 +1,21 @@
 #!/bin/sh
 # Prints a package's identification PACKAGE VERSION or PACKAGE.
+#
+# Copyright (C) 2001-2002 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.
 
 want_version="$1"
 while true; do
index f8068617ffb6c231a4898336b004483e90fbbfa3..424d3d84d457fa0d5ff457925a27551c41767ce1 100644 (file)
@@ -1,5 +1,21 @@
 #!/bin/sh
 # Prints the user's email address, with confirmation from the user.
+#
+# Copyright (C) 2001-2002 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.
 
 # Redirect fileno 3 to interactive I/O.
 exec 3>/dev/tty