Skip to content

Commit 226cea7

Browse files
committed
Update copyright year
1 parent 62ac6c1 commit 226cea7

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 StuyPulse
3+
Copyright (c) 2023 StuyPulse
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/main/java/com/stuypulse/robot/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/************************ PROJECT PHIL ************************/
2-
/* Copyright (c) 2022 StuyPulse Robotics. All rights reserved.*/
2+
/* Copyright (c) 2023 StuyPulse Robotics. All rights reserved.*/
33
/* This work is licensed under the terms of the MIT license. */
44
/**************************************************************/
55

src/main/java/com/stuypulse/robot/Robot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/************************ PROJECT PHIL ************************/
2-
/* Copyright (c) 2022 StuyPulse Robotics. All rights reserved.*/
2+
/* Copyright (c) 2023 StuyPulse Robotics. All rights reserved.*/
33
/* This work is licensed under the terms of the MIT license. */
44
/**************************************************************/
55

src/main/java/com/stuypulse/robot/RobotContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/************************ PROJECT PHIL ************************/
2-
/* Copyright (c) 2022 StuyPulse Robotics. All rights reserved.*/
2+
/* Copyright (c) 2023 StuyPulse Robotics. All rights reserved.*/
33
/* This work is licensed under the terms of the MIT license. */
44
/**************************************************************/
55

src/main/java/com/stuypulse/robot/commands/DoNothingCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/************************ PROJECT PHIL ************************/
2-
/* Copyright (c) 2022 StuyPulse Robotics. All rights reserved.*/
2+
/* Copyright (c) 2023 StuyPulse Robotics. All rights reserved.*/
33
/* This work is licensed under the terms of the MIT license. */
44
/**************************************************************/
55

src/main/java/com/stuypulse/robot/commands/auton/DoNothingAuton.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/************************ PROJECT PHIL ************************/
2-
/* Copyright (c) 2022 StuyPulse Robotics. All rights reserved.*/
2+
/* Copyright (c) 2023 StuyPulse Robotics. All rights reserved.*/
33
/* This work is licensed under the terms of the MIT license. */
44
/**************************************************************/
55

src/main/java/com/stuypulse/robot/constants/Motors.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/************************ PROJECT PHIL ************************/
2-
/* Copyright (c) 2022 StuyPulse Robotics. All rights reserved.*/
2+
/* Copyright (c) 2023 StuyPulse Robotics. All rights reserved.*/
33
/* This work is licensed under the terms of the MIT license. */
44
/**************************************************************/
55

src/main/java/com/stuypulse/robot/constants/Ports.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/************************ PROJECT PHIL ************************/
2-
/* Copyright (c) 2022 StuyPulse Robotics. All rights reserved.*/
2+
/* Copyright (c) 2023 StuyPulse Robotics. All rights reserved.*/
33
/* This work is licensed under the terms of the MIT license. */
44
/**************************************************************/
55

src/main/java/com/stuypulse/robot/constants/Settings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/************************ PROJECT PHIL ************************/
2-
/* Copyright (c) 2022 StuyPulse Robotics. All rights reserved.*/
2+
/* Copyright (c) 2023 StuyPulse Robotics. All rights reserved.*/
33
/* This work is licensed under the terms of the MIT license. */
44
/**************************************************************/
55

0 commit comments

Comments
 (0)