From b3629f7ef2fbc5dba81e150d7407d9cbb0f6611b Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sat, 15 Jan 2022 00:15:29 +0800 Subject: Update LICENSE for 2022 --- api/src/main/java/me/shedaniel/rei/impl/ClientInternals.java | 2 +- api/src/main/java/me/shedaniel/rei/impl/Internals.java | 2 +- api/src/main/java/me/shedaniel/rei/impl/display/DisplaySpec.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'api/src/main/java/me/shedaniel/rei/impl') diff --git a/api/src/main/java/me/shedaniel/rei/impl/ClientInternals.java b/api/src/main/java/me/shedaniel/rei/impl/ClientInternals.java index d9cb5eaa8..755ab943a 100644 --- a/api/src/main/java/me/shedaniel/rei/impl/ClientInternals.java +++ b/api/src/main/java/me/shedaniel/rei/impl/ClientInternals.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/impl/Internals.java b/api/src/main/java/me/shedaniel/rei/impl/Internals.java index cbbc257ea..7fa35af8b 100644 --- a/api/src/main/java/me/shedaniel/rei/impl/Internals.java +++ b/api/src/main/java/me/shedaniel/rei/impl/Internals.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/impl/display/DisplaySpec.java b/api/src/main/java/me/shedaniel/rei/impl/display/DisplaySpec.java index 399386a32..dbad28245 100644 --- a/api/src/main/java/me/shedaniel/rei/impl/display/DisplaySpec.java +++ b/api/src/main/java/me/shedaniel/rei/impl/display/DisplaySpec.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal -- cgit