summaryrefslogtreecommitdiffstats
path: root/logic/settings
diff options
context:
space:
mode:
authorGreenphlem <antknee95@yahoo.com>2015-02-02 14:25:30 -0800
committerPetr Mrázek <peterix@gmail.com>2015-02-06 01:18:02 +0100
commitc6c5134398dfd5ff34bcb56ffb8334df63b4750f (patch)
treef29439bf918dc8e5a43e52172f0a65214e9ae355 /logic/settings
parent49ff31f131a35cc96f5e3573d0041ffecd4e9894 (diff)
downloadMultiMC-c6c5134398dfd5ff34bcb56ffb8334df63b4750f.tar
MultiMC-c6c5134398dfd5ff34bcb56ffb8334df63b4750f.tar.gz
MultiMC-c6c5134398dfd5ff34bcb56ffb8334df63b4750f.tar.lz
MultiMC-c6c5134398dfd5ff34bcb56ffb8334df63b4750f.tar.xz
MultiMC-c6c5134398dfd5ff34bcb56ffb8334df63b4750f.zip
Change copyright dates to 2015
Diffstat (limited to 'logic/settings')
-rw-r--r--logic/settings/INIFile.cpp2
-rw-r--r--logic/settings/INIFile.h2
-rw-r--r--logic/settings/INISettingsObject.cpp2
-rw-r--r--logic/settings/INISettingsObject.h2
-rw-r--r--logic/settings/OverrideSetting.cpp2
-rw-r--r--logic/settings/OverrideSetting.h2
-rw-r--r--logic/settings/Setting.cpp2
-rw-r--r--logic/settings/Setting.h2
-rw-r--r--logic/settings/SettingsObject.cpp2
-rw-r--r--logic/settings/SettingsObject.h2
10 files changed, 10 insertions, 10 deletions
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.