Skip to content

Commit 9cf7696

Browse files
committed
Happy new year
1 parent 7f85e44 commit 9cf7696

25 files changed

+29
-30
lines changed

HEADER.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2021 - 2022 Elytrium
1+
Copyright (C) 2021 - 2023 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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2022 Elytrium
2+
* Copyright (C) 2021 - 2023 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
@@ -89,8 +89,7 @@
8989
version = BuildConstants.FILTER_VERSION,
9090
url = "https://elytrium.net/",
9191
authors = {
92-
"hevav",
93-
"mdxd44"
92+
"Elytrium (https://elytrium.net/)",
9493
},
9594
dependencies = {
9695
@Dependency(id = "limboapi")

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2022 Elytrium
2+
* Copyright (C) 2021 - 2023 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2022 Elytrium
2+
* Copyright (C) 2021 - 2023 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2022 Elytrium
2+
* Copyright (C) 2021 - 2023 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2022 Elytrium
2+
* Copyright (C) 2021 - 2023 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2022 Elytrium
2+
* Copyright (C) 2021 - 2023 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2022 Elytrium
2+
* Copyright (C) 2021 - 2023 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2022 Elytrium
2+
* Copyright (C) 2021 - 2023 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2021 - 2022 Elytrium
2+
* Copyright (C) 2021 - 2023 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)