summaryrefslogtreecommitdiffstats
path: root/logic
diff options
context:
space:
mode:
authorAlex <robotbrain@robotbrain.info>2015-08-30 15:36:01 -0400
committerPetr Mrázek <peterix@gmail.com>2015-09-06 16:00:07 +0200
commitb5d54907141a4d33b5e23486ca2db8e139bddafe (patch)
treeef0b6329274f955e5c7d1bbb3a85a135975c43ac /logic
parent83434a9be557839e46d12ed45bddab4adb312d1b (diff)
downloadMultiMC-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 'logic')
-rw-r--r--logic/minecraft/World.cpp2
-rw-r--r--logic/minecraft/World.h2
-rw-r--r--logic/minecraft/WorldList.cpp2
-rw-r--r--logic/minecraft/WorldList.h4
4 files changed, 4 insertions, 6 deletions
diff --git a/logic/minecraft/World.cpp b/logic/minecraft/World.cpp
index 0f7e0db1..3443fb45 100644
--- a/logic/minecraft/World.cpp
+++ b/logic/minecraft/World.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/logic/minecraft/World.h b/logic/minecraft/World.h
index bf5eec04..60151dd6 100644
--- a/logic/minecraft/World.h
+++ b/logic/minecraft/World.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.
diff --git a/logic/minecraft/WorldList.cpp b/logic/minecraft/WorldList.cpp
index ae0077e9..7d54c0ba 100644
--- a/logic/minecraft/WorldList.cpp
+++ b/logic/minecraft/WorldList.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/logic/minecraft/WorldList.h b/logic/minecraft/WorldList.h
index 3f337c72..8d3d937c 100644
--- a/logic/minecraft/WorldList.h
+++ b/logic/minecraft/WorldList.h
@@ -1,5 +1,4 @@
-/*
- * Copyright 2015 <copyright holder> <email>
+/* 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.
@@ -12,7 +11,6 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
- *
*/
#pragma once