diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-12 01:15:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-12 01:15:09 +0000 |
commit | 08073d7486e7b385f17ee9da3820d3b2302940d8 (patch) | |
tree | 0ac57d1b29976b9a1671605afa3f692bae4ddf97 /usr.sbin | |
parent | 440a72dbbe9f75bb9d9a404868834b3964f7a2e1 (diff) |
another UCB term 3 removal
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/amd/config/newvers.sh | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/usr.sbin/amd/config/newvers.sh b/usr.sbin/amd/config/newvers.sh index bfd4a67d6ff..158eb5742a4 100644 --- a/usr.sbin/amd/config/newvers.sh +++ b/usr.sbin/amd/config/newvers.sh @@ -16,11 +16,7 @@ # 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 +# 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. # @@ -37,7 +33,7 @@ # SUCH DAMAGE. # # from: @(#)newvers.sh 8.1 (Berkeley) 6/6/93 -# $Id: newvers.sh,v 1.3 1997/02/23 03:41:56 deraadt Exp $ +# $Id: newvers.sh,v 1.4 2003/06/12 01:15:08 deraadt Exp $ # PATH=/usr/ucb:/bin:/usr/bin:$PATH if [ $# -ne 3 ]; then echo "Usage: newvers program arch os" >&2; exit 1; fi |