From c148331b69858ff54b7ed20c6eb62b986922e266 Mon Sep 17 00:00:00 2001 From: Sriman Achanta <68172138+srimanachanta@users.noreply.github.com> Date: Tue, 18 Apr 2023 18:49:40 -0400 Subject: [PATCH] Bump License year to 2023 (#841) * Bump version * remove year entirely --- LICENSE_MathUtils_orthogonalizeRotationMatrix.txt | 2 +- photon-lib/.styleguide-license | 2 +- photon-lib/LICENSE | 2 +- photon-lib/src/main/driver/cpp/VendorJNI.cpp | 2 +- photon-lib/src/main/driver/cpp/driversource.cpp | 2 +- photon-lib/src/main/driver/include/driverheader.h | 2 +- .../src/main/java/org/photonvision/EstimatedRobotPose.java | 2 +- photon-lib/src/main/java/org/photonvision/PhotonCamera.java | 2 +- .../src/main/java/org/photonvision/PhotonPoseEstimator.java | 2 +- .../src/main/java/org/photonvision/PhotonTargetSortMode.java | 2 +- photon-lib/src/main/java/org/photonvision/PhotonUtils.java | 2 +- .../src/main/java/org/photonvision/RobotPoseEstimator.java | 2 +- photon-lib/src/main/java/org/photonvision/SimPhotonCamera.java | 2 +- photon-lib/src/main/java/org/photonvision/SimVisionSystem.java | 2 +- photon-lib/src/main/java/org/photonvision/SimVisionTarget.java | 2 +- .../java/org/photonvision/estimation/CameraTargetRelation.java | 2 +- .../src/main/java/org/photonvision/estimation/OpenCVHelp.java | 2 +- .../src/main/java/org/photonvision/estimation/PNPResults.java | 2 +- .../java/org/photonvision/estimation/RotTrlTransform3d.java | 2 +- .../src/main/java/org/photonvision/estimation/TargetModel.java | 2 +- .../main/java/org/photonvision/estimation/VisionEstimation.java | 2 +- photon-lib/src/main/native/cpp/photonlib/PhotonCamera.cpp | 2 +- .../src/main/native/cpp/photonlib/PhotonPipelineResult.cpp | 2 +- .../src/main/native/cpp/photonlib/PhotonPoseEstimator.cpp | 2 +- .../src/main/native/cpp/photonlib/PhotonTrackedTarget.cpp | 2 +- photon-lib/src/main/native/cpp/photonlib/RobotPoseEstimator.cpp | 2 +- photon-lib/src/main/native/include/photonlib/Packet.h | 2 +- photon-lib/src/main/native/include/photonlib/PhotonCamera.h | 2 +- .../src/main/native/include/photonlib/PhotonPipelineResult.h | 2 +- .../src/main/native/include/photonlib/PhotonPoseEstimator.h | 2 +- .../src/main/native/include/photonlib/PhotonTargetSortMode.h | 2 +- .../src/main/native/include/photonlib/PhotonTrackedTarget.h | 2 +- photon-lib/src/main/native/include/photonlib/PhotonUtils.h | 2 +- .../src/main/native/include/photonlib/RobotPoseEstimator.h | 2 +- photon-lib/src/main/native/include/photonlib/SimPhotonCamera.h | 2 +- photon-lib/src/main/native/include/photonlib/SimVisionSystem.h | 2 +- photon-lib/src/main/native/include/photonlib/SimVisionTarget.h | 2 +- photon-lib/src/test/java/org/photonvision/PacketTest.java | 2 +- photon-lib/src/test/java/org/photonvision/PhotonCameraTest.java | 2 +- .../src/test/java/org/photonvision/PhotonPoseEstimatorTest.java | 2 +- photon-lib/src/test/java/org/photonvision/PhotonUtilTest.java | 2 +- .../src/test/java/org/photonvision/PhotonVersionTest.java | 2 +- .../src/test/java/org/photonvision/SimVisionSystemTest.java | 2 +- .../java/org/photonvision/estimation/ApriltagWorkbenchTest.java | 2 +- photon-lib/src/test/native/cpp/PacketTest.cpp | 2 +- photon-lib/src/test/native/cpp/PhotonPoseEstimatorTest.cpp | 2 +- photon-lib/src/test/native/cpp/PhotonUtilsTest.cpp | 2 +- photon-lib/src/test/native/cpp/RobotPoseEstimatorTest.cpp | 2 +- photon-lib/src/test/native/cpp/SimVisionSystemTest.cpp | 2 +- photon-lib/src/test/native/cpp/main.cpp | 2 +- photonlib-cpp-examples/.styleguide-license | 2 +- photonlib-cpp-examples/aimandrange/src/main/cpp/Robot.cpp | 2 +- photonlib-cpp-examples/aimandrange/src/main/include/Robot.h | 2 +- photonlib-cpp-examples/aimandrange/src/test/cpp/main.cpp | 2 +- photonlib-cpp-examples/aimattarget/src/main/cpp/Robot.cpp | 2 +- photonlib-cpp-examples/aimattarget/src/main/include/Robot.h | 2 +- photonlib-cpp-examples/aimattarget/src/test/cpp/main.cpp | 2 +- .../apriltagExample/src/main/cpp/Drivetrain.cpp | 2 +- photonlib-cpp-examples/apriltagExample/src/main/cpp/Robot.cpp | 2 +- .../apriltagExample/src/main/include/Drivetrain.h | 2 +- .../apriltagExample/src/main/include/PhotonCameraWrapper.h | 2 +- photonlib-cpp-examples/apriltagExample/src/main/include/Robot.h | 2 +- photonlib-cpp-examples/apriltagExample/src/test/cpp/main.cpp | 2 +- photonlib-cpp-examples/getinrange/src/main/cpp/Robot.cpp | 2 +- photonlib-cpp-examples/getinrange/src/main/include/Robot.h | 2 +- photonlib-cpp-examples/getinrange/src/test/cpp/main.cpp | 2 +- photonlib-java-examples/.styleguide-license | 2 +- .../aimandrange/src/main/java/frc/robot/Main.java | 2 +- .../aimandrange/src/main/java/frc/robot/Robot.java | 2 +- .../aimattarget/src/main/java/frc/robot/Main.java | 2 +- .../aimattarget/src/main/java/frc/robot/Robot.java | 2 +- .../apriltagExample/src/main/java/frc/robot/Constants.java | 2 +- .../apriltagExample/src/main/java/frc/robot/Drivetrain.java | 2 +- .../apriltagExample/src/main/java/frc/robot/Main.java | 2 +- .../src/main/java/frc/robot/PhotonCameraWrapper.java | 2 +- .../apriltagExample/src/main/java/frc/robot/Robot.java | 2 +- .../getinrange/src/main/java/frc/robot/Main.java | 2 +- .../getinrange/src/main/java/frc/robot/Robot.java | 2 +- .../simaimandrange/src/main/java/frc/robot/Main.java | 2 +- .../simaimandrange/src/main/java/frc/robot/Robot.java | 2 +- .../src/main/java/frc/robot/sim/DrivetrainSim.java | 2 +- .../simposeest/src/main/java/frc/robot/AutoController.java | 2 +- .../simposeest/src/main/java/frc/robot/Constants.java | 2 +- .../simposeest/src/main/java/frc/robot/Drivetrain.java | 2 +- .../src/main/java/frc/robot/DrivetrainPoseEstimator.java | 2 +- .../simposeest/src/main/java/frc/robot/DrivetrainSim.java | 2 +- .../simposeest/src/main/java/frc/robot/Main.java | 2 +- .../simposeest/src/main/java/frc/robot/OperatorInterface.java | 2 +- .../simposeest/src/main/java/frc/robot/PoseTelemetry.java | 2 +- .../simposeest/src/main/java/frc/robot/Robot.java | 2 +- shared/PhotonVersion.java.in | 2 +- 91 files changed, 91 insertions(+), 91 deletions(-) diff --git a/LICENSE_MathUtils_orthogonalizeRotationMatrix.txt b/LICENSE_MathUtils_orthogonalizeRotationMatrix.txt index 3b4929683..73f837d96 100644 --- a/LICENSE_MathUtils_orthogonalizeRotationMatrix.txt +++ b/LICENSE_MathUtils_orthogonalizeRotationMatrix.txt @@ -1,4 +1,4 @@ -Copyright (c) 2022 Photon Vision. All rights reserved. +Copyright (c) Photon Vision. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/photon-lib/.styleguide-license b/photon-lib/.styleguide-license index 374e6a901..4eda0e387 100644 --- a/photon-lib/.styleguide-license +++ b/photon-lib/.styleguide-license @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/LICENSE b/photon-lib/LICENSE index 5f1d4c568..30ff7f69b 100644 --- a/photon-lib/LICENSE +++ b/photon-lib/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 PhotonVision +Copyright (c) PhotonVision Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/driver/cpp/VendorJNI.cpp b/photon-lib/src/main/driver/cpp/VendorJNI.cpp index 41c11310f..c449ee05c 100644 --- a/photon-lib/src/main/driver/cpp/VendorJNI.cpp +++ b/photon-lib/src/main/driver/cpp/VendorJNI.cpp @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/driver/cpp/driversource.cpp b/photon-lib/src/main/driver/cpp/driversource.cpp index fbfea9829..039fde6f8 100644 --- a/photon-lib/src/main/driver/cpp/driversource.cpp +++ b/photon-lib/src/main/driver/cpp/driversource.cpp @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/driver/include/driverheader.h b/photon-lib/src/main/driver/include/driverheader.h index 3a0e46be0..eb2a4de81 100644 --- a/photon-lib/src/main/driver/include/driverheader.h +++ b/photon-lib/src/main/driver/include/driverheader.h @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/java/org/photonvision/EstimatedRobotPose.java b/photon-lib/src/main/java/org/photonvision/EstimatedRobotPose.java index 383887cf6..7d9f9b6dc 100644 --- a/photon-lib/src/main/java/org/photonvision/EstimatedRobotPose.java +++ b/photon-lib/src/main/java/org/photonvision/EstimatedRobotPose.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/java/org/photonvision/PhotonCamera.java b/photon-lib/src/main/java/org/photonvision/PhotonCamera.java index c8793391d..dc0052912 100644 --- a/photon-lib/src/main/java/org/photonvision/PhotonCamera.java +++ b/photon-lib/src/main/java/org/photonvision/PhotonCamera.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/java/org/photonvision/PhotonPoseEstimator.java b/photon-lib/src/main/java/org/photonvision/PhotonPoseEstimator.java index be8311c5b..ca780cf2d 100644 --- a/photon-lib/src/main/java/org/photonvision/PhotonPoseEstimator.java +++ b/photon-lib/src/main/java/org/photonvision/PhotonPoseEstimator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/java/org/photonvision/PhotonTargetSortMode.java b/photon-lib/src/main/java/org/photonvision/PhotonTargetSortMode.java index e462ea81c..bf2264464 100644 --- a/photon-lib/src/main/java/org/photonvision/PhotonTargetSortMode.java +++ b/photon-lib/src/main/java/org/photonvision/PhotonTargetSortMode.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/java/org/photonvision/PhotonUtils.java b/photon-lib/src/main/java/org/photonvision/PhotonUtils.java index cc46a941a..4d35c5ac2 100644 --- a/photon-lib/src/main/java/org/photonvision/PhotonUtils.java +++ b/photon-lib/src/main/java/org/photonvision/PhotonUtils.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/java/org/photonvision/RobotPoseEstimator.java b/photon-lib/src/main/java/org/photonvision/RobotPoseEstimator.java index d1d8d93bf..f784acdcf 100644 --- a/photon-lib/src/main/java/org/photonvision/RobotPoseEstimator.java +++ b/photon-lib/src/main/java/org/photonvision/RobotPoseEstimator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/java/org/photonvision/SimPhotonCamera.java b/photon-lib/src/main/java/org/photonvision/SimPhotonCamera.java index 5289bbf68..a0ce8f37b 100644 --- a/photon-lib/src/main/java/org/photonvision/SimPhotonCamera.java +++ b/photon-lib/src/main/java/org/photonvision/SimPhotonCamera.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/java/org/photonvision/SimVisionSystem.java b/photon-lib/src/main/java/org/photonvision/SimVisionSystem.java index e183257f2..4ae091475 100644 --- a/photon-lib/src/main/java/org/photonvision/SimVisionSystem.java +++ b/photon-lib/src/main/java/org/photonvision/SimVisionSystem.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/java/org/photonvision/SimVisionTarget.java b/photon-lib/src/main/java/org/photonvision/SimVisionTarget.java index 582df3c05..2b5c2ceab 100644 --- a/photon-lib/src/main/java/org/photonvision/SimVisionTarget.java +++ b/photon-lib/src/main/java/org/photonvision/SimVisionTarget.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/java/org/photonvision/estimation/CameraTargetRelation.java b/photon-lib/src/main/java/org/photonvision/estimation/CameraTargetRelation.java index afcc43b0c..417bffa04 100644 --- a/photon-lib/src/main/java/org/photonvision/estimation/CameraTargetRelation.java +++ b/photon-lib/src/main/java/org/photonvision/estimation/CameraTargetRelation.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/java/org/photonvision/estimation/OpenCVHelp.java b/photon-lib/src/main/java/org/photonvision/estimation/OpenCVHelp.java index 4b6429319..05e13c9e3 100644 --- a/photon-lib/src/main/java/org/photonvision/estimation/OpenCVHelp.java +++ b/photon-lib/src/main/java/org/photonvision/estimation/OpenCVHelp.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/java/org/photonvision/estimation/PNPResults.java b/photon-lib/src/main/java/org/photonvision/estimation/PNPResults.java index 4359b20c2..2471d5953 100644 --- a/photon-lib/src/main/java/org/photonvision/estimation/PNPResults.java +++ b/photon-lib/src/main/java/org/photonvision/estimation/PNPResults.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/java/org/photonvision/estimation/RotTrlTransform3d.java b/photon-lib/src/main/java/org/photonvision/estimation/RotTrlTransform3d.java index 5d5c8474f..d6d5e2e12 100644 --- a/photon-lib/src/main/java/org/photonvision/estimation/RotTrlTransform3d.java +++ b/photon-lib/src/main/java/org/photonvision/estimation/RotTrlTransform3d.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/java/org/photonvision/estimation/TargetModel.java b/photon-lib/src/main/java/org/photonvision/estimation/TargetModel.java index 7cbd8291e..52693afb5 100644 --- a/photon-lib/src/main/java/org/photonvision/estimation/TargetModel.java +++ b/photon-lib/src/main/java/org/photonvision/estimation/TargetModel.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/java/org/photonvision/estimation/VisionEstimation.java b/photon-lib/src/main/java/org/photonvision/estimation/VisionEstimation.java index 0618b8ed8..33db1a6c2 100644 --- a/photon-lib/src/main/java/org/photonvision/estimation/VisionEstimation.java +++ b/photon-lib/src/main/java/org/photonvision/estimation/VisionEstimation.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/native/cpp/photonlib/PhotonCamera.cpp b/photon-lib/src/main/native/cpp/photonlib/PhotonCamera.cpp index 3e9498c65..798877432 100644 --- a/photon-lib/src/main/native/cpp/photonlib/PhotonCamera.cpp +++ b/photon-lib/src/main/native/cpp/photonlib/PhotonCamera.cpp @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/native/cpp/photonlib/PhotonPipelineResult.cpp b/photon-lib/src/main/native/cpp/photonlib/PhotonPipelineResult.cpp index 00aa3f898..9f6d0a821 100644 --- a/photon-lib/src/main/native/cpp/photonlib/PhotonPipelineResult.cpp +++ b/photon-lib/src/main/native/cpp/photonlib/PhotonPipelineResult.cpp @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/native/cpp/photonlib/PhotonPoseEstimator.cpp b/photon-lib/src/main/native/cpp/photonlib/PhotonPoseEstimator.cpp index 155db6154..3a06ca9a7 100644 --- a/photon-lib/src/main/native/cpp/photonlib/PhotonPoseEstimator.cpp +++ b/photon-lib/src/main/native/cpp/photonlib/PhotonPoseEstimator.cpp @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/native/cpp/photonlib/PhotonTrackedTarget.cpp b/photon-lib/src/main/native/cpp/photonlib/PhotonTrackedTarget.cpp index 2b8f547b5..84a5846fc 100644 --- a/photon-lib/src/main/native/cpp/photonlib/PhotonTrackedTarget.cpp +++ b/photon-lib/src/main/native/cpp/photonlib/PhotonTrackedTarget.cpp @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/native/cpp/photonlib/RobotPoseEstimator.cpp b/photon-lib/src/main/native/cpp/photonlib/RobotPoseEstimator.cpp index be0e93e10..4d25a0a48 100644 --- a/photon-lib/src/main/native/cpp/photonlib/RobotPoseEstimator.cpp +++ b/photon-lib/src/main/native/cpp/photonlib/RobotPoseEstimator.cpp @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/native/include/photonlib/Packet.h b/photon-lib/src/main/native/include/photonlib/Packet.h index 44db1e63c..59ae40b46 100644 --- a/photon-lib/src/main/native/include/photonlib/Packet.h +++ b/photon-lib/src/main/native/include/photonlib/Packet.h @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/native/include/photonlib/PhotonCamera.h b/photon-lib/src/main/native/include/photonlib/PhotonCamera.h index 3f8c27571..2f2af08a2 100644 --- a/photon-lib/src/main/native/include/photonlib/PhotonCamera.h +++ b/photon-lib/src/main/native/include/photonlib/PhotonCamera.h @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/native/include/photonlib/PhotonPipelineResult.h b/photon-lib/src/main/native/include/photonlib/PhotonPipelineResult.h index 35388918b..e6f6c4d49 100644 --- a/photon-lib/src/main/native/include/photonlib/PhotonPipelineResult.h +++ b/photon-lib/src/main/native/include/photonlib/PhotonPipelineResult.h @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/native/include/photonlib/PhotonPoseEstimator.h b/photon-lib/src/main/native/include/photonlib/PhotonPoseEstimator.h index 4ed212083..21f6a343c 100644 --- a/photon-lib/src/main/native/include/photonlib/PhotonPoseEstimator.h +++ b/photon-lib/src/main/native/include/photonlib/PhotonPoseEstimator.h @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/native/include/photonlib/PhotonTargetSortMode.h b/photon-lib/src/main/native/include/photonlib/PhotonTargetSortMode.h index 8f650215f..6bd596a23 100644 --- a/photon-lib/src/main/native/include/photonlib/PhotonTargetSortMode.h +++ b/photon-lib/src/main/native/include/photonlib/PhotonTargetSortMode.h @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/native/include/photonlib/PhotonTrackedTarget.h b/photon-lib/src/main/native/include/photonlib/PhotonTrackedTarget.h index 23791e2b1..2674d680a 100644 --- a/photon-lib/src/main/native/include/photonlib/PhotonTrackedTarget.h +++ b/photon-lib/src/main/native/include/photonlib/PhotonTrackedTarget.h @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/native/include/photonlib/PhotonUtils.h b/photon-lib/src/main/native/include/photonlib/PhotonUtils.h index 03d42003d..535b41cc3 100644 --- a/photon-lib/src/main/native/include/photonlib/PhotonUtils.h +++ b/photon-lib/src/main/native/include/photonlib/PhotonUtils.h @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/native/include/photonlib/RobotPoseEstimator.h b/photon-lib/src/main/native/include/photonlib/RobotPoseEstimator.h index c7b9962b1..c9282b592 100644 --- a/photon-lib/src/main/native/include/photonlib/RobotPoseEstimator.h +++ b/photon-lib/src/main/native/include/photonlib/RobotPoseEstimator.h @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/native/include/photonlib/SimPhotonCamera.h b/photon-lib/src/main/native/include/photonlib/SimPhotonCamera.h index 604455561..863c57250 100644 --- a/photon-lib/src/main/native/include/photonlib/SimPhotonCamera.h +++ b/photon-lib/src/main/native/include/photonlib/SimPhotonCamera.h @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/native/include/photonlib/SimVisionSystem.h b/photon-lib/src/main/native/include/photonlib/SimVisionSystem.h index cb2342b47..68de17c5b 100644 --- a/photon-lib/src/main/native/include/photonlib/SimVisionSystem.h +++ b/photon-lib/src/main/native/include/photonlib/SimVisionSystem.h @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/main/native/include/photonlib/SimVisionTarget.h b/photon-lib/src/main/native/include/photonlib/SimVisionTarget.h index 39fe377b7..d5a19164b 100644 --- a/photon-lib/src/main/native/include/photonlib/SimVisionTarget.h +++ b/photon-lib/src/main/native/include/photonlib/SimVisionTarget.h @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/test/java/org/photonvision/PacketTest.java b/photon-lib/src/test/java/org/photonvision/PacketTest.java index 6daa613f3..4f84afb72 100644 --- a/photon-lib/src/test/java/org/photonvision/PacketTest.java +++ b/photon-lib/src/test/java/org/photonvision/PacketTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/test/java/org/photonvision/PhotonCameraTest.java b/photon-lib/src/test/java/org/photonvision/PhotonCameraTest.java index ef3c54637..8a3fb5fad 100644 --- a/photon-lib/src/test/java/org/photonvision/PhotonCameraTest.java +++ b/photon-lib/src/test/java/org/photonvision/PhotonCameraTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/test/java/org/photonvision/PhotonPoseEstimatorTest.java b/photon-lib/src/test/java/org/photonvision/PhotonPoseEstimatorTest.java index a6de5a351..1b386cc74 100644 --- a/photon-lib/src/test/java/org/photonvision/PhotonPoseEstimatorTest.java +++ b/photon-lib/src/test/java/org/photonvision/PhotonPoseEstimatorTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/test/java/org/photonvision/PhotonUtilTest.java b/photon-lib/src/test/java/org/photonvision/PhotonUtilTest.java index 22bd84c42..bbc70cf85 100644 --- a/photon-lib/src/test/java/org/photonvision/PhotonUtilTest.java +++ b/photon-lib/src/test/java/org/photonvision/PhotonUtilTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/test/java/org/photonvision/PhotonVersionTest.java b/photon-lib/src/test/java/org/photonvision/PhotonVersionTest.java index 1767b93cd..6dc5a5854 100644 --- a/photon-lib/src/test/java/org/photonvision/PhotonVersionTest.java +++ b/photon-lib/src/test/java/org/photonvision/PhotonVersionTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/test/java/org/photonvision/SimVisionSystemTest.java b/photon-lib/src/test/java/org/photonvision/SimVisionSystemTest.java index 4493dbe54..524e8eff5 100644 --- a/photon-lib/src/test/java/org/photonvision/SimVisionSystemTest.java +++ b/photon-lib/src/test/java/org/photonvision/SimVisionSystemTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/test/java/org/photonvision/estimation/ApriltagWorkbenchTest.java b/photon-lib/src/test/java/org/photonvision/estimation/ApriltagWorkbenchTest.java index 61e1d060b..5ead3be61 100644 --- a/photon-lib/src/test/java/org/photonvision/estimation/ApriltagWorkbenchTest.java +++ b/photon-lib/src/test/java/org/photonvision/estimation/ApriltagWorkbenchTest.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/test/native/cpp/PacketTest.cpp b/photon-lib/src/test/native/cpp/PacketTest.cpp index dacdf9e42..fe53cd85c 100644 --- a/photon-lib/src/test/native/cpp/PacketTest.cpp +++ b/photon-lib/src/test/native/cpp/PacketTest.cpp @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/test/native/cpp/PhotonPoseEstimatorTest.cpp b/photon-lib/src/test/native/cpp/PhotonPoseEstimatorTest.cpp index 42a6abf7d..aa4150f59 100644 --- a/photon-lib/src/test/native/cpp/PhotonPoseEstimatorTest.cpp +++ b/photon-lib/src/test/native/cpp/PhotonPoseEstimatorTest.cpp @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/test/native/cpp/PhotonUtilsTest.cpp b/photon-lib/src/test/native/cpp/PhotonUtilsTest.cpp index f22d310c5..c1be0ca91 100644 --- a/photon-lib/src/test/native/cpp/PhotonUtilsTest.cpp +++ b/photon-lib/src/test/native/cpp/PhotonUtilsTest.cpp @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/test/native/cpp/RobotPoseEstimatorTest.cpp b/photon-lib/src/test/native/cpp/RobotPoseEstimatorTest.cpp index 10dbbb6aa..09a2bdf46 100644 --- a/photon-lib/src/test/native/cpp/RobotPoseEstimatorTest.cpp +++ b/photon-lib/src/test/native/cpp/RobotPoseEstimatorTest.cpp @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/test/native/cpp/SimVisionSystemTest.cpp b/photon-lib/src/test/native/cpp/SimVisionSystemTest.cpp index c0de7faaa..f26682f4b 100644 --- a/photon-lib/src/test/native/cpp/SimVisionSystemTest.cpp +++ b/photon-lib/src/test/native/cpp/SimVisionSystemTest.cpp @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photon-lib/src/test/native/cpp/main.cpp b/photon-lib/src/test/native/cpp/main.cpp index 5481f12ee..5236c0d36 100644 --- a/photon-lib/src/test/native/cpp/main.cpp +++ b/photon-lib/src/test/native/cpp/main.cpp @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-cpp-examples/.styleguide-license b/photonlib-cpp-examples/.styleguide-license index 374e6a901..4eda0e387 100644 --- a/photonlib-cpp-examples/.styleguide-license +++ b/photonlib-cpp-examples/.styleguide-license @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-cpp-examples/aimandrange/src/main/cpp/Robot.cpp b/photonlib-cpp-examples/aimandrange/src/main/cpp/Robot.cpp index 0d46cb4ae..fc1c824eb 100644 --- a/photonlib-cpp-examples/aimandrange/src/main/cpp/Robot.cpp +++ b/photonlib-cpp-examples/aimandrange/src/main/cpp/Robot.cpp @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-cpp-examples/aimandrange/src/main/include/Robot.h b/photonlib-cpp-examples/aimandrange/src/main/include/Robot.h index c8d56ff8d..c8a205c29 100644 --- a/photonlib-cpp-examples/aimandrange/src/main/include/Robot.h +++ b/photonlib-cpp-examples/aimandrange/src/main/include/Robot.h @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-cpp-examples/aimandrange/src/test/cpp/main.cpp b/photonlib-cpp-examples/aimandrange/src/test/cpp/main.cpp index e9ee94e8b..031d1ce96 100644 --- a/photonlib-cpp-examples/aimandrange/src/test/cpp/main.cpp +++ b/photonlib-cpp-examples/aimandrange/src/test/cpp/main.cpp @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-cpp-examples/aimattarget/src/main/cpp/Robot.cpp b/photonlib-cpp-examples/aimattarget/src/main/cpp/Robot.cpp index 4bbd4e470..3c7a70c59 100644 --- a/photonlib-cpp-examples/aimattarget/src/main/cpp/Robot.cpp +++ b/photonlib-cpp-examples/aimattarget/src/main/cpp/Robot.cpp @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-cpp-examples/aimattarget/src/main/include/Robot.h b/photonlib-cpp-examples/aimattarget/src/main/include/Robot.h index eaf6b2cf6..8b5344a26 100644 --- a/photonlib-cpp-examples/aimattarget/src/main/include/Robot.h +++ b/photonlib-cpp-examples/aimattarget/src/main/include/Robot.h @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-cpp-examples/aimattarget/src/test/cpp/main.cpp b/photonlib-cpp-examples/aimattarget/src/test/cpp/main.cpp index e9ee94e8b..031d1ce96 100644 --- a/photonlib-cpp-examples/aimattarget/src/test/cpp/main.cpp +++ b/photonlib-cpp-examples/aimattarget/src/test/cpp/main.cpp @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-cpp-examples/apriltagExample/src/main/cpp/Drivetrain.cpp b/photonlib-cpp-examples/apriltagExample/src/main/cpp/Drivetrain.cpp index ad778e254..c92980b7f 100644 --- a/photonlib-cpp-examples/apriltagExample/src/main/cpp/Drivetrain.cpp +++ b/photonlib-cpp-examples/apriltagExample/src/main/cpp/Drivetrain.cpp @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-cpp-examples/apriltagExample/src/main/cpp/Robot.cpp b/photonlib-cpp-examples/apriltagExample/src/main/cpp/Robot.cpp index 4d3742aeb..8a84b64f4 100644 --- a/photonlib-cpp-examples/apriltagExample/src/main/cpp/Robot.cpp +++ b/photonlib-cpp-examples/apriltagExample/src/main/cpp/Robot.cpp @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-cpp-examples/apriltagExample/src/main/include/Drivetrain.h b/photonlib-cpp-examples/apriltagExample/src/main/include/Drivetrain.h index 7995030ba..2799c703d 100644 --- a/photonlib-cpp-examples/apriltagExample/src/main/include/Drivetrain.h +++ b/photonlib-cpp-examples/apriltagExample/src/main/include/Drivetrain.h @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-cpp-examples/apriltagExample/src/main/include/PhotonCameraWrapper.h b/photonlib-cpp-examples/apriltagExample/src/main/include/PhotonCameraWrapper.h index 6f1a22968..5caab2ad5 100644 --- a/photonlib-cpp-examples/apriltagExample/src/main/include/PhotonCameraWrapper.h +++ b/photonlib-cpp-examples/apriltagExample/src/main/include/PhotonCameraWrapper.h @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-cpp-examples/apriltagExample/src/main/include/Robot.h b/photonlib-cpp-examples/apriltagExample/src/main/include/Robot.h index 9570d66f8..71b962cae 100644 --- a/photonlib-cpp-examples/apriltagExample/src/main/include/Robot.h +++ b/photonlib-cpp-examples/apriltagExample/src/main/include/Robot.h @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-cpp-examples/apriltagExample/src/test/cpp/main.cpp b/photonlib-cpp-examples/apriltagExample/src/test/cpp/main.cpp index e9ee94e8b..031d1ce96 100644 --- a/photonlib-cpp-examples/apriltagExample/src/test/cpp/main.cpp +++ b/photonlib-cpp-examples/apriltagExample/src/test/cpp/main.cpp @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-cpp-examples/getinrange/src/main/cpp/Robot.cpp b/photonlib-cpp-examples/getinrange/src/main/cpp/Robot.cpp index 5467a91f3..40a205ff1 100644 --- a/photonlib-cpp-examples/getinrange/src/main/cpp/Robot.cpp +++ b/photonlib-cpp-examples/getinrange/src/main/cpp/Robot.cpp @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-cpp-examples/getinrange/src/main/include/Robot.h b/photonlib-cpp-examples/getinrange/src/main/include/Robot.h index 42b05fc44..a67f2122e 100644 --- a/photonlib-cpp-examples/getinrange/src/main/include/Robot.h +++ b/photonlib-cpp-examples/getinrange/src/main/include/Robot.h @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-cpp-examples/getinrange/src/test/cpp/main.cpp b/photonlib-cpp-examples/getinrange/src/test/cpp/main.cpp index e9ee94e8b..031d1ce96 100644 --- a/photonlib-cpp-examples/getinrange/src/test/cpp/main.cpp +++ b/photonlib-cpp-examples/getinrange/src/test/cpp/main.cpp @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-java-examples/.styleguide-license b/photonlib-java-examples/.styleguide-license index 374e6a901..4eda0e387 100644 --- a/photonlib-java-examples/.styleguide-license +++ b/photonlib-java-examples/.styleguide-license @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-java-examples/aimandrange/src/main/java/frc/robot/Main.java b/photonlib-java-examples/aimandrange/src/main/java/frc/robot/Main.java index d3f421e9d..077f979f9 100644 --- a/photonlib-java-examples/aimandrange/src/main/java/frc/robot/Main.java +++ b/photonlib-java-examples/aimandrange/src/main/java/frc/robot/Main.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-java-examples/aimandrange/src/main/java/frc/robot/Robot.java b/photonlib-java-examples/aimandrange/src/main/java/frc/robot/Robot.java index b919bec04..d7a0c2a23 100644 --- a/photonlib-java-examples/aimandrange/src/main/java/frc/robot/Robot.java +++ b/photonlib-java-examples/aimandrange/src/main/java/frc/robot/Robot.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-java-examples/aimattarget/src/main/java/frc/robot/Main.java b/photonlib-java-examples/aimattarget/src/main/java/frc/robot/Main.java index d3f421e9d..077f979f9 100644 --- a/photonlib-java-examples/aimattarget/src/main/java/frc/robot/Main.java +++ b/photonlib-java-examples/aimattarget/src/main/java/frc/robot/Main.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-java-examples/aimattarget/src/main/java/frc/robot/Robot.java b/photonlib-java-examples/aimattarget/src/main/java/frc/robot/Robot.java index cdcbb4e83..5d41404fd 100644 --- a/photonlib-java-examples/aimattarget/src/main/java/frc/robot/Robot.java +++ b/photonlib-java-examples/aimattarget/src/main/java/frc/robot/Robot.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-java-examples/apriltagExample/src/main/java/frc/robot/Constants.java b/photonlib-java-examples/apriltagExample/src/main/java/frc/robot/Constants.java index 7f2e7975b..b1a19249b 100644 --- a/photonlib-java-examples/apriltagExample/src/main/java/frc/robot/Constants.java +++ b/photonlib-java-examples/apriltagExample/src/main/java/frc/robot/Constants.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-java-examples/apriltagExample/src/main/java/frc/robot/Drivetrain.java b/photonlib-java-examples/apriltagExample/src/main/java/frc/robot/Drivetrain.java index b7e5c8899..b470437ee 100644 --- a/photonlib-java-examples/apriltagExample/src/main/java/frc/robot/Drivetrain.java +++ b/photonlib-java-examples/apriltagExample/src/main/java/frc/robot/Drivetrain.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-java-examples/apriltagExample/src/main/java/frc/robot/Main.java b/photonlib-java-examples/apriltagExample/src/main/java/frc/robot/Main.java index d3f421e9d..077f979f9 100644 --- a/photonlib-java-examples/apriltagExample/src/main/java/frc/robot/Main.java +++ b/photonlib-java-examples/apriltagExample/src/main/java/frc/robot/Main.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-java-examples/apriltagExample/src/main/java/frc/robot/PhotonCameraWrapper.java b/photonlib-java-examples/apriltagExample/src/main/java/frc/robot/PhotonCameraWrapper.java index 0f45153b8..a29737a0f 100644 --- a/photonlib-java-examples/apriltagExample/src/main/java/frc/robot/PhotonCameraWrapper.java +++ b/photonlib-java-examples/apriltagExample/src/main/java/frc/robot/PhotonCameraWrapper.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-java-examples/apriltagExample/src/main/java/frc/robot/Robot.java b/photonlib-java-examples/apriltagExample/src/main/java/frc/robot/Robot.java index 184446f2c..8f9327457 100644 --- a/photonlib-java-examples/apriltagExample/src/main/java/frc/robot/Robot.java +++ b/photonlib-java-examples/apriltagExample/src/main/java/frc/robot/Robot.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-java-examples/getinrange/src/main/java/frc/robot/Main.java b/photonlib-java-examples/getinrange/src/main/java/frc/robot/Main.java index d3f421e9d..077f979f9 100644 --- a/photonlib-java-examples/getinrange/src/main/java/frc/robot/Main.java +++ b/photonlib-java-examples/getinrange/src/main/java/frc/robot/Main.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-java-examples/getinrange/src/main/java/frc/robot/Robot.java b/photonlib-java-examples/getinrange/src/main/java/frc/robot/Robot.java index 629510dc9..c77602184 100644 --- a/photonlib-java-examples/getinrange/src/main/java/frc/robot/Robot.java +++ b/photonlib-java-examples/getinrange/src/main/java/frc/robot/Robot.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-java-examples/simaimandrange/src/main/java/frc/robot/Main.java b/photonlib-java-examples/simaimandrange/src/main/java/frc/robot/Main.java index d3f421e9d..077f979f9 100644 --- a/photonlib-java-examples/simaimandrange/src/main/java/frc/robot/Main.java +++ b/photonlib-java-examples/simaimandrange/src/main/java/frc/robot/Main.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-java-examples/simaimandrange/src/main/java/frc/robot/Robot.java b/photonlib-java-examples/simaimandrange/src/main/java/frc/robot/Robot.java index 0fbc38b31..6dc8b6fd9 100644 --- a/photonlib-java-examples/simaimandrange/src/main/java/frc/robot/Robot.java +++ b/photonlib-java-examples/simaimandrange/src/main/java/frc/robot/Robot.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-java-examples/simaimandrange/src/main/java/frc/robot/sim/DrivetrainSim.java b/photonlib-java-examples/simaimandrange/src/main/java/frc/robot/sim/DrivetrainSim.java index 54b9d5f9f..6675b89ca 100644 --- a/photonlib-java-examples/simaimandrange/src/main/java/frc/robot/sim/DrivetrainSim.java +++ b/photonlib-java-examples/simaimandrange/src/main/java/frc/robot/sim/DrivetrainSim.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-java-examples/simposeest/src/main/java/frc/robot/AutoController.java b/photonlib-java-examples/simposeest/src/main/java/frc/robot/AutoController.java index 8b4963782..113756561 100644 --- a/photonlib-java-examples/simposeest/src/main/java/frc/robot/AutoController.java +++ b/photonlib-java-examples/simposeest/src/main/java/frc/robot/AutoController.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-java-examples/simposeest/src/main/java/frc/robot/Constants.java b/photonlib-java-examples/simposeest/src/main/java/frc/robot/Constants.java index bc36c5997..d3d7fdf7a 100644 --- a/photonlib-java-examples/simposeest/src/main/java/frc/robot/Constants.java +++ b/photonlib-java-examples/simposeest/src/main/java/frc/robot/Constants.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-java-examples/simposeest/src/main/java/frc/robot/Drivetrain.java b/photonlib-java-examples/simposeest/src/main/java/frc/robot/Drivetrain.java index 0a24fe7aa..dc8d5e0e3 100644 --- a/photonlib-java-examples/simposeest/src/main/java/frc/robot/Drivetrain.java +++ b/photonlib-java-examples/simposeest/src/main/java/frc/robot/Drivetrain.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-java-examples/simposeest/src/main/java/frc/robot/DrivetrainPoseEstimator.java b/photonlib-java-examples/simposeest/src/main/java/frc/robot/DrivetrainPoseEstimator.java index 6c1ec10e2..0a4de26e9 100644 --- a/photonlib-java-examples/simposeest/src/main/java/frc/robot/DrivetrainPoseEstimator.java +++ b/photonlib-java-examples/simposeest/src/main/java/frc/robot/DrivetrainPoseEstimator.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-java-examples/simposeest/src/main/java/frc/robot/DrivetrainSim.java b/photonlib-java-examples/simposeest/src/main/java/frc/robot/DrivetrainSim.java index 3b72e4524..2e18ee030 100644 --- a/photonlib-java-examples/simposeest/src/main/java/frc/robot/DrivetrainSim.java +++ b/photonlib-java-examples/simposeest/src/main/java/frc/robot/DrivetrainSim.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-java-examples/simposeest/src/main/java/frc/robot/Main.java b/photonlib-java-examples/simposeest/src/main/java/frc/robot/Main.java index d3f421e9d..077f979f9 100644 --- a/photonlib-java-examples/simposeest/src/main/java/frc/robot/Main.java +++ b/photonlib-java-examples/simposeest/src/main/java/frc/robot/Main.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-java-examples/simposeest/src/main/java/frc/robot/OperatorInterface.java b/photonlib-java-examples/simposeest/src/main/java/frc/robot/OperatorInterface.java index 5697ba73c..95429a7e3 100644 --- a/photonlib-java-examples/simposeest/src/main/java/frc/robot/OperatorInterface.java +++ b/photonlib-java-examples/simposeest/src/main/java/frc/robot/OperatorInterface.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-java-examples/simposeest/src/main/java/frc/robot/PoseTelemetry.java b/photonlib-java-examples/simposeest/src/main/java/frc/robot/PoseTelemetry.java index aec83db8b..4897669eb 100644 --- a/photonlib-java-examples/simposeest/src/main/java/frc/robot/PoseTelemetry.java +++ b/photonlib-java-examples/simposeest/src/main/java/frc/robot/PoseTelemetry.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/photonlib-java-examples/simposeest/src/main/java/frc/robot/Robot.java b/photonlib-java-examples/simposeest/src/main/java/frc/robot/Robot.java index e42d3cc85..4acbb81f2 100644 --- a/photonlib-java-examples/simposeest/src/main/java/frc/robot/Robot.java +++ b/photonlib-java-examples/simposeest/src/main/java/frc/robot/Robot.java @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/shared/PhotonVersion.java.in b/shared/PhotonVersion.java.in index 1954c9941..0db5ddac3 100644 --- a/shared/PhotonVersion.java.in +++ b/shared/PhotonVersion.java.in @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2022 PhotonVision + * Copyright (c) PhotonVision * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal