]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
update Copyright years for 1996
authorJim Meyering <jim@meyering.net>
Wed, 24 Apr 1996 04:45:54 +0000 (04:45 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 24 Apr 1996 04:45:54 +0000 (04:45 +0000)
23 files changed:
src/basename.c
src/date.c
src/dirname.c
src/echo.c
src/env.c
src/expr.c
src/hostname.c
src/id.c
src/logname.c
src/nice.c
src/pathchk.c
src/printenv.c
src/printf.c
src/pwd.c
src/sleep.c
src/stty.c
src/su.c
src/tee.c
src/test.c
src/tty.c
src/uname.c
src/whoami.c
src/yes.c

index 18908c00ef09ded091d3aefc415be1887735039b..a4b58c60a65bb2ac1b5022207f0bc32809d2b127 100644 (file)
@@ -1,5 +1,5 @@
 /* basename -- strip directory and suffix from filenames
-   Copyright (C) 90, 91, 92, 93, 94, 1995 Free Software Foundation, Inc.
+   Copyright (C) 90, 91, 92, 93, 94, 95, 1996 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 feb3e6a7f696cf9a54927b746e740637868e869f..38bb9634f768ff49cde05125234af788146af152 100644 (file)
@@ -1,5 +1,5 @@
 /* date - print or set the system date and time
-   Copyright (C) 89, 90, 91, 92, 93, 94, 1995 Free Software Foundation, Inc.
+   Copyright (C) 89, 90, 91, 92, 93, 94, 95, 1996 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 24851c7bb205e110fe1a41ef3f1d7695c97ba0a3..9d0820f598c6281f6bccff9875ab74e531add70d 100644 (file)
@@ -1,5 +1,5 @@
 /* dirname -- strip filename suffix from pathname
-   Copyright (C) 90, 91, 92, 93, 94, 1995 Free Software Foundation, Inc.
+   Copyright (C) 90, 91, 92, 93, 94, 95, 1996 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 5a8e170810ad52b2a9900cf3d305aa071187e6b0..7605dc964807564d5ab4c8b381b33eccd6bf8abb 100644 (file)
@@ -1,5 +1,5 @@
 /* echo.c, derived from code echo.c in Bash.
-   Copyright (C) 87, 89, 91, 92, 93, 94, 1995 Free Software Foundation, Inc.
+   Copyright (C) 87, 89, 91, 92, 93, 94, 95, 1996 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 a96d72e00ab2fb0973a682a6c29c2277ba0dca31..11cbdd290d8263a6bbe2198b58e627bf2e4625aa 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, 1995 Free Software Foundation, Inc.
+   Copyright (C) 86, 91, 92, 93, 94, 95, 1996 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 9639f217538c4e02a1ab9e64fdcb09075a997f23..6b0324e925cd2153711a64de20236b7ba61480ee 100644 (file)
@@ -1,5 +1,5 @@
 /* expr -- evaluate expressions.
-   Copyright (C) 86, 91, 92, 93, 94, 1995 Free Software Foundation, Inc.
+   Copyright (C) 86, 91, 92, 93, 94, 95, 1996 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 d09a703ef205ceda2dbf79c8ddd3a90b37df95a9..f5797cc5e8f00cd1542fbed71e15fc0d333870ae 100644 (file)
@@ -1,5 +1,5 @@
 /* hostname - set or print the name of current host system
-   Copyright (C) 94, 1995 Free Software Foundation, Inc.
+   Copyright (C) 94, 95, 1996 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 b5010cc41c6176ff24f0fc20aeb26f75871b0a24..7f763e0787e5fef091593ee561aa8adae876cde2 100644 (file)
--- a/src/id.c
+++ b/src/id.c
@@ -1,5 +1,5 @@
 /* id -- print real and effective UIDs and GIDs
-   Copyright (C) 89, 90, 91, 92, 93, 94, 1995 Free Software Foundation, Inc.
+   Copyright (C) 89, 90, 91, 92, 93, 94, 95, 1996 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 12a15f8acae0f69be4c3bb5e2f0d85da3b5185b6..e5996b6f09e4db1e86f2868afa29e43819722756 100644 (file)
@@ -1,5 +1,5 @@
 /* logname -- print user's login name
-   Copyright (C) 90, 91, 92, 93, 94, 1995 Free Software Foundation, Inc.
+   Copyright (C) 90, 91, 92, 93, 94, 95, 1996 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 33694fd8bfe0c11b5aa06f810cbd019ba32fceff..d5f60511de833d9260d3aea8377322d8d4df1f5b 100644 (file)
@@ -1,5 +1,5 @@
 /* nice -- run a program with modified scheduling priority
-   Copyright (C) 90, 91, 92, 93, 94, 1995 Free Software Foundation, Inc.
+   Copyright (C) 90, 91, 92, 93, 94, 95, 1996 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 2bf770ad777a7c9467eef5bef64df56f9fef0af1..b546185dd18c0c4fe0e003de247aaa00485d952b 100644 (file)
@@ -1,5 +1,5 @@
 /* pathchk -- check whether pathnames are valid or portable
-   Copyright (C) 91, 92, 93, 94, 1995 Free Software Foundation, Inc.
+   Copyright (C) 91, 92, 93, 94, 95, 1996 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 ee48c0bf1c74c5630434bc06f97cd1ea7e1cc303..beed91e183817a6874164edd072d3e7bacbbbfb0 100644 (file)
@@ -1,5 +1,5 @@
 /* printenv -- print all or part of environment
-   Copyright (C) 89, 90, 91, 92, 93, 94, 1995 Free Software Foundation, Inc.
+   Copyright (C) 89, 90, 91, 92, 93, 94, 95, 1996 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 f1f77725d86789840963c810792114c5e225e150..526e68ca68ddf448e8bd5432f3518055cd1fb802 100644 (file)
@@ -1,5 +1,5 @@
 /* printf - format and print data
-   Copyright (C) 90, 91, 92, 93, 94, 1995 Free Software Foundation, Inc.
+   Copyright (C) 90, 91, 92, 93, 94, 95, 1996 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 d71f3c79b5d87ab476a1a63186093b52c88c3156..6b3c51a34042b20c7b70b06fc2d132c524fbff42 100644 (file)
--- a/src/pwd.c
+++ b/src/pwd.c
@@ -1,5 +1,5 @@
 /* pwd - print current directory
-   Copyright (C) 94, 1995 Free Software Foundation, Inc.
+   Copyright (C) 94, 95, 1996 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 00a9777924993d816bd1025ca0140318abc24bd6..c2194abe657c91ff8d09154507951796d4eaf741 100644 (file)
@@ -1,5 +1,5 @@
 /* sleep - delay for a specified amount of time.
-   Copyright (C) 84, 91, 92, 93, 94, 1995 Free Software Foundation, Inc.
+   Copyright (C) 84, 91, 92, 93, 94, 95, 1996 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 f9241e963731d239be7dd1af74f9e617c9bfbb7a..0e587a0eab006df9da31d93892fc98bef0303bef 100644 (file)
@@ -1,5 +1,5 @@
 /* stty -- change and print terminal line settings
-   Copyright (C) 90, 91, 92, 93, 94, 1995 Free Software Foundation, Inc.
+   Copyright (C) 90, 91, 92, 93, 94, 95, 1996 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 fdb43cb48b26e089b609249c28fa99f942e9d9db..ae016cbac747e475a102edb868653ed55805484f 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, 1995 Free Software Foundation, Inc.
+   Copyright (C) 92, 93, 94, 95, 1996 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 c47a8ee0bc113191c2436368910906bac66ffa1e..782648a024a82d20ac8fe21546413854a531b9a3 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, 1995 Free Software Foundation, Inc.
+   Copyright (C) 85, 90, 91, 92, 93, 94, 95, 1996 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 7cd8fba082c751fd80dc28117401f242914b3542..e124ed51b06d6f74f3d066b4a68bc723523baf61 100644 (file)
@@ -2,7 +2,7 @@
 
 /* Modified to run with the GNU shell by bfox. */
 
-/* Copyright (C) 1987-1993, 1994, 1995 Free Software Foundation, Inc.
+/* Copyright (C) 1987-1993, 1994, 95, 1996 Free Software Foundation, Inc.
 
    This file is part of GNU Bash, the Bourne Again SHell.
 
index a5c94e630b980a94173b8fa416d3cd83d0e03b43..a0b5207ec57a12aff037794eaf9ad3bb2ef604a3 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, 1995 Free Software Foundation, Inc.
+   Copyright (C) 90, 91, 92, 93, 94, 95, 1996 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 efa66b294e492f66edfb40b1dd46120d1cfcc7d9..9a402d06815e18582f11fcd331bbc9ade2b86a71 100644 (file)
@@ -1,5 +1,5 @@
 /* uname -- print system information
-   Copyright (C) 89, 90, 91, 92, 93, 94, 1995 Free Software Foundation, Inc.
+   Copyright (C) 89, 90, 91, 92, 93, 94, 95, 1996 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 07ff8a08fb13da7b5fb732c5dac55296c431fadd..bc0d32eff10e13e8d828d84dc3a5af41e6e18a73 100644 (file)
@@ -1,5 +1,5 @@
 /* whoami -- print effective userid
-   Copyright (C) 89, 90, 91, 92, 93, 94, 1995 Free Software Foundation, Inc.
+   Copyright (C) 89, 90, 91, 92, 93, 94, 95, 1996 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 cc7a4401c7d067187028fb883c8d898957280042..56dbffe191a15412270b971c9787b3eb934ed66c 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, 1995 Free Software Foundation, Inc.
+   Copyright (C) 91, 92, 93, 94, 95, 1996 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