diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-01-08 04:58:05 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-01-08 04:58:05 +0100 |
commit | f530aae9d3e463eede56d51314ed09919090e383 (patch) | |
tree | 0c3e6434f277d8510dad0737d0a68de8e2ee9164 /api/logic/net | |
parent | 5ea224f8f56a25cc2ac22d80c47939c4121fceb9 (diff) | |
download | MultiMC-f530aae9d3e463eede56d51314ed09919090e383.tar MultiMC-f530aae9d3e463eede56d51314ed09919090e383.tar.gz MultiMC-f530aae9d3e463eede56d51314ed09919090e383.tar.lz MultiMC-f530aae9d3e463eede56d51314ed09919090e383.tar.xz MultiMC-f530aae9d3e463eede56d51314ed09919090e383.zip |
NOISSUE update all the Copyright comments and texts to include 2017
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 | ||||
-rw-r--r-- | api/logic/net/URLConstants.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/api/logic/net/Download.cpp b/api/logic/net/Download.cpp index af0b3144..ee872e33 100644 --- a/api/logic/net/Download.cpp +++ b/api/logic/net/Download.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2015 MultiMC Contributors +/* Copyright 2013-2017 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 d417f660..3347dc96 100644 --- a/api/logic/net/Download.h +++ b/api/logic/net/Download.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2015 MultiMC Contributors +/* Copyright 2013-2017 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 ea3e2834..3eec185b 100644 --- a/api/logic/net/HttpMetaCache.cpp +++ b/api/logic/net/HttpMetaCache.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2015 MultiMC Contributors +/* Copyright 2013-2017 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 7b626c70..21c9b6c8 100644 --- a/api/logic/net/HttpMetaCache.h +++ b/api/logic/net/HttpMetaCache.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2015 MultiMC Contributors +/* Copyright 2013-2017 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 aee68230..a533c317 100644 --- a/api/logic/net/NetAction.h +++ b/api/logic/net/NetAction.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2015 MultiMC Contributors +/* Copyright 2013-2017 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 2e375760..275da749 100644 --- a/api/logic/net/NetJob.cpp +++ b/api/logic/net/NetJob.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2015 MultiMC Contributors +/* Copyright 2013-2017 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 e1c266dd..ca4f5df1 100644 --- a/api/logic/net/NetJob.h +++ b/api/logic/net/NetJob.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2015 MultiMC Contributors +/* Copyright 2013-2017 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/URLConstants.h b/api/logic/net/URLConstants.h index 8923ef54..dedb1424 100644 --- a/api/logic/net/URLConstants.h +++ b/api/logic/net/URLConstants.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2015 MultiMC Contributors +/* Copyright 2013-2017 MultiMC Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. |