Skip to content

Commit 441ccdb

Browse files
fix: licence version, use AGPL-3.0-only
1 parent 0f9e467 commit 441ccdb

28 files changed

Lines changed: 55 additions & 82 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ By contributing, you agree that your contributions will be licensed under the sa
3636

3737
Copyright © 2026 TechStreetDev
3838

39-
Licensed under the GNU Affero General Public License v3.0 or later (AGPL-3.0-or-later).
39+
Licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
4040

4141
If you run a modified version of this software on a server and allow users
4242
to interact with it over a network, you must make the complete corresponding

src/main/java/tech/techstreet/border/BorderHoardersPlugin.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
* Copyright (C) 2026 TechStreetDev
33
*
44
* This program is free software: you can redistribute it and/or modify
5-
* it under the terms of the GNU Affero General Public License as published
6-
* by the Free Software Foundation, either version 3 of the License, or
7-
* (at your option) any later version.
5+
* it under the terms of the GNU Affero General Public License version 3
6+
* as published by the Free Software Foundation.
87
*
98
* This program is distributed in the hope that it will be useful,
109
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/main/java/tech/techstreet/border/command/CommandHandler.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
* Copyright (C) 2026 TechStreetDev
33
*
44
* This program is free software: you can redistribute it and/or modify
5-
* it under the terms of the GNU Affero General Public License as published
6-
* by the Free Software Foundation, either version 3 of the License, or
7-
* (at your option) any later version.
5+
* it under the terms of the GNU Affero General Public License version 3
6+
* as published by the Free Software Foundation.
87
*
98
* This program is distributed in the hope that it will be useful,
109
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/main/java/tech/techstreet/border/command/SystemCommand.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
* Copyright (C) 2026 TechStreetDev
33
*
44
* This program is free software: you can redistribute it and/or modify
5-
* it under the terms of the GNU Affero General Public License as published
6-
* by the Free Software Foundation, either version 3 of the License, or
7-
* (at your option) any later version.
5+
* it under the terms of the GNU Affero General Public License version 3
6+
* as published by the Free Software Foundation.
87
*
98
* This program is distributed in the hope that it will be useful,
109
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/main/java/tech/techstreet/border/command/impl/LobbyCommand.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
* Copyright (C) 2026 TechStreetDev
33
*
44
* This program is free software: you can redistribute it and/or modify
5-
* it under the terms of the GNU Affero General Public License as published
6-
* by the Free Software Foundation, either version 3 of the License, or
7-
* (at your option) any later version.
5+
* it under the terms of the GNU Affero General Public License version 3
6+
* as published by the Free Software Foundation.
87
*
98
* This program is distributed in the hope that it will be useful,
109
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/main/java/tech/techstreet/border/command/impl/SearchCommand.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
* Copyright (C) 2026 TechStreetDev
33
*
44
* This program is free software: you can redistribute it and/or modify
5-
* it under the terms of the GNU Affero General Public License as published
6-
* by the Free Software Foundation, either version 3 of the License, or
7-
* (at your option) any later version.
5+
* it under the terms of the GNU Affero General Public License version 3
6+
* as published by the Free Software Foundation.
87
*
98
* This program is distributed in the hope that it will be useful,
109
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/main/java/tech/techstreet/border/events/EventHandler.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
* Copyright (C) 2026 TechStreetDev
33
*
44
* This program is free software: you can redistribute it and/or modify
5-
* it under the terms of the GNU Affero General Public License as published
6-
* by the Free Software Foundation, either version 3 of the License, or
7-
* (at your option) any later version.
5+
* it under the terms of the GNU Affero General Public License version 3
6+
* as published by the Free Software Foundation.
87
*
98
* This program is distributed in the hope that it will be useful,
109
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/main/java/tech/techstreet/border/events/player/PlayerClickListener.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
* Copyright (C) 2026 TechStreetDev
33
*
44
* This program is free software: you can redistribute it and/or modify
5-
* it under the terms of the GNU Affero General Public License as published
6-
* by the Free Software Foundation, either version 3 of the License, or
7-
* (at your option) any later version.
5+
* it under the terms of the GNU Affero General Public License version 3
6+
* as published by the Free Software Foundation.
87
*
98
* This program is distributed in the hope that it will be useful,
109
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/main/java/tech/techstreet/border/events/player/PlayerConnectionEvent.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
* Copyright (C) 2026 TechStreetDev
33
*
44
* This program is free software: you can redistribute it and/or modify
5-
* it under the terms of the GNU Affero General Public License as published
6-
* by the Free Software Foundation, either version 3 of the License, or
7-
* (at your option) any later version.
5+
* it under the terms of the GNU Affero General Public License version 3
6+
* as published by the Free Software Foundation.
87
*
98
* This program is distributed in the hope that it will be useful,
109
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/main/java/tech/techstreet/border/events/player/PlayerDamageEvent.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
* Copyright (C) 2026 TechStreetDev
33
*
44
* This program is free software: you can redistribute it and/or modify
5-
* it under the terms of the GNU Affero General Public License as published
6-
* by the Free Software Foundation, either version 3 of the License, or
7-
* (at your option) any later version.
5+
* it under the terms of the GNU Affero General Public License version 3
6+
* as published by the Free Software Foundation.
87
*
98
* This program is distributed in the hope that it will be useful,
109
* but WITHOUT ANY WARRANTY; without even the implied warranty of

0 commit comments

Comments
 (0)