Skip to content

Commit

Permalink
Update copyright notices
Browse files Browse the repository at this point in the history
  • Loading branch information
Foulest committed Dec 5, 2024
1 parent a10838c commit 05e8d0f
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 1 deletion.
17 changes: 17 additions & 0 deletions src/main/java/net/foulest/swiss/Bracket.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Swiss - a Monte Carlo bracket simulator for the CS2 Major.
* Copyright (C) 2024 Foulest (https://github.com/Foulest)
*
* 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
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 this program. If not, see <https://www.gnu.org/licenses/>.
*/
package net.foulest.swiss;

import lombok.Data;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/foulest/swiss/Main.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* JavaTemplate - a fully featured Java template with Gradle.
* Swiss - a Monte Carlo bracket simulator for the CS2 Major.
* Copyright (C) 2024 Foulest (https://github.com/Foulest)
*
* This program is free software: you can redistribute it and/or modify
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/net/foulest/swiss/Match.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Swiss - a Monte Carlo bracket simulator for the CS2 Major.
* Copyright (C) 2024 Foulest (https://github.com/Foulest)
*
* 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
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 this program. If not, see <https://www.gnu.org/licenses/>.
*/
package net.foulest.swiss;

import lombok.AllArgsConstructor;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/net/foulest/swiss/Pair.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Swiss - a Monte Carlo bracket simulator for the CS2 Major.
* Copyright (C) 2024 Foulest (https://github.com/Foulest)
*
* 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
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 this program. If not, see <https://www.gnu.org/licenses/>.
*/
package net.foulest.swiss;

import lombok.AllArgsConstructor;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/net/foulest/swiss/Team.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Swiss - a Monte Carlo bracket simulator for the CS2 Major.
* Copyright (C) 2024 Foulest (https://github.com/Foulest)
*
* 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
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 this program. If not, see <https://www.gnu.org/licenses/>.
*/
package net.foulest.swiss;

import lombok.AllArgsConstructor;
Expand Down

0 comments on commit 05e8d0f

Please sign in to comment.