diff options
author | Jim Meyering <jim@meyering.net> | 1999-02-16 04:14:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-02-16 04:14:17 +0000 |
commit | 07c6f5e387993ee8ce974d0fbdec49283fd72ffb (patch) | |
tree | 42aa33eb5420df4a42eaad0a9efed45998aad921 | |
parent | e02df462ba7bb7954848783330378c8f9a247e49 (diff) | |
download | coreutils-07c6f5e387993ee8ce974d0fbdec49283fd72ffb.tar.xz |
update copyright dates
-rw-r--r-- | src/chgrp.c | 2 | ||||
-rw-r--r-- | src/chmod.c | 2 | ||||
-rw-r--r-- | src/chown.c | 2 | ||||
-rw-r--r-- | src/copy.c | 2 | ||||
-rw-r--r-- | src/cp-hash.c | 2 | ||||
-rw-r--r-- | src/cp.c | 2 | ||||
-rw-r--r-- | src/dd.c | 2 | ||||
-rw-r--r-- | src/df.c | 2 | ||||
-rw-r--r-- | src/dircolors.c | 2 | ||||
-rw-r--r-- | src/du.c | 2 | ||||
-rw-r--r-- | src/mkdir.c | 2 | ||||
-rw-r--r-- | src/mkfifo.c | 2 | ||||
-rw-r--r-- | src/mknod.c | 2 | ||||
-rw-r--r-- | src/mv.c | 2 | ||||
-rw-r--r-- | src/remove.c | 2 | ||||
-rw-r--r-- | src/rm.c | 2 | ||||
-rw-r--r-- | src/rmdir.c | 2 | ||||
-rw-r--r-- | src/sync.c | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/src/chgrp.c b/src/chgrp.c index 25cabc4a9..19d233c69 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, 96, 97, 1998 Free Software Foundation, Inc. + Copyright (C) 89, 90, 91, 1995-1999 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 5349a476f..66537ca1e 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, 96, 97, 1998 Free Software Foundation, Inc. + Copyright (C) 89, 90, 91, 1995-1999 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 ca2eba279..d74ea74c6 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, 96, 97, 1998 Free Software Foundation, Inc. + Copyright (C) 89, 90, 91, 1995-1999 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/copy.c b/src/copy.c index 6c40abffb..675d813f9 100644 --- a/src/copy.c +++ b/src/copy.c @@ -1,5 +1,5 @@ /* copy.c -- core functions for copying files and directories - Copyright (C) 89, 90, 91, 95, 96, 97, 1998, 1999 Free Software Foundation. + Copyright (C) 89, 90, 91, 1995-1999 Free Software Foundation. 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/cp-hash.c b/src/cp-hash.c index e48d81e4d..3434a53ae 100644 --- a/src/cp-hash.c +++ b/src/cp-hash.c @@ -1,5 +1,5 @@ /* cp-hash.c -- file copying (hash search routines) - Copyright (C) 89, 90, 91, 95, 96, 97, 1998 Free Software Foundation. + Copyright (C) 89, 90, 91, 1995-1999 Free Software Foundation. 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 @@ -1,5 +1,5 @@ /* cp.c -- file copying (main routines) - Copyright (C) 89, 90, 91, 95, 96, 97, 1998, 1999 Free Software Foundation. + Copyright (C) 89, 90, 91, 1995-1999 Free Software Foundation. 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 @@ -1,5 +1,5 @@ /* dd -- convert a file while copying it. - Copyright (C) 85, 90, 91, 95, 96, 97, 1998 Free Software Foundation, Inc. + Copyright (C) 85, 90, 91, 1995-1999 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 @@ -1,5 +1,5 @@ /* df - summarize free disk space - Copyright (C) 91, 95, 96, 97, 1998 Free Software Foundation, Inc. + Copyright (C) 91, 1995-1999 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 d7b2cb67c..cfed5c43d 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, 1997, 1998, 1999 H. Peter Anvin - Copyright (C) 96, 97, 1998 Free Software Foundation, Inc. + Copyright (C) 1996-1999 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 @@ -1,5 +1,5 @@ /* du -- summarize disk usage - Copyright (C) 88, 89, 90, 91, 95, 96, 97, 1998 Free Software Foundation, Inc. + Copyright (C) 88, 89, 90, 91, 1995-1999 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 a6223c623..18013671b 100644 --- a/src/mkdir.c +++ b/src/mkdir.c @@ -1,5 +1,5 @@ /* mkdir -- make directories - Copyright (C) 90, 95, 96, 97, 1998 Free Software Foundation, Inc. + Copyright (C) 90, 1995-1999 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 aab043558..3b09a55c8 100644 --- a/src/mkfifo.c +++ b/src/mkfifo.c @@ -1,5 +1,5 @@ /* mkfifo -- make fifo's (named pipes) - Copyright (C) 90, 91, 95, 96, 97, 1998 Free Software Foundation, Inc. + Copyright (C) 90, 91, 1995-1999 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 47df1974c..a813b9f7e 100644 --- a/src/mknod.c +++ b/src/mknod.c @@ -1,5 +1,5 @@ /* mknod -- make special files - Copyright (C) 90, 91, 95, 96, 97, 1998 Free Software Foundation, Inc. + Copyright (C) 90, 91, 1995-1999 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 @@ -1,5 +1,5 @@ /* mv -- move or rename files - Copyright (C) 86, 89, 90, 91, 95, 96, 97, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 86, 89, 90, 91, 1995-1999 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/remove.c b/src/remove.c index 38ea7464e..a04ff626e 100644 --- a/src/remove.c +++ b/src/remove.c @@ -1,5 +1,5 @@ /* remove.c -- core functions for removing files and directories - Copyright (C) 88, 90, 91, 94, 95, 96, 97, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 88, 90, 91, 1994-1999 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 @@ -1,5 +1,5 @@ /* `rm' file deletion utility for GNU. - Copyright (C) 88, 90, 91, 94, 95, 96, 97, 1998 Free Software Foundation, Inc. + Copyright (C) 88, 90, 91, 1994-1999 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 ca8d1b417..705048428 100644 --- a/src/rmdir.c +++ b/src/rmdir.c @@ -1,5 +1,5 @@ /* rmdir -- remove directories - Copyright (C) 90, 91, 95, 96, 97, 1998 Free Software Foundation, Inc. + Copyright (C) 90, 91, 1995-1999 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 d4f811f3c..43ec1fab1 100644 --- a/src/sync.c +++ b/src/sync.c @@ -1,5 +1,5 @@ /* sync - update the super block - Copyright (C) 94, 95, 96, 97, 1998 Free Software Foundation, Inc. + Copyright (C) 1994-1999 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 |