diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-31 04:35:03 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-31 04:35:03 +0000 |
commit | c6759957bb484d502f7a724fb4d2faa7706bb49f (patch) | |
tree | b56a986a7f9c37e01c4dc138b7286badafebe460 /source3/lib/snprintf.c | |
parent | d84e2c539ea3e4f82fae29fceff028f3d3109327 (diff) | |
download | samba-c6759957bb484d502f7a724fb4d2faa7706bb49f.tar.gz samba-c6759957bb484d502f7a724fb4d2faa7706bb49f.tar.xz samba-c6759957bb484d502f7a724fb4d2faa7706bb49f.zip |
added copyright notice from Patrick Powell
(This used to be commit d398ae487a3edbfefb980fe0abddca1e95f6f3d5)
Diffstat (limited to 'source3/lib/snprintf.c')
-rw-r--r-- | source3/lib/snprintf.c | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/source3/lib/snprintf.c b/source3/lib/snprintf.c index b98a12cf4f4..f69c5ca32e4 100644 --- a/source3/lib/snprintf.c +++ b/source3/lib/snprintf.c @@ -1,11 +1,8 @@ -/* This is taken from cvslock. The same code is used in several - * freeware and GPLd applications. I contacted the email addresses - * listed in the header and have been told that the code is probably - * public domain, but I am still seeking confirmation from Patrick - * Powell. The original code was posted to BugTraq by Patrick in 1995 - * but without any notice as to the copyright or license status. - * - * October 1998, Andrew Tridgell (tridge@samba.anu.edu.au) +/* + * Copyright Patrick Powell 1995 + * This code is based on code written by Patrick Powell (papowell@astart.com) + * It may be used for any purpose as long as this notice remains intact + * on all source code distributions */ /************************************************************** |