summaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-13 17:08:48 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-09-13 17:08:48 +0200
commit150e5f2e0436b16afd0d1f7a351ee81881498fba (patch)
treec12543b08c7d56ae997d4b0413bb23a2fa7a1036 /utf8.h
parente1756130511cafa5127dc18a8d3844ddd63961a0 (diff)
updated license text in utf8 code
Diffstat (limited to 'utf8.h')
-rw-r--r--utf8.h32
1 files changed, 19 insertions, 13 deletions
diff --git a/utf8.h b/utf8.h
index 76ed4400..68245c6a 100644
--- a/utf8.h
+++ b/utf8.h
@@ -1,17 +1,23 @@
/*
- Basic UTF-8 manipulation routines
- by Jeff Bezanson
- placed in the public domain Fall 2005
-
- This code is designed to provide the utilities you need to manipulate
- UTF-8 as an internal string encoding. These functions do not perform the
- error checking normally needed when handling UTF-8 data, so if you happen
- to be from the Unicode Consortium you will want to flay me alive.
- I do this because error checking can be performed at the boundaries (I/O),
- with these routines reserved for higher performance on data known to be
- valid.
-
- adoption to deadbeef player by Alexey Yakovenko <waker@users.sourceforge.net>
+ DeaDBeeF - ultimate music player for GNU/Linux systems with X11
+ Copyright (C) 2009 Alexey Yakovenko
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+ utf8 code is based on Basic UTF-8 manipulation routines
+ by Jeff Bezanson
+ placed in the public domain Fall 2005
*/
#include <stdint.h>
#include <stdarg.h>