aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libiconv/COPYRIGHT
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2022-06-09 12:19:22 -0700
committerChristian Lamparter <chunkeey@gmail.com>2022-07-15 15:21:44 +0200
commitc0ba4201f8372eee579584b7f5900e073b207b0c (patch)
tree32fb4edf187da14b61db3a0bb7e4053f8b459f8e /package/libs/libiconv/COPYRIGHT
parentb37ef4b8abf2769732078ba510bf75abc83f007e (diff)
downloadupstream-c0ba4201f8372eee579584b7f5900e073b207b0c.tar.gz
upstream-c0ba4201f8372eee579584b7f5900e073b207b0c.tar.bz2
upstream-c0ba4201f8372eee579584b7f5900e073b207b0c.zip
libiconv-stub: remove
No longer used. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'package/libs/libiconv/COPYRIGHT')
-rw-r--r--package/libs/libiconv/COPYRIGHT20
1 files changed, 0 insertions, 20 deletions
diff --git a/package/libs/libiconv/COPYRIGHT b/package/libs/libiconv/COPYRIGHT
deleted file mode 100644
index d228af3550..0000000000
--- a/package/libs/libiconv/COPYRIGHT
+++ /dev/null
@@ -1,20 +0,0 @@
-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