update copyright notices

This commit is contained in:
cnlohr 2015-07-29 01:30:40 -04:00
parent 4dadd62ea4
commit 102219f9a7
2 changed files with 6 additions and 2 deletions

View file

@ -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 <ccconfig.h> #include <ccconfig.h>
#include <X11/Xlib.h> #include <X11/Xlib.h>
#include <stdlib.h> #include <stdlib.h>
@ -99,8 +103,6 @@ int main(void)
XFillRectangle(d, w, dgc, x*LED_SIZE, y*LED_SIZE, LED_SIZE, LED_SIZE); XFillRectangle(d, w, dgc, x*LED_SIZE, y*LED_SIZE, LED_SIZE, LED_SIZE);
} }
} }
// if (e.type == ClientMessage )
// break;
} }
XCloseDisplay(d); XCloseDisplay(d);

View file

@ -2,6 +2,8 @@
// This is the teststrap for the Embedded ColorChord System. // This is the teststrap for the Embedded ColorChord System.
// It is intended as a minimal scaffolding for testing Embedded ColorChord. // It is intended as a minimal scaffolding for testing Embedded ColorChord.
// //
//
// Copyright 2015 <>< Charles Lohr, See LICENSE file for license info.
#include "embeddednf.h" #include "embeddednf.h"