]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
update copyrights for 1997
authorJim Meyering <jim@meyering.net>
Sun, 9 Feb 1997 04:46:02 +0000 (04:46 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 9 Feb 1997 04:46:02 +0000 (04:46 +0000)
21 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/split.c
src/sum.c
src/tac.c
src/tail.c
src/tr.c
src/unexpand.c
src/uniq.c
src/wc.c

index 1f0778fe621c9a7e53ce24dfacefd129e697ecce..08bf43256b9cdd16bda7b5939248165bc6237faa 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) 88, 90, 91, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 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
index 412eefaf31ce8df08523ed76f1a30d47d425048d..caa3fe49edc2dfefd81eda75ffcf36a983c9c74f 100644 (file)
@@ -1,5 +1,5 @@
 /* cksum -- calculate and print POSIX.2 checksums and sizes of files
-   Copyright (C) 92, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 92, 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
index bb5dd6b162973ce1ef5e20aac096805c2c9b173e..8d945caf797a0726eb75c4d8da4c7a7b735bbf4c 100644 (file)
@@ -1,5 +1,5 @@
 /* comm -- compare two sorted files line by line.
-   Copyright (C) 1986, 1990, 1991, 1995, 1996 Free Software Foundation, Inc.
+   Copyright (C) 86, 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
index 33615af6043375ccf044cc3afd45780eb4a15288..d42f0b35313ce829d0a12f196f64eb3fdb8c631f 100644 (file)
@@ -1,5 +1,5 @@
 /* csplit - split a file into sections determined by context lines
-   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
index 0c2e03f1687165f28a3b0b953a174f9021b881b1..2d51630438b72d6f00dfd57ba6202dac766aa068 100644 (file)
@@ -1,5 +1,5 @@
 /* expand - convert tabs to spaces
-   Copyright (C) 89, 91, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 89, 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
index 1aed926be2a95552f1566217c5dd281826a04ed8..0dbc8892a7c237a20645e918109c5a9433111eed 100644 (file)
--- a/src/fmt.c
+++ b/src/fmt.c
@@ -1,5 +1,5 @@
 /* GNU fmt -- simple text formatter.
-   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
index 368c610e6daddeda8d3ad3443be5be816af77985..84a62e7cb6ed7fd6b986d8275dd6af8e259f2190 100644 (file)
@@ -1,5 +1,5 @@
 /* fold -- wrap each input line to fit in specified width.
-   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
index 54e5c2f83a30f76d136eca5084b61a70661202d8..cd60fd0ad5e5baaa4daf444254e4462f46e725fc 100644 (file)
@@ -1,5 +1,5 @@
 /* head -- output first part of file(s)
-   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
index ec7af19ee4f9ee09cd1ad63516a7550ee93c7674..27085542416c2cacccecd44569a5679f1fa0f923 100644 (file)
@@ -1,5 +1,5 @@
 /* join - join lines of two files on a common field
-   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
index 6f562af62c664376444c962bff069edda156948b..13ee3d3b9916c9cf1ea24122706703019fd820ce 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) 95, 1996 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
index bd1bd68261ffa7ef39acb37226c4f3a3a246818b..ce648adc24ccd43b311a932a2c70318f96983c45 100644 (file)
--- a/src/nl.c
+++ b/src/nl.c
@@ -1,5 +1,5 @@
 /* nl -- number lines of files
-   Copyright (C) 89, 92, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 89, 92, 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
index 461a5bffce84f2841997917c0532372e7eab9dfa..24af8419e29c3b318345e7f3ab3234293a13b87f 100644 (file)
--- a/src/od.c
+++ b/src/od.c
@@ -1,5 +1,5 @@
 /* od -- dump files in octal and other formats
-   Copyright (C) 92, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 92, 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
index ebfe895017e8b721f0da22bfa3b03452ec465b33..b4ddf69fe7ced5e23a8d5c750bb50c9315c94c30 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, 1996 Free Software Foundation, Inc.
+   Copyright (C) 88, 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
index 81b0f87062eacfaeed704771e18a10b1db9129c8..12bf01167f2a0aa05389797da0d8355b41e3162b 100644 (file)
@@ -1,5 +1,5 @@
 /* split.c -- split a file into pieces.
-   Copyright (C) 88, 91, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 88, 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
index 0defc4c5cf44dc1ffe8cbd0d8837e1ca02edcb61..54a727d1242564f0fbdcb4a06da255638ae3ff66 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) 86, 89, 91, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 86, 89, 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
index 8bf5035a0aea32cec5c72cdead741abef2ab0e8e..2c63ae805e7961b0b1b167d12062b0c14ecd7f5b 100644 (file)
--- a/src/tac.c
+++ b/src/tac.c
@@ -1,5 +1,5 @@
 /* tac - concatenate and print files in reverse
-   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
index 12a5ca1dd7302efd863fc4672d7ca2023bc77e5b..948274049d0e71f4cb69bd850c19596293ccaf11 100644 (file)
@@ -1,5 +1,5 @@
 /* tail -- output the last part of file(s)
-   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
index 720f9c823fdf140030d0db77baea8cf55fd9bcd9..da9b2f38185ebe451e587d6fdb756dc9a8004900 100644 (file)
--- a/src/tr.c
+++ b/src/tr.c
@@ -1,5 +1,5 @@
 /* tr -- a filter to translate characters
-   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
index f538ec034118857e2351706c02a04366c3429728..11b9b2b308ea779b32c881a65c64f3e2fff3ca97 100644 (file)
@@ -1,5 +1,5 @@
 /* unexpand - convert spaces to tabs
-   Copyright (C) 89, 91, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 89, 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
index 10eaecf589e016d103653920c3da8e3b909bef49..a39d23d48e2f9d67b55d4670d52f4108641ebe0d 100644 (file)
@@ -1,5 +1,5 @@
 /* uniq -- remove duplicate lines from a sorted file
-   Copyright (C) 86, 91, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 86, 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
index d268d6503e490d3cc7d4376103cce5189a0a14a5..6a866dca5ab9b08b28a5c91ca8820775267b118a 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) 85, 91, 95, 1996 Free Software Foundation, Inc.
+   Copyright (C) 85, 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