diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-01-27 19:03:22 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-01-27 19:03:22 -0500 |
commit | 6cd8efcbcd6dc89ce9786d7a3c05056e2b41d45f (patch) | |
tree | cd6c87770d77a80b577c89fa3a635544c0cfa823 /src/org/usfirst/frc | |
parent | bec864fe5ed101bb32fbedfced5e752eb514b848 (diff) |
I didn't work for PPR in 2015
Diffstat (limited to 'src/org/usfirst/frc')
-rw-r--r-- | src/org/usfirst/frc/team4272/robotlib/SendablePIDOutput.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/org/usfirst/frc/team4272/robotlib/SendablePIDOutput.java b/src/org/usfirst/frc/team4272/robotlib/SendablePIDOutput.java index a6886fa..5c05460 100644 --- a/src/org/usfirst/frc/team4272/robotlib/SendablePIDOutput.java +++ b/src/org/usfirst/frc/team4272/robotlib/SendablePIDOutput.java @@ -1,5 +1,6 @@ /** - * Copyright (c) 2012, 2015 Precise Path Robotics, Inc + * Copyright (c) 2012 Precise Path Robotics, Inc + * Copyright (c) 2015 Luke Shumaker * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |