summaryrefslogtreecommitdiffstats
path: root/gui/widgets
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 /gui/widgets
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 'gui/widgets')
-rw-r--r--gui/widgets/LabeledToolButton.cpp2
-rw-r--r--gui/widgets/LabeledToolButton.h2
-rw-r--r--gui/widgets/MCModInfoFrame.cpp2
-rw-r--r--gui/widgets/MCModInfoFrame.h2
-rw-r--r--gui/widgets/ModListView.cpp2
-rw-r--r--gui/widgets/ModListView.h2
-rw-r--r--gui/widgets/PageContainer.cpp2
-rw-r--r--gui/widgets/PageContainer.h2
-rw-r--r--gui/widgets/PageContainer_p.h2
-rw-r--r--gui/widgets/VersionListView.cpp2
-rw-r--r--gui/widgets/VersionListView.h2
11 files changed, 11 insertions, 11 deletions
diff --git a/gui/widgets/LabeledToolButton.cpp b/gui/widgets/LabeledToolButton.cpp
index e7d9d295..dfdde1bc 100644
--- a/gui/widgets/LabeledToolButton.cpp
+++ b/gui/widgets/LabeledToolButton.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/gui/widgets/LabeledToolButton.h b/gui/widgets/LabeledToolButton.h
index e116f4df..1b74c4ee 100644
--- a/gui/widgets/LabeledToolButton.h
+++ b/gui/widgets/LabeledToolButton.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/gui/widgets/MCModInfoFrame.cpp b/gui/widgets/MCModInfoFrame.cpp
index 3019734d..b87147aa 100644
--- a/gui/widgets/MCModInfoFrame.cpp
+++ b/gui/widgets/MCModInfoFrame.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/gui/widgets/MCModInfoFrame.h b/gui/widgets/MCModInfoFrame.h
index 010b9d04..3e45b8ce 100644
--- a/gui/widgets/MCModInfoFrame.h
+++ b/gui/widgets/MCModInfoFrame.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/gui/widgets/ModListView.cpp b/gui/widgets/ModListView.cpp
index 35c13155..aa16ad05 100644
--- a/gui/widgets/ModListView.cpp
+++ b/gui/widgets/ModListView.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/gui/widgets/ModListView.h b/gui/widgets/ModListView.h
index fdc7261a..43de9811 100644
--- a/gui/widgets/ModListView.h
+++ b/gui/widgets/ModListView.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/gui/widgets/PageContainer.cpp b/gui/widgets/PageContainer.cpp
index a6bb90b8..b84594c1 100644
--- a/gui/widgets/PageContainer.cpp
+++ b/gui/widgets/PageContainer.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/gui/widgets/PageContainer.h b/gui/widgets/PageContainer.h
index 3ea615c0..9795625b 100644
--- a/gui/widgets/PageContainer.h
+++ b/gui/widgets/PageContainer.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/gui/widgets/PageContainer_p.h b/gui/widgets/PageContainer_p.h
index 8c4ee877..4c720e4c 100644
--- a/gui/widgets/PageContainer_p.h
+++ b/gui/widgets/PageContainer_p.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/gui/widgets/VersionListView.cpp b/gui/widgets/VersionListView.cpp
index 95693b39..fc0bcd0a 100644
--- a/gui/widgets/VersionListView.cpp
+++ b/gui/widgets/VersionListView.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/gui/widgets/VersionListView.h b/gui/widgets/VersionListView.h
index a83ed1d6..f33a6fdb 100644
--- a/gui/widgets/VersionListView.h
+++ b/gui/widgets/VersionListView.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.