Skip to content

Commit

Permalink
Update license year
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Dec 30, 2024
1 parent 429dad8 commit 1ff4b43
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021-2024 FRC 6328
Copyright (c) 2021-2025 FRC 6328

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion docsSite/docs/legal/open-source-license.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 1

MIT License

Copyright (c) 2021-2024 FRC 6328
Copyright (c) 2021-2025 FRC 6328

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion docsSite/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const config: Config = {
]
},
footer: {
copyright: "Copyright © 2021-2024 FRC 6328",
copyright: "Copyright © 2021-2025 FRC 6328",
links: [
{
label: "Littleton Robotics",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
},
"build": {
"appId": "org.littletonrobotics.advantagescope",
"copyright": "Copyright © 2021-2024 FRC 6328",
"copyright": "Copyright © 2021-2025 FRC 6328",
"npmRebuild": false,
"publish": [],
"afterSign": "notarize.js",
Expand Down

0 comments on commit 1ff4b43

Please sign in to comment.