Use the synonymous term LGPLv2.
[pspp] / modules / wcwidth
1 Description:
2 Determine the number of screen columns needed for a character.
3
4 Files:
5 lib/wcwidth.c
6 m4/wcwidth.m4
7 m4/wchar_t.m4
8 m4/wint_t.m4
9
10 Depends-on:
11 wchar
12 wctype
13 localcharset
14 streq
15 uniwidth/width
16
17 configure.ac:
18 gl_FUNC_WCWIDTH
19 gl_WCHAR_MODULE_INDICATOR([wcwidth])
20
21 Makefile.am:
22
23 Include:
24 <wchar.h>
25
26 License:
27 LGPL
28
29 Maintainer:
30 Bruno Haible