From 59d334f4d4d81e34bc990c0eca1826fef7b67abd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 24 Apr 1996 04:50:53 +0000 Subject: update Copyright years for 1996 --- src/cat.c | 2 +- src/cksum.c | 2 +- src/comm.c | 2 +- src/csplit.c | 2 +- src/expand.c | 2 +- src/fmt.c | 2 +- src/fold.c | 2 +- src/head.c | 2 +- src/join.c | 2 +- src/md5sum.c | 2 +- src/nl.c | 2 +- src/od.c | 2 +- src/pr.c | 2 +- src/sort.c | 2 +- src/split.c | 2 +- src/sum.c | 2 +- src/tac.c | 2 +- src/tail.c | 2 +- src/tr.c | 2 +- src/unexpand.c | 2 +- src/uniq.c | 2 +- src/wc.c | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/src/cat.c b/src/cat.c index 54f5b1a28..4270889df 100644 --- 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 diff --git a/src/cksum.c b/src/cksum.c index debeb0896..a46f46b29 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) 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 diff --git a/src/comm.c b/src/comm.c index cca8cc20d..1de428468 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 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 diff --git a/src/csplit.c b/src/csplit.c index 572a26d18..7e5efabc5 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) 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 diff --git a/src/expand.c b/src/expand.c index 4103ea6c6..5180dfd10 100644 --- a/src/expand.c +++ b/src/expand.c @@ -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 diff --git a/src/fmt.c b/src/fmt.c index 067efa8ad..534bdb13d 100644 --- 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 diff --git a/src/fold.c b/src/fold.c index fb6405aa1..d4a44e011 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) 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 diff --git a/src/head.c b/src/head.c index 2ef9dea96..519b19cb2 100644 --- a/src/head.c +++ b/src/head.c @@ -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 diff --git a/src/join.c b/src/join.c index 1f6143984..eccdab342 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) 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 diff --git a/src/md5sum.c b/src/md5sum.c index c32cb405c..3386d40e4 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) 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 diff --git a/src/nl.c b/src/nl.c index 1ddccfd22..4ae865ae1 100644 --- 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 diff --git a/src/od.c b/src/od.c index 239357122..2728076fc 100644 --- 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 diff --git a/src/pr.c b/src/pr.c index 09d4804b5..47ea5ab32 100644 --- 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 diff --git a/src/sort.c b/src/sort.c index df006ff14..1bd315f6c 100644 --- a/src/sort.c +++ b/src/sort.c @@ -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 diff --git a/src/split.c b/src/split.c index 48316d1ff..f1e4dc350 100644 --- a/src/split.c +++ b/src/split.c @@ -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 diff --git a/src/sum.c b/src/sum.c index 38ccf3a54..011fb69be 100644 --- 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 diff --git a/src/tac.c b/src/tac.c index 91fc783e1..cd0923a01 100644 --- 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 diff --git a/src/tail.c b/src/tail.c index 78b899ee5..9f899d33c 100644 --- a/src/tail.c +++ b/src/tail.c @@ -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 diff --git a/src/tr.c b/src/tr.c index 000c741fe..e099840f4 100644 --- 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 diff --git a/src/unexpand.c b/src/unexpand.c index ea43e98a3..1fbda7fc8 100644 --- a/src/unexpand.c +++ b/src/unexpand.c @@ -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 diff --git a/src/uniq.c b/src/uniq.c index 91dd93c9f..3589bdf97 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -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 diff --git a/src/wc.c b/src/wc.c index 7f59cf5bb..6a05e844d 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) 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 -- cgit v1.2.3-70-g09d2