From dec3bbfa2c3e9fc8e4b1adbaa0323337a75aaadb Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 30 Mar 2014 23:51:37 -0500 Subject: [PATCH] init_upcase(): Clarify license --- src/encoding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.43.0