- fix copy'n paste errors that got introduced when switching to the shorter boilerplate.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 13 Sep 2006 16:39:19 +0000 (16:39 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 13 Sep 2006 16:39:19 +0000 (16:39 -0000)
  No object code changes.

12 files changed:
coreutils/sum.c
debianutils/readlink.c
debianutils/run_parts.c
debianutils/which.c
findutils/grep.c
libbb/bb_pwd.c
libbb/find_pid_by_name.c
libbb/llist.c
loginutils/su.c
procps/pidof.c
procps/ps.c
util-linux/swaponoff.c

index d6a76dbbcb2afb5341d03898a9beaadeef1c3dd4..99d477fc3809feb7b512d004cee275c44e67e146 100644 (file)
@@ -10,7 +10,7 @@
  * Written by Kayvan Aghaiepour and David MacKenzie
  * Taken from coreutils and turned into a busybox applet by Mike Frysinger
  *
- * Licensed under the GPL v2, see the file LICENSE in this tarball.
+ * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
  */
 
 #include "busybox.h"
index 10fb01ebf9840bcf73f557d7379611f84def0f5c..bfe0db6c337c55ca45a58b8a662ec1b1f0a5002d 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 2000,2001 Matt Kraai <kraai@alumni.carnegiemellon.edu>
  *
- * Licensed under GPL v2, see file LICENSE in this tarball for details.
+ * Licensed under GPL v2 or later, see file LICENSE in this tarball for details.
  */
 
 #include "busybox.h"
index c54e515feba1c3c1c4be540c360643c790988877..964a221a88529d02d2410f7105649f1c3c29f6c7 100644 (file)
@@ -10,7 +10,7 @@
  *   Copyright (C) 1996-1999 Guy Maor <maor@debian.org>
  *
  *
- * Licensed under GPL v2, see file LICENSE in this tarball for details.
+ * Licensed under GPL v2 or later, see file LICENSE in this tarball for details.
  */
 
 /* This is my first attempt to write a program in C (well, this is my first
index b902b64d82af303912228a6d47b58a81b34ef511..db28f78032976443a3508db97fd219e1321c8aa4 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
  *
- * Licensed under the GPL v2, see the file LICENSE in this tarball.
+ * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
  *
  * Based on which from debianutils
  */
index c2c4e709506c4a39c188a299018f3c7b3f834d2e..0e0d03f9e632b15fd817d95cdcb56a6cf54deb20 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright (C) 1999,2000,2001 by Lineo, inc. and Mark Whitley
  * Copyright (C) 1999,2000,2001 by Mark Whitley <markw@codepoet.org>
  *
- * Licensed under the GPL v2, see the file LICENSE in this tarball.
+ * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
  */
 /* BB_AUDIT SUSv3 defects - unsupported option -x.  */
 /* BB_AUDIT GNU defects - always acts as -a.  */
index 07876f0e2b538f78659cdc2b193088ececaf6246..de1d66303a62a12a95aa997812cfdc601d3416e7 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
  *
- * Licensed under the GPL v2, see the file LICENSE in this tarball.
+ * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
  */
 
 
index 73467446f31965d6c7a7447fad329cb3a4e0ca49..5520220b3115d884d86a68cb633fd00def21c7eb 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
  *
- * Licensed under the GPL v2, see the file LICENSE in this tarball.
+ * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
  */
 
 #include <stdio.h>
index 13b974decd8cdcd9edc1f9661e7f43b57c43607b..0e727c4967a172f0f453dd4c24313b4419e4bd03 100644 (file)
@@ -7,7 +7,7 @@
  * Copyright (C) 2005 Bernhard Fischer
  * Copyright (C) 2006 Rob Landley <rob@landley.net>
  *
- * Licensed under the GPL v2, see the file LICENSE in this tarball.
+ * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
  */
 
 #include <stdlib.h>
index 2e0aed6b15df9dfb01675bcf1c062d6b41a2386d..ff6643e60d96bf44765be924e950f61db86e02cd 100644 (file)
@@ -2,7 +2,7 @@
 /*
  *  Mini su implementation for busybox
  *
- *  Licensed under the GPL v2, see the file LICENSE in this tarball.
+ *  Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
  */
 
 #include "busybox.h"
index d9c8dca420a720c543b350be467e0f44f9163aa6..5b28f3b86212b44a84a497ac7cc883f892aa6ed2 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
  *
- * Licensed under the GPL v2, see the file LICENSE in this tarball.
+ * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
  */
 
 #include "busybox.h"
index 9dc68395ae1996117251e8d06f4431cc884a4074..e4accba3d8e5b91b385de057af3355ea4d770e6e 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
  *
- * Licensed under the GPL v2, see the file LICENSE in this tarball.
+ * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
  */
 
 #include "busybox.h"
index c693cf9b58745dbd4421c6cc68ec586b2fa61191..e75ca7ece20203dffae89978472af3eb5efcf59e 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
  *
- * Licensed under the GPL v2, see the file LICENSE in this tarball.
+ * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
  */
 
 #include "busybox.h"