From: Jim Meyering Date: Sun, 9 Feb 1997 04:56:33 +0000 (+0000) Subject: update copyright X-Git-Tag: SH-UTILS-1_16a~251 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ee12115f0606f19ee89ed8b39563526c8c59783;p=thirdparty%2Fcoreutils.git update copyright --- diff --git a/src/groups.sh b/src/groups.sh index 68ac9636e8..d115d2a77f 100755 --- a/src/groups.sh +++ b/src/groups.sh @@ -1,6 +1,6 @@ #!/bin/sh # groups -- print the groups a user is in -# Copyright (C) 1991 Free Software Foundation, Inc. +# Copyright (C) 1991, 1997 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 diff --git a/src/nohup.sh b/src/nohup.sh index 3d9405d106..b4baa4d06d 100755 --- a/src/nohup.sh +++ b/src/nohup.sh @@ -1,6 +1,6 @@ #!/bin/sh # nohup -- run a command immume to hangups, with output to a non-tty -# Copyright (C) 1991 Free Software Foundation, Inc. +# Copyright (C) 1991, 1997 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