Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/sh/funcs delete clauses 3,4



details:   https://anonhg.NetBSD.org/src/rev/768e6fc144ec
branches:  trunk
changeset: 343890:768e6fc144ec
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Feb 29 23:50:59 2016 +0000

description:
delete clauses 3,4

diffstat:

 bin/sh/funcs/cmv     |  9 +--------
 bin/sh/funcs/dirs    |  9 +--------
 bin/sh/funcs/kill    |  9 +--------
 bin/sh/funcs/login   |  9 +--------
 bin/sh/funcs/newgrp  |  9 +--------
 bin/sh/funcs/popd    |  9 +--------
 bin/sh/funcs/pushd   |  9 +--------
 bin/sh/funcs/suspend |  9 +--------
 8 files changed, 8 insertions(+), 64 deletions(-)

diffs (184 lines):

diff -r 8402263c95a2 -r 768e6fc144ec bin/sh/funcs/cmv
--- a/bin/sh/funcs/cmv  Mon Feb 29 22:49:11 2016 +0000
+++ b/bin/sh/funcs/cmv  Mon Feb 29 23:50:59 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: cmv,v 1.7 1995/05/11 21:31:05 christos Exp $
+#      $NetBSD: cmv,v 1.8 2016/02/29 23:50:59 christos Exp $
 # Copyright (c) 1991, 1993
 #      The Regents of the University of California.  All rights reserved.
 #
@@ -13,13 +13,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.
 #
 # THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
diff -r 8402263c95a2 -r 768e6fc144ec bin/sh/funcs/dirs
--- a/bin/sh/funcs/dirs Mon Feb 29 22:49:11 2016 +0000
+++ b/bin/sh/funcs/dirs Mon Feb 29 23:50:59 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dirs,v 1.7 1995/05/11 21:31:08 christos Exp $
+#      $NetBSD: dirs,v 1.8 2016/02/29 23:50:59 christos Exp $
 # Copyright (c) 1991, 1993
 #      The Regents of the University of California.  All rights reserved.
 #
@@ -13,13 +13,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.
 #
 # THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
diff -r 8402263c95a2 -r 768e6fc144ec bin/sh/funcs/kill
--- a/bin/sh/funcs/kill Mon Feb 29 22:49:11 2016 +0000
+++ b/bin/sh/funcs/kill Mon Feb 29 23:50:59 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: kill,v 1.7 1995/05/11 21:31:10 christos Exp $
+#      $NetBSD: kill,v 1.8 2016/02/29 23:50:59 christos Exp $
 # Copyright (c) 1991, 1993
 #      The Regents of the University of California.  All rights reserved.
 #
@@ -13,13 +13,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.
 #
 # THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
diff -r 8402263c95a2 -r 768e6fc144ec bin/sh/funcs/login
--- a/bin/sh/funcs/login        Mon Feb 29 22:49:11 2016 +0000
+++ b/bin/sh/funcs/login        Mon Feb 29 23:50:59 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: login,v 1.7 1995/05/11 21:31:11 christos Exp $
+#      $NetBSD: login,v 1.8 2016/02/29 23:50:59 christos Exp $
 # Copyright (c) 1991, 1993
 #      The Regents of the University of California.  All rights reserved.
 #
@@ -13,13 +13,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.
 #
 # THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
diff -r 8402263c95a2 -r 768e6fc144ec bin/sh/funcs/newgrp
--- a/bin/sh/funcs/newgrp       Mon Feb 29 22:49:11 2016 +0000
+++ b/bin/sh/funcs/newgrp       Mon Feb 29 23:50:59 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: newgrp,v 1.7 1995/05/11 21:31:12 christos Exp $
+#      $NetBSD: newgrp,v 1.8 2016/02/29 23:50:59 christos Exp $
 # Copyright (c) 1991, 1993
 #      The Regents of the University of California.  All rights reserved.
 #
@@ -13,13 +13,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.
 #
 # THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
diff -r 8402263c95a2 -r 768e6fc144ec bin/sh/funcs/popd
--- a/bin/sh/funcs/popd Mon Feb 29 22:49:11 2016 +0000
+++ b/bin/sh/funcs/popd Mon Feb 29 23:50:59 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: popd,v 1.7 1995/05/11 21:31:13 christos Exp $
+#      $NetBSD: popd,v 1.8 2016/02/29 23:50:59 christos Exp $
 # Copyright (c) 1991, 1993
 #      The Regents of the University of California.  All rights reserved.
 #
@@ -13,13 +13,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.
 #
 # THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
diff -r 8402263c95a2 -r 768e6fc144ec bin/sh/funcs/pushd
--- a/bin/sh/funcs/pushd        Mon Feb 29 22:49:11 2016 +0000
+++ b/bin/sh/funcs/pushd        Mon Feb 29 23:50:59 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: pushd,v 1.7 1995/05/11 21:31:15 christos Exp $
+#      $NetBSD: pushd,v 1.8 2016/02/29 23:50:59 christos Exp $
 # Copyright (c) 1991, 1993
 #      The Regents of the University of California.  All rights reserved.
 #
@@ -13,13 +13,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.
 #
 # THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
diff -r 8402263c95a2 -r 768e6fc144ec bin/sh/funcs/suspend
--- a/bin/sh/funcs/suspend      Mon Feb 29 22:49:11 2016 +0000
+++ b/bin/sh/funcs/suspend      Mon Feb 29 23:50:59 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: suspend,v 1.7 1995/05/11 21:31:17 christos Exp $
+#      $NetBSD: suspend,v 1.8 2016/02/29 23:50:59 christos Exp $
 # Copyright (c) 1991, 1993
 #      The Regents of the University of California.  All rights reserved.
 #
@@ -13,13 +13,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.
 #
 # THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE



Home | Main Index | Thread Index | Old Index