]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
update copyrights for 1997
authorJim Meyering <jim@meyering.net>
Sun, 9 Feb 1997 04:54:16 +0000 (04:54 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 9 Feb 1997 04:54:16 +0000 (04:54 +0000)
24 files changed:
src/basename.c
src/chroot.c
src/dirname.c
src/echo.c
src/env.c
src/expr.c
src/factor.c
src/hostname.c
src/logname.c
src/nice.c
src/pathchk.c
src/printenv.c
src/printf.c
src/pwd.c
src/seq.c
src/sleep.c
src/stty.c
src/su.c
src/tee.c
src/tty.c
src/uname.c
src/who-users.c
src/whoami.c
src/yes.c

index 53e35841346c731d2507a71049be180eceddf252..da4177aedfbb371752ad2aa023287c44060b0b61 100644 (file)
@@ -1,5 +1,5 @@
 /* basename -- strip directory and suffix from filenames
-   Copyright (C) 90, 91, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 90,91,92,93,94,95,96,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 2574f4d7b0f5306f23d9f57b0a871c798a83b1a8..26599c0ad68c26834707d34c40a31becfe0b7e7d 100644 (file)
@@ -1,5 +1,5 @@
 /* chroot -- run command or shell with special root directory
-   Copyright (C) 1995, 96 Free Software Foundation, Inc.
+   Copyright (C) 95, 96, 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 3cced85d8b610524b5d2accf01811a0e2ead304e..27c8f56a01f7033076a1f4c185c8e4adba4077b4 100644 (file)
@@ -1,5 +1,5 @@
 /* dirname -- strip filename suffix from pathname
-   Copyright (C) 90, 91, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 90,91,92,93,94,95,96,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 8fd4950e224c44e7da5be35e896417195f5c2ee9..152e5cf19caf5c74c89d6ef22614efcba2274c9e 100644 (file)
@@ -1,5 +1,5 @@
 /* echo.c, derived from code echo.c in Bash.
-   Copyright (C) 87, 89, 91, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 87,89,91,92,93,94,95,96,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 377066312f4a692181574c658096ae5e17dfa671..9bbacc8ae3e11a9b7df625eecf6fb3f1cfa42d85 100644 (file)
--- a/src/env.c
+++ b/src/env.c
@@ -1,5 +1,5 @@
 /* env - run a program in a modified environment
-   Copyright (C) 86, 91, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 86,91,92,93,94,95,96,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 c8a04771cba06a7b263ccef2a8223671cbe185b2..8675438f4366bd48bf0bdc340ff46db11b4d73d0 100644 (file)
@@ -1,5 +1,5 @@
 /* expr -- evaluate expressions.
-   Copyright (C) 86, 91, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 86,91,92,93,94,95,96,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 6c22f561047fe141d61b1b1e605388f95fe86106..b7c4a266849af6f5c35df8b652e4fccc7f24d26f 100644 (file)
@@ -1,5 +1,5 @@
 /* factor -- print factors of n.  lose if n > 2^32.
-   Copyright (C) 86, 1995, 96 Free Software Foundation, Inc.
+   Copyright (C) 86, 95, 96, 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 3906b043add2bb48d08b0a5cc05eb98dd6c8e651..876eada951b232a1ab94e5ff32c4a695e1b60247 100644 (file)
@@ -1,5 +1,5 @@
 /* hostname - set or print the name of current host system
-   Copyright (C) 94, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 94, 95, 96, 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 d209af8f8d140b1b6629e500b3fb7d6458374981..4a10bd6ae087474e2b7b6e61a503255e01310a54 100644 (file)
@@ -1,5 +1,5 @@
 /* logname -- print user's login name
-   Copyright (C) 90, 91, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 90,91,92,93,94,95,96,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 0f7c4a6be8d14a8ad264a9862738807bfeed4b7f..94e49dad8ff93969aeb9732a600b85c79daf4642 100644 (file)
@@ -1,5 +1,5 @@
 /* nice -- run a program with modified scheduling priority
-   Copyright (C) 90, 91, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 90,91,92,93,94,95,96,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 c49728b10528309f5d91bdb33c949e1c3c552028..b89f82bdc1af9dbe6c220994c7ff76b9f462be15 100644 (file)
@@ -1,5 +1,5 @@
 /* pathchk -- check whether pathnames are valid or portable
-   Copyright (C) 91, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 91, 92, 93, 94, 95, 96, 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 fedf986ddd765ad7e3b33e470701dde0acb92826..4f4eb8b4ae8f56bfa3f7fc7405dd7429d3102500 100644 (file)
@@ -1,5 +1,5 @@
 /* printenv -- print all or part of environment
-   Copyright (C) 89, 90, 91, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 89,90,91,92,93,94,95,96,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 be17ff0dc6d3183d66a3379ba89d61b71f645774..10581a2a4167d616f9b90066a386416e8158b159 100644 (file)
@@ -1,5 +1,5 @@
 /* printf - format and print data
-   Copyright (C) 90, 91, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 90,91,92,93,94,95,96,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 9bd53f5aad82ba6c97d5d03c3a0bfc147d995a30..568a7a0a33c2efea55b4bffd5b037bef646fb988 100644 (file)
--- a/src/pwd.c
+++ b/src/pwd.c
@@ -1,5 +1,5 @@
 /* pwd - print current directory
-   Copyright (C) 94, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 94, 95, 96, 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 77627084afbf8c89b55b4563c4f18bcc01d0190c..472752d769ab51bc40707a03b12dd901c3fa41b1 100644 (file)
--- a/src/seq.c
+++ b/src/seq.c
@@ -1,5 +1,5 @@
 /* seq - print sequence of numbers to standard output.
-   Copyright (C) 94, 1995, 96 Free Software Foundation, Inc.
+   Copyright (C) 94, 95, 96, 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 3242cc64e5f975fc44733e237bb41b54803ac3b9..db6136464ce3638e8211b749728e3ffeb2b0f47f 100644 (file)
@@ -1,5 +1,5 @@
 /* sleep - delay for a specified amount of time.
-   Copyright (C) 84, 91, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 84,91,92,93,94,95,96,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 0a3a335936c731d8f56f3a0f1cfaeffc51c40c29..678156eb2628dadb221d45dfcf8bcb5ebffd2659 100644 (file)
@@ -1,5 +1,5 @@
 /* stty -- change and print terminal line settings
-   Copyright (C) 90, 91, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 90,91,92,93,94,95,96,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 cc6e8d2ebee3e64ec5c11c2d53ae93f9671bd9de..5edd1348e5b122c3b688813e64bd19694bb52d1c 100644 (file)
--- a/src/su.c
+++ b/src/su.c
@@ -1,5 +1,5 @@
 /* su for GNU.  Run a shell with substitute user and group IDs.
-   Copyright (C) 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 92, 93, 94, 95, 96, 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 56c911f0c82da0c300d5bd4fde5059424446b5e6..c10c263b7c1fd013ede7bac9aa9e2113d7056ab7 100644 (file)
--- a/src/tee.c
+++ b/src/tee.c
@@ -1,5 +1,5 @@
 /* tee - read from standard input and write to standard output and files.
-   Copyright (C) 85, 90, 91, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 85,90,91,92,93,94,95,96,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 fe7b4052fe8e1eb652d35c7c9647b1720be9f231..fe3f04591cda9b6d8d93a9c14b593128f65a8bad 100644 (file)
--- a/src/tty.c
+++ b/src/tty.c
@@ -1,5 +1,5 @@
 /* tty -- print the path of the terminal connected to standard input
-   Copyright (C) 90, 91, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 90,91,92,93,94,95,96,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 bc1728ab63c5a9bec0b9721cb2c771634339f008..ab024e129949ebf127711d06aa7c399917fac061 100644 (file)
@@ -1,5 +1,5 @@
 /* uname -- print system information
-   Copyright (C) 89, 90, 91, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 89,90,91,92,93,94,95,96,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 c029339b6114941141f00f2f37533ad40c8b07e2..da841a3cadd46d854a8d098b7ff440e3d5421b6a 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU's uptime/users/who.
-   Copyright (C) 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 92, 93, 94, 95, 96, 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 e530d1a36a2e313e6d73704043fd94cc15f76c74..a61901b410705276b19ea0049ad36450aa94bae9 100644 (file)
@@ -1,5 +1,5 @@
 /* whoami -- print effective userid
-   Copyright (C) 89, 90, 91, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 89,90,91,92,93,94,95,96,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 d43e279340c3ab18676fdc2d2361089ad2d5570c..f88a14a108e9d85dc9497e6a91b2dcd194c139ad 100644 (file)
--- a/src/yes.c
+++ b/src/yes.c
@@ -1,5 +1,5 @@
 /* yes - output a string repeatedly until killed
-   Copyright (C) 91, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 91, 92, 93, 94, 95, 96, 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