--- deliantra/server/include/tod.h 2009/09/17 00:07:04 1.17 +++ deliantra/server/include/tod.h 2009/11/06 13:03:34 1.19 @@ -6,18 +6,19 @@ * Copyright (©) 2000,2007 Tim Rightnour * Copyright (©) 1992,2007 Frank Tore Johansen * - * Deliantra is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Deliantra is free software: you can redistribute it and/or modify it under + * the terms of the Affero GNU General Public License as published by the + * Free Software Foundation, either version 3 of the License, or (at your + * option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * You should have received a copy of the Affero GNU General Public License + * and the GNU General Public License along with this program. If not, see + * . * * The authors can be reached via e-mail to */ @@ -75,7 +76,6 @@ /* from common/time.c */ void get_tod (timeofday_t *tod); char *format_tod (char *buf, int len, timeofday_t *tod); -const char *get_current_tod_str (); void print_tod (object *op); #endif