summaryrefslogtreecommitdiffstats
path: root/adduser
diff options
context:
space:
mode:
authorGary Clark II <gclarkii@FreeBSD.org>1994-12-28 17:27:21 +0000
committerGary Clark II <gclarkii@FreeBSD.org>1994-12-28 17:27:21 +0000
commit2f72f7be44e0dab8750f04f2b1f889f060372d83 (patch)
tree4c64800c338005d1fb2b2185a7a7a8c910160b42 /adduser
parent3e68e9aeec582b3a3e8bda13049641d3e38c4629 (diff)
downloadpw-darwin-2f72f7be44e0dab8750f04f2b1f889f060372d83.tar.gz
pw-darwin-2f72f7be44e0dab8750f04f2b1f889f060372d83.tar.zst
pw-darwin-2f72f7be44e0dab8750f04f2b1f889f060372d83.zip
Changed my copyright back. Too many problems with new one.
Diffstat (limited to 'adduser')
-rw-r--r--adduser/adduser6
-rw-r--r--adduser/adduser.14
2 files changed, 6 insertions, 4 deletions
diff --git a/adduser/adduser b/adduser/adduser
index 6cf1590..0980004 100644
--- a/adduser/adduser
+++ b/adduser/adduser
@@ -1,6 +1,8 @@
#!/usr/bin/perl
-# Copyright (c) 1994 BSD Journal Publications
+
+
+# Copyright (c) 1994 GB Data Systems
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -25,7 +27,7 @@
# SUCH DAMAGE.
#
-# $Id: adduser,v 1.2 1994/12/28 07:11:28 gclarkii Exp $
+# $Id: adduser,v 1.3 1994/12/28 13:49:55 ache Exp $
#
$configfile = "\/etc\/adduser.conf";
diff --git a/adduser/adduser.1 b/adduser/adduser.1
index 374974b..88534d8 100644
--- a/adduser/adduser.1
+++ b/adduser/adduser.1
@@ -1,5 +1,5 @@
-.\" Copyright (c) 1994 BSD Journal Publications
+.\" Copyright (c) 1994 GB Data Systems
.\" All rights reserved.
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
-.\" $Id:$
+.\" $Id: adduser.1,v 1.2 1994/12/28 07:11:29 gclarkii Exp $
.Dd December 28, 1994
.Dt ADDUSER 1