From 39d198221915c7fe690070d406b26e1ef75c97d7 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 12 Feb 2002 12:38:24 +0000 Subject: [PATCH] Add copyright notice. --- src/project-id | 16 ++++++++++++++++ src/user-email.in | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/src/project-id b/src/project-id index 2514a8495..d51bc4047 100755 --- a/src/project-id +++ b/src/project-id @@ -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 diff --git a/src/user-email.in b/src/user-email.in index f8068617f..424d3d84d 100644 --- a/src/user-email.in +++ b/src/user-email.in @@ -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 -- 2.47.2