summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-31 04:35:03 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-31 04:35:03 +0000
commitd398ae487a3edbfefb980fe0abddca1e95f6f3d5 (patch)
tree30ead1bc625dfdb6065fccba207eeda8681815ee
parent866f47a7418b6fbad5ea0ad38ec950da9ef1d70d (diff)
downloadsamba-d398ae487a3edbfefb980fe0abddca1e95f6f3d5.tar.gz
samba-d398ae487a3edbfefb980fe0abddca1e95f6f3d5.tar.xz
samba-d398ae487a3edbfefb980fe0abddca1e95f6f3d5.zip
added copyright notice from Patrick Powell
-rw-r--r--source/lib/snprintf.c13
1 files changed, 5 insertions, 8 deletions
diff --git a/source/lib/snprintf.c b/source/lib/snprintf.c
index b98a12cf4f4..f69c5ca32e4 100644
--- a/source/lib/snprintf.c
+++ b/source/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
*/
/**************************************************************