From b4f571a88d5a6105410c34e737608d6cc4891125 Mon Sep 17 00:00:00 2001 From: yushijinhun Date: Mon, 10 Aug 2020 01:46:50 +0800 Subject: [PATCH] Update copyright years I forgot to update this in e305dea256305a42494b1a718def6959123abd9a. Commit message of e305dea256305a42494b1a718def6959123abd9a shoud be `fix '@mojang' suffix broken since authlib 1.6.25`. I can't amend this typo because force push is disabled. --- .../moe/yushi/authlibinjector/httpd/QueryProfileFilter.java | 2 +- .../java/moe/yushi/authlibinjector/httpd/QueryUUIDsFilter.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/moe/yushi/authlibinjector/httpd/QueryProfileFilter.java b/src/main/java/moe/yushi/authlibinjector/httpd/QueryProfileFilter.java index 0e85149..48a9a33 100644 --- a/src/main/java/moe/yushi/authlibinjector/httpd/QueryProfileFilter.java +++ b/src/main/java/moe/yushi/authlibinjector/httpd/QueryProfileFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Haowei Wen and contributors + * Copyright (C) 2020 Haowei Wen and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/main/java/moe/yushi/authlibinjector/httpd/QueryUUIDsFilter.java b/src/main/java/moe/yushi/authlibinjector/httpd/QueryUUIDsFilter.java index afe6c45..41fc6b9 100644 --- a/src/main/java/moe/yushi/authlibinjector/httpd/QueryUUIDsFilter.java +++ b/src/main/java/moe/yushi/authlibinjector/httpd/QueryUUIDsFilter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Haowei Wen and contributors + * Copyright (C) 2020 Haowei Wen and contributors * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by