From 58df7c903d62772c06ac5c8b1cc94d2f588953d1 Mon Sep 17 00:00:00 2001 From: Astrid Smith Date: Mon, 31 Oct 2011 00:26:51 -0700 Subject: License clarification --- unittest.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 unittest.c (limited to 'unittest.c') diff --git a/unittest.c b/unittest.c new file mode 100644 index 0000000..fe58d3d --- /dev/null +++ b/unittest.c @@ -0,0 +1,11 @@ +/* Unit tests and test harness for 680 project. + * + * Copyright 2011, Astrid Smith + * GPL + */ + +#include + +void _main(void) { + +} -- cgit v1.2.3