diff options
author | Petr Mrázek <peterix@gmail.com> | 2018-02-11 00:40:01 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2018-02-11 00:40:01 +0100 |
commit | f259e9f72734158df90c93ae7cdda87489d7bfaf (patch) | |
tree | 9f99143dc03f0f3b10213f15ad7692b9fa07c6e4 /api/logic/updater | |
parent | 38e669dbf55635fd715e3a782b39c9f0881eb601 (diff) | |
download | MultiMC-f259e9f72734158df90c93ae7cdda87489d7bfaf.tar MultiMC-f259e9f72734158df90c93ae7cdda87489d7bfaf.tar.gz MultiMC-f259e9f72734158df90c93ae7cdda87489d7bfaf.tar.lz MultiMC-f259e9f72734158df90c93ae7cdda87489d7bfaf.tar.xz MultiMC-f259e9f72734158df90c93ae7cdda87489d7bfaf.zip |
NOISSUE update copyright dates
Diffstat (limited to 'api/logic/updater')
-rw-r--r-- | api/logic/updater/DownloadTask.cpp | 2 | ||||
-rw-r--r-- | api/logic/updater/DownloadTask.h | 2 | ||||
-rw-r--r-- | api/logic/updater/UpdateChecker.cpp | 2 | ||||
-rw-r--r-- | api/logic/updater/UpdateChecker.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/api/logic/updater/DownloadTask.cpp b/api/logic/updater/DownloadTask.cpp index f08839b5..e0adf593 100644 --- a/api/logic/updater/DownloadTask.cpp +++ b/api/logic/updater/DownloadTask.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2017 MultiMC Contributors +/* Copyright 2013-2018 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/updater/DownloadTask.h b/api/logic/updater/DownloadTask.h index bcbe9736..186826e2 100644 --- a/api/logic/updater/DownloadTask.h +++ b/api/logic/updater/DownloadTask.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2017 MultiMC Contributors +/* Copyright 2013-2018 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/updater/UpdateChecker.cpp b/api/logic/updater/UpdateChecker.cpp index a02068d8..d8be2c1a 100644 --- a/api/logic/updater/UpdateChecker.cpp +++ b/api/logic/updater/UpdateChecker.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2017 MultiMC Contributors +/* Copyright 2013-2018 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/updater/UpdateChecker.h b/api/logic/updater/UpdateChecker.h index cbf85fd6..4996da26 100644 --- a/api/logic/updater/UpdateChecker.h +++ b/api/logic/updater/UpdateChecker.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2017 MultiMC Contributors +/* Copyright 2013-2018 MultiMC Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. |