1Copyright status on all included code: 2 3All files which have no copyright comments are original works 4Copyright (C) 2005-2006 Rich Felker. The decision to exclude such 5comments is intentional, as it should be possible to carry around the 6complete source code on tiny storage media. All public header files 7(include/*) should be treated as Public Domain as they intentionally 8contain no content which can be covered by copyright. Some source 9modules may fall in this category as well. If you believe that a file 10is so trivial that it should be in the Public Domain, please contact 11me and, if I agree, I will explicitly release it from copyright. 12 13Some code has been modified by the OpenWrt project, this includes 14the conversion from char map files to C arrays and the iconv.h header 15file in particular. 16 17The library as a whole is licensed under the GNU LGPL version 2.1. 18 19The original source can be accessed at svn://svn.mplayerhq.hu/libc/trunk 20