From a196fc048fe63587123f918791f0ce1da8b9ff55 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Mon, 14 Sep 2009 20:24:11 -0400 Subject: [PATCH] pack: Relax licensing of integer serialisation routines. --- src/pack.c | 18 +++++------------- src/pack.h | 19 +++++-------------- 2 files changed, 10 insertions(+), 27 deletions(-) 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_ -- 2.43.2