summaryrefslogtreecommitdiff
path: root/src/org/usfirst/frc/team4272/robot2017/Control.java
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-02-21 15:35:04 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2017-02-21 15:35:04 -0500
commitc73ea4ba1b27cfd5842d8ae9f213d01f3fd434f2 (patch)
tree013761d2b6f352e521b8c8b231c4445479b2f17a /src/org/usfirst/frc/team4272/robot2017/Control.java
parent178f9cf75f06969b9349dda8d4cb1c425b27ed6f (diff)
Add copyright statements to the main robot code.
Diffstat (limited to 'src/org/usfirst/frc/team4272/robot2017/Control.java')
-rw-r--r--src/org/usfirst/frc/team4272/robot2017/Control.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/org/usfirst/frc/team4272/robot2017/Control.java b/src/org/usfirst/frc/team4272/robot2017/Control.java
index 0039c72..791cc65 100644
--- a/src/org/usfirst/frc/team4272/robot2017/Control.java
+++ b/src/org/usfirst/frc/team4272/robot2017/Control.java
@@ -1,3 +1,4 @@
+// This file is not sufficiently creative to qualify for copyright.
package org.usfirst.frc.team4272.robot2017;
public class Control {