diff options
author | Gerald Carter <jerry@samba.org> | 2003-04-22 17:32:02 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-04-22 17:32:02 +0000 |
commit | 14466825655137e67accccf42179c7e843404f9e (patch) | |
tree | 5947b40b27484250c972fbfbc29f9c81d4afeda7 /source3 | |
parent | 2aa7b1573c940d7a0381ac33f97ee5bd185c16bd (diff) | |
download | samba-14466825655137e67accccf42179c7e843404f9e.tar.gz samba-14466825655137e67accccf42179c7e843404f9e.tar.bz2 samba-14466825655137e67accccf42179c7e843404f9e.zip |
update copyright notice that is written to the logs
(This used to be commit 6735a9889f6629f4f77006c59c011570031e044f)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nsswitch/winbindd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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")); |