add 1995 to Copyright dates
authorJim Meyering <jim@meyering.net>
Thu, 9 Mar 1995 22:33:05 +0000 (22:33 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 9 Mar 1995 22:33:05 +0000 (22:33 +0000)
26 files changed:
src/basename.c
src/date.c
src/dirname.c
src/echo.c
src/env.c
src/expr.c
src/factor.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/seq.c
src/sleep.c
src/stty.c
src/su.c
src/tee.c
src/test.c
src/tty.c
src/uname.c
src/who.c
src/whoami.c
src/yes.c

index 139851e479dade4b7b66943047cb0edb186c214b..0bcc2fe2955d9d0677e9262826c6065c5580c520 100644 (file)
@@ -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
index b1c87448c477c2937e20f9cef1d7ff6e631e53c4..27bf691c3a3d7b7a71d8de5aa948bd8f6ec16076 100644 (file)
@@ -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
index 5b800fea57fa01baaea32cc306e8afb83a048512..e8a0547a8cc12b44de2d993fc8311b67eb244aa6 100644 (file)
@@ -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
index 2053679158b1ad8d441ac4fe4c18264e982e74fb..8ba3e83bb6db12986988bb2a1e4a1a34f67da5a3 100644 (file)
@@ -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.
 
index 48b7a5c038c99a3e1eba1b7ec73ad60ce2a46628..3b75ddce2a97dd2ca9fa1609b9157a2f34f474bd 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, 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
index cf16cde511868466b70bd1f2e7201fe67f89e7c8..93d240a144d4680f655b0e01e26e9d08c7707558 100644 (file)
@@ -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
index 28223733c33971b8a14c4b617dcc169c81d17fd4..c4a25b39c2635e50fac1c6c0ce6c14a490b6f427 100644 (file)
@@ -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
index d1266c14b2c3c119845f53e612c293de5101b9f6..f4ccbd83da2a23bfb63c097b11f24c0a21d8e3e6 100644 (file)
@@ -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
index 4e7897bba0ea5cf3f7ee06c2c50d50264d58e0ec..569b3384b4d765c85eb0c2567fe3ba321451a862 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, 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
index 7b152e5f2a8048515848da9405a1103faf063454..6062581a0d2f3308317ea33911a0be5154a25ac2 100644 (file)
@@ -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
index ad231c7bfb0fc6f623249eaaf0f6315feb04288a..6f808033437b6c94d38d90cc371de9638a79bf3c 100644 (file)
@@ -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
index 6057f30641506529bd0414330e72f354739a05d5..01e30ea70fcc1cd272ce9f0e9eca144941a223ba 100644 (file)
@@ -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
index c684017e26253e6ca202364649f8c136a8e3d920..6b248c325be1f8549463d818045c6d42120ebb83 100644 (file)
@@ -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
index 1b2d76ec18db623e1b6c6daf02d9295f20edc661..dc55c41d6ae0e622bc4685fd07e472d76c6fd207 100644 (file)
@@ -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
index c0212de537b5501a16e9819499dafe833a02e3f3..7af6beb0f71363d89355a4c96f93341b02b347f1 100644 (file)
--- 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
index 6a9169685cfac5d202f4be33e1c194b14fa93012..667cf7766b8e286adcdd21bf8015e9a0f9b835ca 100644 (file)
--- 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
index 42bd91828b0629b704e0e495205bb2e12bd7e699..01887c30fb40be9199168871286724584b057fd8 100644 (file)
@@ -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
index 971eb14d5edfc8f7e78e4c979a81be1d5a8b98b5..967e4289d2b471f5e3a6540189d7a836854ae79a 100644 (file)
@@ -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
index 2edbf60d67497dd1ea7a2acc42e5597a82322cad..5ba724f41af23065f587e3ecbc92bdaf911f8092 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, 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
index 207814caf6f78e4cf9f36a6aa11460c8a503ec35..9cd9118cd5c4e81f4743dd5cb40e9fb640103723 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, 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
index 3be1cb6acaba997d5c55ca90727db84f463bd6ce..4f13152612f6a72a248558a3769147262107af70 100644 (file)
@@ -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.
 
index 07f1113a6799eeb8d21a5407cef184c30b252550..66ecb8776127324e5dfda2254c0592bc7fb7c711 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, 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
index 060d63e94d6c5d59ee2a06fa5dfe6c04776f3b72..4e55feebd57062624800c04520176982d44cf755 100644 (file)
@@ -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
index fff874ddbebd76b8ed9571acd371d16a241debdd..dfbe18eacb963ecfd14daeb5539a3046debc2cd0 100644 (file)
--- 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
index 233313ef62c7b637f79df343602f62bc840edbcb..c2f25f0e8471270c2288c5b09cc07f6ba021c703 100644 (file)
@@ -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
index bb7539ba7b8743e921a543247f36f151b0628a8e..213dd987c8ef7f5baa5be075a6fd07bd8edaba07 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, 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