aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libiconv/COPYRIGHT
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-10-10 17:56:22 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-10-10 17:56:22 +0000
commit052a2b4ec32d2a229ceee6ea94661301ba3c8d26 (patch)
treebea5a4113816e062387f7211c4a5d520335a2059 /package/libs/libiconv/COPYRIGHT
parent88194208ed5768851685a91582f836df3a267c58 (diff)
downloadupstream-052a2b4ec32d2a229ceee6ea94661301ba3c8d26.tar.gz
upstream-052a2b4ec32d2a229ceee6ea94661301ba3c8d26.tar.bz2
upstream-052a2b4ec32d2a229ceee6ea94661301ba3c8d26.zip
libiconv: move to trunk and add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33710 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/libiconv/COPYRIGHT')
-rw-r--r--package/libs/libiconv/COPYRIGHT20
1 files changed, 20 insertions, 0 deletions
diff --git a/package/libs/libiconv/COPYRIGHT b/package/libs/libiconv/COPYRIGHT
new file mode 100644
index 0000000000..d228af3550
--- /dev/null
+++ b/package/libs/libiconv/COPYRIGHT
@@ -0,0 +1,20 @@
+Copyright status on all included code:
+
+All files which have no copyright comments are original works
+Copyright (C) 2005-2006 Rich Felker. The decision to exclude such
+comments is intentional, as it should be possible to carry around the
+complete source code on tiny storage media. All public header files
+(include/*) should be treated as Public Domain as they intentionally
+contain no content which can be covered by copyright. Some source
+modules may fall in this category as well. If you believe that a file
+is so trivial that it should be in the Public Domain, please contact
+me and, if I agree, I will explicitly release it from copyright.
+
+Some code has been modified by the OpenWrt project, this includes
+the conversion from char map files to C arrays and the iconv.h header
+file in particular.
+
+The library as a whole is licensed under the GNU LGPL version 2.1.
+See the file COPYING for the text of this license.
+
+The original source can be accessed at svn://svn.mplayerhq.hu/libc/trunk