Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2011-10-21 05:46:03 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2011-10-21 05:46:03 +0400
commit9ec0ea91f02b312ecce8c7b6754db54ce9ba8a1a (patch)
tree1000b8ad302adb3dd4334893ac5ca4b921f19f24 /source
parent6912e94d06edd4c9d099fc3d248aa56ccc7460be (diff)
Fix copyright assignment.
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenlib/intern/string_utf8.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/string_utf8.c b/source/blender/blenlib/intern/string_utf8.c
index 8dc683f6e22..b1ad04eb70d 100644
--- a/source/blender/blenlib/intern/string_utf8.c
+++ b/source/blender/blenlib/intern/string_utf8.c
@@ -18,6 +18,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* The Original Code is Copyright (C) 2011 Blender Foundation.
+ * Code from gutf8.c Copyright (C) 1999 Tom Tromey
+ * Copyright (C) 2000 Red Hat, Inc.
* All rights reserved.
*
* Contributor(s): Campbell Barton.
@@ -263,7 +265,7 @@ size_t BLI_strncpy_wchar_from_utf8(wchar_t *dst_w, const char *src_c, const size
/* end wchar_t / utf8 functions */
/* --------------------------------------------------------------------------*/
-/* copied from glib */
+/* copied from glib's gutf8.c */
/* note, glib uses unsigned int for unicode, best we do the same,
* though we dont typedef it - campbell */