From 825dba78c19d206f765a61506851a3cebf4cffb8 Mon Sep 17 00:00:00 2001 From: TC Wan Date: Thu, 2 Dec 2010 10:23:37 +0800 Subject: changed the license clause, misc cleanups The armdebug project is now dual licensed to make it easier to integrate with the LEGO NXT firmware. You can choose either to use the GPLv2 or the LEGO Open Source License to integrate this into other projects. Misc cleanups: Removed types.h Moved Debugger Macros into its own file to improve readability. Added COPYING, LEGO license and GPL license texts. --- COPYING | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 COPYING (limited to 'COPYING') diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..8f68cf3 --- /dev/null +++ b/COPYING @@ -0,0 +1,5 @@ +The armdebug project is dual licensed. + +You can either use the GNU GPLv2 license in GNU-GPLv2.txt, +or else the "LEGO Open Source License" in LEGO_Open_Source_License.doc +to redistribute the code. -- cgit v1.2.3