summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-11-21 13:20:31 +0000
committerAndrew Tridgell <tridge@samba.org>1998-11-21 13:20:31 +0000
commit42d2509c9fab5c774fd33b9d4b5bd1ee125479c3 (patch)
tree4de93a19eeb376ee80166bf3fe446a20a588978f /source
parent8594c4bcae503972679c55a2fcab8eb69faf3ae3 (diff)
downloadsamba-42d2509c9fab5c774fd33b9d4b5bd1ee125479c3.tar.gz
global change from samba.anu.edu.au to samba.org
Diffstat (limited to 'source')
-rw-r--r--source/change-log2
-rw-r--r--source/lib/access.c2
-rw-r--r--source/lib/snprintf.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/source/change-log b/source/change-log
index 42a27fe6f68..1f7798b541f 100644
--- a/source/change-log
+++ b/source/change-log
@@ -2,7 +2,7 @@ SUPERCEDED Change Log for Samba
^^^^^^^^^^
Unless otherwise attributed, all changes were made by
-Andrew.Tridgell@anu.edu.au. All bugs to samba-bugs@samba.anu.edu.au.
+Andrew.Tridgell@anu.edu.au. All bugs to samba-bugs@samba.org.
NOTE: THIS LOG IS IN CHRONOLOGICAL ORDER
diff --git a/source/lib/access.c b/source/lib/access.c
index 31f9db4e554..0fa383d84a5 100644
--- a/source/lib/access.c
+++ b/source/lib/access.c
@@ -5,7 +5,7 @@
The code is used here with permission.
The code has been considerably changed from the original. Bug reports
- should be sent to samba-bugs@samba.anu.edu.au
+ should be sent to samba-bugs@samba.org
*/
#include "includes.h"
diff --git a/source/lib/snprintf.c b/source/lib/snprintf.c
index f69c5ca32e4..8bbc67a3b63 100644
--- a/source/lib/snprintf.c
+++ b/source/lib/snprintf.c
@@ -45,7 +45,7 @@
* missing. Some systems only have snprintf() but not vsnprintf(), so
* the code is now broken down under HAVE_SNPRINTF and HAVE_VSNPRINTF.
*
- * Andrew Tridgell (tridge@samba.anu.edu.au) Oct 1998
+ * Andrew Tridgell (tridge@samba.org) Oct 1998
* fixed handling of %.0f
* added test for HAVE_LONG_DOUBLE
*