From c6c5134398dfd5ff34bcb56ffb8334df63b4750f Mon Sep 17 00:00:00 2001 From: Greenphlem Date: Mon, 2 Feb 2015 14:25:30 -0800 Subject: Change copyright dates to 2015 --- logic/BaseInstaller.cpp | 2 +- logic/BaseInstaller.h | 2 +- logic/BaseInstance.cpp | 2 +- logic/BaseInstance.h | 2 +- logic/BaseVersion.h | 2 +- logic/BaseVersionList.cpp | 2 +- logic/BaseVersionList.h | 2 +- logic/EnabledItemFilter.cpp | 2 +- logic/EnabledItemFilter.h | 2 +- logic/InstanceFactory.cpp | 2 +- logic/InstanceFactory.h | 2 +- logic/InstanceList.cpp | 2 +- logic/InstanceList.h | 2 +- logic/LegacyInstance.cpp | 2 +- logic/LegacyInstance.h | 2 +- logic/LegacyUpdate.cpp | 2 +- logic/LegacyUpdate.h | 2 +- logic/LwjglVersionList.cpp | 2 +- logic/LwjglVersionList.h | 2 +- logic/MinecraftProcess.cpp | 2 +- logic/MinecraftProcess.h | 2 +- logic/Mod.cpp | 2 +- logic/Mod.h | 2 +- logic/ModList.cpp | 2 +- logic/ModList.h | 2 +- logic/NagUtils.cpp | 2 +- logic/NagUtils.h | 2 +- logic/OneSixInstance.cpp | 2 +- logic/OneSixInstance.h | 2 +- logic/OneSixUpdate.cpp | 2 +- logic/OneSixUpdate.h | 2 +- logic/SkinUtils.cpp | 2 +- logic/SkinUtils.h | 2 +- logic/assets/AssetsUtils.cpp | 2 +- logic/assets/AssetsUtils.h | 2 +- logic/auth/MojangAccount.cpp | 2 +- logic/auth/MojangAccount.h | 2 +- logic/auth/MojangAccountList.cpp | 2 +- logic/auth/MojangAccountList.h | 2 +- logic/auth/YggdrasilTask.cpp | 2 +- logic/auth/YggdrasilTask.h | 2 +- logic/auth/flows/AuthenticateTask.cpp | 2 +- logic/auth/flows/AuthenticateTask.h | 2 +- logic/auth/flows/RefreshTask.cpp | 2 +- logic/auth/flows/RefreshTask.h | 2 +- logic/auth/flows/ValidateTask.cpp | 2 +- logic/auth/flows/ValidateTask.h | 2 +- logic/forge/ForgeInstaller.cpp | 2 +- logic/forge/ForgeInstaller.h | 2 +- logic/forge/ForgeMirrors.h | 2 +- logic/forge/ForgeVersionList.cpp | 2 +- logic/forge/ForgeVersionList.h | 2 +- logic/forge/ForgeXzDownload.cpp | 2 +- logic/forge/ForgeXzDownload.h | 2 +- logic/forge/LegacyForge.cpp | 2 +- logic/forge/LegacyForge.h | 2 +- logic/icons/IconList.cpp | 2 +- logic/icons/IconList.h | 2 +- logic/icons/MMCIcon.cpp | 2 +- logic/icons/MMCIcon.h | 2 +- logic/java/JavaCheckerJob.cpp | 2 +- logic/java/JavaCheckerJob.h | 2 +- logic/java/JavaUtils.cpp | 2 +- logic/java/JavaUtils.h | 2 +- logic/java/JavaVersionList.cpp | 2 +- logic/java/JavaVersionList.h | 2 +- logic/liteloader/LiteLoaderInstaller.cpp | 2 +- logic/liteloader/LiteLoaderInstaller.h | 2 +- logic/liteloader/LiteLoaderVersionList.cpp | 2 +- logic/liteloader/LiteLoaderVersionList.h | 2 +- logic/minecraft/InstanceVersion.cpp | 2 +- logic/minecraft/InstanceVersion.h | 2 +- logic/minecraft/MinecraftVersion.h | 2 +- logic/minecraft/MinecraftVersionList.cpp | 2 +- logic/minecraft/MinecraftVersionList.h | 2 +- logic/minecraft/OneSixLibrary.cpp | 2 +- logic/minecraft/OneSixLibrary.h | 2 +- logic/minecraft/OneSixRule.cpp | 2 +- logic/minecraft/OneSixRule.h | 2 +- logic/minecraft/OpSys.cpp | 2 +- logic/minecraft/OpSys.h | 2 +- logic/minecraft/VersionBuilder.cpp | 2 +- logic/minecraft/VersionBuilder.h | 2 +- logic/net/ByteArrayDownload.cpp | 2 +- logic/net/ByteArrayDownload.h | 2 +- logic/net/CacheDownload.cpp | 2 +- logic/net/CacheDownload.h | 2 +- logic/net/HttpMetaCache.cpp | 2 +- logic/net/HttpMetaCache.h | 2 +- logic/net/MD5EtagDownload.cpp | 2 +- logic/net/MD5EtagDownload.h | 2 +- logic/net/NetAction.h | 2 +- logic/net/NetJob.cpp | 2 +- logic/net/NetJob.h | 2 +- logic/net/URLConstants.h | 2 +- logic/news/NewsChecker.cpp | 2 +- logic/news/NewsChecker.h | 2 +- logic/news/NewsEntry.cpp | 2 +- logic/news/NewsEntry.h | 2 +- logic/settings/INIFile.cpp | 2 +- logic/settings/INIFile.h | 2 +- logic/settings/INISettingsObject.cpp | 2 +- logic/settings/INISettingsObject.h | 2 +- logic/settings/OverrideSetting.cpp | 2 +- logic/settings/OverrideSetting.h | 2 +- logic/settings/Setting.cpp | 2 +- logic/settings/Setting.h | 2 +- logic/settings/SettingsObject.cpp | 2 +- logic/settings/SettingsObject.h | 2 +- logic/status/StatusChecker.cpp | 2 +- logic/status/StatusChecker.h | 2 +- logic/tasks/ProgressProvider.h | 2 +- logic/tasks/Task.cpp | 2 +- logic/tasks/Task.h | 2 +- logic/updater/DownloadUpdateTask.cpp | 2 +- logic/updater/DownloadUpdateTask.h | 2 +- logic/updater/UpdateChecker.cpp | 2 +- logic/updater/UpdateChecker.h | 2 +- 118 files changed, 118 insertions(+), 118 deletions(-) (limited to 'logic') diff --git a/logic/BaseInstaller.cpp b/logic/BaseInstaller.cpp index a0d8e27c..0416c52b 100644 --- a/logic/BaseInstaller.cpp +++ b/logic/BaseInstaller.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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/BaseInstaller.h b/logic/BaseInstaller.h index 9ab9755b..2d71a799 100644 --- a/logic/BaseInstaller.h +++ b/logic/BaseInstaller.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/BaseInstance.cpp index b23dde73..8048beea 100644 --- a/logic/BaseInstance.cpp +++ b/logic/BaseInstance.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 a0ac3c57..bcf28031 100644 --- a/logic/BaseInstance.h +++ b/logic/BaseInstance.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 49215247..053fa7d2 100644 --- a/logic/BaseVersion.h +++ b/logic/BaseVersion.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/BaseVersionList.cpp index 691a0758..fe8af278 100644 --- a/logic/BaseVersionList.cpp +++ b/logic/BaseVersionList.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 64a1870d..f8737b32 100644 --- a/logic/BaseVersionList.h +++ b/logic/BaseVersionList.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/EnabledItemFilter.cpp index 4a5f5d3d..17e122a8 100644 --- a/logic/EnabledItemFilter.cpp +++ b/logic/EnabledItemFilter.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 1b11d600..b5ae5738 100644 --- a/logic/EnabledItemFilter.h +++ b/logic/EnabledItemFilter.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/InstanceFactory.cpp index 832b8387..0462aec0 100644 --- a/logic/InstanceFactory.cpp +++ b/logic/InstanceFactory.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 c98f0d87..5ddb1d81 100644 --- a/logic/InstanceFactory.h +++ b/logic/InstanceFactory.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/InstanceList.cpp index bb7a10fc..29908e01 100644 --- a/logic/InstanceList.cpp +++ b/logic/InstanceList.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 e34cc053..4cb8ab6f 100644 --- a/logic/InstanceList.h +++ b/logic/InstanceList.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/LegacyInstance.cpp index 7752229a..38010f77 100644 --- a/logic/LegacyInstance.cpp +++ b/logic/LegacyInstance.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 b91be7c1..0ced2b77 100644 --- a/logic/LegacyInstance.h +++ b/logic/LegacyInstance.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/LegacyUpdate.cpp index 10128f57..a6dae1b4 100644 --- a/logic/LegacyUpdate.cpp +++ b/logic/LegacyUpdate.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 8041305a..f840e76c 100644 --- a/logic/LegacyUpdate.h +++ b/logic/LegacyUpdate.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/LwjglVersionList.cpp index 3c384421..41c951e4 100644 --- a/logic/LwjglVersionList.cpp +++ b/logic/LwjglVersionList.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 c451157e..4ddad218 100644 --- a/logic/LwjglVersionList.h +++ b/logic/LwjglVersionList.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/MinecraftProcess.cpp index 2f220f3f..92aae69f 100644 --- a/logic/MinecraftProcess.cpp +++ b/logic/MinecraftProcess.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 MultiMC Contributors * * Authors: Orochimarufan * diff --git a/logic/MinecraftProcess.h b/logic/MinecraftProcess.h index dc9269cf..d74363f6 100644 --- a/logic/MinecraftProcess.h +++ b/logic/MinecraftProcess.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 MultiMC Contributors * * Authors: Orochimarufan * diff --git a/logic/Mod.cpp b/logic/Mod.cpp index a16d8ec5..7fdd2a5e 100644 --- a/logic/Mod.cpp +++ b/logic/Mod.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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/Mod.h b/logic/Mod.h index 67f8ef8d..5b815bc1 100644 --- a/logic/Mod.h +++ b/logic/Mod.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/ModList.cpp index a82386ba..f6037c95 100644 --- a/logic/ModList.cpp +++ b/logic/ModList.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 2409a31a..792ce062 100644 --- a/logic/ModList.h +++ b/logic/ModList.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/NagUtils.cpp index f02a95e6..c55e7817 100644 --- a/logic/NagUtils.cpp +++ b/logic/NagUtils.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 8a895037..d757703a 100644 --- a/logic/NagUtils.h +++ b/logic/NagUtils.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/OneSixInstance.cpp index 40b87d9e..58b1359b 100644 --- a/logic/OneSixInstance.cpp +++ b/logic/OneSixInstance.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 70726208..ddb296ac 100644 --- a/logic/OneSixInstance.h +++ b/logic/OneSixInstance.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/OneSixUpdate.cpp index 789032d3..9d478650 100644 --- a/logic/OneSixUpdate.cpp +++ b/logic/OneSixUpdate.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 5bbe86ba..79215f56 100644 --- a/logic/OneSixUpdate.h +++ b/logic/OneSixUpdate.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/SkinUtils.cpp index 95e55320..33fc5b1b 100644 --- a/logic/SkinUtils.cpp +++ b/logic/SkinUtils.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 7d875b9f..bab9d45e 100644 --- a/logic/SkinUtils.h +++ b/logic/SkinUtils.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/assets/AssetsUtils.cpp index dbc766ff..e418d14a 100644 --- a/logic/assets/AssetsUtils.cpp +++ b/logic/assets/AssetsUtils.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 0be93e4e..88fa89c4 100644 --- a/logic/assets/AssetsUtils.h +++ b/logic/assets/AssetsUtils.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/auth/MojangAccount.cpp index 1e0a6fa8..19c56ae6 100644 --- a/logic/auth/MojangAccount.cpp +++ b/logic/auth/MojangAccount.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 MultiMC Contributors * * Authors: Orochimarufan * diff --git a/logic/auth/MojangAccount.h b/logic/auth/MojangAccount.h index b84e1c32..47ebf91b 100644 --- a/logic/auth/MojangAccount.h +++ b/logic/auth/MojangAccount.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/auth/MojangAccountList.cpp index f4c4fb26..94cdf8b5 100644 --- a/logic/auth/MojangAccountList.cpp +++ b/logic/auth/MojangAccountList.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 861fb987..383d9dc4 100644 --- a/logic/auth/MojangAccountList.h +++ b/logic/auth/MojangAccountList.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/auth/YggdrasilTask.cpp index 997175dc..a2a021af 100644 --- a/logic/auth/YggdrasilTask.cpp +++ b/logic/auth/YggdrasilTask.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 dbcf7127..1677bcf5 100644 --- a/logic/auth/YggdrasilTask.h +++ b/logic/auth/YggdrasilTask.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/auth/flows/AuthenticateTask.cpp index 40f13d9f..ed8c52fb 100644 --- a/logic/auth/flows/AuthenticateTask.cpp +++ b/logic/auth/flows/AuthenticateTask.cpp @@ -1,5 +1,5 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 313be612..8b5f3efc 100644 --- a/logic/auth/flows/AuthenticateTask.h +++ b/logic/auth/flows/AuthenticateTask.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/auth/flows/RefreshTask.cpp index 2098533c..4ca73b21 100644 --- a/logic/auth/flows/RefreshTask.cpp +++ b/logic/auth/flows/RefreshTask.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 1d289a9e..1b556776 100644 --- a/logic/auth/flows/RefreshTask.h +++ b/logic/auth/flows/RefreshTask.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/auth/flows/ValidateTask.cpp index f9ff4335..f3a8a23e 100644 --- a/logic/auth/flows/ValidateTask.cpp +++ b/logic/auth/flows/ValidateTask.cpp @@ -1,5 +1,5 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 443acfa9..aa9da912 100644 --- a/logic/auth/flows/ValidateTask.h +++ b/logic/auth/flows/ValidateTask.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/forge/ForgeInstaller.cpp index 91af32af..13027ae7 100644 --- a/logic/forge/ForgeInstaller.cpp +++ b/logic/forge/ForgeInstaller.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 eba62b44..f2e5e393 100644 --- a/logic/forge/ForgeInstaller.h +++ b/logic/forge/ForgeInstaller.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 01d4398f..21d91a11 100644 --- a/logic/forge/ForgeMirrors.h +++ b/logic/forge/ForgeMirrors.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/forge/ForgeVersionList.cpp index cf6a1801..3e736b78 100644 --- a/logic/forge/ForgeVersionList.cpp +++ b/logic/forge/ForgeVersionList.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 ff9e257f..6bc9e0a9 100644 --- a/logic/forge/ForgeVersionList.h +++ b/logic/forge/ForgeVersionList.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/forge/ForgeXzDownload.cpp index af353c6e..781fa385 100644 --- a/logic/forge/ForgeXzDownload.cpp +++ b/logic/forge/ForgeXzDownload.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 53d9b061..49cedbdf 100644 --- a/logic/forge/ForgeXzDownload.h +++ b/logic/forge/ForgeXzDownload.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/forge/LegacyForge.cpp index 60a3621e..aa2c8063 100644 --- a/logic/forge/LegacyForge.cpp +++ b/logic/forge/LegacyForge.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 358376be..7795ee0d 100644 --- a/logic/forge/LegacyForge.h +++ b/logic/forge/LegacyForge.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/icons/IconList.cpp index d7c118df..217255a1 100644 --- a/logic/icons/IconList.cpp +++ b/logic/icons/IconList.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 0d5d645a..1952eba4 100644 --- a/logic/icons/IconList.h +++ b/logic/icons/IconList.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/icons/MMCIcon.cpp index efcf0fe0..6b4eef39 100644 --- a/logic/icons/MMCIcon.cpp +++ b/logic/icons/MMCIcon.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 057362e6..cf087aa4 100644 --- a/logic/icons/MMCIcon.h +++ b/logic/icons/MMCIcon.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/java/JavaCheckerJob.cpp index abd25d29..75994ac9 100644 --- a/logic/java/JavaCheckerJob.cpp +++ b/logic/java/JavaCheckerJob.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 9003c5fe..eba3751a 100644 --- a/logic/java/JavaCheckerJob.h +++ b/logic/java/JavaCheckerJob.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/java/JavaUtils.cpp index cc54b203..b506b045 100644 --- a/logic/java/JavaUtils.cpp +++ b/logic/java/JavaUtils.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 2ec7c864..cde3050e 100644 --- a/logic/java/JavaUtils.h +++ b/logic/java/JavaUtils.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/java/JavaVersionList.cpp index 4d994252..aeb7fcf5 100644 --- a/logic/java/JavaVersionList.cpp +++ b/logic/java/JavaVersionList.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 43ea5554..288f0608 100644 --- a/logic/java/JavaVersionList.h +++ b/logic/java/JavaVersionList.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/liteloader/LiteLoaderInstaller.cpp index 6c6fcb08..82c3b063 100644 --- a/logic/liteloader/LiteLoaderInstaller.cpp +++ b/logic/liteloader/LiteLoaderInstaller.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 526f018c..b326cc3e 100644 --- a/logic/liteloader/LiteLoaderInstaller.h +++ b/logic/liteloader/LiteLoaderInstaller.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/liteloader/LiteLoaderVersionList.cpp index 57c2f973..92d51c6e 100644 --- a/logic/liteloader/LiteLoaderVersionList.cpp +++ b/logic/liteloader/LiteLoaderVersionList.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 f530a9ae..f9764d72 100644 --- a/logic/liteloader/LiteLoaderVersionList.h +++ b/logic/liteloader/LiteLoaderVersionList.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/minecraft/InstanceVersion.cpp index 345775d0..cc077767 100644 --- a/logic/minecraft/InstanceVersion.cpp +++ b/logic/minecraft/InstanceVersion.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 2c4bdd1d..a4849d6a 100644 --- a/logic/minecraft/InstanceVersion.h +++ b/logic/minecraft/InstanceVersion.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 2531ab94..84d0773e 100644 --- a/logic/minecraft/MinecraftVersion.h +++ b/logic/minecraft/MinecraftVersion.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/minecraft/MinecraftVersionList.cpp index a79bb4dd..a93ea301 100644 --- a/logic/minecraft/MinecraftVersionList.cpp +++ b/logic/minecraft/MinecraftVersionList.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 b067809a..17708444 100644 --- a/logic/minecraft/MinecraftVersionList.h +++ b/logic/minecraft/MinecraftVersionList.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/minecraft/OneSixLibrary.cpp index 770823f3..67257a55 100644 --- a/logic/minecraft/OneSixLibrary.cpp +++ b/logic/minecraft/OneSixLibrary.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 5aa20333..bdd3c85e 100644 --- a/logic/minecraft/OneSixLibrary.h +++ b/logic/minecraft/OneSixLibrary.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/minecraft/OneSixRule.cpp index e069301c..fc9f8f71 100644 --- a/logic/minecraft/OneSixRule.cpp +++ b/logic/minecraft/OneSixRule.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 7104c12e..f564c3fe 100644 --- a/logic/minecraft/OneSixRule.h +++ b/logic/minecraft/OneSixRule.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/minecraft/OpSys.cpp index b3f84047..4c2a236d 100644 --- a/logic/minecraft/OpSys.cpp +++ b/logic/minecraft/OpSys.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 6d5a326c..9ebea3de 100644 --- a/logic/minecraft/OpSys.h +++ b/logic/minecraft/OpSys.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/minecraft/VersionBuilder.cpp index 06652f70..b1622b58 100644 --- a/logic/minecraft/VersionBuilder.cpp +++ b/logic/minecraft/VersionBuilder.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 85f50a1d..2f7e6b6b 100644 --- a/logic/minecraft/VersionBuilder.h +++ b/logic/minecraft/VersionBuilder.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/net/ByteArrayDownload.cpp index b6bbbd7f..00254caa 100644 --- a/logic/net/ByteArrayDownload.cpp +++ b/logic/net/ByteArrayDownload.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 691f32ae..a5d8cebe 100644 --- a/logic/net/ByteArrayDownload.h +++ b/logic/net/ByteArrayDownload.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 b2fa4a12..95278b0d 100644 --- a/logic/net/CacheDownload.cpp +++ b/logic/net/CacheDownload.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 07b6701d..49d2d99f 100644 --- a/logic/net/CacheDownload.h +++ b/logic/net/CacheDownload.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 c96fb493..eb13ee6b 100644 --- a/logic/net/HttpMetaCache.cpp +++ b/logic/net/HttpMetaCache.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 a377999e..55a34165 100644 --- a/logic/net/HttpMetaCache.h +++ b/logic/net/HttpMetaCache.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 fac9dcce..c1d7f7a8 100644 --- a/logic/net/MD5EtagDownload.cpp +++ b/logic/net/MD5EtagDownload.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 d2b404fc..cd1cb550 100644 --- a/logic/net/MD5EtagDownload.h +++ b/logic/net/MD5EtagDownload.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 803c9259..81cb1bdb 100644 --- a/logic/net/NetAction.h +++ b/logic/net/NetAction.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 282ee789..6d10db48 100644 --- a/logic/net/NetJob.cpp +++ b/logic/net/NetJob.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 1b6f49b6..30ae609a 100644 --- a/logic/net/NetJob.h +++ b/logic/net/NetJob.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 19ac68af..01d1482b 100644 --- a/logic/net/URLConstants.h +++ b/logic/net/URLConstants.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/news/NewsChecker.cpp index d935a9c2..1b4ebb92 100644 --- a/logic/news/NewsChecker.cpp +++ b/logic/news/NewsChecker.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 fa30468a..d4855208 100644 --- a/logic/news/NewsChecker.h +++ b/logic/news/NewsChecker.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/news/NewsEntry.cpp index 077c7e35..79abbaa3 100644 --- a/logic/news/NewsEntry.cpp +++ b/logic/news/NewsEntry.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 2738d887..adb79e8f 100644 --- a/logic/news/NewsEntry.h +++ b/logic/news/NewsEntry.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/settings/INIFile.cpp index f572a01a..0202030e 100644 --- a/logic/settings/INIFile.cpp +++ b/logic/settings/INIFile.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 23c721a9..f32c5591 100644 --- a/logic/settings/INIFile.h +++ b/logic/settings/INIFile.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/settings/INISettingsObject.cpp index 62479583..e872d608 100644 --- a/logic/settings/INISettingsObject.cpp +++ b/logic/settings/INISettingsObject.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 9b16134b..a862135f 100644 --- a/logic/settings/INISettingsObject.h +++ b/logic/settings/INISettingsObject.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/settings/OverrideSetting.cpp index 6102495d..e8a9bfff 100644 --- a/logic/settings/OverrideSetting.cpp +++ b/logic/settings/OverrideSetting.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 4072be7d..7534692f 100644 --- a/logic/settings/OverrideSetting.h +++ b/logic/settings/OverrideSetting.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/settings/Setting.cpp index 01703e04..c2cffd11 100644 --- a/logic/settings/Setting.cpp +++ b/logic/settings/Setting.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 7e531e7e..fd814795 100644 --- a/logic/settings/Setting.h +++ b/logic/settings/Setting.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/settings/SettingsObject.cpp index 6ecc4d67..b28033c5 100644 --- a/logic/settings/SettingsObject.cpp +++ b/logic/settings/SettingsObject.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 74b91645..f0021cdb 100644 --- a/logic/settings/SettingsObject.h +++ b/logic/settings/SettingsObject.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/status/StatusChecker.cpp index 814e5a0a..287d2609 100644 --- a/logic/status/StatusChecker.cpp +++ b/logic/status/StatusChecker.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 2db43fa1..503d9f28 100644 --- a/logic/status/StatusChecker.h +++ b/logic/status/StatusChecker.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 97b8fd56..57bfd5c8 100644 --- a/logic/tasks/ProgressProvider.h +++ b/logic/tasks/ProgressProvider.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/tasks/Task.cpp index 101ba514..2970459d 100644 --- a/logic/tasks/Task.cpp +++ b/logic/tasks/Task.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 dc7de15e..089a110b 100644 --- a/logic/tasks/Task.h +++ b/logic/tasks/Task.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/updater/DownloadUpdateTask.cpp index 6ffd6094..9d4c5bd8 100644 --- a/logic/updater/DownloadUpdateTask.cpp +++ b/logic/updater/DownloadUpdateTask.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 3805905d..ecfa349b 100644 --- a/logic/updater/DownloadUpdateTask.h +++ b/logic/updater/DownloadUpdateTask.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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.cpp b/logic/updater/UpdateChecker.cpp index ed525afb..c5cd2c2f 100644 --- a/logic/updater/UpdateChecker.cpp +++ b/logic/updater/UpdateChecker.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 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 d6209843..7c49b6e0 100644 --- a/logic/updater/UpdateChecker.h +++ b/logic/updater/UpdateChecker.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2014 MultiMC Contributors +/* Copyright 2013-2015 MultiMC Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. -- cgit v1.2.3