diff options
author | joel <joel@FreeBSD.org> | 2010-12-11 08:32:16 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2010-12-11 08:32:16 +0000 |
commit | 29af67e52c02dc751039a3117bc88ae6192e891e (patch) | |
tree | 5570a8a027e3011357d1c937cdaa4197cc734d59 /usr.bin/uuencode | |
parent | 66c1e42a10bc5d49cfb7ba06c3c81e908ac75e69 (diff) | |
download | FreeBSD-src-29af67e52c02dc751039a3117bc88ae6192e891e.zip FreeBSD-src-29af67e52c02dc751039a3117bc88ae6192e891e.tar.gz |
Remove the advertising clause from UCB copyrighted files in usr.bin. This
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
Also add $FreeBSD$ to a few files to keep svn happy.
Discussed with: imp, rwatson
Diffstat (limited to 'usr.bin/uuencode')
-rw-r--r-- | usr.bin/uuencode/uuencode.1 | 4 | ||||
-rw-r--r-- | usr.bin/uuencode/uuencode.c | 4 | ||||
-rw-r--r-- | usr.bin/uuencode/uuencode.format.5 | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/usr.bin/uuencode/uuencode.1 b/usr.bin/uuencode/uuencode.1 index 7d61188..1cf4a4b 100644 --- a/usr.bin/uuencode/uuencode.1 +++ b/usr.bin/uuencode/uuencode.1 @@ -9,10 +9,6 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 3. All advertising materials mentioning features or use of this software -.\" must display the following acknowledgement: -.\" This product includes software developed by the University of -.\" California, Berkeley and its contributors. .\" 4. Neither the name of the University nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. diff --git a/usr.bin/uuencode/uuencode.c b/usr.bin/uuencode/uuencode.c index e4d83b4..44db968 100644 --- a/usr.bin/uuencode/uuencode.c +++ b/usr.bin/uuencode/uuencode.c @@ -10,10 +10,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. diff --git a/usr.bin/uuencode/uuencode.format.5 b/usr.bin/uuencode/uuencode.format.5 index 34879d1..31c5d64 100644 --- a/usr.bin/uuencode/uuencode.format.5 +++ b/usr.bin/uuencode/uuencode.format.5 @@ -9,10 +9,6 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 3. All advertising materials mentioning features or use of this software -.\" must display the following acknowledgement: -.\" This product includes software developed by the University of -.\" California, Berkeley and its contributors. .\" 4. Neither the name of the University nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. |