svn commit: samba r10822 - branches/SAMBA_3_0/source/include branches/SAMBA_3_0/source/nmbd branches/SAMBA_3_0/source/smbd branches/SAMBA_3_0/source/wrepld trunk/source/include trunk/source/nmbd trunk/source/rpc_server trunk/source/smbd trunk/source/wrepld

jerry at samba.org jerry at samba.org
Fri Oct 7 15:43:35 GMT 2005


Author: jerry
Date: 2005-10-07 15:43:32 +0000 (Fri, 07 Oct 2005)
New Revision: 10822

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10822

Log:
updating copyright info
Modified:
   branches/SAMBA_3_0/source/include/smb.h
   branches/SAMBA_3_0/source/nmbd/nmbd.c
   branches/SAMBA_3_0/source/smbd/server.c
   branches/SAMBA_3_0/source/wrepld/server.c
   trunk/source/include/smb.h
   trunk/source/nmbd/nmbd.c
   trunk/source/rpc_server/srv_eventlog_lib.c
   trunk/source/smbd/server.c
   trunk/source/wrepld/server.c


Changeset:
Modified: branches/SAMBA_3_0/source/include/smb.h
===================================================================
--- branches/SAMBA_3_0/source/include/smb.h	2005-10-07 12:41:43 UTC (rev 10821)
+++ branches/SAMBA_3_0/source/include/smb.h	2005-10-07 15:43:32 UTC (rev 10822)
@@ -27,6 +27,10 @@
 #ifndef _SMB_H
 #define _SMB_H
 
+/* logged when starting the various Samba daemons */
+#define COPYRIGHT_STARTUP_MESSAGE	"Copyright Andrew Tridgell and the Samba Team 1992-2005"
+
+
 #if defined(LARGE_SMB_OFF_T)
 #define BUFFER_SIZE (128*1024)
 #else /* no large readwrite possible */

Modified: branches/SAMBA_3_0/source/nmbd/nmbd.c
===================================================================
--- branches/SAMBA_3_0/source/nmbd/nmbd.c	2005-10-07 12:41:43 UTC (rev 10821)
+++ branches/SAMBA_3_0/source/nmbd/nmbd.c	2005-10-07 15:43:32 UTC (rev 10822)
@@ -720,7 +720,7 @@
 	reopen_logs();
 
 	DEBUG( 0, ( "Netbios nameserver version %s started.\n", SAMBA_VERSION_STRING) );
-	DEBUGADD( 0, ( "Copyright Andrew Tridgell and the Samba Team 1994-2004\n" ) );
+	DEBUGADD( 0, ( "%s\n", COPYRIGHT_STARTUP_MESSAGE ) );
 
 	if ( !reload_nmbd_services(False) )
 		return(-1);

Modified: branches/SAMBA_3_0/source/smbd/server.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/server.c	2005-10-07 12:41:43 UTC (rev 10821)
+++ branches/SAMBA_3_0/source/smbd/server.c	2005-10-07 15:43:32 UTC (rev 10822)
@@ -803,7 +803,7 @@
 	reopen_logs();
 
 	DEBUG(0,( "smbd version %s started.\n", SAMBA_VERSION_STRING));
-	DEBUGADD(0,( "Copyright Andrew Tridgell and the Samba Team 1992-2004\n"));
+	DEBUGADD( 0, ( "%s\n", COPYRIGHT_STARTUP_MESSAGE ) );
 
 	DEBUG(2,("uid=%d gid=%d euid=%d egid=%d\n",
 		 (int)getuid(),(int)getgid(),(int)geteuid(),(int)getegid()));

Modified: branches/SAMBA_3_0/source/wrepld/server.c
===================================================================
--- branches/SAMBA_3_0/source/wrepld/server.c	2005-10-07 12:41:43 UTC (rev 10821)
+++ branches/SAMBA_3_0/source/wrepld/server.c	2005-10-07 15:43:32 UTC (rev 10822)
@@ -590,8 +590,8 @@
 
 	reopen_logs();
 
-	DEBUG(1,( "wrepld version %s started.\n", SAMBA_VERSION_STRING));
-	DEBUGADD(1,( "Copyright Andrew Tridgell and the Samba Team 1992-2004\n"));
+	DEBUG(0,( "wrepld version %s started.\n", SAMBA_VERSION_STRING));
+	DEBUGADD( 0, ( "%s\n", COPYRIGHT_STARTUP_MESSAGE ) );
 
 	DEBUG(2,("uid=%d gid=%d euid=%d egid=%d\n",
 		 (int)getuid(),(int)getgid(),(int)geteuid(),(int)getegid()));

Modified: trunk/source/include/smb.h
===================================================================
--- trunk/source/include/smb.h	2005-10-07 12:41:43 UTC (rev 10821)
+++ trunk/source/include/smb.h	2005-10-07 15:43:32 UTC (rev 10822)
@@ -27,6 +27,10 @@
 #ifndef _SMB_H
 #define _SMB_H
 
+/* logged when starting the various Samba daemons */
+#define COPYRIGHT_STARTUP_MESSAGE	"Copyright Andrew Tridgell and the Samba Team 1992-2005"
+
+
 #if defined(LARGE_SMB_OFF_T)
 #define BUFFER_SIZE (128*1024)
 #else /* no large readwrite possible */

Modified: trunk/source/nmbd/nmbd.c
===================================================================
--- trunk/source/nmbd/nmbd.c	2005-10-07 12:41:43 UTC (rev 10821)
+++ trunk/source/nmbd/nmbd.c	2005-10-07 15:43:32 UTC (rev 10822)
@@ -720,7 +720,7 @@
 	reopen_logs();
 
 	DEBUG( 0, ( "Netbios nameserver version %s started.\n", SAMBA_VERSION_STRING) );
-	DEBUGADD( 0, ( "Copyright Andrew Tridgell and the Samba Team 1994-2004\n" ) );
+	DEBUGADD( 0, ( "%s\n", COPYRIGHT_STARTUP_MESSAGE ) );
 
 	if ( !reload_nmbd_services(False) )
 		return(-1);

Modified: trunk/source/rpc_server/srv_eventlog_lib.c
===================================================================
--- trunk/source/rpc_server/srv_eventlog_lib.c	2005-10-07 12:41:43 UTC (rev 10821)
+++ trunk/source/rpc_server/srv_eventlog_lib.c	2005-10-07 15:43:32 UTC (rev 10822)
@@ -1,8 +1,8 @@
-
 /* 
  *  Unix SMB/CIFS implementation.
  *  Eventlog utility  routines
  *  Copyright (C) Marcin Krzysztof Porwit    2005,
+ *  Copyright (C) Brian Moran                2005.
  *  Copyright (C) Gerald (Jerry) Carter      2005.
  *  
  *  This program is free software; you can redistribute it and/or modify

Modified: trunk/source/smbd/server.c
===================================================================
--- trunk/source/smbd/server.c	2005-10-07 12:41:43 UTC (rev 10821)
+++ trunk/source/smbd/server.c	2005-10-07 15:43:32 UTC (rev 10822)
@@ -803,7 +803,7 @@
 	reopen_logs();
 
 	DEBUG(0,( "smbd version %s started.\n", SAMBA_VERSION_STRING));
-	DEBUGADD(0,( "Copyright Andrew Tridgell and the Samba Team 1992-2004\n"));
+	DEBUGADD( 0, ( "%s\n", COPYRIGHT_STARTUP_MESSAGE ) );
 
 	DEBUG(2,("uid=%d gid=%d euid=%d egid=%d\n",
 		 (int)getuid(),(int)getgid(),(int)geteuid(),(int)getegid()));

Modified: trunk/source/wrepld/server.c
===================================================================
--- trunk/source/wrepld/server.c	2005-10-07 12:41:43 UTC (rev 10821)
+++ trunk/source/wrepld/server.c	2005-10-07 15:43:32 UTC (rev 10822)
@@ -590,8 +590,8 @@
 
 	reopen_logs();
 
-	DEBUG(1,( "wrepld version %s started.\n", SAMBA_VERSION_STRING));
-	DEBUGADD(1,( "Copyright Andrew Tridgell and the Samba Team 1992-2004\n"));
+	DEBUG(0,( "wrepld version %s started.\n", SAMBA_VERSION_STRING));
+	DEBUGADD( 0, ( "%s\n", COPYRIGHT_STARTUP_MESSAGE ) );
 
 	DEBUG(2,("uid=%d gid=%d euid=%d egid=%d\n",
 		 (int)getuid(),(int)getgid(),(int)geteuid(),(int)getegid()));



More information about the samba-cvs mailing list