From 9ec0ea91f02b312ecce8c7b6754db54ce9ba8a1a Mon Sep 17 00:00:00 2001 From: "Guillermo S. Romero" Date: Fri, 21 Oct 2011 01:46:03 +0000 Subject: Fix copyright assignment. --- source/blender/blenlib/intern/string_utf8.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source') 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 */ -- cgit v1.2.3