From: Eric Biggers Date: Mon, 31 Mar 2014 04:51:37 +0000 (-0500) Subject: init_upcase(): Clarify license X-Git-Tag: v1.6.2~1 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=dec3bbfa2c3e9fc8e4b1adbaa0323337a75aaadb init_upcase(): Clarify license --- diff --git a/src/encoding.c b/src/encoding.c index 752ab847..8c5bd2af 100644 --- a/src/encoding.c +++ b/src/encoding.c @@ -400,7 +400,7 @@ static u16 upcase[65536]; * Copyright (c) 2008-2011 Jean-Pierre Andre * Copyright (c) 2008 Bernhard Kaindl * - * License GPLv2 or later. (Or may actually be LGPL since it's in libntfs-3g.) + * License GPLv2 or later. * * The expanded table itself is the same as that used by Windows Vista for * NTFS case insensitivity.