From 102219f9a76526492fc4dd51342820e9e7fbcc6c Mon Sep 17 00:00:00 2001 From: cnlohr Date: Wed, 29 Jul 2015 01:30:40 -0400 Subject: [PATCH] update copyright notices --- embeddedlinux/dummy_leds.c | 6 ++++-- embeddedlinux/embeddedcc.c | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) 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"