diff options
author | 2003-06-04 21:47:58 +0000 | |
---|---|---|
committer | 2003-06-04 21:47:58 +0000 | |
commit | bed2b05304f7be2328ece645dd39b31eaf36728b (patch) | |
tree | b2ab5f4b62a9ae2b7dac957e6b918c927402ac0b /lib/libcurses | |
parent | copyright term 3 for UCB no longer applies (diff) | |
download | wireguard-openbsd-bed2b05304f7be2328ece645dd39b31eaf36728b.tar.xz wireguard-openbsd-bed2b05304f7be2328ece645dd39b31eaf36728b.zip |
mop up some more 3/4 license issues
Diffstat (limited to 'lib/libcurses')
-rw-r--r-- | lib/libcurses/tinfo/read_termcap.c | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/lib/libcurses/tinfo/read_termcap.c b/lib/libcurses/tinfo/read_termcap.c index 7270233b71d..a11f04ec350 100644 --- a/lib/libcurses/tinfo/read_termcap.c +++ b/lib/libcurses/tinfo/read_termcap.c @@ -100,11 +100,7 @@ static int _nc_nfcmp(const char *, char *); * 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 acknowledgment: - * 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 + * 3. 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. * @@ -665,11 +661,7 @@ _nc_nfcmp(const char *nf, char *rec) * 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 acknowledgment: - * 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 + * 3. 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. * |