diff options
author | Alex <robotbrain@robotbrain.info> | 2015-08-30 15:36:01 -0400 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-09-06 16:00:07 +0200 |
commit | b5d54907141a4d33b5e23486ca2db8e139bddafe (patch) | |
tree | ef0b6329274f955e5c7d1bbb3a85a135975c43ac /application/pages | |
parent | 83434a9be557839e46d12ed45bddab4adb312d1b (diff) | |
download | MultiMC-b5d54907141a4d33b5e23486ca2db8e139bddafe.tar MultiMC-b5d54907141a4d33b5e23486ca2db8e139bddafe.tar.gz MultiMC-b5d54907141a4d33b5e23486ca2db8e139bddafe.tar.lz MultiMC-b5d54907141a4d33b5e23486ca2db8e139bddafe.tar.xz MultiMC-b5d54907141a4d33b5e23486ca2db8e139bddafe.zip |
Copyright fixes for new code
Diffstat (limited to 'application/pages')
-rw-r--r-- | application/pages/WorldListPage.cpp | 2 | ||||
-rw-r--r-- | application/pages/WorldListPage.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/application/pages/WorldListPage.cpp b/application/pages/WorldListPage.cpp index 6a50748c..0cdcd404 100644 --- a/application/pages/WorldListPage.cpp +++ b/application/pages/WorldListPage.cpp @@ -1,4 +1,4 @@ -/* Copyright 2013-2015 MultiMC Contributors +/* Copyright 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/application/pages/WorldListPage.h b/application/pages/WorldListPage.h index a94aabb4..d3de5d3c 100644 --- a/application/pages/WorldListPage.h +++ b/application/pages/WorldListPage.h @@ -1,4 +1,4 @@ -/* Copyright 2013-2015 MultiMC Contributors +/* Copyright 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. |