summaryrefslogtreecommitdiffstats
path: root/logic/net
diff options
context:
space:
mode:
authorJan Dalheimer <jan@dalheimer.de>2014-11-02 20:08:26 +0100
committerJan Dalheimer <jan@dalheimer.de>2014-11-02 20:08:26 +0100
commitd9b2f0ed429843f7dfbf4caffa3b931a28f0f6d6 (patch)
tree6495d9a41e3caedaf01fe01a5430f8d4214bab69 /logic/net
parent9217d9263e82653a9f93108f312de0b40be222ba (diff)
downloadMultiMC-d9b2f0ed429843f7dfbf4caffa3b931a28f0f6d6.tar
MultiMC-d9b2f0ed429843f7dfbf4caffa3b931a28f0f6d6.tar.gz
MultiMC-d9b2f0ed429843f7dfbf4caffa3b931a28f0f6d6.tar.lz
MultiMC-d9b2f0ed429843f7dfbf4caffa3b931a28f0f6d6.tar.xz
MultiMC-d9b2f0ed429843f7dfbf4caffa3b931a28f0f6d6.zip
Fix another bunch of copyright years, including fixing #397
Diffstat (limited to 'logic/net')
-rw-r--r--logic/net/ByteArrayDownload.cpp2
-rw-r--r--logic/net/CacheDownload.cpp2
-rw-r--r--logic/net/HttpMetaCache.cpp2
-rw-r--r--logic/net/MD5EtagDownload.cpp2
-rw-r--r--logic/net/NetJob.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/logic/net/ByteArrayDownload.cpp b/logic/net/ByteArrayDownload.cpp
index a8d1d330..d51240cc 100644
--- a/logic/net/ByteArrayDownload.cpp
+++ b/logic/net/ByteArrayDownload.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2013 MultiMC Contributors
+/* Copyright 2013-2014 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/logic/net/CacheDownload.cpp b/logic/net/CacheDownload.cpp
index 6d937e30..23214a98 100644
--- a/logic/net/CacheDownload.cpp
+++ b/logic/net/CacheDownload.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2013 MultiMC Contributors
+/* Copyright 2013-2014 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/logic/net/HttpMetaCache.cpp b/logic/net/HttpMetaCache.cpp
index 29007951..c96fb493 100644
--- a/logic/net/HttpMetaCache.cpp
+++ b/logic/net/HttpMetaCache.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2013 MultiMC Contributors
+/* Copyright 2013-2014 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/logic/net/MD5EtagDownload.cpp b/logic/net/MD5EtagDownload.cpp
index 63583e8d..408e8813 100644
--- a/logic/net/MD5EtagDownload.cpp
+++ b/logic/net/MD5EtagDownload.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2013 MultiMC Contributors
+/* Copyright 2013-2014 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/logic/net/NetJob.cpp b/logic/net/NetJob.cpp
index 9e800d13..4418d17b 100644
--- a/logic/net/NetJob.cpp
+++ b/logic/net/NetJob.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2013 MultiMC Contributors
+/* Copyright 2013-2014 MultiMC Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.