diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-01-16 15:15:22 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-01-16 15:15:22 -0500 |
commit | ac238618d3e54bfe11e55817169756f8b3850cf6 (patch) | |
tree | 60d0176f82818211d0d116b6aee8aed0d9216a14 | |
parent | 7fad9de275f72354deb1a86ee0e8312a420bf783 (diff) |
whoops, update copyright years
-rw-r--r-- | src/org/usfirst/frc/team4272/robotlib/FeedForward.java | 1 | ||||
-rw-r--r-- | src/org/usfirst/frc/team4272/robotlib/PIDController.java | 2 | ||||
-rw-r--r-- | src/org/usfirst/frc/team4272/robotlib/RollingAvg.java | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/src/org/usfirst/frc/team4272/robotlib/FeedForward.java b/src/org/usfirst/frc/team4272/robotlib/FeedForward.java index 00b2d14..a387b5e 100644 --- a/src/org/usfirst/frc/team4272/robotlib/FeedForward.java +++ b/src/org/usfirst/frc/team4272/robotlib/FeedForward.java @@ -1,5 +1,6 @@ /** * Copyright (c) 2012 Precise Path Robotics, Inc + * Copyright (c) 2016 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 diff --git a/src/org/usfirst/frc/team4272/robotlib/PIDController.java b/src/org/usfirst/frc/team4272/robotlib/PIDController.java index 3a867bb..0fd53d9 100644 --- a/src/org/usfirst/frc/team4272/robotlib/PIDController.java +++ b/src/org/usfirst/frc/team4272/robotlib/PIDController.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2011, 2012, 2015 Luke Shumaker + * Copyright (c) 2011-2012, 2015-2016 Luke Shumaker * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/org/usfirst/frc/team4272/robotlib/RollingAvg.java b/src/org/usfirst/frc/team4272/robotlib/RollingAvg.java index 665e7bf..41c73f1 100644 --- a/src/org/usfirst/frc/team4272/robotlib/RollingAvg.java +++ b/src/org/usfirst/frc/team4272/robotlib/RollingAvg.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2011 Luke Shumaker + * Copyright (c) 2011, 2016 Luke Shumaker * All rights reserved. * * Redistribution and use in source and binary forms, with or without |