Happy New Year 2008

git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@418 06cd67b6-e706-0410-b29e-9de616bca6e9
This commit is contained in:
Ben Klang
2008-01-21 20:39:55 +00:00
parent 42be42be70
commit d41e01a4d4
3 changed files with 6 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
/*
* Create data from an LDAP directory service to be used for tinydns
* $Id$
* Copyright 2005-2006 by Ben Klang <ben@alkaloid.net>
* Copyright 2005-2008 by Ben Klang <ben@alkaloid.net>
* Copyright 2000-2005 by Jacob Rief <jacob.rief@tiscover.com>
* License: GPL version 2. See http://www.fsf.org for details
*/
@@ -42,7 +42,7 @@ static void print_version(void)
printf("\n");
printf("ldap2dns version %s\n", VERSION);
printf("\n");
printf(" Copyright 2005-2006 by Ben Klang <ben@alkaloid.net>\n");
printf(" Copyright 2005-2008 by Ben Klang <ben@alkaloid.net>\n");
printf(" Copyright 2000-2005 by Jacob Rief <jacob.rief@tiscover.com>\n");
printf("\n");
printf(" Released under the terms of the GPL.\n");