diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1996-08-27 20:04:45 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1996-08-27 20:04:45 +0000 |
commit | 5a80fb277e034d0e1a06575f3a7d9ba971254f4b (patch) | |
tree | f66c4fdf640918cf000dcd9bf74d293fb3bbae6a /usr.sbin/adduser/adduser.perl | |
parent | ad146781b12061cf9c6736ced1ee00f04c9e77a1 (diff) | |
download | src-5a80fb277e034d0e1a06575f3a7d9ba971254f4b.tar.gz src-5a80fb277e034d0e1a06575f3a7d9ba971254f4b.zip |
sync copyright with /usr/share/examples/etc/bsd-style-copyright
Notes
Notes:
svn path=/head/; revision=17849
Diffstat (limited to 'usr.sbin/adduser/adduser.perl')
-rw-r--r-- | usr.sbin/adduser/adduser.perl | 42 |
1 files changed, 16 insertions, 26 deletions
diff --git a/usr.sbin/adduser/adduser.perl b/usr.sbin/adduser/adduser.perl index 118589bb37a1..a79e5e1b2adc 100644 --- a/usr.sbin/adduser/adduser.perl +++ b/usr.sbin/adduser/adduser.perl @@ -1,7 +1,7 @@ #!/usr/bin/perl # -# Copyright (c) 1995 Wolfram Schneider. All rights reserved. -# Alle Rechte vorbehalten. Es gilt das kontinentaleuropische Urheberrecht. +# Copyright (c) 1995-1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin. +# All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -11,29 +11,21 @@ # 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 Wolfram Schneider -# 4. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission # -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# -# /usr/sbin/adduser - add new user(s) -# -# Email: Wolfram Schneider <wosch@cs.tu-berlin.de> -# -# $Id: adduser.perl,v 1.13 1996/08/14 19:06:04 wosch Exp $ +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +# SUCH DAMAGE. # +# $Id: adduser.perl,v 1.14 1996/08/20 19:57:23 wosch Exp $ + # read variables sub variables { @@ -828,9 +820,7 @@ sub salt { # print banner sub copyright { - print <<'EOF'; -(c) Copyright 1995 Wolfram Schneider <wosch@cs.tu-berlin.de> -EOF + return; } # hints |