summaryrefslogtreecommitdiffstats
path: root/bin/stty
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2004-04-06 20:06:54 +0000
committermarkm <markm@FreeBSD.org>2004-04-06 20:06:54 +0000
commit4383f148019e2c7dc307d6211b616435b0a6b483 (patch)
tree5d3e507bd52978ae3a2191497f8e0c4a1b0ff5c7 /bin/stty
parent65e663b7dd1ca652caad5406dbe242acef275fbd (diff)
downloadFreeBSD-src-4383f148019e2c7dc307d6211b616435b0a6b483.zip
FreeBSD-src-4383f148019e2c7dc307d6211b616435b0a6b483.tar.gz
Remove clause 3 from the UCB licenses.
OK'ed by: imp, core
Diffstat (limited to 'bin/stty')
-rw-r--r--bin/stty/cchar.c4
-rw-r--r--bin/stty/extern.h4
-rw-r--r--bin/stty/gfmt.c4
-rw-r--r--bin/stty/key.c4
-rw-r--r--bin/stty/modes.c4
-rw-r--r--bin/stty/print.c4
-rw-r--r--bin/stty/stty.14
-rw-r--r--bin/stty/stty.c4
-rw-r--r--bin/stty/stty.h4
-rw-r--r--bin/stty/util.c4
10 files changed, 0 insertions, 40 deletions
diff --git a/bin/stty/cchar.c b/bin/stty/cchar.c
index bb909ad..37617ce 100644
--- a/bin/stty/cchar.c
+++ b/bin/stty/cchar.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/bin/stty/extern.h b/bin/stty/extern.h
index 35d5f9afe..8d0657c 100644
--- a/bin/stty/extern.h
+++ b/bin/stty/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/stty/gfmt.c b/bin/stty/gfmt.c
index 2406ecf..c35a6fc 100644
--- a/bin/stty/gfmt.c
+++ b/bin/stty/gfmt.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/bin/stty/key.c b/bin/stty/key.c
index 78bc2ed..413f4d5 100644
--- a/bin/stty/key.c
+++ b/bin/stty/key.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/bin/stty/modes.c b/bin/stty/modes.c
index d5400e7..e72e2df 100644
--- a/bin/stty/modes.c
+++ b/bin/stty/modes.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/bin/stty/print.c b/bin/stty/print.c
index 064d4e7..e659bca 100644
--- a/bin/stty/print.c
+++ b/bin/stty/print.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/bin/stty/stty.1 b/bin/stty/stty.1
index 649032f..71908d2 100644
--- a/bin/stty/stty.1
+++ b/bin/stty/stty.1
@@ -12,10 +12,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/stty/stty.c b/bin/stty/stty.c
index 70e3681..383691a 100644
--- a/bin/stty/stty.c
+++ b/bin/stty/stty.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/bin/stty/stty.h b/bin/stty/stty.h
index d20f0c6..77b8522 100644
--- a/bin/stty/stty.h
+++ b/bin/stty/stty.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/stty/util.c b/bin/stty/util.c
index a2678d8..5a4f0cf 100644
--- a/bin/stty/util.c
+++ b/bin/stty/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.
OpenPOWER on IntegriCloud