remove public domain notices
authordaniel watson <ozzloy@gmail.com>
Sat, 31 Aug 2013 16:14:14 +0000 (09:14 -0700)
committerdaniel watson <ozzloy@gmail.com>
Sun, 1 Sep 2013 15:25:39 +0000 (08:25 -0700)
phase0/phase0.ino
phase1/phase1.ino
phase3/phase3.ino

index 8a802693be9b51b733e96d7f400608e7449bd7c9..df7a9b47b0333da9468931d68d924b09bf4be2dd 100644 (file)
@@ -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.
     You should have received a copy of the GNU Affero General Public License
     along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-/*
-  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);
index 642bb7ff926f21d476ec733a000c88496cd16844..9961a366c4535f4b0b1aec734b9e11440e2f672c 100644 (file)
@@ -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.
     You should have received a copy of the GNU Affero General Public License
     along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-/*
-  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:
index 0d94518e85c97612774f3b252e16abff521051eb..53561100805ddbc1b3703a62cde96f794b0e50a3 100644 (file)
@@ -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;