diff options
author | 2003-06-09 21:55:16 +0000 | |
---|---|---|
committer | 2003-06-09 21:55:16 +0000 | |
commit | d006ce328ec89becb1c75f9a1b7d5e4c6221f4f7 (patch) | |
tree | 3bf7c7169090abb5b1c30c5d2291d44735d57d09 | |
parent | o replace remaining strtoul() with strtol() and check for < 0 (diff) | |
download | wireguard-openbsd-d006ce328ec89becb1c75f9a1b7d5e4c6221f4f7.tar.xz wireguard-openbsd-d006ce328ec89becb1c75f9a1b7d5e4c6221f4f7.zip |
Switch to 2 clause licenses. Spotted by Theo.
-rw-r--r-- | share/man/man5/intro.5 | 8 | ||||
-rw-r--r-- | share/man/man6/intro.6 | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/share/man/man5/intro.5 b/share/man/man5/intro.5 index 866bc113ad2..dc60b883ae8 100644 --- a/share/man/man5/intro.5 +++ b/share/man/man5/intro.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.5,v 1.5 2003/03/31 19:40:44 jmc Exp $ +.\" $OpenBSD: intro.5,v 1.6 2003/06/09 21:55:16 hugh Exp $ .\" .\" Copyright (c) 1999 Hugh Graham .\" @@ -10,12 +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 Hugh Graham -.\" 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. .\" .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE diff --git a/share/man/man6/intro.6 b/share/man/man6/intro.6 index 43707311172..3b9749d32ab 100644 --- a/share/man/man6/intro.6 +++ b/share/man/man6/intro.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.6,v 1.5 2003/06/06 13:45:40 jmc Exp $ +.\" $OpenBSD: intro.6,v 1.6 2003/06/09 21:55:16 hugh Exp $ .\" .\" Copyright (c) 1999 Hugh Graham .\" @@ -10,12 +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 Hugh Graham -.\" 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. .\" .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |