]> git.draconx.ca Git - upkg.git/commitdiff
pack: Relax licensing of integer serialisation routines.
authorNick Bowler <nbowler@draconx.ca>
Tue, 15 Sep 2009 00:24:11 +0000 (20:24 -0400)
committerNick Bowler <nbowler@draconx.ca>
Tue, 15 Sep 2009 00:24:11 +0000 (20:24 -0400)
src/pack.c
src/pack.h

index c0a6aaee378f68b24859cbbd1e84cc10570b42fd..4490701756bce8134858c363b53bb21eac97d377 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+ *  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 <stdio.h>
index 84d1030c387c696bf79fd29fd9ba3658b58ab74d..8413fdb71c3c2b542484127c907697aa00e9049d 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+ *  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_