From f29767e85688a35398c0989f84d68b9bdfd05d0d Mon Sep 17 00:00:00 2001 From: daniel watson Date: Sat, 31 Aug 2013 09:14:14 -0700 Subject: [PATCH] remove public domain notices --- phase0/phase0.ino | 11 +---------- phase1/phase1.ino | 8 +------- phase3/phase3.ino | 2 -- 3 files changed, 2 insertions(+), 19 deletions(-) diff --git a/phase0/phase0.ino b/phase0/phase0.ino index 8a80269..df7a9b4 100644 --- a/phase0/phase0.ino +++ b/phase0/phase0.ino @@ -1,5 +1,5 @@ /* - This program is free software: you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. @@ -12,12 +12,6 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ -/* - Blink - Turns on an LED on for one second, then off for one second, repeatedly. - - This example code is in the public domain. - */ int red0 = 12; int yellow0 = 11; int green0 = 10; @@ -27,9 +21,6 @@ int yellow1 = 6; int green1 = 5; void setup() { - // initialize the digital pin as an output. - // Pin 13 has an LED connected on most Arduino boards: - pinMode(red0, OUTPUT); pinMode(red1, OUTPUT); pinMode(yellow0, OUTPUT); diff --git a/phase1/phase1.ino b/phase1/phase1.ino index 642bb7f..9961a36 100644 --- a/phase1/phase1.ino +++ b/phase1/phase1.ino @@ -1,5 +1,5 @@ /* - This program is free software: you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. @@ -12,12 +12,6 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ -/* - Motor. - Runs both motors back and forth. - - This example code is in the public domain. - */ // Pin 13 has an LED connected on most Arduino boards. // give it a name: diff --git a/phase3/phase3.ino b/phase3/phase3.ino index 0d94518..5356110 100644 --- a/phase3/phase3.ino +++ b/phase3/phase3.ino @@ -15,8 +15,6 @@ // This program implements table top challenge level 1 -- // The robot stays on the table without falling off. -// This example code is in the public domain. - // Set *debug* to 1 to enable debugging statements: int debug = 1; -- 2.30.2