summaryrefslogtreecommitdiff
path: root/utils/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/log.h')
-rw-r--r--utils/log.h19
1 files changed, 4 insertions, 15 deletions
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 <bursa@users.sourceforge.net>
* Copyright 2004 John Tytgat <John.Tytgat@aaug.net>
- * Copyright 2008 Sean Fox <dyntryx@gmail.com>
*
* 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/>.
+ * Licenced under the MIT License,
+ * http://www.opensource.org/licenses/mit-license.php
*/
#include <stdio.h>
-#ifndef _LIBNSBMP_LOG_H_
-#define _LIBNSBMP_LOG_H_
+#ifndef _LIBNSGIF_LOG_H_
+#define _LIBNSGIF_LOG_H_
#ifdef NDEBUG
# define LOG(x) ((void) 0)