summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-03-09 22:33:05 +0000
committerJim Meyering <jim@meyering.net>1995-03-09 22:33:05 +0000
commit0d6850348c0ce1a42d3dc6b6a289c031c3180a87 (patch)
tree72919346f6adc65ce5fb509a949c833c176014cc /src
parenteba8aab7f2f6df8259287e977f42c0b3b234d385 (diff)
downloadcoreutils-0d6850348c0ce1a42d3dc6b6a289c031c3180a87.tar.xz
add 1995 to Copyright dates
Diffstat (limited to 'src')
-rw-r--r--src/basename.c2
-rw-r--r--src/date.c2
-rw-r--r--src/dirname.c2
-rw-r--r--src/echo.c2
-rw-r--r--src/env.c2
-rw-r--r--src/expr.c2
-rw-r--r--src/factor.c2
-rw-r--r--src/hostname.c2
-rw-r--r--src/id.c2
-rw-r--r--src/logname.c2
-rw-r--r--src/nice.c2
-rw-r--r--src/pathchk.c2
-rw-r--r--src/printenv.c2
-rw-r--r--src/printf.c2
-rw-r--r--src/pwd.c2
-rw-r--r--src/seq.c2
-rw-r--r--src/sleep.c2
-rw-r--r--src/stty.c2
-rw-r--r--src/su.c2
-rw-r--r--src/tee.c2
-rw-r--r--src/test.c2
-rw-r--r--src/tty.c2
-rw-r--r--src/uname.c2
-rw-r--r--src/who.c2
-rw-r--r--src/whoami.c2
-rw-r--r--src/yes.c2
26 files changed, 26 insertions, 26 deletions
diff --git a/src/basename.c b/src/basename.c
index 139851e47..0bcc2fe29 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 b1c87448c..27bf691c3 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 5b800fea5..e8a0547a8 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 205367915..8ba3e83bb 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 48b7a5c03..3b75ddce2 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 cf16cde51..93d240a14 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 28223733c..c4a25b39c 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 d1266c14b..f4ccbd83d 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 4e7897bba..569b3384b 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 7b152e5f2..6062581a0 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 ad231c7bf..6f8080334 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 6057f3064..01e30ea70 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 c684017e2..6b248c325 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 1b2d76ec1..dc55c41d6 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 c0212de53..7af6beb0f 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 6a9169685..667cf7766 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 42bd91828..01887c30f 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 971eb14d5..967e4289d 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 2edbf60d6..5ba724f41 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 207814caf..9cd9118cd 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 3be1cb6ac..4f1315261 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 07f1113a6..66ecb8776 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 060d63e94..4e55feebd 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 fff874ddb..dfbe18eac 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 233313ef6..c2f25f0e8 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 bb7539ba7..213dd987c 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