]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
update Copyright years for 1996
authorJim Meyering <jim@meyering.net>
Wed, 24 Apr 1996 04:50:53 +0000 (04:50 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 24 Apr 1996 04:50:53 +0000 (04:50 +0000)
22 files changed:
src/cat.c
src/cksum.c
src/comm.c
src/csplit.c
src/expand.c
src/fmt.c
src/fold.c
src/head.c
src/join.c
src/md5sum.c
src/nl.c
src/od.c
src/pr.c
src/sort.c
src/split.c
src/sum.c
src/tac.c
src/tail.c
src/tr.c
src/unexpand.c
src/uniq.c
src/wc.c

index 54f5b1a28a770291fff1841b05c699a73c756a51..4270889df15f44aa5dca132b5a7c6432d1b0d02d 100644 (file)
--- a/src/cat.c
+++ b/src/cat.c
@@ -1,5 +1,5 @@
 /* cat -- concatenate files and print on the standard output.
-   Copyright (C) 1988, 1990, 1991, 1995 Free Software Foundation, Inc.
+   Copyright (C) 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 debeb0896f6d1b9783375c32eed9637db90988b0..a46f46b29122201cae974c1e25f35148d74aebb1 100644 (file)
@@ -1,5 +1,5 @@
 /* cksum -- calculate and print POSIX.2 checksums and sizes of files
-   Copyright (C) 1992, 1995 Free Software Foundation, Inc.
+   Copyright (C) 92, 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 cca8cc20dc35124bd3d269de6814afca47a61708..1de42846811cf87546a93033209de1242c0ff09a 100644 (file)
@@ -1,5 +1,5 @@
 /* comm -- compare two sorted files line by line.
-   Copyright (C) 1986, 1990, 1991, 1995 Free Software Foundation, Inc.
+   Copyright (C) 1986, 1990, 1991, 1995, 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 572a26d18f4b92c41c54fb3acb845fc7d1f96191..7e5efabc5a76ad1b1cda24861f42fe0bd681c671 100644 (file)
@@ -1,5 +1,5 @@
 /* csplit - split a file into sections determined by context lines
-   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 4103ea6c69a6cfb8d0222c07b13d82ae5328b925..5180dfd1087a20c9b93cc9980501bd767b3f1df6 100644 (file)
@@ -1,5 +1,5 @@
 /* expand - convert tabs to spaces
-   Copyright (C) 1989, 1991, 1995 Free Software Foundation, Inc.
+   Copyright (C) 89, 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 067efa8ad8c632799fa41bc235a6b6b96441ac4b..534bdb13dd3f1cb7d79ae67dbc1a57e66cc3b955 100644 (file)
--- a/src/fmt.c
+++ b/src/fmt.c
@@ -1,5 +1,5 @@
 /* GNU fmt -- simple text formatter.
-   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 fb6405aa19f5b5c53de00e894cb61d9dee8f6e5c..d4a44e011ea924e633cadaa699f02b882d816577 100644 (file)
@@ -1,5 +1,5 @@
 /* fold -- wrap each input line to fit in specified width.
-   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 2ef9dea965ec312770a11cd885a0761db3c9a154..519b19cb24d404c2d872a8c6e0b6dc92e7bdddb7 100644 (file)
@@ -1,5 +1,5 @@
 /* head -- output first part of file(s)
-   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 1f6143984f5f70de372b8128fbd8c4b03f80d990..eccdab34239dba058abd07ed6702d0c0e3b7fc80 100644 (file)
@@ -1,5 +1,5 @@
 /* join - join lines of two files on a common field
-   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 c32cb405cf49ca19e8bb34a4015c81444142a728..3386d40e4ff5d762f671496934a1af3b018b33c9 100644 (file)
@@ -1,6 +1,6 @@
 /* Compute MD5 checksum of files or strings according to the definition
    of MD5 in RFC 1321 from April 1992.
-   Copyright (C) 1995 Free Software Foundation, Inc.
+   Copyright (C) 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 1ddccfd22166572ca3b5128d33c9f1c29a895bdc..4ae865ae17f0e4b18c2f32022836e5ce3282e80a 100644 (file)
--- a/src/nl.c
+++ b/src/nl.c
@@ -1,5 +1,5 @@
 /* nl -- number lines of files
-   Copyright (C) 1989, 1992, 1995 Free Software Foundation, Inc.
+   Copyright (C) 89, 92, 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 239357122c880d01ab5967b7b4051b48e2df20d7..2728076fcb90a80c8af669dcf06def5c79d6d6f2 100644 (file)
--- a/src/od.c
+++ b/src/od.c
@@ -1,5 +1,5 @@
 /* od -- dump files in octal and other formats
-   Copyright (C) 1992, 1995 Free Software Foundation, Inc.
+   Copyright (C) 92, 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 09d4804b5374f29fe7fc1f13077227a7e71824ca..47ea5ab32f9b9b5dc82e878dda0129755c817315 100644 (file)
--- a/src/pr.c
+++ b/src/pr.c
@@ -1,5 +1,5 @@
 /* pr -- convert text files for printing.
-   Copyright (C) 1988, 1991, 1995 Free Software Foundation, Inc.
+   Copyright (C) 1988, 1991, 1995, 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 df006ff141b4b658a0f030d6467f8deca33be258..1bd315f6cf1dcfc105e8dd7e518a7f1706724e46 100644 (file)
@@ -1,5 +1,5 @@
 /* sort - sort lines of text (with all kinds of options).
-   Copyright (C) 1988, 1991, 1992, 1993, 1994, 1995 Free Software Foundation
+   Copyright (C) 88, 91, 92, 93, 94, 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 48316d1ff40d2892cb5b66067b673d6ffd03e0e5..f1e4dc350f6446412868e203b303332bc1f91de1 100644 (file)
@@ -1,5 +1,5 @@
 /* split.c -- split a file into pieces.
-   Copyright (C) 1988, 1991, 1995 Free Software Foundation, Inc.
+   Copyright (C) 88, 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 38ccf3a541672084b6b22cd8534648e8f751a186..011fb69beb8cca8fd05ce6344368c9e2ad642721 100644 (file)
--- a/src/sum.c
+++ b/src/sum.c
@@ -1,5 +1,5 @@
 /* sum -- checksum and count the blocks in a file
-   Copyright (C) 1986, 1989, 1991, 1995 Free Software Foundation, Inc.
+   Copyright (C) 86, 89, 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 91fc783e1b382df9570185559b0362713e7f7953..cd0923a016e1d64344e760c40cb25ac3040e9bfb 100644 (file)
--- a/src/tac.c
+++ b/src/tac.c
@@ -1,5 +1,5 @@
 /* tac - concatenate and print files in reverse
-   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 78b899ee553c8ee08acfd7d707ab56497fa4b35e..9f899d33ce75876db3eeb2ef1ab6d92420a239d3 100644 (file)
@@ -1,5 +1,5 @@
 /* tail -- output the last part of file(s)
-   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 000c741fe1161326f9801b09d720328263acbff1..e099840f4d386c6dc66d2f261807cc9db208516a 100644 (file)
--- a/src/tr.c
+++ b/src/tr.c
@@ -1,5 +1,5 @@
 /* tr -- a filter to translate characters
-   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 ea43e98a3c277bb4204b98e9bf3b5302c415964c..1fbda7fc8e01420043d7acd2774d80f1fbcca28a 100644 (file)
@@ -1,5 +1,5 @@
 /* unexpand - convert spaces to tabs
-   Copyright (C) 1989, 1991, 1995 Free Software Foundation, Inc.
+   Copyright (C) 89, 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 91dd93c9fe83a9b34843f95ea85d05c51b887fb1..3589bdf972bea6317cb66d2ee9d52bf6db6f90bb 100644 (file)
@@ -1,5 +1,5 @@
 /* uniq -- remove duplicate lines from a sorted file
-   Copyright (C) 1986, 1991, 1995 Free Software Foundation, Inc.
+   Copyright (C) 86, 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 7f59cf5bb3849920bc660d85d882331b3382a13b..6a05e844d0b8e5d1d1eb3ad90573522edf84aca2 100644 (file)
--- a/src/wc.c
+++ b/src/wc.c
@@ -1,5 +1,5 @@
 /* wc - print the number of bytes, words, and lines in files
-   Copyright (C) 1985, 1991, 1995 Free Software Foundation, Inc.
+   Copyright (C) 85, 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