diff --git a/embeddedlinux/dummy_leds.c b/embeddedlinux/dummy_leds.c index d49fc87..55f6e2a 100644 --- a/embeddedlinux/dummy_leds.c +++ b/embeddedlinux/dummy_leds.c @@ -1,3 +1,7 @@ +//Public Domain 2015 <>< Charles Lohr +//This file may be used in whole or part in any way for any purpose by anyone +//without restriction. + #include #include #include @@ -99,8 +103,6 @@ int main(void) XFillRectangle(d, w, dgc, x*LED_SIZE, y*LED_SIZE, LED_SIZE, LED_SIZE); } } -// if (e.type == ClientMessage ) -// break; } XCloseDisplay(d); diff --git a/embeddedlinux/embeddedcc.c b/embeddedlinux/embeddedcc.c index a84f4eb..ee663eb 100644 --- a/embeddedlinux/embeddedcc.c +++ b/embeddedlinux/embeddedcc.c @@ -2,6 +2,8 @@ // This is the teststrap for the Embedded ColorChord System. // It is intended as a minimal scaffolding for testing Embedded ColorChord. // +// +// Copyright 2015 <>< Charles Lohr, See LICENSE file for license info. #include "embeddednf.h"