summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2008-09-05 09:19:48 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2008-09-05 09:19:48 +0000
commit60f78cf536c2de0345fde23cd9e7d370590cd0ff (patch)
tree1f2eaf25297ef1a93db9518841c59648fafc0785 /examples
parent45c46db8b48fb85e0b0368bc647a6949cb19014b (diff)
downloadlibnsbmp-60f78cf536c2de0345fde23cd9e7d370590cd0ff.tar.gz
libnsbmp-60f78cf536c2de0345fde23cd9e7d370590cd0ff.tar.bz2
Change libnsbmp to MIT licence
svn path=/trunk/libnsbmp/; revision=5242
Diffstat (limited to 'examples')
-rw-r--r--examples/decode_bmp.c16
-rw-r--r--examples/decode_ico.c16
2 files changed, 6 insertions, 26 deletions
diff --git a/examples/decode_bmp.c b/examples/decode_bmp.c
index dbf83e2..8675b34 100644
--- a/examples/decode_bmp.c
+++ b/examples/decode_bmp.c
@@ -2,19 +2,9 @@
* Copyright 2008 Sean Fox <dyntryx@gmail.com>
* Copyright 2008 James Bursa <james@netsurf-browser.org>
*
- * This file is part of NetSurf, http://www.netsurf-browser.org/
- *
- * NetSurf 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; version 2 of the License.
- *
- * NetSurf 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/>.
+ * This file is part of NetSurf's libnsbmp, http://www.netsurf-browser.org/
+ * Licenced under the MIT License,
+ * http://www.opensource.org/licenses/mit-license.php
*/
#include <assert.h>
diff --git a/examples/decode_ico.c b/examples/decode_ico.c
index b02cd57..c940606 100644
--- a/examples/decode_ico.c
+++ b/examples/decode_ico.c
@@ -2,19 +2,9 @@
* Copyright 2008 Sean Fox <dyntryx@gmail.com>
* Copyright 2008 James Bursa <james@netsurf-browser.org>
*
- * This file is part of NetSurf, http://www.netsurf-browser.org/
- *
- * NetSurf 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; version 2 of the License.
- *
- * NetSurf 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/>.
+ * This file is part of NetSurf's libnsbmp, http://www.netsurf-browser.org/
+ * Licenced under the MIT License,
+ * http://www.opensource.org/licenses/mit-license.php
*/
#include <assert.h>