diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-01-08 04:58:05 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-01-08 04:58:05 +0100 |
commit | f530aae9d3e463eede56d51314ed09919090e383 (patch) | |
tree | 0c3e6434f277d8510dad0737d0a68de8e2ee9164 /application/widgets | |
parent | 5ea224f8f56a25cc2ac22d80c47939c4121fceb9 (diff) | |
download | MultiMC-f530aae9d3e463eede56d51314ed09919090e383.tar MultiMC-f530aae9d3e463eede56d51314ed09919090e383.tar.gz MultiMC-f530aae9d3e463eede56d51314ed09919090e383.tar.lz MultiMC-f530aae9d3e463eede56d51314ed09919090e383.tar.xz MultiMC-f530aae9d3e463eede56d51314ed09919090e383.zip |
NOISSUE update all the Copyright comments and texts to include 2017
Diffstat (limited to 'application/widgets')
-rw-r--r-- | application/widgets/LabeledToolButton.cpp | 2 | ||||
-rw-r--r-- | application/widgets/LabeledToolButton.h | 2 | ||||
-rw-r--r-- | application/widgets/MCModInfoFrame.cpp | 2 | ||||
-rw-r--r-- | application/widgets/MCModInfoFrame.h | 2 | ||||
-rw-r--r-- | application/widgets/ModListView.cpp | 2 | ||||
-rw-r--r-- | application/widgets/ModListView.h | 2 | ||||
-rw-r--r-- | application/widgets/PageContainer.cpp | 2 | ||||
-rw-r--r-- | application/widgets/PageContainer.h | 2 | ||||
-rw-r--r-- | application/widgets/PageContainer_p.h | 2 | ||||
-rw-r--r-- | application/widgets/VersionListView.cpp | 2 | ||||
-rw-r--r-- | application/widgets/VersionListView.h | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/application/widgets/LabeledToolButton.cpp b/application/widgets/LabeledToolButton.cpp index dfdde1bc..827fdf2d 100644 --- a/application/widgets/LabeledToolButton.cpp +++ b/application/widgets/LabeledToolButton.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2015 MultiMC Contributors +/* Copyright 2013-2017 MultiMC Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/application/widgets/LabeledToolButton.h b/application/widgets/LabeledToolButton.h index 1b74c4ee..999650fc 100644 --- a/application/widgets/LabeledToolButton.h +++ b/application/widgets/LabeledToolButton.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2015 MultiMC Contributors +/* Copyright 2013-2017 MultiMC Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/application/widgets/MCModInfoFrame.cpp b/application/widgets/MCModInfoFrame.cpp index 314b2e60..9214ef8b 100644 --- a/application/widgets/MCModInfoFrame.cpp +++ b/application/widgets/MCModInfoFrame.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2015 MultiMC Contributors +/* Copyright 2013-2017 MultiMC Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/application/widgets/MCModInfoFrame.h b/application/widgets/MCModInfoFrame.h index 0609007d..da8f6183 100644 --- a/application/widgets/MCModInfoFrame.h +++ b/application/widgets/MCModInfoFrame.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2015 MultiMC Contributors +/* Copyright 2013-2017 MultiMC Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/application/widgets/ModListView.cpp b/application/widgets/ModListView.cpp index 7cf50035..05b85c60 100644 --- a/application/widgets/ModListView.cpp +++ b/application/widgets/ModListView.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2015 MultiMC Contributors +/* Copyright 2013-2017 MultiMC Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/application/widgets/ModListView.h b/application/widgets/ModListView.h index 43de9811..7f3a4a71 100644 --- a/application/widgets/ModListView.h +++ b/application/widgets/ModListView.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2015 MultiMC Contributors +/* Copyright 2013-2017 MultiMC Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/application/widgets/PageContainer.cpp b/application/widgets/PageContainer.cpp index 9e0d83f1..dacd6acd 100644 --- a/application/widgets/PageContainer.cpp +++ b/application/widgets/PageContainer.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2015 MultiMC Contributors +/* Copyright 2013-2017 MultiMC Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/application/widgets/PageContainer.h b/application/widgets/PageContainer.h index 26f88a04..c3d77486 100644 --- a/application/widgets/PageContainer.h +++ b/application/widgets/PageContainer.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2015 MultiMC Contributors +/* Copyright 2013-2017 MultiMC Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/application/widgets/PageContainer_p.h b/application/widgets/PageContainer_p.h index 4c720e4c..7e49294f 100644 --- a/application/widgets/PageContainer_p.h +++ b/application/widgets/PageContainer_p.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2015 MultiMC Contributors +/* Copyright 2013-2017 MultiMC Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/application/widgets/VersionListView.cpp b/application/widgets/VersionListView.cpp index 1e327534..4b60c5e6 100644 --- a/application/widgets/VersionListView.cpp +++ b/application/widgets/VersionListView.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2015 MultiMC Contributors +/* Copyright 2013-2017 MultiMC Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/application/widgets/VersionListView.h b/application/widgets/VersionListView.h index 8f16344e..83a20c1f 100644 --- a/application/widgets/VersionListView.h +++ b/application/widgets/VersionListView.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2015 MultiMC Contributors +/* Copyright 2013-2017 MultiMC Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. |