From: Nick Bowler Date: Tue, 15 Sep 2009 00:24:11 +0000 (-0400) Subject: pack: Relax licensing of integer serialisation routines. X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/commitdiff_plain/a196fc048fe63587123f918791f0ce1da8b9ff55 pack: Relax licensing of integer serialisation routines. --- diff --git a/src/pack.c b/src/pack.c index c0a6aae..4490701 100644 --- a/src/pack.c +++ b/src/pack.c @@ -1,19 +1,11 @@ /* - * upkg: tool for manipulating Unreal Tournament packages. + * Portable binary serialisation of integral types. * Copyright (C) 2009 Nick Bowler * - * This program 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. - * - * 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 . + * Copying and distribution of this file, with or without modification, + * are permitted in any medium without royalty provided the copyright + * notice and this notice are preserved. This file is offered as-is, + * without any warranty. */ #include diff --git a/src/pack.h b/src/pack.h index 84d1030..8413fdb 100644 --- a/src/pack.h +++ b/src/pack.h @@ -1,22 +1,13 @@ /* - * upkg: tool for manipulating Unreal Tournament packages. + * Portable binary serialisation of integral types. * Copyright (C) 2009 Nick Bowler * - * This program 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. - * - * 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 . + * Copying and distribution of this file, with or without modification, + * are permitted in any medium without royalty provided the copyright + * notice and this notice are preserved. This file is offered as-is, + * without any warranty. */ - #ifndef PACK_H_ #define PACK_H_