Skip to content

Commit

Permalink
Fix incorrect license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjyoder committed Jun 5, 2022
1 parent 32aff2b commit 40219d0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 97 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
// gradlew publishToSonatype closeSonatypeStagingRepository for staging and manual release
// gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository for automatic release

val versionObject = Version(breaking = "1", minor = "0", nonbreaking = "0", revision = "1", date = "2206")
val versionObject = Version(breaking = "1", minor = "0", nonbreaking = "0", revision = "2", date = "2206")
project.group = "com.riskrieg"
project.version = "$versionObject"

Expand Down
13 changes: 1 addition & 12 deletions src/main/java/com/riskrieg/codec/RkmField.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,7 @@
* Riskrieg, an open-source conflict simulation game.
* Copyright (C) 2021-2022 Aaron Yoder <[email protected]> and the Riskrieg contributors
*
* 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/>.
* This code is licensed under the MIT license.
*/

package com.riskrieg.codec;
Expand Down
13 changes: 1 addition & 12 deletions src/main/java/com/riskrieg/codec/decode/Decoder.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,7 @@
* Riskrieg, an open-source conflict simulation game.
* Copyright (C) 2021-2022 Aaron Yoder <[email protected]> and the Riskrieg contributors
*
* 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/>.
* This code is licensed under the MIT license.
*/

package com.riskrieg.codec.decode;
Expand Down
13 changes: 1 addition & 12 deletions src/main/java/com/riskrieg/codec/decode/RkmDecoder.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,7 @@
* Riskrieg, an open-source conflict simulation game.
* Copyright (C) 2021-2022 Aaron Yoder <[email protected]> and the Riskrieg contributors
*
* 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/>.
* This code is licensed under the MIT license.
*/

package com.riskrieg.codec.decode;
Expand Down
13 changes: 1 addition & 12 deletions src/main/java/com/riskrieg/codec/decode/RkpDecoder.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,7 @@
* Riskrieg, an open-source conflict simulation game.
* Copyright (C) 2022 Aaron Yoder <[email protected]> and the Riskrieg contributors
*
* 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/>.
* This code is licensed under the MIT license.
*/

package com.riskrieg.codec.decode;
Expand Down
13 changes: 1 addition & 12 deletions src/main/java/com/riskrieg/codec/encode/Encoder.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,7 @@
* Riskrieg, an open-source conflict simulation game.
* Copyright (C) 2021-2022 Aaron Yoder <[email protected]> and the Riskrieg contributors
*
* 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/>.
* This code is licensed under the MIT license.
*/

package com.riskrieg.codec.encode;
Expand Down
13 changes: 1 addition & 12 deletions src/main/java/com/riskrieg/codec/encode/RkmEncoder.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,7 @@
* Riskrieg, an open-source conflict simulation game.
* Copyright (C) 2021-2022 Aaron Yoder <[email protected]> and the Riskrieg contributors
*
* 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/>.
* This code is licensed under the MIT license.
*/

package com.riskrieg.codec.encode;
Expand Down
13 changes: 1 addition & 12 deletions src/main/java/com/riskrieg/codec/encode/RkpEncoder.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,7 @@
* Riskrieg, an open-source conflict simulation game.
* Copyright (C) 2022 Aaron Yoder <[email protected]> and the Riskrieg contributors
*
* 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/>.
* This code is licensed under the MIT license.
*/

package com.riskrieg.codec.encode;
Expand Down
13 changes: 1 addition & 12 deletions src/main/java/com/riskrieg/codec/internal/json/JsonHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,7 @@
* Riskrieg, an open-source conflict simulation game.
* Copyright (C) 2022 Aaron Yoder <[email protected]> and the Riskrieg contributors
*
* 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/>.
* This code is licensed under the MIT license.
*/

package com.riskrieg.codec.internal.json;
Expand Down

0 comments on commit 40219d0

Please sign in to comment.