Update copyright (GPLv3)

This commit is contained in:
Laurence Withers 2009-10-13 10:12:52 +00:00
commit 9837ad2b9f
30 changed files with 679 additions and 283 deletions

View file

@ -1 +1 @@
doxygen docs docs
docs doxygen docs

View file

@ -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.
#

View file

@ -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.
*/

View file

@ -1 +1 @@
c lib libutf8 utf8.h
lib c libutf8 utf8.h

View file

@ -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.
*/

View file

@ -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.
*/

View file

@ -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.
*/

View file

@ -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.
*/

View file

@ -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.
*/

View file

@ -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.
*/

View file

@ -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.
*/

View file

@ -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.
*/

View file

@ -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.
*/

View file

@ -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.
*/

View file

@ -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.
*/

View file

@ -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.
*/

View file

@ -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.
*/

View file

@ -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.
*/

View file

@ -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.
#

View file

@ -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.
#

View file

@ -1 +1 @@
c tests tests libutf8
tests c tests libutf8

View file

@ -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.
*/

View file

@ -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.
*/

View file

@ -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.
*/