From 14466825655137e67accccf42179c7e843404f9e Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 22 Apr 2003 17:32:02 +0000 Subject: update copyright notice that is written to the logs (This used to be commit 6735a9889f6629f4f77006c59c011570031e044f) --- source3/nsswitch/winbindd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index 7ce311b91b..b6e399153f 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/nsswitch/winbindd.c @@ -854,7 +854,7 @@ int main(int argc, char **argv) reopen_logs(); DEBUG(1, ("winbindd version %s started.\n", VERSION ) ); - DEBUGADD( 1, ( "Copyright The Samba Team 2000-2001\n" ) ); + DEBUGADD( 1, ( "Copyright The Samba Team 2000-2003\n" ) ); if (!reload_services_file(False)) { DEBUG(0, ("error opening config file\n")); -- cgit