diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-17 22:49:30 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-17 22:49:30 +0000 |
commit | 22e639978346c1068625c6040dfb08e6cf6f3c79 (patch) | |
tree | edb26410251bc2f59727e3e49eb04078f00cd8d4 /coreutils/uudecode.c | |
parent | 75994f23182e7c75cb1f85b1214592cf8615cc3d (diff) | |
download | busybox-w32-22e639978346c1068625c6040dfb08e6cf6f3c79.tar.gz busybox-w32-22e639978346c1068625c6040dfb08e6cf6f3c79.tar.bz2 busybox-w32-22e639978346c1068625c6040dfb08e6cf6f3c79.zip |
Glenn gave permission for GPLv2 "or later".
git-svn-id: svn://busybox.net/trunk/busybox@14903 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils/uudecode.c')
-rw-r--r-- | coreutils/uudecode.c | 17 |
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 @@ | |||
1 | /* | 1 | /* |
2 | * GPLv2 | ||
3 | * Copyright 2003, Glenn McGrath <bug1@iinet.net.au> | 2 | * Copyright 2003, Glenn McGrath <bug1@iinet.net.au> |
4 | * | 3 | * |
5 | * This program is free software; you can redistribute it and/or modify | 4 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
6 | * it under the terms of the GNU General Public License version 2 as published | ||
7 | * by the Free Software Foundation; either version 2 of the License. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU Library General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
17 | * | 5 | * |
18 | * Based on specification from | 6 | * Based on specification from |
19 | * http://www.opengroup.org/onlinepubs/007904975/utilities/uuencode.html | 7 | * http://www.opengroup.org/onlinepubs/007904975/utilities/uuencode.html |
20 | * | 8 | * |
21 | * Bugs: the spec doesnt mention anything about "`\n`\n" prior to the "end" line | 9 | * Bugs: the spec doesn't mention anything about "`\n`\n" prior to the |
10 | * "end" line | ||
22 | */ | 11 | */ |
23 | 12 | ||
24 | 13 | ||