diff options
author | Mark Murray <markm@FreeBSD.org> | 2004-04-06 20:06:54 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2004-04-06 20:06:54 +0000 |
commit | 6195fb4102afbdfc3da8c0ac2e4cacb0f37d89a9 (patch) | |
tree | 5d3e507bd52978ae3a2191497f8e0c4a1b0ff5c7 /bin/rcp | |
parent | df4956d2a4d55921a6a34f9f29da483ba09b0b8b (diff) | |
download | src-6195fb4102afbdfc3da8c0ac2e4cacb0f37d89a9.tar.gz src-6195fb4102afbdfc3da8c0ac2e4cacb0f37d89a9.zip |
Notes
Diffstat (limited to 'bin/rcp')
-rw-r--r-- | bin/rcp/extern.h | 4 | ||||
-rw-r--r-- | bin/rcp/rcp.1 | 4 | ||||
-rw-r--r-- | bin/rcp/util.c | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/bin/rcp/extern.h b/bin/rcp/extern.h index ebd2bebe1034..db69959234a5 100644 --- a/bin/rcp/extern.h +++ b/bin/rcp/extern.h @@ -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/bin/rcp/rcp.1 b/bin/rcp/rcp.1 index 217e1b8f4348..abfdbb042b6e 100644 --- a/bin/rcp/rcp.1 +++ b/bin/rcp/rcp.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/bin/rcp/util.c b/bin/rcp/util.c index 15b1b9ea2c35..3296fe0cbe96 100644 --- a/bin/rcp/util.c +++ b/bin/rcp/util.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. |