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/net | |
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/net')
-rw-r--r-- | api/logic/net/Download.cpp | 2 | ||||
-rw-r--r-- | api/logic/net/Download.h | 2 | ||||
-rw-r--r-- | api/logic/net/HttpMetaCache.cpp | 2 | ||||
-rw-r--r-- | api/logic/net/HttpMetaCache.h | 2 | ||||
-rw-r--r-- | api/logic/net/NetAction.h | 2 | ||||
-rw-r--r-- | api/logic/net/NetJob.cpp | 2 | ||||
-rw-r--r-- | api/logic/net/NetJob.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/api/logic/net/Download.cpp b/api/logic/net/Download.cpp index 229782b0..340f8657 100644 --- a/api/logic/net/Download.cpp +++ b/api/logic/net/Download.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2019 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/net/Download.h b/api/logic/net/Download.h index 18472911..2c436032 100644 --- a/api/logic/net/Download.h +++ b/api/logic/net/Download.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2019 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/net/HttpMetaCache.cpp b/api/logic/net/HttpMetaCache.cpp index 0e3d41b5..4bc8fbc8 100644 --- a/api/logic/net/HttpMetaCache.cpp +++ b/api/logic/net/HttpMetaCache.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2019 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/net/HttpMetaCache.h b/api/logic/net/HttpMetaCache.h index aa92f8ff..c3248793 100644 --- a/api/logic/net/HttpMetaCache.h +++ b/api/logic/net/HttpMetaCache.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2019 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/net/NetAction.h b/api/logic/net/NetAction.h index da34a04e..02b249a3 100644 --- a/api/logic/net/NetAction.h +++ b/api/logic/net/NetAction.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2019 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/net/NetJob.cpp b/api/logic/net/NetJob.cpp index 7dfa16ca..029d9e34 100644 --- a/api/logic/net/NetJob.cpp +++ b/api/logic/net/NetJob.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2019 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/net/NetJob.h b/api/logic/net/NetJob.h index daca419e..480d8037 100644 --- a/api/logic/net/NetJob.h +++ b/api/logic/net/NetJob.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2019 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. |