summaryrefslogtreecommitdiffstats
path: root/uniso.c
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-11-24 20:56:40 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2011-11-24 20:56:40 +0100
commit7ebe00caeace3b40272b0f506a3e1dfdb13559d9 (patch)
tree3487f3730b1dbe3aad9b59cffb33443042777974 /uniso.c
parent94b3e32c2775808bc49ac949615a252b5c636b14 (diff)
downloadlibuniso-7ebe00caeace3b40272b0f506a3e1dfdb13559d9.tar.bz2
libuniso-7ebe00caeace3b40272b0f506a3e1dfdb13559d9.tar.xz
Change license to LGPLv2.1HEADv0.1master
Diffstat (limited to 'uniso.c')
-rw-r--r--uniso.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/uniso.c b/uniso.c
index f84efcd..f5fd831 100644
--- a/uniso.c
+++ b/uniso.c
@@ -1,11 +1,14 @@
/* uniso.c - Unpack ISO9660 File System from a stream
*
+ * Copyright (C) 2011 Timo Teräs <timo.traas@iki.fi>
* Copyright (C) 2011 Natanael Copa <ncopa@alpinelinux.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 2 as published
- * by the Free Software Foundation. See http://www.gnu.org/ for details.
+ * under the terms of the GNU Lesser General Public License version 2.1 as
+ * published by the Free Software Foundation.
+ *
+ * See http://www.gnu.org/licenses/lgpl-2.1.html for details.
*/
#include <limits.h>