From 3af473c0e1a5e8707f39312488c6a7a3f487ea6f Mon Sep 17 00:00:00 2001 From: Pierre-Alexandre Meyer Date: Tue, 1 Sep 2009 11:13:11 -0700 Subject: [PATCH] libansi: move to lib directory, as it is MIT, not GPL licensed gplinclude/gpllib should be used for external, GPL, libraries only. libansi has been developed for Syslinux and is MIT licensed. Signed-off-by: Pierre-Alexandre Meyer --- com32/{gplinclude/ansi.h => include/libansi.h} | 0 com32/{gpllib/ansi.c => lib/sys/libansi.c} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename com32/{gplinclude/ansi.h => include/libansi.h} (100%) rename com32/{gpllib/ansi.c => lib/sys/libansi.c} (100%) diff --git a/com32/gplinclude/ansi.h b/com32/include/libansi.h similarity index 100% rename from com32/gplinclude/ansi.h rename to com32/include/libansi.h diff --git a/com32/gpllib/ansi.c b/com32/lib/sys/libansi.c similarity index 100% rename from com32/gpllib/ansi.c rename to com32/lib/sys/libansi.c -- 2.7.4