]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
update copyright
authorJim Meyering <jim@meyering.net>
Sun, 9 Feb 1997 04:56:33 +0000 (04:56 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 9 Feb 1997 04:56:33 +0000 (04:56 +0000)
src/groups.sh
src/nohup.sh

index 68ac9636e8f6c9a2e61871047804a5f20c0ef02b..d115d2a77fd80135f2bb6cf3782a00fbf383343c 100755 (executable)
@@ -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
index 3d9405d10648d2122f8d7b378a9c0bfd21e849dc..b4baa4d06d6e458473306153ff2cd2dbc5fe6bff 100755 (executable)
@@ -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