--- deliantra/server/include/devel.h 2008/12/31 17:35:37 1.3 +++ deliantra/server/include/devel.h 2009/11/29 10:55:18 1.5 @@ -1,20 +1,21 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2008,2007 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * - * 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 */ @@ -36,7 +37,7 @@ #if defined(__i386__) || defined(__x86_64__) static inline cstamp -stamp (void) +stamp () { uint32_t l, h; @@ -51,7 +52,7 @@ #elif defined(__powerpc__) static inline cstamp -stamp (void) +stamp () { unsigned uint32_t u, l, tmp;