diff options
author | Jim Meyering <jim@meyering.net> | 1997-02-09 04:56:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-02-09 04:56:33 +0000 |
commit | 4ee12115f0606f19ee89ed8b39563526c8c59783 (patch) | |
tree | d22bf0e3bbfa9908154c1a85fa4cd473cda95026 /src | |
parent | 7eb03c4372f72806e5ad87ce8c2f1387f299950d (diff) | |
download | coreutils-4ee12115f0606f19ee89ed8b39563526c8c59783.tar.xz |
update copyright
Diffstat (limited to 'src')
-rwxr-xr-x | src/groups.sh | 2 | ||||
-rwxr-xr-x | src/nohup.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/groups.sh b/src/groups.sh index 68ac9636e..d115d2a77 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 3d9405d10..b4baa4d06 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 |