Update copyright (GPLv3)
This commit is contained in:
parent
f6725f771d
commit
9837ad2b9f
30 changed files with 679 additions and 283 deletions
|
|
@ -1 +1 @@
|
|||
doxygen docs docs
|
||||
docs doxygen docs
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# libutf8/src/docs/Doxyfile.in
|
||||
#
|
||||
# (c)2006, Laurence Withers, <l@lwithers.me.uk>.
|
||||
# (c)2006-2009, Laurence Withers, <l@lwithers.me.uk>.
|
||||
# Released under the GNU GPLv2. See file COPYING or
|
||||
# http://www.gnu.org/copyleft/gpl.html for details.
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* libutf8/src/docs/MainPage.dox
|
||||
*
|
||||
* (c)2006, Laurence Withers, <l@lwithers.me.uk>.
|
||||
* (c)2006-2009, Laurence Withers, <l@lwithers.me.uk>.
|
||||
* Released under the GNU GPLv2. See file COPYING or
|
||||
* http://www.gnu.org/copyleft/gpl.html for details.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
c lib libutf8 utf8.h
|
||||
lib c libutf8 utf8.h
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* libutf8/src/lib/BottomHeader.h
|
||||
*
|
||||
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
|
||||
* (c)2006-2009, Laurence Withers, <l@lwithers.me.uk>.
|
||||
* COPYING for more information / terms of license.
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* libutf8/src/lib/ForwardDeclare.h
|
||||
*
|
||||
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
|
||||
* (c)2006-2009, Laurence Withers, <l@lwithers.me.uk>.
|
||||
* COPYING for more information / terms of license.
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* libutf8/src/lib/TopHeader.h
|
||||
*
|
||||
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
|
||||
* (c)2006-2009, Laurence Withers, <l@lwithers.me.uk>.
|
||||
* COPYING for more information / terms of license.
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* libutf8/src/lib/TopSource.cpp
|
||||
*
|
||||
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
|
||||
* (c)2006-2009, Laurence Withers, <l@lwithers.me.uk>.
|
||||
* COPYING for more information / terms of license.
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* libutf8/src/lib/ctype.c
|
||||
*
|
||||
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
|
||||
* (c)2006-2009, Laurence Withers, <l@lwithers.me.uk>.
|
||||
* COPYING for more information / terms of license.
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* libutf8/src/lib/ctype.h
|
||||
*
|
||||
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
|
||||
* (c)2006-2009, Laurence Withers, <l@lwithers.me.uk>.
|
||||
* COPYING for more information / terms of license.
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* libutf8/src/lib/decode.c
|
||||
*
|
||||
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
|
||||
* (c)2006-2009, Laurence Withers, <l@lwithers.me.uk>.
|
||||
* COPYING for more information / terms of license.
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* libutf8/src/lib/decode.h
|
||||
*
|
||||
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
|
||||
* (c)2006-2009, Laurence Withers, <l@lwithers.me.uk>.
|
||||
* COPYING for more information / terms of license.
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* libutf8/src/lib/decode_ctx.c
|
||||
*
|
||||
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
|
||||
* (c)2006-2009, Laurence Withers, <l@lwithers.me.uk>.
|
||||
* COPYING for more information / terms of license.
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* libutf8/src/lib/decode_ctx.h
|
||||
*
|
||||
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
|
||||
* (c)2006-2009, Laurence Withers, <l@lwithers.me.uk>.
|
||||
* COPYING for more information / terms of license.
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* libutf8/src/lib/encode.c
|
||||
*
|
||||
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
|
||||
* (c)2006-2009, Laurence Withers, <l@lwithers.me.uk>.
|
||||
* COPYING for more information / terms of license.
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* libutf8/src/lib/encode.h
|
||||
*
|
||||
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
|
||||
* (c)2006-2009, Laurence Withers, <l@lwithers.me.uk>.
|
||||
* COPYING for more information / terms of license.
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* libutf8/src/lib/encode_state.c
|
||||
*
|
||||
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
|
||||
* (c)2006-2009, Laurence Withers, <l@lwithers.me.uk>.
|
||||
* COPYING for more information / terms of license.
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* libutf8/src/lib/encode_state.h
|
||||
*
|
||||
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
|
||||
* (c)2006-2009, Laurence Withers, <l@lwithers.me.uk>.
|
||||
* COPYING for more information / terms of license.
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# Metadata file for pkg-config
|
||||
# ( http://www.freedesktop.org/software/pkgconfig/ )
|
||||
#
|
||||
# (c)2006, Laurence Withers, <l@lwithers.me.uk>.
|
||||
# (c)2006-2009, Laurence Withers, <l@lwithers.me.uk>.
|
||||
# Released under the GNU GPLv2. See file COPYING or
|
||||
# http://www.gnu.org/copyleft/gpl.html for details.
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# libutf8/src/libutf8/soversion
|
||||
#
|
||||
# (c)2006, Laurence Withers, <l@lwithers.me.uk>.
|
||||
# (c)2006-2009, Laurence Withers, <l@lwithers.me.uk>.
|
||||
# Released under the GNU GPLv2. See file COPYING or
|
||||
# http://www.gnu.org/copyleft/gpl.html for details.
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
c tests tests libutf8
|
||||
tests c tests libutf8
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* libutf8/src/tests/decode.c
|
||||
*
|
||||
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
|
||||
* (c)2006-2009, Laurence Withers, <l@lwithers.me.uk>.
|
||||
* COPYING for more information / terms of license.
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* libutf8/src/tests/random.c
|
||||
*
|
||||
* (c)2006, Laurence Withers. Released under the GNU GPL. See file
|
||||
* (c)2006-2009, Laurence Withers, <l@lwithers.me.uk>.
|
||||
* COPYING for more information / terms of license.
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/* libutf8/src/tests/???.c
|
||||
*
|
||||
* (c)2006, Laurence Withers, <l@lwithers.me.uk>.
|
||||
* (c)2006-2009, Laurence Withers, <l@lwithers.me.uk>.
|
||||
* Released under the GNU GPLv2. See file COPYING or
|
||||
* http://www.gnu.org/copyleft/gpl.html for details.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue