]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
update Copyright years for 1996
authorJim Meyering <jim@meyering.net>
Wed, 24 Apr 1996 04:42:21 +0000 (04:42 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 24 Apr 1996 04:42:21 +0000 (04:42 +0000)
20 files changed:
src/chgrp.c
src/chmod.c
src/chown.c
src/cp-hash.c
src/cp.c
src/dd.c
src/df.c
src/du.c
src/install.c
src/ln.c
src/ls.c
src/mkdir.c
src/mkfifo.c
src/mknod.c
src/mv.c
src/rm.c
src/rmdir.c
src/sync.c
src/system.h
src/touch.c

index da0084fa572e7dc40edd9ceeeee15c07df1db82b..1806c6f3943bcf8bca0c302a1dd76489f600fe67 100644 (file)
@@ -1,5 +1,5 @@
 /* chgrp -- change group ownership of files
-   Copyright (C) 89, 90, 91, 1995 Free Software Foundation, Inc.
+   Copyright (C) 89, 90, 91, 95, 1996 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 fe2b54dca211e7adde389a1dccc4cccdc4a652b8..b7a11ad80a323c329e939b3ae713575e1c5875e4 100644 (file)
@@ -1,5 +1,5 @@
 /* chmod -- change permission modes of files
-   Copyright (C) 1989, 1990, 1991, 1995 Free Software Foundation, Inc.
+   Copyright (C) 89, 90, 91, 95, 1996 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 24bb84c591cd48018aca1a3de769a370de24df31..b4e411cc8dd1c10e97b324efc1cd01206d5f4ea5 100644 (file)
@@ -1,5 +1,5 @@
 /* chown -- change user and group ownership of files
-   Copyright (C) 1989, 1990, 1991, 1995 Free Software Foundation, Inc.
+   Copyright (C) 89, 90, 91, 95, 1996 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 2da793650880f6b4e2bf9d5ea35bbace9ad7637c..b6aedc0a7175d2cc109d79fddcce0e5c61fc60a1 100644 (file)
@@ -1,5 +1,5 @@
 /* cp-hash.c  -- file copying (hash search routines)
-   Copyright (C) 1989, 1990, 1991, 1995 Free Software Foundation.
+   Copyright (C) 89, 90, 91, 95, 1996 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
index 7dd2ddf8cefb776f14a3e0f0ed9b56ca137fb7be..a48f4e54096c52e2c9aed35b9edb026002d6d09c 100644 (file)
--- a/src/cp.c
+++ b/src/cp.c
@@ -1,5 +1,5 @@
 /* cp.c  -- file copying (main routines)
-   Copyright (C) 1989, 1990, 1991, 1995 Free Software Foundation.
+   Copyright (C) 89, 90, 91, 95, 1996 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
index 9ad80370842dde130f8c8df7caf264071ac0130e..262fdd8c1f08f64b6eb95b9706ce79d1bebaeaae 100644 (file)
--- a/src/dd.c
+++ b/src/dd.c
@@ -1,5 +1,5 @@
 /* dd -- convert a file while copying it.
-   Copyright (C) 1985, 1990, 1991, 1995 Free Software Foundation, Inc.
+   Copyright (C) 85, 90, 91, 95, 1996 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 7841b8bdc46331f34dcdb47c76634408c49612c3..c018dc3f0d6dbd0b64b624662b3753590da154ca 100644 (file)
--- a/src/df.c
+++ b/src/df.c
@@ -1,5 +1,5 @@
 /* df - summarize free disk space
-   Copyright (C) 1991, 1995 Free Software Foundation, Inc.
+   Copyright (C) 91, 95, 1996 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 339e2270e7ccc4a3a4009b4ca9eebb735b342d06..35b00f18f7b3badde0afce1169a07b255660e408 100644 (file)
--- a/src/du.c
+++ b/src/du.c
@@ -1,5 +1,5 @@
 /* du -- summarize disk usage
-   Copyright (C) 1988, 1989, 1990, 1991, 1995 Free Software Foundation, Inc.
+   Copyright (C) 88, 89, 90, 91, 95, 1996 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 fed0ffe5caa1cc696a6dd8ae4172d7c44523de30..7d0854142910f440b0e5c06dab7f5587115bac06 100644 (file)
@@ -1,5 +1,5 @@
 /* install - copy files and set attributes
-   Copyright (C) 1989, 1990, 1991, 1995 Free Software Foundation, Inc.
+   Copyright (C) 89, 90, 91, 95, 1996 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 c6f006758d73d282ac8a7e2213d9d83764dde9a4..5f3935ca34bf7528c710fc660494fa39abd0f08e 100644 (file)
--- a/src/ln.c
+++ b/src/ln.c
@@ -1,5 +1,5 @@
 /* `ln' program to create links between files.
-   Copyright (C) 1986, 1989, 1990, 1991, 1995 Free Software Foundation, Inc.
+   Copyright (C) 86, 89, 90, 91, 95, 1996 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 ad4e69132014bd33a4d6f4ba1f54b2351c9f3580..c64a68bf43229fb35b7faf2ee1c1dafd6277e35b 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -1,5 +1,5 @@
 /* `dir', `vdir' and `ls' directory listing programs for GNU.
-   Copyright (C) 1985, 1988, 1990, 1991, 1995 Free Software Foundation, Inc.
+   Copyright (C) 85, 88, 90, 91, 95, 1996 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 91248bc743e7e87ffadf8126bc5cf7a3a036351e..a02b9e15e4f61e0d9af245f9a60552aba5cc8b65 100644 (file)
@@ -1,5 +1,5 @@
 /* mkdir -- make directories
-   Copyright (C) 1990, 1995 Free Software Foundation, Inc.
+   Copyright (C) 90, 95, 1996 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 9cff0b5c4bfc1419e2760864f984da447b262410..783e3f7c0e5b36a822c4dd57404f652499f4dc8a 100644 (file)
@@ -1,5 +1,5 @@
 /* mkfifo -- make fifo's (named pipes)
-   Copyright (C) 1990, 1991, 1995 Free Software Foundation, Inc.
+   Copyright (C) 90, 91, 95, 1996 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 2b5dc9736c0e85624ec7211a968ea75ce932781e..e21322c4abcb6a8065bdb0401b7e278a93f09483 100644 (file)
@@ -1,5 +1,5 @@
 /* mknod -- make special files
-   Copyright (C) 1990, 1991, 1995 Free Software Foundation, Inc.
+   Copyright (C) 90, 91, 95, 1996 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 91f1b12895c232eb8b3969d4b3442c3bb391584b..79c98f9357c37f27107bedc0f7a579a96247e557 100644 (file)
--- a/src/mv.c
+++ b/src/mv.c
@@ -1,5 +1,5 @@
 /* mv -- move or rename files
-   Copyright (C) 1986, 1989, 1990, 1991, 1995 Free Software Foundation, Inc.
+   Copyright (C) 86, 89, 90, 91, 95, 1996 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 5e4800f95714915b806659d35ee734ca2b91bb61..9ab4722b3e01aa32441af5963448f7f180738706 100644 (file)
--- a/src/rm.c
+++ b/src/rm.c
@@ -1,5 +1,5 @@
 /* `rm' file deletion utility for GNU.
-   Copyright (C) 1988, 1990, 1991, 1994, 1995 Free Software Foundation, Inc.
+   Copyright (C) 88, 90, 91, 94, 95, 1996 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 9273c00ece43be9b5b87d7d16f1c86f614378fb1..5e66d3bd2a0b44317d9a3a554dc1ef21d6e832a6 100644 (file)
@@ -1,5 +1,5 @@
 /* rmdir -- remove directories
-   Copyright (C) 1990, 1991, 1995 Free Software Foundation, Inc.
+   Copyright (C) 90, 91, 95, 1996 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 cbbee2bb64d64a6e9af7e5a23c151f8bec73583e..ca097bc73d46c2bc13ca7f51c277bc9b46ac7499 100644 (file)
@@ -1,5 +1,5 @@
 /* sync - update the super block
-   Copyright (C) 1994, 1995 Free Software Foundation, Inc.
+   Copyright (C) 94, 95, 1996 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 7ca35776a0b5037a458fea7fcd09f2b1a04eb6da..c80808520de8d41d34113756f0c2936ef2d6e23b 100644 (file)
@@ -1,5 +1,5 @@
 /* system-dependent definitions for fileutils programs.
-   Copyright (C) 89, 91, 92, 93, 1994 Free Software Foundation, Inc.
+   Copyright (C) 89, 91, 92, 93, 94, 1996 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 e9a0b1fc9d3595ff602ba0518e82176899aa1265..ccee5f9d76662e72b5da18a724f27db2be839466 100644 (file)
@@ -1,5 +1,5 @@
 /* touch -- change modification and access times of files
-   Copyright (C) 1987, 1989, 1990, 1991, 1995 Free Software Foundation Inc.
+   Copyright (C) 87, 89, 90, 91, 95, 1996 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