summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-02-09 04:54:16 +0000
committerJim Meyering <jim@meyering.net>1997-02-09 04:54:16 +0000
commit7eb03c4372f72806e5ad87ce8c2f1387f299950d (patch)
tree9ba4a5c33e3911c2827f998ae67e70a0b4e5db3c /src
parentb7ffe8cdaf93545dc9c2701f6955cbc898a619ca (diff)
downloadcoreutils-7eb03c4372f72806e5ad87ce8c2f1387f299950d.tar.xz
update copyrights for 1997
Diffstat (limited to 'src')
-rw-r--r--src/basename.c2
-rw-r--r--src/chroot.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/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/tty.c2
-rw-r--r--src/uname.c2
-rw-r--r--src/who-users.c2
-rw-r--r--src/whoami.c2
-rw-r--r--src/yes.c2
24 files changed, 24 insertions, 24 deletions
diff --git a/src/basename.c b/src/basename.c
index 53e358413..da4177aed 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, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 90,91,92,93,94,95,96,1997 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/chroot.c b/src/chroot.c
index 2574f4d7b..26599c0ad 100644
--- a/src/chroot.c
+++ b/src/chroot.c
@@ -1,5 +1,5 @@
/* chroot -- run command or shell with special root directory
- Copyright (C) 1995, 96 Free Software Foundation, Inc.
+ Copyright (C) 95, 96, 1997 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 3cced85d8..27c8f56a0 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, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 90,91,92,93,94,95,96,1997 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 8fd4950e2..152e5cf19 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, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 87,89,91,92,93,94,95,96,1997 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 377066312..9bbacc8ae 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, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 86,91,92,93,94,95,96,1997 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 c8a04771c..8675438f4 100644
--- a/src/expr.c
+++ b/src/expr.c
@@ -1,5 +1,5 @@
/* expr -- evaluate expressions.
- Copyright (C) 86, 91, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 86,91,92,93,94,95,96,1997 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 6c22f5610..b7c4a2668 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) 86, 1995, 96 Free Software Foundation, Inc.
+ Copyright (C) 86, 95, 96, 1997 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 3906b043a..876eada95 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, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 94, 95, 96, 1997 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 d209af8f8..4a10bd6ae 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, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 90,91,92,93,94,95,96,1997 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 0f7c4a6be..94e49dad8 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, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 90,91,92,93,94,95,96,1997 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 c49728b10..b89f82bdc 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, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 91, 92, 93, 94, 95, 96, 1997 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 fedf986dd..4f4eb8b4a 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, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 89,90,91,92,93,94,95,96,1997 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 be17ff0dc..10581a2a4 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, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 90,91,92,93,94,95,96,1997 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 9bd53f5aa..568a7a0a3 100644
--- a/src/pwd.c
+++ b/src/pwd.c
@@ -1,5 +1,5 @@
/* pwd - print current directory
- Copyright (C) 94, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 94, 95, 96, 1997 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 77627084a..472752d76 100644
--- a/src/seq.c
+++ b/src/seq.c
@@ -1,5 +1,5 @@
/* seq - print sequence of numbers to standard output.
- Copyright (C) 94, 1995, 96 Free Software Foundation, Inc.
+ Copyright (C) 94, 95, 96, 1997 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 3242cc64e..db6136464 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, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 84,91,92,93,94,95,96,1997 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 0a3a33593..678156eb2 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, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 90,91,92,93,94,95,96,1997 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 cc6e8d2eb..5edd1348e 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, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 92, 93, 94, 95, 96, 1997 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 56c911f0c..c10c263b7 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, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 85,90,91,92,93,94,95,96,1997 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/tty.c b/src/tty.c
index fe7b4052f..fe3f04591 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, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 90,91,92,93,94,95,96,1997 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 bc1728ab6..ab024e129 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, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 89,90,91,92,93,94,95,96,1997 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-users.c b/src/who-users.c
index c029339b6..da841a3ca 100644
--- a/src/who-users.c
+++ b/src/who-users.c
@@ -1,5 +1,5 @@
/* GNU's uptime/users/who.
- Copyright (C) 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 92, 93, 94, 95, 96, 1997 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 e530d1a36..a61901b41 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, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 89,90,91,92,93,94,95,96,1997 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 d43e27934..f88a14a10 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, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 91, 92, 93, 94, 95, 96, 1997 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