summaryrefslogtreecommitdiff
path: root/src/xml.c
diff options
context:
space:
mode:
authorNick White <arch@njw.me.uk>2008-04-03 01:32:16 +0000
committerNick White <arch@njw.me.uk>2008-04-03 01:32:16 +0000
commit2c11ade646188ce8ba8e3d8abbf0463aa8876826 (patch)
treed2ef90377ffa9abc41272d7d9d25a340edf4fac6 /src/xml.c
parentf85c3b947985ad0cdaec0197dea8e077c9d5f6d7 (diff)
Update to GPLv3
Relicensed the code under the GPLv3. git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-35
Diffstat (limited to 'src/xml.c')
-rw-r--r--src/xml.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/xml.c b/src/xml.c
index d822040..c499b03 100644
--- a/src/xml.c
+++ b/src/xml.c
@@ -1,11 +1,11 @@
/*
- * Copyright 2006 Nick White
+ * Copyright 2006,2008 Nick White
*
* This file is part of GetHT
- *
- * GetHT is free software; you can redistribute it and/or modify
+ *
+ * GetHT 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 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* GetHT is distributed in the hope that it will be useful,
@@ -14,9 +14,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GetHT; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
+ * along with GetHT. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
#include <stdio.h>