From 0d6850348c0ce1a42d3dc6b6a289c031c3180a87 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 9 Mar 1995 22:33:05 +0000 Subject: [PATCH] add 1995 to Copyright dates --- src/basename.c | 2 +- src/date.c | 2 +- src/dirname.c | 2 +- src/echo.c | 2 +- src/env.c | 2 +- src/expr.c | 2 +- src/factor.c | 2 +- src/hostname.c | 2 +- src/id.c | 2 +- src/logname.c | 2 +- src/nice.c | 2 +- src/pathchk.c | 2 +- src/printenv.c | 2 +- src/printf.c | 2 +- src/pwd.c | 2 +- src/seq.c | 2 +- src/sleep.c | 2 +- src/stty.c | 2 +- src/su.c | 2 +- src/tee.c | 2 +- src/test.c | 2 +- src/tty.c | 2 +- src/uname.c | 2 +- src/who.c | 2 +- src/whoami.c | 2 +- src/yes.c | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/basename.c b/src/basename.c index 139851e..0bcc2fe 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, 1994 Free Software Foundation, Inc. + Copyright (C) 90, 91, 92, 93, 94, 1995 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 b1c8744..27bf691 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, 1994 Free Software Foundation, Inc. + Copyright (C) 89, 90, 91, 92, 93, 94, 1995 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 5b800fe..e8a0547 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, 1994 Free Software Foundation, Inc. + Copyright (C) 90, 91, 92, 93, 94, 1995 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 2053679..8ba3e83 100644 --- a/src/echo.c +++ b/src/echo.c @@ -1,5 +1,5 @@ /* echo.c, taken from Bash. - Copyright (C) 87, 89, 91, 92, 93, 1994 Free Software Foundation, Inc. + Copyright (C) 87, 89, 91, 92, 93, 94, 1995 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. diff --git a/src/env.c b/src/env.c index 48b7a5c..3b75ddc 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, 1994 Free Software Foundation, Inc. + Copyright (C) 86, 91, 92, 93, 94, 1995 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 cf16cde..93d240a 100644 --- a/src/expr.c +++ b/src/expr.c @@ -1,5 +1,5 @@ /* expr -- evaluate expressions. - Copyright (C) 1986, 1991, 1992, 1993, 1994 Free Software Foundation, Inc. + Copyright (C) 86, 91, 92, 93, 94, 1995 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/factor.c b/src/factor.c index 2822373..c4a25b3 100644 --- a/src/factor.c +++ b/src/factor.c @@ -1,5 +1,5 @@ /* factor -- print factors of n. lose if n > 2^32. - Copyright (C) 1986 Free Software Foundation, Inc. + Copyright (C) 86, 1995 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 d1266c1..f4ccbd8 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) 1994 Free Software Foundation, Inc. + Copyright (C) 94, 1995 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 4e7897b..569b338 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, 1994 Free Software Foundation, Inc. + Copyright (C) 89, 90, 91, 92, 93, 94, 1995 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 7b152e5..6062581 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, 1994 Free Software Foundation, Inc. + Copyright (C) 90, 91, 92, 93, 94, 1995 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 ad231c7..6f80803 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, 1994 Free Software Foundation, Inc. + Copyright (C) 90, 91, 92, 93, 94, 1995 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 6057f30..01e30ea 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, 1994 Free Software Foundation, Inc. + Copyright (C) 91, 92, 93, 94, 1995 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 c684017..6b248c3 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, 1994 Free Software Foundation, Inc. + Copyright (C) 89, 90, 91, 92, 93, 94, 1995 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 1b2d76e..dc55c41 100644 --- a/src/printf.c +++ b/src/printf.c @@ -1,5 +1,5 @@ /* printf - format and print data - Copyright (C) 90, 91, 92, 93, 1994 Free Software Foundation, Inc. + Copyright (C) 90, 91, 92, 93, 94, 1995 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 c0212de..7af6beb 100644 --- a/src/pwd.c +++ b/src/pwd.c @@ -1,5 +1,5 @@ /* pwd - print current directory - Copyright (C) 1994 Free Software Foundation, Inc. + Copyright (C) 94, 1995 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/seq.c b/src/seq.c index 6a91696..667cf77 100644 --- a/src/seq.c +++ b/src/seq.c @@ -1,5 +1,5 @@ /* seq - print sequence of numbers to standard output. - Copyright (C) 1994, 1995 Free Software Foundation, Inc. + Copyright (C) 94, 1995 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 42bd918..01887c3 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, 1994 Free Software Foundation, Inc. + Copyright (C) 84, 91, 92, 93, 94, 1995 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 971eb14..967e428 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, 1994 Free Software Foundation, Inc. + Copyright (C) 90, 91, 92, 93, 94, 1995 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 2edbf60..5ba724f 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, 1994 Free Software Foundation, Inc. + Copyright (C) 92, 93, 94, 1995 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 207814c..9cd9118 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, 1994 Free Software Foundation, Inc. + Copyright (C) 85, 90, 91, 92, 93, 94, 1995 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 3be1cb6..4f13152 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 Free Software Foundation, Inc. +/* Copyright (C) 1987-1993, 1994, 1995 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 07f1113..66ecb87 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, 1994 Free Software Foundation, Inc. + Copyright (C) 90, 91, 92, 93, 94, 1995 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 060d63e..4e55fee 100644 --- a/src/uname.c +++ b/src/uname.c @@ -1,5 +1,5 @@ /* uname -- print system information - Copyright (C) 89, 90, 91, 92, 93, 1994 Free Software Foundation, Inc. + Copyright (C) 89, 90, 91, 92, 93, 94, 1995 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/who.c b/src/who.c index fff874d..dfbe18e 100644 --- a/src/who.c +++ b/src/who.c @@ -1,5 +1,5 @@ /* GNU's users/who. - Copyright (C) 92, 93, 1994 Free Software Foundation, Inc. + Copyright (C) 92, 93, 94, 1995 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 233313e..c2f25f0 100644 --- a/src/whoami.c +++ b/src/whoami.c @@ -1,5 +1,5 @@ /* whoami -- print effective userid - Copyright (C) 89, 90, 91, 92, 93, 1994 Free Software Foundation, Inc. + Copyright (C) 89, 90, 91, 92, 93, 94, 1995 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 bb7539b..213dd98 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, 1994 Free Software Foundation, Inc. + Copyright (C) 91, 92, 93, 94, 1995 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 -- 2.7.4