diff options
Diffstat (limited to 'lesstest/unicode.c')
| -rw-r--r-- | lesstest/unicode.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lesstest/unicode.c b/lesstest/unicode.c index fa232ee5b8d6..ea84ee5d345e 100644 --- a/lesstest/unicode.c +++ b/lesstest/unicode.c @@ -1,3 +1,12 @@ +/* + * Copyright (C) 1984-2026 Mark Nudelman + * + * You may distribute under the terms of either the GNU General Public + * License or the Less License, as specified in the README file. + * + * For more information, see the README file. + */ + #include "lt_types.h" typedef struct wchar_range { wchar first, last; } wchar_range; |
