aboutsummaryrefslogtreecommitdiff
path: root/coreutils/uudecode.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-04-17 22:49:30 +0000
committerRob Landley <rob@landley.net>2006-04-17 22:49:30 +0000
commit0edbad1a7c8a83dc5584796185d922116951f8f3 (patch)
treeedb26410251bc2f59727e3e49eb04078f00cd8d4 /coreutils/uudecode.c
parent026147a48f7adeb81a65c0367f282f6b65897c38 (diff)
downloadbusybox-0edbad1a7c8a83dc5584796185d922116951f8f3.tar.gz
Glenn gave permission for GPLv2 "or later".
Diffstat (limited to 'coreutils/uudecode.c')
-rw-r--r--coreutils/uudecode.c17
1 files changed, 3 insertions, 14 deletions
diff --git a/coreutils/uudecode.c b/coreutils/uudecode.c
index 310d5b6c4..bf03252ac 100644
--- a/coreutils/uudecode.c
+++ b/coreutils/uudecode.c
@@ -1,24 +1,13 @@
/*
- * GPLv2
* Copyright 2003, Glenn McGrath <bug1@iinet.net.au>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as published
- * by the Free Software Foundation; either version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Library General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*
* Based on specification from
* http://www.opengroup.org/onlinepubs/007904975/utilities/uuencode.html
*
- * Bugs: the spec doesnt mention anything about "`\n`\n" prior to the "end" line
+ * Bugs: the spec doesn't mention anything about "`\n`\n" prior to the
+ * "end" line
*/