diff options
author | mtm <mtm@FreeBSD.org> | 2003-02-16 18:06:04 +0000 |
---|---|---|
committer | mtm <mtm@FreeBSD.org> | 2003-02-16 18:06:04 +0000 |
commit | b7e8fa9ad75b81cd82ef10ac1cb53895f85ce648 (patch) | |
tree | bbe9f17bc70acec9dc782ad4841552c04454b72c /usr.sbin/adduser | |
parent | 8cf11dcc75f42e2df512557907627ac52dd53f23 (diff) | |
download | FreeBSD-src-b7e8fa9ad75b81cd82ef10ac1cb53895f85ce648.zip FreeBSD-src-b7e8fa9ad75b81cd82ef10ac1cb53895f85ce648.tar.gz |
Update copyright.
Diffstat (limited to 'usr.sbin/adduser')
-rw-r--r-- | usr.sbin/adduser/adduser.sh | 4 | ||||
-rw-r--r-- | usr.sbin/adduser/rmuser.sh | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/usr.sbin/adduser/adduser.sh b/usr.sbin/adduser/adduser.sh index 2b6398a..3b843c6 100644 --- a/usr.sbin/adduser/adduser.sh +++ b/usr.sbin/adduser/adduser.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2002 Michael Telahun Makonnen. All rights reserved. +# Copyright (c) 2002, 2003 Michael Telahun Makonnen. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -10,8 +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. 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 diff --git a/usr.sbin/adduser/rmuser.sh b/usr.sbin/adduser/rmuser.sh index c187b47..2f46355 100644 --- a/usr.sbin/adduser/rmuser.sh +++ b/usr.sbin/adduser/rmuser.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2002 Michael Telahun Makonnen. All rights reserved. +# Copyright (c) 2002, 2003 Michael Telahun Makonnen. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -10,8 +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. 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 |