summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-02-09 04:52:50 +0000
committerJim Meyering <jim@meyering.net>1997-02-09 04:52:50 +0000
commitb7ffe8cdaf93545dc9c2701f6955cbc898a619ca (patch)
tree85829fee1ee720795c818367b8cd5dc15f4ef2d7 /src
parentdbc538f92b52087d99acd451103e6395eeb45738 (diff)
downloadcoreutils-b7ffe8cdaf93545dc9c2701f6955cbc898a619ca.tar.xz
update copyrights for 1997
Diffstat (limited to 'src')
-rw-r--r--src/chgrp.c2
-rw-r--r--src/chmod.c2
-rw-r--r--src/chown.c2
-rw-r--r--src/dd.c2
-rw-r--r--src/df.c2
-rw-r--r--src/dircolors.c2
-rw-r--r--src/du.c2
-rw-r--r--src/install.c2
-rw-r--r--src/ln.c2
-rw-r--r--src/ls.c2
-rw-r--r--src/mkdir.c2
-rw-r--r--src/mkfifo.c2
-rw-r--r--src/mknod.c2
-rw-r--r--src/mv.c2
-rw-r--r--src/rm.c2
-rw-r--r--src/rmdir.c2
-rw-r--r--src/sync.c2
-rw-r--r--src/system.h2
-rw-r--r--src/touch.c2
19 files changed, 19 insertions, 19 deletions
diff --git a/src/chgrp.c b/src/chgrp.c
index 24619b3e0..975cb61b9 100644
--- a/src/chgrp.c
+++ b/src/chgrp.c
@@ -1,5 +1,5 @@
/* chgrp -- change group ownership of files
- Copyright (C) 89, 90, 91, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 89, 90, 91, 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/chmod.c b/src/chmod.c
index 11a1d3eb5..9e23db5e3 100644
--- a/src/chmod.c
+++ b/src/chmod.c
@@ -1,5 +1,5 @@
/* chmod -- change permission modes of files
- Copyright (C) 89, 90, 91, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 89, 90, 91, 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/chown.c b/src/chown.c
index 7e2d7d4ae..48e07577c 100644
--- a/src/chown.c
+++ b/src/chown.c
@@ -1,5 +1,5 @@
/* chown -- change user and group ownership of files
- Copyright (C) 89, 90, 91, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 89, 90, 91, 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/dd.c b/src/dd.c
index f1b35b82a..0aa1ffc8e 100644
--- a/src/dd.c
+++ b/src/dd.c
@@ -1,5 +1,5 @@
/* dd -- convert a file while copying it.
- Copyright (C) 85, 90, 91, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 85, 90, 91, 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/df.c b/src/df.c
index 7c32db87d..256cc8b51 100644
--- a/src/df.c
+++ b/src/df.c
@@ -1,5 +1,5 @@
/* df - summarize free disk space
- Copyright (C) 91, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 91, 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/dircolors.c b/src/dircolors.c
index c47165012..56bd35978 100644
--- a/src/dircolors.c
+++ b/src/dircolors.c
@@ -1,6 +1,6 @@
/* dircolors - output commands to set the LS_COLOR environment variable
Copyright (C) 1994, 1995 H. Peter Anvin
- Copyright (C) 1996 Free Software Foundation, Inc.
+ Copyright (C) 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/du.c b/src/du.c
index ac81160c5..e43617b15 100644
--- a/src/du.c
+++ b/src/du.c
@@ -1,5 +1,5 @@
/* du -- summarize disk usage
- Copyright (C) 88, 89, 90, 91, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 88, 89, 90, 91, 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/install.c b/src/install.c
index 2a1452648..ddc912427 100644
--- a/src/install.c
+++ b/src/install.c
@@ -1,5 +1,5 @@
/* install - copy files and set attributes
- Copyright (C) 89, 90, 91, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 89, 90, 91, 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/ln.c b/src/ln.c
index 86e594359..a4966ad9d 100644
--- a/src/ln.c
+++ b/src/ln.c
@@ -1,5 +1,5 @@
/* `ln' program to create links between files.
- Copyright (C) 86, 89, 90, 91, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 86, 89, 90, 91, 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/ls.c b/src/ls.c
index fc0b7b544..6a96a5b9a 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -1,5 +1,5 @@
/* `dir', `vdir' and `ls' directory listing programs for GNU.
- Copyright (C) 85, 88, 90, 91, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 85, 88, 90, 91, 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/mkdir.c b/src/mkdir.c
index 83056c065..4cd33ec13 100644
--- a/src/mkdir.c
+++ b/src/mkdir.c
@@ -1,5 +1,5 @@
/* mkdir -- make directories
- Copyright (C) 90, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 90, 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/mkfifo.c b/src/mkfifo.c
index 350b4baef..493983556 100644
--- a/src/mkfifo.c
+++ b/src/mkfifo.c
@@ -1,5 +1,5 @@
/* mkfifo -- make fifo's (named pipes)
- Copyright (C) 90, 91, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 90, 91, 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/mknod.c b/src/mknod.c
index bf660dc5c..b3cb41406 100644
--- a/src/mknod.c
+++ b/src/mknod.c
@@ -1,5 +1,5 @@
/* mknod -- make special files
- Copyright (C) 90, 91, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 90, 91, 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/mv.c b/src/mv.c
index ed948c8f9..1979c65ca 100644
--- a/src/mv.c
+++ b/src/mv.c
@@ -1,5 +1,5 @@
/* mv -- move or rename files
- Copyright (C) 86, 89, 90, 91, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 86, 89, 90, 91, 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/rm.c b/src/rm.c
index 61d28102c..641ec1411 100644
--- a/src/rm.c
+++ b/src/rm.c
@@ -1,5 +1,5 @@
/* `rm' file deletion utility for GNU.
- Copyright (C) 88, 90, 91, 94, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 88, 90, 91, 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/rmdir.c b/src/rmdir.c
index 5c5373e75..babb0c598 100644
--- a/src/rmdir.c
+++ b/src/rmdir.c
@@ -1,5 +1,5 @@
/* rmdir -- remove directories
- Copyright (C) 90, 91, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 90, 91, 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/sync.c b/src/sync.c
index fe30ada2f..3d4eb8055 100644
--- a/src/sync.c
+++ b/src/sync.c
@@ -1,5 +1,5 @@
/* sync - update the super block
- 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/system.h b/src/system.h
index 468e0e744..252690fe4 100644
--- a/src/system.h
+++ b/src/system.h
@@ -1,5 +1,5 @@
/* system-dependent definitions for fileutils programs.
- Copyright (C) 89, 91, 92, 93, 94, 1996 Free Software Foundation, Inc.
+ Copyright (C) 89, 91, 92, 93, 94, 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/touch.c b/src/touch.c
index 82c89745e..42b37338b 100644
--- a/src/touch.c
+++ b/src/touch.c
@@ -1,5 +1,5 @@
/* touch -- change modification and access times of files
- Copyright (C) 87, 89, 90, 91, 95, 1996 Free Software Foundation Inc.
+ Copyright (C) 87, 89, 90, 91, 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