]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
adjust copyright dates
authorJim Meyering <meyering@redhat.com>
Mon, 19 May 2008 14:49:35 +0000 (16:49 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 26 May 2008 06:40:33 +0000 (08:40 +0200)
52 files changed:
src/basename.c
src/chgrp.c
src/chown.c
src/chroot.c
src/cksum.c
src/comm.c
src/csplit.c
src/date.c
src/dirname.c
src/echo.c
src/env.c
src/expand.c
src/expr.c
src/factor.c
src/fmt.c
src/fold.c
src/head.c
src/hostid.c
src/hostname.c
src/kill.c
src/link.c
src/ln.c
src/logname.c
src/mv.c
src/nice.c
src/nl.c
src/nohup.c
src/od.c
src/pathchk.c
src/pinky.c
src/pwd.c
src/readlink.c
src/shred.c
src/shuf.c
src/sleep.c
src/stty.c
src/su.c
src/sum.c
src/sync.c
src/tac.c
src/tee.c
src/true.c
src/tsort.c
src/tty.c
src/uname.c
src/unexpand.c
src/unlink.c
src/uptime.c
src/users.c
src/who.c
src/whoami.c
src/yes.c

index 76163b164d6079f5e373287285c3b97045321afc..ca3d347974a61b1a937d108bbdb97ec7566f368e 100644 (file)
@@ -1,5 +1,5 @@
 /* basename -- strip directory and suffix from file names
-   Copyright (C) 1990-1997, 1999-2007 Free Software Foundation, Inc.
+   Copyright (C) 1990-1997, 1999-2008 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 725ea72329a8741fc81f692bd30d2ce52e7fd0d8..d09b84125e8fb1f7cdc1cd68b701a7113080c253 100644 (file)
@@ -1,5 +1,5 @@
 /* chgrp -- change group ownership of files
-   Copyright (C) 89, 90, 91, 1995-2007 Free Software Foundation, Inc.
+   Copyright (C) 89, 90, 91, 1995-2008 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 fd9428cb8ccbfdb9aa0dd27b9c7d1dc8bd24e4d8..5152de56912deb3f48b00e2b0ce55a7fe691db7c 100644 (file)
@@ -1,5 +1,5 @@
 /* chown -- change user and group ownership of files
-   Copyright (C) 89, 90, 91, 1995-2007 Free Software Foundation, Inc.
+   Copyright (C) 89, 90, 91, 1995-2008 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 e3621fd70458ec4bc64db1c67c98563ae369a2e2..85053c97453a05d41fe7bae636f94c565f92ce0f 100644 (file)
@@ -1,5 +1,6 @@
 /* chroot -- run command or shell with special root directory
-   Copyright (C) 95, 96, 1997, 1999-2004, 2007 Free Software Foundation, Inc.
+   Copyright (C) 95, 96, 1997, 1999-2004, 2007-2008
+   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 5b594fd6b2f11f475cacc872de6157f26452408a..52c34352ac4b12f5f2d54bcfcb9f9ba9ac97a27e 100644 (file)
@@ -1,5 +1,5 @@
 /* cksum -- calculate and print POSIX checksums and sizes of files
-   Copyright (C) 92, 1995-2006 Free Software Foundation, Inc.
+   Copyright (C) 92, 1995-2006, 2008 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 ff33b71ce6f6e34d678d2ad47162d8236d3aad1a..430e8d605eccd31f67589ce1ffda1eb1f7cd6248 100644 (file)
@@ -1,5 +1,5 @@
 /* comm -- compare two sorted files line by line.
-   Copyright (C) 86, 90, 91, 1995-2005 Free Software Foundation, Inc.
+   Copyright (C) 86, 90, 91, 1995-2005, 2008 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 ef29ab8d40a5808a88ff7ca104e86a5b2ddcd2ad..f8c3c025ff02bd7dfd4b6213482e2174f29ef4d1 100644 (file)
@@ -1,5 +1,5 @@
 /* csplit - split a file into sections determined by context lines
-   Copyright (C) 91, 1995-2007 Free Software Foundation, Inc.
+   Copyright (C) 91, 1995-2008 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 282fa2ae81180facf9bcea585b3cace4cb1dde80..8191ff6381df6fe88d389e5a24ccda0ed4af7ff9 100644 (file)
@@ -1,5 +1,5 @@
 /* date - print or set the system date and time
-   Copyright (C) 1989-2007 Free Software Foundation, Inc.
+   Copyright (C) 1989-2008 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 93b33d2baced5365561a9eaa1e6607f4aba09ca5..928a663c69b2781071ce7a68317de2c443e1715c 100644 (file)
@@ -1,6 +1,6 @@
 /* dirname -- strip suffix from file name
 
-   Copyright (C) 1990-1997, 1999-2002, 2004-2007 Free Software
+   Copyright (C) 1990-1997, 1999-2002, 2004-2008 Free Software
    Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
index cd97cd0ad5339715a116d9c81da3eb15f334179c..1f3bc778563116c8b042c5bd5097ecf957ce0f1d 100644 (file)
@@ -1,5 +1,5 @@
 /* echo.c, derived from code echo.c in Bash.
-   Copyright (C) 87,89, 1991-1997, 1999-2005, 2007 Free Software
+   Copyright (C) 87,89, 1991-1997, 1999-2005, 2007-2008 Free Software
    Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
index e8b4ac35645fd1cc96edae664856c78807858023..bf8ceb2cadbdd75de47953f6e0ab36955e7a61d7 100644 (file)
--- a/src/env.c
+++ b/src/env.c
@@ -1,5 +1,5 @@
 /* env - run a program in a modified environment
-   Copyright (C) 1986, 1991-2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1986, 1991-2005, 2007-2008 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 023d525f759b8d296839299ab85cfa7b5877b3a6..17747a5b77634715b81de4d5c1545903ea6f940e 100644 (file)
@@ -1,5 +1,5 @@
 /* expand - convert tabs to spaces
-   Copyright (C) 89, 91, 1995-2006 Free Software Foundation, Inc.
+   Copyright (C) 89, 91, 1995-2006, 2008 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 1f740e2019b2ec220497860ebbe31c704f18fb28..a451ca7088994dc845261fa69c08c4392d08f819 100644 (file)
@@ -1,5 +1,5 @@
 /* expr -- evaluate expressions.
-   Copyright (C) 86, 1991-1997, 1999-2007 Free Software Foundation, Inc.
+   Copyright (C) 86, 1991-1997, 1999-2008 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 5ee4a035a7ca19521a8e2c2cd5e0925b5041a038..c116acdbb55cc69dc29ceab2152f74a33ae523a2 100644 (file)
@@ -1,5 +1,5 @@
 /* factor -- print prime factors of n.
-   Copyright (C) 86, 1995-2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 86, 1995-2005, 2007-2008 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 2a9e3c543ef0e061d05b760e25c76ba95cdeb70f..59f71ca02d11c04403284b247fe7189370d896f3 100644 (file)
--- a/src/fmt.c
+++ b/src/fmt.c
@@ -1,5 +1,5 @@
 /* GNU fmt -- simple text formatter.
-   Copyright (C) 1994-2006 Free Software Foundation, Inc.
+   Copyright (C) 1994-2006, 2008 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 948968069f3aa21598f74139dcfbef1ded8e4d88..d0d1f82f25e190939a81cfbe8e028541f051d594 100644 (file)
@@ -1,5 +1,5 @@
 /* fold -- wrap each input line to fit in specified width.
-   Copyright (C) 91, 1995-2006 Free Software Foundation, Inc.
+   Copyright (C) 91, 1995-2006, 2008 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 7851eb9108e37287c30f4e5211b146e5690acde5..4e9beea4cfdfd64dfedec5df37bff82a253113dd 100644 (file)
@@ -1,5 +1,5 @@
 /* head -- output first part of file(s)
-   Copyright (C) 89, 90, 91, 1995-2006 Free Software Foundation, Inc.
+   Copyright (C) 89, 90, 91, 1995-2006, 2008 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 95ee7c22b4514e3e1a82e58c9a78a9b34de04c37..c6bc70f2f35edd1b5efe3c2bdd710762320442ff 100644 (file)
@@ -1,6 +1,6 @@
 /* print the hexadecimal identifier for the current host
 
-   Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2007 Free
+   Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2007-2008 Free
    Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
index 5bd67b90f0ebcc25222a3d48427eef9341f2afd0..e57de818985f8fd7ce33156d08d8f59b3610b243 100644 (file)
@@ -1,5 +1,5 @@
 /* hostname - set or print the name of current host system
-   Copyright (C) 1994-1997, 1999-2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1994-1997, 1999-2005, 2007-2008 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 95e769777ec7298342c0314f4dfda0f545864ea7..d87c7d0e6c05ce32025ff795351e67bdd96af3a2 100644 (file)
@@ -1,5 +1,5 @@
 /* kill -- send a signal to a process
-   Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005, 2008 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 08e7b107414148dd19e44f82cb2dbfdb90dd9027..e4b901d976c196bdd0b471ef6da8cf8902cad171 100644 (file)
@@ -1,5 +1,5 @@
 /* link utility for GNU.
-   Copyright (C) 2001, 2002, 2004, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2004, 2007-2008 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 33be275ef47f70622eec9219915b0d8e307ce9b8..9523560f52a9df45ec8f91aa7212b140e2fafebe 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-1991, 1995-2007 Free Software Foundation, Inc.
+   Copyright (C) 1986, 1989-1991, 1995-2008 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 290f6bb21ed2ddf4972290a3a877d7a1f1966dd9..11c6a35ed3a02ec3922638c9854bb91532505014 100644 (file)
@@ -1,5 +1,5 @@
 /* logname -- print user's login name
-   Copyright (C) 1990-1997, 1999-2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1990-1997, 1999-2005, 2007-2008 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 3902c13b0b0bd10d8305295ded73c76cce5a6c66..ffd791438d2e41930a717fc5445437c9ed8d3bbb 100644 (file)
--- a/src/mv.c
+++ b/src/mv.c
@@ -1,5 +1,5 @@
 /* mv -- move or rename files
-   Copyright (C) 86, 89, 90, 91, 1995-2007 Free Software Foundation, Inc.
+   Copyright (C) 86, 89, 90, 91, 1995-2008 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 b722d96408bb8deaaf869926dfd938119265f45d..03e9e6a8bbbfd75dee777372791e7489656f0191 100644 (file)
@@ -1,5 +1,5 @@
 /* nice -- run a program with modified niceness
-   Copyright (C) 1990-2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1990-2005, 2007-2008 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 99ba1ef08f4e5f0eca7819600f9dda0fd6f5d1f0..6154ab6e3f5ffb1721be6f4ad4241b8cf442a279 100644 (file)
--- a/src/nl.c
+++ b/src/nl.c
@@ -1,5 +1,5 @@
 /* nl -- number lines of files
-   Copyright (C) 89, 92, 1995-2007 Free Software Foundation, Inc.
+   Copyright (C) 89, 92, 1995-2008 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 ea4befef8972979cb874ae5f52aa82ecaff7619e..832659c0a29f4eecd7dc5645c946d8a4d463d243 100644 (file)
@@ -1,5 +1,5 @@
 /* nohup -- run a command immune to hangups, with output to a non-tty
-   Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005, 2007-2008 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 f6080d7f23dd480e20cc9a89fd62276edab1b5d0..1007f8c904e717f08b6808a00c954cf1b273e374 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, 1995-2007 Free Software Foundation, Inc.
+   Copyright (C) 92, 1995-2008 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 5bf297952f83618f345532719d335acbe47e7ee7..21e7acd86e1ebfa27ffa8b2dad905b5374c3f7b3 100644 (file)
@@ -1,5 +1,5 @@
 /* pathchk -- check whether file names are valid or portable
-   Copyright (C) 1991-2007 Free Software Foundation, Inc.
+   Copyright (C) 1991-2008 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 fd2bdb69c9bd5da978900183e3e1e6fe0e11984e..d5413ca9525b2515dc7362db724fe4246be01553 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU's pinky.
-   Copyright (C) 1992-1997, 1999-2006 Free Software Foundation, Inc.
+   Copyright (C) 1992-1997, 1999-2006, 2008 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 bfdec85ca1ae5022e5fa76f0364a9f03e4d06982..bf20f3f5018c5ced880a04400dac055823c6e77a 100644 (file)
--- a/src/pwd.c
+++ b/src/pwd.c
@@ -1,5 +1,5 @@
 /* pwd - print current directory
-   Copyright (C) 1994-1997, 1999-2007 Free Software Foundation, Inc.
+   Copyright (C) 1994-1997, 1999-2008 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 3121433a398850e565df21da159754b2c441ff1e..6f29fec0ed9b00a030c736a032825c832111f1c0 100644 (file)
@@ -1,5 +1,5 @@
 /* readlink -- display value of a symbolic link.
-   Copyright (C) 2002-2007 Free Software Foundation, Inc.
+   Copyright (C) 2002-2008 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 4a1313383bd9de92ddbd0181232443bd2bea58e4..1b941810c0a05c16a6311d4407a0edae7ccf638e 100644 (file)
@@ -1,6 +1,6 @@
 /* shred.c - overwrite files and devices to make it harder to recover data
 
-   Copyright (C) 1999-2007 Free Software Foundation, Inc.
+   Copyright (C) 1999-2008 Free Software Foundation, Inc.
    Copyright (C) 1997, 1998, 1999 Colin Plumb.
 
    This program is free software: you can redistribute it and/or modify
index 1ab879507594cc2e7fcca6825377d4fbd15f43a8..cdba97bc85113baf1c872553db568ccea09733bf 100644 (file)
@@ -1,6 +1,6 @@
 /* Shuffle lines of text.
 
-   Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2007-2008 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 39bb0c91c80ccaae25f8c15e6c29d680eaf26540..5ecdb4fd321adc2dd8a9e77f7c4ed77006cadb18 100644 (file)
@@ -1,5 +1,6 @@
 /* sleep - delay for a specified amount of time.
-   Copyright (C) 84, 1991-1997, 1999-2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 84, 1991-1997, 1999-2005, 2007-2008
+   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 d27f1eff52e19f05ce5179944dc25c82849508f1..5a66098287dd98e44e19e219c4213ed4e8930de7 100644 (file)
@@ -1,5 +1,5 @@
 /* stty -- change and print terminal line settings
-   Copyright (C) 1990-2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1990-2005, 2007-2008 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 0cb415a3b8f5201f863ecdbb3ccc824ff8d55b28..746eedc84f7a4141d109cc048ce5fceec21c6acc 100644 (file)
--- a/src/su.c
+++ b/src/su.c
@@ -1,5 +1,5 @@
 /* su for GNU.  Run a shell with substitute user and group IDs.
-   Copyright (C) 1992-2006 Free Software Foundation, Inc.
+   Copyright (C) 1992-2006, 2008 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 468ebbe68b6a9667d4bfa73cbdf55e3853df7a7d..28bd05235a8a787261fcd7a7fc798dddf50e6008 100644 (file)
--- a/src/sum.c
+++ b/src/sum.c
@@ -1,5 +1,6 @@
 /* sum -- checksum and count the blocks in a file
-   Copyright (C) 86, 89, 91, 1995-2002, 2004, 2005 Free Software Foundation, Inc.
+   Copyright (C) 86, 89, 91, 1995-2002, 2004, 2005, 2008
+   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 9534082babec738976da44f9be889ebbbf22edd1..de41e0cd2e3651de7327217825e3b41b1650bc90 100644 (file)
@@ -1,5 +1,5 @@
 /* sync - update the super block
-   Copyright (C) 1994-2004 Free Software Foundation, Inc.
+   Copyright (C) 1994-2004, 2008 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 39a5ce0ffef8baee157c10b2d295bbfe2673d0e3..ec406416215abe30ab66cca03c2e4964b5ce0d2f 100644 (file)
--- a/src/tac.c
+++ b/src/tac.c
@@ -1,5 +1,5 @@
 /* tac - concatenate and print files in reverse
-   Copyright (C) 1988-1991, 1995-2006 Free Software Foundation, Inc.
+   Copyright (C) 1988-1991, 1995-2006, 2008 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 987ffbdaa0b6a7f17b186f862b4ed8836a68b935..5a5ea08e0a052dc470356d921da1945aceecde5a 100644 (file)
--- a/src/tee.c
+++ b/src/tee.c
@@ -1,5 +1,5 @@
 /* tee - read from standard input and write to standard output and files.
-   Copyright (C) 85,1990-2006 Free Software Foundation, Inc.
+   Copyright (C) 85,1990-2006, 2008 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 eebfaeeefe47581bdd154d09f8af413d500d240d..54a3c5aec682c5e26889695d8c3592575908c4f9 100644 (file)
@@ -1,5 +1,5 @@
 /* Exit with a status code indicating success.
-   Copyright (C) 1999-2003, 2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1999-2003, 2005, 2007-2008 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 f6dde8ac1459c0231f48b9b12e1c2a85aadf554b..468c00c73665b2a8d3fc500824f1c58e11f8e7aa 100644 (file)
@@ -1,5 +1,5 @@
 /* tsort - topological sort.
-   Copyright (C) 1998-2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1998-2005, 2007-2008 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 dd98c3fe063902b4c9f43c2f87616dcba05b5b47..e5cfcb4fdea4c7cb2f864d6f5d36c28073ac28c6 100644 (file)
--- a/src/tty.c
+++ b/src/tty.c
@@ -1,5 +1,5 @@
 /* tty -- print the name of the terminal connected to standard input
-   Copyright (C) 1990-2005 Free Software Foundation, Inc.
+   Copyright (C) 1990-2005, 2008 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 a55f281df653658df1e5b05aa46dfd5dd7260ea3..82261e66c70a0126d3afaf051c0923fa69cf5ede 100644 (file)
@@ -1,6 +1,6 @@
 /* uname -- print system information
 
-   Copyright (C) 1989, 1992, 1993, 1996, 1997, 1999-2005, 2007
+   Copyright (C) 1989, 1992, 1993, 1996, 1997, 1999-2005, 2007-2008
    Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
index 4f15a0fd813e335a971e7d1b0cbdfe7d53018473..6a60b20b2bf7b55a13e528ec087cbf04dd890b6a 100644 (file)
@@ -1,5 +1,5 @@
 /* unexpand - convert blanks to tabs
-   Copyright (C) 89, 91, 1995-2006 Free Software Foundation, Inc.
+   Copyright (C) 89, 91, 1995-2006, 2008 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 71379349edf607a219327a9e7bb9fc5568e81490..26efb66823b71158aae613a7e11c7f28d817c666 100644 (file)
@@ -1,5 +1,5 @@
 /* unlink utility for GNU.
-   Copyright (C) 2001, 2002, 2004, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2004, 2007-2008 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 f6925e31e9ce5b325fa0b7c02496485c4e9a75fa..1165f947a22eb05b6ee7af4361c5d35dc3b806b9 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU's uptime.
-   Copyright (C) 1992-2002, 2004-2007 Free Software Foundation, Inc.
+   Copyright (C) 1992-2002, 2004-2008 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 0548fb99e71b5f159b9840cf0c162987fb7aa2f9..745b2bca1534e07bf5d7fbf4828e8a718eec60ba 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU's users.
-   Copyright (C) 1992-2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1992-2005, 2007-2008 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 6a39331cfb87154def75d01c10c4f29f5453e2f1..73c7feab7d01398f51d1147f9aa90dad0a4fc582 100644 (file)
--- a/src/who.c
+++ b/src/who.c
@@ -1,5 +1,5 @@
 /* GNU's who.
-   Copyright (C) 1992-2007 Free Software Foundation, Inc.
+   Copyright (C) 1992-2008 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 93123572ff77fd153404fb57330b5f90317a0290..eca03f30ec019e040cd5ea6b003bc2676f90aa3f 100644 (file)
@@ -1,7 +1,7 @@
 /* whoami -- print effective userid
 
-   Copyright (C) 89,90, 1991-1997, 1999-2002, 2004, 2005, 2007 Free Software
-   Foundation, Inc.
+   Copyright (C) 89,90, 1991-1997, 1999-2002, 2004, 2005, 2007-2008
+   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 377bd9dfbb32e7efd8021bd12ed6e0a7fd82125d..6cb62f982abd880ba233718f8583d34455eada95 100644 (file)
--- a/src/yes.c
+++ b/src/yes.c
@@ -1,5 +1,5 @@
 /* yes - output a string repeatedly until killed
-   Copyright (C) 1991-1997, 1999-2004, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1991-1997, 1999-2004, 2007-2008 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