From f530aae9d3e463eede56d51314ed09919090e383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 8 Jan 2017 04:58:05 +0100 Subject: NOISSUE update all the Copyright comments and texts to include 2017 --- api/logic/wonko/BaseWonkoEntity.cpp | 2 +- api/logic/wonko/BaseWonkoEntity.h | 2 +- api/logic/wonko/WonkoIndex.cpp | 2 +- api/logic/wonko/WonkoIndex.h | 2 +- api/logic/wonko/WonkoReference.cpp | 2 +- api/logic/wonko/WonkoReference.h | 2 +- api/logic/wonko/WonkoUtil.cpp | 2 +- api/logic/wonko/WonkoUtil.h | 2 +- api/logic/wonko/WonkoVersion.cpp | 2 +- api/logic/wonko/WonkoVersion.h | 2 +- api/logic/wonko/WonkoVersionList.cpp | 2 +- api/logic/wonko/WonkoVersionList.h | 2 +- api/logic/wonko/format/WonkoFormat.cpp | 2 +- api/logic/wonko/format/WonkoFormat.h | 2 +- api/logic/wonko/format/WonkoFormatV1.cpp | 2 +- api/logic/wonko/format/WonkoFormatV1.h | 2 +- api/logic/wonko/tasks/BaseWonkoEntityLocalLoadTask.cpp | 2 +- api/logic/wonko/tasks/BaseWonkoEntityLocalLoadTask.h | 2 +- api/logic/wonko/tasks/BaseWonkoEntityRemoteLoadTask.cpp | 2 +- api/logic/wonko/tasks/BaseWonkoEntityRemoteLoadTask.h | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) (limited to 'api/logic/wonko') diff --git a/api/logic/wonko/BaseWonkoEntity.cpp b/api/logic/wonko/BaseWonkoEntity.cpp index f5c59363..e6a0e41e 100644 --- a/api/logic/wonko/BaseWonkoEntity.cpp +++ b/api/logic/wonko/BaseWonkoEntity.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015 MultiMC Contributors +/* Copyright 2015-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/api/logic/wonko/BaseWonkoEntity.h b/api/logic/wonko/BaseWonkoEntity.h index 191b4184..c6e8c832 100644 --- a/api/logic/wonko/BaseWonkoEntity.h +++ b/api/logic/wonko/BaseWonkoEntity.h @@ -1,4 +1,4 @@ -/* Copyright 2015 MultiMC Contributors +/* Copyright 2015-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/api/logic/wonko/WonkoIndex.cpp b/api/logic/wonko/WonkoIndex.cpp index 8306af84..f6ad201a 100644 --- a/api/logic/wonko/WonkoIndex.cpp +++ b/api/logic/wonko/WonkoIndex.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015 MultiMC Contributors +/* Copyright 2015-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/api/logic/wonko/WonkoIndex.h b/api/logic/wonko/WonkoIndex.h index 8b149c7d..fe07c3ef 100644 --- a/api/logic/wonko/WonkoIndex.h +++ b/api/logic/wonko/WonkoIndex.h @@ -1,4 +1,4 @@ -/* Copyright 2015 MultiMC Contributors +/* Copyright 2015-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/api/logic/wonko/WonkoReference.cpp b/api/logic/wonko/WonkoReference.cpp index 519d59aa..7193e56e 100644 --- a/api/logic/wonko/WonkoReference.cpp +++ b/api/logic/wonko/WonkoReference.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015 MultiMC Contributors +/* Copyright 2015-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/api/logic/wonko/WonkoReference.h b/api/logic/wonko/WonkoReference.h index 73a85d76..ba7427b3 100644 --- a/api/logic/wonko/WonkoReference.h +++ b/api/logic/wonko/WonkoReference.h @@ -1,4 +1,4 @@ -/* Copyright 2015 MultiMC Contributors +/* Copyright 2015-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/api/logic/wonko/WonkoUtil.cpp b/api/logic/wonko/WonkoUtil.cpp index 94726c6b..3b8049c4 100644 --- a/api/logic/wonko/WonkoUtil.cpp +++ b/api/logic/wonko/WonkoUtil.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015 MultiMC Contributors +/* Copyright 2015-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/api/logic/wonko/WonkoUtil.h b/api/logic/wonko/WonkoUtil.h index b618ab71..fb58ba1f 100644 --- a/api/logic/wonko/WonkoUtil.h +++ b/api/logic/wonko/WonkoUtil.h @@ -1,4 +1,4 @@ -/* Copyright 2015 MultiMC Contributors +/* Copyright 2015-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/api/logic/wonko/WonkoVersion.cpp b/api/logic/wonko/WonkoVersion.cpp index 7b7da86c..f5a063be 100644 --- a/api/logic/wonko/WonkoVersion.cpp +++ b/api/logic/wonko/WonkoVersion.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015 MultiMC Contributors +/* Copyright 2015-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/api/logic/wonko/WonkoVersion.h b/api/logic/wonko/WonkoVersion.h index a1de4d9b..397ff14e 100644 --- a/api/logic/wonko/WonkoVersion.h +++ b/api/logic/wonko/WonkoVersion.h @@ -1,4 +1,4 @@ -/* Copyright 2015 MultiMC Contributors +/* Copyright 2015-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/api/logic/wonko/WonkoVersionList.cpp b/api/logic/wonko/WonkoVersionList.cpp index e9d79327..191e00f9 100644 --- a/api/logic/wonko/WonkoVersionList.cpp +++ b/api/logic/wonko/WonkoVersionList.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015 MultiMC Contributors +/* Copyright 2015-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/api/logic/wonko/WonkoVersionList.h b/api/logic/wonko/WonkoVersionList.h index 8ea35be6..43cf73fc 100644 --- a/api/logic/wonko/WonkoVersionList.h +++ b/api/logic/wonko/WonkoVersionList.h @@ -1,4 +1,4 @@ -/* Copyright 2015 MultiMC Contributors +/* Copyright 2015-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/api/logic/wonko/format/WonkoFormat.cpp b/api/logic/wonko/format/WonkoFormat.cpp index 11192cbe..a5d593ca 100644 --- a/api/logic/wonko/format/WonkoFormat.cpp +++ b/api/logic/wonko/format/WonkoFormat.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015 MultiMC Contributors +/* Copyright 2015-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/api/logic/wonko/format/WonkoFormat.h b/api/logic/wonko/format/WonkoFormat.h index 450d6ccc..63ea9473 100644 --- a/api/logic/wonko/format/WonkoFormat.h +++ b/api/logic/wonko/format/WonkoFormat.h @@ -1,4 +1,4 @@ -/* Copyright 2015 MultiMC Contributors +/* Copyright 2015-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/api/logic/wonko/format/WonkoFormatV1.cpp b/api/logic/wonko/format/WonkoFormatV1.cpp index a0ab220b..4cecb42f 100644 --- a/api/logic/wonko/format/WonkoFormatV1.cpp +++ b/api/logic/wonko/format/WonkoFormatV1.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015 MultiMC Contributors +/* Copyright 2015-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/api/logic/wonko/format/WonkoFormatV1.h b/api/logic/wonko/format/WonkoFormatV1.h index 92759804..2ae3acd1 100644 --- a/api/logic/wonko/format/WonkoFormatV1.h +++ b/api/logic/wonko/format/WonkoFormatV1.h @@ -1,4 +1,4 @@ -/* Copyright 2015 MultiMC Contributors +/* Copyright 2015-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/api/logic/wonko/tasks/BaseWonkoEntityLocalLoadTask.cpp b/api/logic/wonko/tasks/BaseWonkoEntityLocalLoadTask.cpp index b54c592f..caffa744 100644 --- a/api/logic/wonko/tasks/BaseWonkoEntityLocalLoadTask.cpp +++ b/api/logic/wonko/tasks/BaseWonkoEntityLocalLoadTask.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015 MultiMC Contributors +/* Copyright 2015-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/api/logic/wonko/tasks/BaseWonkoEntityLocalLoadTask.h b/api/logic/wonko/tasks/BaseWonkoEntityLocalLoadTask.h index 2affa17f..a4f530c7 100644 --- a/api/logic/wonko/tasks/BaseWonkoEntityLocalLoadTask.h +++ b/api/logic/wonko/tasks/BaseWonkoEntityLocalLoadTask.h @@ -1,4 +1,4 @@ -/* Copyright 2015 MultiMC Contributors +/* Copyright 2015-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/api/logic/wonko/tasks/BaseWonkoEntityRemoteLoadTask.cpp b/api/logic/wonko/tasks/BaseWonkoEntityRemoteLoadTask.cpp index 32d2071d..999d245b 100644 --- a/api/logic/wonko/tasks/BaseWonkoEntityRemoteLoadTask.cpp +++ b/api/logic/wonko/tasks/BaseWonkoEntityRemoteLoadTask.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015 MultiMC Contributors +/* Copyright 2015-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/api/logic/wonko/tasks/BaseWonkoEntityRemoteLoadTask.h b/api/logic/wonko/tasks/BaseWonkoEntityRemoteLoadTask.h index d2bdd5a2..0eab089a 100644 --- a/api/logic/wonko/tasks/BaseWonkoEntityRemoteLoadTask.h +++ b/api/logic/wonko/tasks/BaseWonkoEntityRemoteLoadTask.h @@ -1,4 +1,4 @@ -/* Copyright 2015 MultiMC Contributors +/* Copyright 2015-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. -- cgit v1.2.3