diff options
-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 |