From: Jim Meyering Date: Sun, 9 Feb 1997 04:46:02 +0000 (+0000) Subject: update copyrights for 1997 X-Git-Tag: SH-UTILS-1_16a~254 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dbc538f92b52087d99acd451103e6395eeb45738;p=thirdparty%2Fcoreutils.git update copyrights for 1997 --- diff --git a/src/cat.c b/src/cat.c index 1f0778fe62..08bf43256b 100644 --- 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 diff --git a/src/cksum.c b/src/cksum.c index 412eefaf31..caa3fe49ed 100644 --- a/src/cksum.c +++ b/src/cksum.c @@ -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 diff --git a/src/comm.c b/src/comm.c index bb5dd6b162..8d945caf79 100644 --- a/src/comm.c +++ b/src/comm.c @@ -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 diff --git a/src/csplit.c b/src/csplit.c index 33615af604..d42f0b3531 100644 --- a/src/csplit.c +++ b/src/csplit.c @@ -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 diff --git a/src/expand.c b/src/expand.c index 0c2e03f168..2d51630438 100644 --- a/src/expand.c +++ b/src/expand.c @@ -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 diff --git a/src/fmt.c b/src/fmt.c index 1aed926be2..0dbc8892a7 100644 --- 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 diff --git a/src/fold.c b/src/fold.c index 368c610e6d..84a62e7cb6 100644 --- a/src/fold.c +++ b/src/fold.c @@ -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 diff --git a/src/head.c b/src/head.c index 54e5c2f83a..cd60fd0ad5 100644 --- a/src/head.c +++ b/src/head.c @@ -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 diff --git a/src/join.c b/src/join.c index ec7af19ee4..2708554241 100644 --- a/src/join.c +++ b/src/join.c @@ -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 diff --git a/src/md5sum.c b/src/md5sum.c index 6f562af62c..13ee3d3b99 100644 --- a/src/md5sum.c +++ b/src/md5sum.c @@ -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 diff --git a/src/nl.c b/src/nl.c index bd1bd68261..ce648adc24 100644 --- 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 diff --git a/src/od.c b/src/od.c index 461a5bffce..24af8419e2 100644 --- 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 diff --git a/src/pr.c b/src/pr.c index ebfe895017..b4ddf69fe7 100644 --- 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 diff --git a/src/split.c b/src/split.c index 81b0f87062..12bf01167f 100644 --- a/src/split.c +++ b/src/split.c @@ -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 diff --git a/src/sum.c b/src/sum.c index 0defc4c5cf..54a727d124 100644 --- 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 diff --git a/src/tac.c b/src/tac.c index 8bf5035a0a..2c63ae805e 100644 --- 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 diff --git a/src/tail.c b/src/tail.c index 12a5ca1dd7..948274049d 100644 --- a/src/tail.c +++ b/src/tail.c @@ -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 diff --git a/src/tr.c b/src/tr.c index 720f9c823f..da9b2f3818 100644 --- 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 diff --git a/src/unexpand.c b/src/unexpand.c index f538ec0341..11b9b2b308 100644 --- a/src/unexpand.c +++ b/src/unexpand.c @@ -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 diff --git a/src/uniq.c b/src/uniq.c index 10eaecf589..a39d23d48e 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -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 diff --git a/src/wc.c b/src/wc.c index d268d6503e..6a866dca5a 100644 --- 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