summaryrefslogtreecommitdiffstats
path: root/logic
diff options
context:
space:
mode:
authorJan Dalheimer <jan@dalheimer.de>2014-11-02 19:49:58 +0100
committerJan Dalheimer <jan@dalheimer.de>2014-11-02 19:49:58 +0100
commit9217d9263e82653a9f93108f312de0b40be222ba (patch)
tree6313c8f4fec63e5deb5576d294f7a03e8cc96742 /logic
parenta3a5afe1198266e7c4a1bc6dd8f65062426b24c4 (diff)
downloadMultiMC-9217d9263e82653a9f93108f312de0b40be222ba.tar
MultiMC-9217d9263e82653a9f93108f312de0b40be222ba.tar.gz
MultiMC-9217d9263e82653a9f93108f312de0b40be222ba.tar.lz
MultiMC-9217d9263e82653a9f93108f312de0b40be222ba.tar.xz
MultiMC-9217d9263e82653a9f93108f312de0b40be222ba.zip
Update copyright year (finally...)
Diffstat (limited to 'logic')
-rw-r--r--logic/BaseInstaller.h2
-rw-r--r--logic/BaseInstance.h2
-rw-r--r--logic/BaseInstance_p.h2
-rw-r--r--logic/BaseVersion.h2
-rw-r--r--logic/BaseVersionList.h2
-rw-r--r--logic/EnabledItemFilter.h2
-rw-r--r--logic/InstanceFactory.h2
-rw-r--r--logic/InstanceLauncher.h2
-rw-r--r--logic/InstanceList.h2
-rw-r--r--logic/LegacyInstance.h2
-rw-r--r--logic/LegacyInstance_p.h2
-rw-r--r--logic/LegacyUpdate.h2
-rw-r--r--logic/LwjglVersionList.h2
-rw-r--r--logic/MinecraftProcess.h2
-rw-r--r--logic/Mod.h2
-rw-r--r--logic/ModList.h2
-rw-r--r--logic/NagUtils.h2
-rw-r--r--logic/OneSixInstance.h2
-rw-r--r--logic/OneSixInstance_p.h2
-rw-r--r--logic/OneSixUpdate.h2
-rw-r--r--logic/SkinUtils.h2
-rw-r--r--logic/assets/AssetsUtils.h2
-rw-r--r--logic/auth/MojangAccount.h2
-rw-r--r--logic/auth/MojangAccountList.h2
-rw-r--r--logic/auth/YggdrasilTask.h2
-rw-r--r--logic/auth/flows/AuthenticateTask.h2
-rw-r--r--logic/auth/flows/RefreshTask.h2
-rw-r--r--logic/auth/flows/ValidateTask.h2
-rw-r--r--logic/forge/ForgeInstaller.h2
-rw-r--r--logic/forge/ForgeMirrors.h2
-rw-r--r--logic/forge/ForgeVersionList.h2
-rw-r--r--logic/forge/ForgeXzDownload.h2
-rw-r--r--logic/forge/LegacyForge.h2
-rw-r--r--logic/icons/IconList.h2
-rw-r--r--logic/icons/MMCIcon.h2
-rw-r--r--logic/java/JavaCheckerJob.h2
-rw-r--r--logic/java/JavaUtils.h2
-rw-r--r--logic/java/JavaVersionList.h2
-rw-r--r--logic/liteloader/LiteLoaderInstaller.h2
-rw-r--r--logic/liteloader/LiteLoaderVersionList.h2
-rw-r--r--logic/minecraft/InstanceVersion.h2
-rw-r--r--logic/minecraft/MinecraftVersion.h2
-rw-r--r--logic/minecraft/MinecraftVersionList.h2
-rw-r--r--logic/minecraft/OneSixLibrary.h2
-rw-r--r--logic/minecraft/OneSixRule.h2
-rw-r--r--logic/minecraft/OpSys.h2
-rw-r--r--logic/minecraft/VersionBuilder.h2
-rw-r--r--logic/net/ByteArrayDownload.h2
-rw-r--r--logic/net/CacheDownload.h2
-rw-r--r--logic/net/HttpMetaCache.h2
-rw-r--r--logic/net/MD5EtagDownload.h2
-rw-r--r--logic/net/NetAction.h2
-rw-r--r--logic/net/NetJob.h2
-rw-r--r--logic/net/URLConstants.h2
-rw-r--r--logic/news/NewsChecker.h2
-rw-r--r--logic/news/NewsEntry.h2
-rw-r--r--logic/settings/INIFile.h2
-rw-r--r--logic/settings/INISettingsObject.h2
-rw-r--r--logic/settings/OverrideSetting.h2
-rw-r--r--logic/settings/Setting.h2
-rw-r--r--logic/settings/SettingsObject.h2
-rw-r--r--logic/status/StatusChecker.h2
-rw-r--r--logic/tasks/ProgressProvider.h2
-rw-r--r--logic/tasks/Task.h2
-rw-r--r--logic/updater/DownloadUpdateTask.h2
-rw-r--r--logic/updater/UpdateChecker.h2
66 files changed, 66 insertions, 66 deletions
diff --git a/logic/BaseInstaller.h b/logic/BaseInstaller.h
index d89ab7c2..9ab9755b 100644
--- a/logic/BaseInstaller.h
+++ b/logic/BaseInstaller.h
@@ -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/BaseInstance.h b/logic/BaseInstance.h
index ed5840e2..c8517298 100644
--- a/logic/BaseInstance.h
+++ b/logic/BaseInstance.h
@@ -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/BaseInstance_p.h b/logic/BaseInstance_p.h
index 3d1a4cbe..2958e4e8 100644
--- a/logic/BaseInstance_p.h
+++ b/logic/BaseInstance_p.h
@@ -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/BaseVersion.h b/logic/BaseVersion.h
index 04d0a10b..49215247 100644
--- a/logic/BaseVersion.h
+++ b/logic/BaseVersion.h
@@ -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/BaseVersionList.h b/logic/BaseVersionList.h
index 21b44e8d..64a1870d 100644
--- a/logic/BaseVersionList.h
+++ b/logic/BaseVersionList.h
@@ -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/EnabledItemFilter.h b/logic/EnabledItemFilter.h
index bf5e1e85..1b11d600 100644
--- a/logic/EnabledItemFilter.h
+++ b/logic/EnabledItemFilter.h
@@ -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/InstanceFactory.h b/logic/InstanceFactory.h
index 3a4a55a8..c98f0d87 100644
--- a/logic/InstanceFactory.h
+++ b/logic/InstanceFactory.h
@@ -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/InstanceLauncher.h b/logic/InstanceLauncher.h
index 107c069f..07f86b99 100644
--- a/logic/InstanceLauncher.h
+++ b/logic/InstanceLauncher.h
@@ -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/InstanceList.h b/logic/InstanceList.h
index b88a080e..e34cc053 100644
--- a/logic/InstanceList.h
+++ b/logic/InstanceList.h
@@ -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/LegacyInstance.h b/logic/LegacyInstance.h
index 76a8c24d..d21d2ff4 100644
--- a/logic/LegacyInstance.h
+++ b/logic/LegacyInstance.h
@@ -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/LegacyInstance_p.h b/logic/LegacyInstance_p.h
index 50862027..83bcecc5 100644
--- a/logic/LegacyInstance_p.h
+++ b/logic/LegacyInstance_p.h
@@ -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/LegacyUpdate.h b/logic/LegacyUpdate.h
index 140ee1e3..da538d2f 100644
--- a/logic/LegacyUpdate.h
+++ b/logic/LegacyUpdate.h
@@ -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/LwjglVersionList.h b/logic/LwjglVersionList.h
index fa57e8eb..c451157e 100644
--- a/logic/LwjglVersionList.h
+++ b/logic/LwjglVersionList.h
@@ -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/MinecraftProcess.h b/logic/MinecraftProcess.h
index b61ef380..dc9269cf 100644
--- a/logic/MinecraftProcess.h
+++ b/logic/MinecraftProcess.h
@@ -1,4 +1,4 @@
-/* Copyright 2013 MultiMC Contributors
+/* Copyright 2013-2014 MultiMC Contributors
*
* Authors: Orochimarufan <orochimarufan.x3@gmail.com>
*
diff --git a/logic/Mod.h b/logic/Mod.h
index cbb37bf3..67f8ef8d 100644
--- a/logic/Mod.h
+++ b/logic/Mod.h
@@ -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/ModList.h b/logic/ModList.h
index 95f52061..e7320df5 100644
--- a/logic/ModList.h
+++ b/logic/ModList.h
@@ -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/NagUtils.h b/logic/NagUtils.h
index 9564a2b1..8a895037 100644
--- a/logic/NagUtils.h
+++ b/logic/NagUtils.h
@@ -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/OneSixInstance.h b/logic/OneSixInstance.h
index f7b01608..d751ffc8 100644
--- a/logic/OneSixInstance.h
+++ b/logic/OneSixInstance.h
@@ -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/OneSixInstance_p.h b/logic/OneSixInstance_p.h
index 3c4ef324..3fa12baf 100644
--- a/logic/OneSixInstance_p.h
+++ b/logic/OneSixInstance_p.h
@@ -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/OneSixUpdate.h b/logic/OneSixUpdate.h
index 139143db..2cad7408 100644
--- a/logic/OneSixUpdate.h
+++ b/logic/OneSixUpdate.h
@@ -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/SkinUtils.h b/logic/SkinUtils.h
index 64353b72..7d875b9f 100644
--- a/logic/SkinUtils.h
+++ b/logic/SkinUtils.h
@@ -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/assets/AssetsUtils.h b/logic/assets/AssetsUtils.h
index 5735afd0..0be93e4e 100644
--- a/logic/assets/AssetsUtils.h
+++ b/logic/assets/AssetsUtils.h
@@ -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/auth/MojangAccount.h b/logic/auth/MojangAccount.h
index a0565e2c..b84e1c32 100644
--- a/logic/auth/MojangAccount.h
+++ b/logic/auth/MojangAccount.h
@@ -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/auth/MojangAccountList.h b/logic/auth/MojangAccountList.h
index 6f4fbb17..861fb987 100644
--- a/logic/auth/MojangAccountList.h
+++ b/logic/auth/MojangAccountList.h
@@ -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/auth/YggdrasilTask.h b/logic/auth/YggdrasilTask.h
index becd123c..dbcf7127 100644
--- a/logic/auth/YggdrasilTask.h
+++ b/logic/auth/YggdrasilTask.h
@@ -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/auth/flows/AuthenticateTask.h b/logic/auth/flows/AuthenticateTask.h
index 13a000aa..313be612 100644
--- a/logic/auth/flows/AuthenticateTask.h
+++ b/logic/auth/flows/AuthenticateTask.h
@@ -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/auth/flows/RefreshTask.h b/logic/auth/flows/RefreshTask.h
index ad07ba2d..1d289a9e 100644
--- a/logic/auth/flows/RefreshTask.h
+++ b/logic/auth/flows/RefreshTask.h
@@ -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/auth/flows/ValidateTask.h b/logic/auth/flows/ValidateTask.h
index 7bc2fe01..443acfa9 100644
--- a/logic/auth/flows/ValidateTask.h
+++ b/logic/auth/flows/ValidateTask.h
@@ -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/forge/ForgeInstaller.h b/logic/forge/ForgeInstaller.h
index 655fbc89..eba62b44 100644
--- a/logic/forge/ForgeInstaller.h
+++ b/logic/forge/ForgeInstaller.h
@@ -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/forge/ForgeMirrors.h b/logic/forge/ForgeMirrors.h
index d25762db..01d4398f 100644
--- a/logic/forge/ForgeMirrors.h
+++ b/logic/forge/ForgeMirrors.h
@@ -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/forge/ForgeVersionList.h b/logic/forge/ForgeVersionList.h
index 477edb3d..ff9e257f 100644
--- a/logic/forge/ForgeVersionList.h
+++ b/logic/forge/ForgeVersionList.h
@@ -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/forge/ForgeXzDownload.h b/logic/forge/ForgeXzDownload.h
index f2564380..53d9b061 100644
--- a/logic/forge/ForgeXzDownload.h
+++ b/logic/forge/ForgeXzDownload.h
@@ -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/forge/LegacyForge.h b/logic/forge/LegacyForge.h
index ec49f63c..358376be 100644
--- a/logic/forge/LegacyForge.h
+++ b/logic/forge/LegacyForge.h
@@ -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/icons/IconList.h b/logic/icons/IconList.h
index e3ff9fab..0d5d645a 100644
--- a/logic/icons/IconList.h
+++ b/logic/icons/IconList.h
@@ -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/icons/MMCIcon.h b/logic/icons/MMCIcon.h
index 5e4b3bb6..057362e6 100644
--- a/logic/icons/MMCIcon.h
+++ b/logic/icons/MMCIcon.h
@@ -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/java/JavaCheckerJob.h b/logic/java/JavaCheckerJob.h
index 4b79611b..9003c5fe 100644
--- a/logic/java/JavaCheckerJob.h
+++ b/logic/java/JavaCheckerJob.h
@@ -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/java/JavaUtils.h b/logic/java/JavaUtils.h
index af92100f..2ec7c864 100644
--- a/logic/java/JavaUtils.h
+++ b/logic/java/JavaUtils.h
@@ -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/java/JavaVersionList.h b/logic/java/JavaVersionList.h
index a46f33a2..43ea5554 100644
--- a/logic/java/JavaVersionList.h
+++ b/logic/java/JavaVersionList.h
@@ -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/liteloader/LiteLoaderInstaller.h b/logic/liteloader/LiteLoaderInstaller.h
index b3336bbd..526f018c 100644
--- a/logic/liteloader/LiteLoaderInstaller.h
+++ b/logic/liteloader/LiteLoaderInstaller.h
@@ -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/liteloader/LiteLoaderVersionList.h b/logic/liteloader/LiteLoaderVersionList.h
index 5eecd926..f530a9ae 100644
--- a/logic/liteloader/LiteLoaderVersionList.h
+++ b/logic/liteloader/LiteLoaderVersionList.h
@@ -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/minecraft/InstanceVersion.h b/logic/minecraft/InstanceVersion.h
index 664e4242..2c4bdd1d 100644
--- a/logic/minecraft/InstanceVersion.h
+++ b/logic/minecraft/InstanceVersion.h
@@ -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/minecraft/MinecraftVersion.h b/logic/minecraft/MinecraftVersion.h
index 152eeb8a..2531ab94 100644
--- a/logic/minecraft/MinecraftVersion.h
+++ b/logic/minecraft/MinecraftVersion.h
@@ -1,4 +1,4 @@
-/* Copyright 2013 Andrew Okin
+/* 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/minecraft/MinecraftVersionList.h b/logic/minecraft/MinecraftVersionList.h
index 4753ce05..b067809a 100644
--- a/logic/minecraft/MinecraftVersionList.h
+++ b/logic/minecraft/MinecraftVersionList.h
@@ -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/minecraft/OneSixLibrary.h b/logic/minecraft/OneSixLibrary.h
index 1d2ac0cb..5aa20333 100644
--- a/logic/minecraft/OneSixLibrary.h
+++ b/logic/minecraft/OneSixLibrary.h
@@ -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/minecraft/OneSixRule.h b/logic/minecraft/OneSixRule.h
index 33f7ff93..7104c12e 100644
--- a/logic/minecraft/OneSixRule.h
+++ b/logic/minecraft/OneSixRule.h
@@ -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/minecraft/OpSys.h b/logic/minecraft/OpSys.h
index 363c87d7..6d5a326c 100644
--- a/logic/minecraft/OpSys.h
+++ b/logic/minecraft/OpSys.h
@@ -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/minecraft/VersionBuilder.h b/logic/minecraft/VersionBuilder.h
index 350179b9..85f50a1d 100644
--- a/logic/minecraft/VersionBuilder.h
+++ b/logic/minecraft/VersionBuilder.h
@@ -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/ByteArrayDownload.h b/logic/net/ByteArrayDownload.h
index 85ed2dab..a1c82478 100644
--- a/logic/net/ByteArrayDownload.h
+++ b/logic/net/ByteArrayDownload.h
@@ -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.h b/logic/net/CacheDownload.h
index 9eb69fcd..0dbbef4c 100644
--- a/logic/net/CacheDownload.h
+++ b/logic/net/CacheDownload.h
@@ -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.h b/logic/net/HttpMetaCache.h
index 08b39fe2..a377999e 100644
--- a/logic/net/HttpMetaCache.h
+++ b/logic/net/HttpMetaCache.h
@@ -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.h b/logic/net/MD5EtagDownload.h
index f5031e46..d2b404fc 100644
--- a/logic/net/MD5EtagDownload.h
+++ b/logic/net/MD5EtagDownload.h
@@ -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/NetAction.h b/logic/net/NetAction.h
index fdd69eec..eb3153d2 100644
--- a/logic/net/NetAction.h
+++ b/logic/net/NetAction.h
@@ -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.h b/logic/net/NetJob.h
index 8fc04d06..e8adcfa3 100644
--- a/logic/net/NetJob.h
+++ b/logic/net/NetJob.h
@@ -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/URLConstants.h b/logic/net/URLConstants.h
index 0373ca23..19ac68af 100644
--- a/logic/net/URLConstants.h
+++ b/logic/net/URLConstants.h
@@ -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/news/NewsChecker.h b/logic/news/NewsChecker.h
index 820fe626..fa30468a 100644
--- a/logic/news/NewsChecker.h
+++ b/logic/news/NewsChecker.h
@@ -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/news/NewsEntry.h b/logic/news/NewsEntry.h
index 6bfa1adc..2738d887 100644
--- a/logic/news/NewsEntry.h
+++ b/logic/news/NewsEntry.h
@@ -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/settings/INIFile.h b/logic/settings/INIFile.h
index 991198e6..23c721a9 100644
--- a/logic/settings/INIFile.h
+++ b/logic/settings/INIFile.h
@@ -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/settings/INISettingsObject.h b/logic/settings/INISettingsObject.h
index 86b4b098..9b16134b 100644
--- a/logic/settings/INISettingsObject.h
+++ b/logic/settings/INISettingsObject.h
@@ -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/settings/OverrideSetting.h b/logic/settings/OverrideSetting.h
index 1d1582d2..4072be7d 100644
--- a/logic/settings/OverrideSetting.h
+++ b/logic/settings/OverrideSetting.h
@@ -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/settings/Setting.h b/logic/settings/Setting.h
index 406bdada..7e531e7e 100644
--- a/logic/settings/Setting.h
+++ b/logic/settings/Setting.h
@@ -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/settings/SettingsObject.h b/logic/settings/SettingsObject.h
index 4f11310d..74b91645 100644
--- a/logic/settings/SettingsObject.h
+++ b/logic/settings/SettingsObject.h
@@ -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/status/StatusChecker.h b/logic/status/StatusChecker.h
index df0dd06d..2db43fa1 100644
--- a/logic/status/StatusChecker.h
+++ b/logic/status/StatusChecker.h
@@ -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/tasks/ProgressProvider.h b/logic/tasks/ProgressProvider.h
index f6928e1c..97b8fd56 100644
--- a/logic/tasks/ProgressProvider.h
+++ b/logic/tasks/ProgressProvider.h
@@ -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/tasks/Task.h b/logic/tasks/Task.h
index e6b09262..dc7de15e 100644
--- a/logic/tasks/Task.h
+++ b/logic/tasks/Task.h
@@ -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/updater/DownloadUpdateTask.h b/logic/updater/DownloadUpdateTask.h
index 518bc235..3805905d 100644
--- a/logic/updater/DownloadUpdateTask.h
+++ b/logic/updater/DownloadUpdateTask.h
@@ -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/updater/UpdateChecker.h b/logic/updater/UpdateChecker.h
index 2ee1b4b5..d6209843 100644
--- a/logic/updater/UpdateChecker.h
+++ b/logic/updater/UpdateChecker.h
@@ -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.