Skip to content

Commit

Permalink
Updated licence date.
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamkirby committed Jan 5, 2025
1 parent fa5e3c5 commit 2092351
Show file tree
Hide file tree
Showing 81 changed files with 201 additions and 73 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2024 Graham Kirby:
Copyright 2025 Graham Kirby:
<https://github.com/grahamkirby/race-timing>
This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
*
* race-timing is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* race-timing is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with race-timing. If not, see
* <http://www.gnu.org/licenses/>.
*/
package org.grahamkirby.race_timing.common;

/** Enumerates options for runner/team completion status for race or series. */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
*
* race-timing is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* race-timing is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with race-timing. If not, see
* <http://www.gnu.org/licenses/>.
*/
package org.grahamkirby.race_timing.common;

import java.time.Duration;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/grahamkirby/race_timing/common/Race.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
16 changes: 16 additions & 0 deletions src/main/java/org/grahamkirby/race_timing/common/Team.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
*
* race-timing is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* race-timing is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with race-timing. If not, see
* <http://www.gnu.org/licenses/>.
*/
package org.grahamkirby.race_timing.common;

import org.grahamkirby.race_timing.common.categories.EntryCategory;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
*
* race-timing is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* race-timing is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with race-timing. If not, see
* <http://www.gnu.org/licenses/>.
*/
package org.grahamkirby.race_timing.common.categories;

import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
*
* race-timing is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* race-timing is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with race-timing. If not, see
* <http://www.gnu.org/licenses/>.
*/
package org.grahamkirby.race_timing.common.output;

import org.grahamkirby.race_timing.common.Race;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
*
* race-timing is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* race-timing is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with race-timing. If not, see
* <http://www.gnu.org/licenses/>.
*/
package org.grahamkirby.race_timing.common.output;

import org.grahamkirby.race_timing.common.Race;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
*
* race-timing is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* race-timing is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with race-timing. If not, see
* <http://www.gnu.org/licenses/>.
*/
package org.grahamkirby.race_timing.common.output;

import org.grahamkirby.race_timing.common.Race;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024 Graham Kirby:
* Copyright 2025 Graham Kirby:
* <https://github.com/grahamkirby/race-timing>
*
* This file is part of the module race-timing.
Expand Down
Loading

0 comments on commit 2092351

Please sign in to comment.