Signed-off-by: Gerd Hoffmann kraxel@redhat.com --- src/cp437.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/src/cp437.c b/src/cp437.c index 7305e2073763..719872f57c4f 100644 --- a/src/cp437.c +++ b/src/cp437.c @@ -1,5 +1,7 @@ /* * code page 437 to unicode map + * + * This file may be distributed under the terms of the GNU LGPLv3 license. */
#include "types.h"