Skip to content

Commit 5d10a82

Browse files
committed
Change copyright year to 2025
1 parent 0515ca7 commit 5d10a82

26 files changed

+26
-26
lines changed

HEADER.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2021 - 2023 Elytrium
1+
Copyright (C) 2021 - 2025 Elytrium
22

33
This program is free software: you can redistribute it and/or modify
44
it under the terms of the GNU Affero General Public License as published by

src/main/java/net/elytrium/limbofilter/LimboFilter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 Elytrium
2+
* Copyright (C) 2021 - 2025 Elytrium
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as published by

src/main/java/net/elytrium/limbofilter/Settings.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 Elytrium
2+
* Copyright (C) 2021 - 2025 Elytrium
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as published by

src/main/java/net/elytrium/limbofilter/cache/CachedPackets.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 Elytrium
2+
* Copyright (C) 2021 - 2025 Elytrium
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as published by

src/main/java/net/elytrium/limbofilter/cache/captcha/CachedCaptcha.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 Elytrium
2+
* Copyright (C) 2021 - 2025 Elytrium
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as published by

src/main/java/net/elytrium/limbofilter/captcha/CaptchaGenerator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 Elytrium
2+
* Copyright (C) 2021 - 2025 Elytrium
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as published by

src/main/java/net/elytrium/limbofilter/captcha/CaptchaHolder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 Elytrium
2+
* Copyright (C) 2021 - 2025 Elytrium
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as published by

src/main/java/net/elytrium/limbofilter/captcha/map/CraftMapCanvas.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 Elytrium
2+
* Copyright (C) 2021 - 2025 Elytrium
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as published by

src/main/java/net/elytrium/limbofilter/captcha/painter/CaptchaEffect.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 Elytrium
2+
* Copyright (C) 2021 - 2025 Elytrium
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as published by

src/main/java/net/elytrium/limbofilter/captcha/painter/CaptchaPainter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 Elytrium
2+
* Copyright (C) 2021 - 2025 Elytrium
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as published by

src/main/java/net/elytrium/limbofilter/captcha/painter/OutlineEffect.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 Elytrium
2+
* Copyright (C) 2021 - 2025 Elytrium
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as published by

src/main/java/net/elytrium/limbofilter/captcha/painter/RenderedFont.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 Elytrium
2+
* Copyright (C) 2021 - 2025 Elytrium
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as published by

src/main/java/net/elytrium/limbofilter/captcha/painter/RippleEffect.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 Elytrium
2+
* Copyright (C) 2021 - 2025 Elytrium
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as published by

src/main/java/net/elytrium/limbofilter/commands/CommandPermissionState.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 Elytrium
2+
* Copyright (C) 2021 - 2025 Elytrium
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as published by

src/main/java/net/elytrium/limbofilter/commands/LimboFilterCommand.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 Elytrium
2+
* Copyright (C) 2021 - 2025 Elytrium
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as published by

src/main/java/net/elytrium/limbofilter/commands/SendFilterCommand.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 Elytrium
2+
* Copyright (C) 2021 - 2025 Elytrium
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as published by

src/main/java/net/elytrium/limbofilter/handler/BotFilterSessionHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 Elytrium
2+
* Copyright (C) 2021 - 2025 Elytrium
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as published by

src/main/java/net/elytrium/limbofilter/listener/FilterListener.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 Elytrium
2+
* Copyright (C) 2021 - 2025 Elytrium
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as published by

src/main/java/net/elytrium/limbofilter/listener/TcpListener.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 Elytrium
2+
* Copyright (C) 2021 - 2025 Elytrium
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as published by

src/main/java/net/elytrium/limbofilter/protocol/data/EntityMetadata.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 Elytrium
2+
* Copyright (C) 2021 - 2025 Elytrium
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as published by

src/main/java/net/elytrium/limbofilter/protocol/data/ItemFrame.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 Elytrium
2+
* Copyright (C) 2021 - 2025 Elytrium
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as published by

src/main/java/net/elytrium/limbofilter/protocol/packets/Interact.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 Elytrium
2+
* Copyright (C) 2021 - 2025 Elytrium
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as published by

src/main/java/net/elytrium/limbofilter/protocol/packets/SetEntityMetadata.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 Elytrium
2+
* Copyright (C) 2021 - 2025 Elytrium
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as published by

src/main/java/net/elytrium/limbofilter/protocol/packets/SpawnEntity.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 Elytrium
2+
* Copyright (C) 2021 - 2025 Elytrium
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as published by

src/main/java/net/elytrium/limbofilter/stats/Statistics.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 Elytrium
2+
* Copyright (C) 2021 - 2025 Elytrium
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as published by

src/main/templates/net/elytrium/limbofilter/BuildConstants.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2023 Elytrium
2+
* Copyright (C) 2021 - 2025 Elytrium
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU Affero General Public License as published by

0 commit comments

Comments
 (0)