From: Jim Meyering Date: Wed, 24 Apr 1996 04:45:54 +0000 (+0000) Subject: update Copyright years for 1996 X-Git-Tag: TEXTUTILS-1_14c~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6eece157594b44057c1400ca546110574d2cb36;p=thirdparty%2Fcoreutils.git update Copyright years for 1996 --- diff --git a/src/basename.c b/src/basename.c index 18908c00ef..a4b58c60a6 100644 --- a/src/basename.c +++ b/src/basename.c @@ -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 diff --git a/src/date.c b/src/date.c index feb3e6a7f6..38bb9634f7 100644 --- a/src/date.c +++ b/src/date.c @@ -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 diff --git a/src/dirname.c b/src/dirname.c index 24851c7bb2..9d0820f598 100644 --- a/src/dirname.c +++ b/src/dirname.c @@ -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 diff --git a/src/echo.c b/src/echo.c index 5a8e170810..7605dc9648 100644 --- a/src/echo.c +++ b/src/echo.c @@ -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 diff --git a/src/env.c b/src/env.c index a96d72e00a..11cbdd290d 100644 --- 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 diff --git a/src/expr.c b/src/expr.c index 9639f21753..6b0324e925 100644 --- a/src/expr.c +++ b/src/expr.c @@ -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 diff --git a/src/hostname.c b/src/hostname.c index d09a703ef2..f5797cc5e8 100644 --- a/src/hostname.c +++ b/src/hostname.c @@ -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 diff --git a/src/id.c b/src/id.c index b5010cc41c..7f763e0787 100644 --- 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 diff --git a/src/logname.c b/src/logname.c index 12a15f8aca..e5996b6f09 100644 --- a/src/logname.c +++ b/src/logname.c @@ -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 diff --git a/src/nice.c b/src/nice.c index 33694fd8bf..d5f60511de 100644 --- a/src/nice.c +++ b/src/nice.c @@ -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 diff --git a/src/pathchk.c b/src/pathchk.c index 2bf770ad77..b546185dd1 100644 --- a/src/pathchk.c +++ b/src/pathchk.c @@ -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 diff --git a/src/printenv.c b/src/printenv.c index ee48c0bf1c..beed91e183 100644 --- a/src/printenv.c +++ b/src/printenv.c @@ -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 diff --git a/src/printf.c b/src/printf.c index f1f77725d8..526e68ca68 100644 --- a/src/printf.c +++ b/src/printf.c @@ -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 diff --git a/src/pwd.c b/src/pwd.c index d71f3c79b5..6b3c51a340 100644 --- 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 diff --git a/src/sleep.c b/src/sleep.c index 00a9777924..c2194abe65 100644 --- a/src/sleep.c +++ b/src/sleep.c @@ -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 diff --git a/src/stty.c b/src/stty.c index f9241e9637..0e587a0eab 100644 --- a/src/stty.c +++ b/src/stty.c @@ -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 diff --git a/src/su.c b/src/su.c index fdb43cb48b..ae016cbac7 100644 --- 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 diff --git a/src/tee.c b/src/tee.c index c47a8ee0bc..782648a024 100644 --- 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 diff --git a/src/test.c b/src/test.c index 7cd8fba082..e124ed51b0 100644 --- a/src/test.c +++ b/src/test.c @@ -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. diff --git a/src/tty.c b/src/tty.c index a5c94e630b..a0b5207ec5 100644 --- 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 diff --git a/src/uname.c b/src/uname.c index efa66b294e..9a402d0681 100644 --- a/src/uname.c +++ b/src/uname.c @@ -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 diff --git a/src/whoami.c b/src/whoami.c index 07ff8a08fb..bc0d32eff1 100644 --- a/src/whoami.c +++ b/src/whoami.c @@ -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 diff --git a/src/yes.c b/src/yes.c index cc7a4401c7..56dbffe191 100644 --- 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