diff options
author | Greenphlem <antknee95@yahoo.com> | 2015-02-02 14:25:30 -0800 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-02-06 01:18:02 +0100 |
commit | c6c5134398dfd5ff34bcb56ffb8334df63b4750f (patch) | |
tree | f29439bf918dc8e5a43e52172f0a65214e9ae355 /logic/news | |
parent | 49ff31f131a35cc96f5e3573d0041ffecd4e9894 (diff) | |
download | MultiMC-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/news')
-rw-r--r-- | logic/news/NewsChecker.cpp | 2 | ||||
-rw-r--r-- | logic/news/NewsChecker.h | 2 | ||||
-rw-r--r-- | logic/news/NewsEntry.cpp | 2 | ||||
-rw-r--r-- | logic/news/NewsEntry.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/logic/news/NewsChecker.cpp b/logic/news/NewsChecker.cpp index d935a9c2..1b4ebb92 100644 --- a/logic/news/NewsChecker.cpp +++ b/logic/news/NewsChecker.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/news/NewsChecker.h b/logic/news/NewsChecker.h index fa30468a..d4855208 100644 --- a/logic/news/NewsChecker.h +++ b/logic/news/NewsChecker.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/news/NewsEntry.cpp b/logic/news/NewsEntry.cpp index 077c7e35..79abbaa3 100644 --- a/logic/news/NewsEntry.cpp +++ b/logic/news/NewsEntry.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/news/NewsEntry.h b/logic/news/NewsEntry.h index 2738d887..adb79e8f 100644 --- a/logic/news/NewsEntry.h +++ b/logic/news/NewsEntry.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. |