diff options
author | Petr Mrázek <peterix@users.noreply.github.com> | 2021-02-07 02:23:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-07 02:23:31 +0100 |
commit | 1cf60a01d5e8fbb2070cee59733b304ee46299cc (patch) | |
tree | cbfe5b707dbfa1e681a8a696d937496b42f6a927 /api/logic/modplatform | |
parent | ba4a1a68bdf89d3ae1b169977ead14cdf0925ecb (diff) | |
parent | 0de064eb35b97dcf95494026d95a0a6d80df9c35 (diff) | |
download | PrismLauncher-1cf60a01d5e8fbb2070cee59733b304ee46299cc.tar.gz PrismLauncher-1cf60a01d5e8fbb2070cee59733b304ee46299cc.tar.bz2 PrismLauncher-1cf60a01d5e8fbb2070cee59733b304ee46299cc.zip |
Merge pull request #3538 from Scotsguy/develop
NOISSUE Update Copyright Year
Diffstat (limited to 'api/logic/modplatform')
6 files changed, 6 insertions, 6 deletions
diff --git a/api/logic/modplatform/technic/SingleZipPackInstallTask.cpp b/api/logic/modplatform/technic/SingleZipPackInstallTask.cpp index 7901db04..9be99d06 100644 --- a/api/logic/modplatform/technic/SingleZipPackInstallTask.cpp +++ b/api/logic/modplatform/technic/SingleZipPackInstallTask.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 MultiMC Contributors +/* Copyright 2013-2021 MultiMC Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/api/logic/modplatform/technic/SingleZipPackInstallTask.h b/api/logic/modplatform/technic/SingleZipPackInstallTask.h index 99534130..ecf4445a 100644 --- a/api/logic/modplatform/technic/SingleZipPackInstallTask.h +++ b/api/logic/modplatform/technic/SingleZipPackInstallTask.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 MultiMC Contributors +/* Copyright 2013-2021 MultiMC Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/api/logic/modplatform/technic/SolderPackInstallTask.cpp b/api/logic/modplatform/technic/SolderPackInstallTask.cpp index 54ae6dff..a858de49 100644 --- a/api/logic/modplatform/technic/SolderPackInstallTask.cpp +++ b/api/logic/modplatform/technic/SolderPackInstallTask.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 MultiMC Contributors +/* Copyright 2013-2021 MultiMC Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/api/logic/modplatform/technic/SolderPackInstallTask.h b/api/logic/modplatform/technic/SolderPackInstallTask.h index c3e3f6d9..0fe6cb83 100644 --- a/api/logic/modplatform/technic/SolderPackInstallTask.h +++ b/api/logic/modplatform/technic/SolderPackInstallTask.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 MultiMC Contributors +/* Copyright 2013-2021 MultiMC Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/api/logic/modplatform/technic/TechnicPackProcessor.cpp b/api/logic/modplatform/technic/TechnicPackProcessor.cpp index dcf2c267..52979b7c 100644 --- a/api/logic/modplatform/technic/TechnicPackProcessor.cpp +++ b/api/logic/modplatform/technic/TechnicPackProcessor.cpp @@ -1,4 +1,4 @@ -/* Copyright 2020 MultiMC Contributors +/* Copyright 2020-2021 MultiMC Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/api/logic/modplatform/technic/TechnicPackProcessor.h b/api/logic/modplatform/technic/TechnicPackProcessor.h index f0edb17a..2ad803b3 100644 --- a/api/logic/modplatform/technic/TechnicPackProcessor.h +++ b/api/logic/modplatform/technic/TechnicPackProcessor.h @@ -1,4 +1,4 @@ -/* Copyright 2020 MultiMC Contributors +/* Copyright 2020-2021 MultiMC Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. |