From 60f78cf536c2de0345fde23cd9e7d370590cd0ff Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Fri, 5 Sep 2008 09:19:48 +0000 Subject: Change libnsbmp to MIT licence svn path=/trunk/libnsbmp/; revision=5242 --- utils/log.h | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) (limited to 'utils') diff --git a/utils/log.h b/utils/log.h index 18b68d0..cfea5e9 100644 --- a/utils/log.h +++ b/utils/log.h @@ -1,27 +1,16 @@ /* * Copyright 2003 James Bursa * Copyright 2004 John Tytgat - * Copyright 2008 Sean Fox * * 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 . + * Licenced under the MIT License, + * http://www.opensource.org/licenses/mit-license.php */ #include -#ifndef _LIBNSBMP_LOG_H_ -#define _LIBNSBMP_LOG_H_ +#ifndef _LIBNSGIF_LOG_H_ +#define _LIBNSGIF_LOG_H_ #ifdef NDEBUG # define LOG(x) ((void) 0) -- cgit v1.2.3