From 95f42dd15ff977df7d3f4e561b931c4ab8b14d1d Mon Sep 17 00:00:00 2001 From: Herbert Reiter <4941275-moasda@users.noreply.gitlab.com> Date: Mon, 4 Jan 2021 12:44:07 +0100 Subject: [PATCH] Update copyright year --- LICENSE | 4 ++-- app/src/main/java/net/moasdawiki/app/AndroidSettings.java | 2 +- .../java/net/moasdawiki/app/CalendarAccountAuthenticator.java | 2 +- .../moasdawiki/app/CalendarAccountAuthenticatorService.java | 2 +- .../main/java/net/moasdawiki/app/CalendarContentProvider.java | 2 +- app/src/main/java/net/moasdawiki/app/CalendarSyncAdapter.java | 2 +- .../java/net/moasdawiki/app/CalendarSyncAdapterService.java | 2 +- app/src/main/java/net/moasdawiki/app/Constants.java | 2 +- app/src/main/java/net/moasdawiki/app/MainActivity.java | 2 +- app/src/main/java/net/moasdawiki/app/SettingsActivity.java | 2 +- app/src/main/java/net/moasdawiki/app/SettingsFragment.java | 2 +- .../main/java/net/moasdawiki/app/SynchronizeWikiClient.java | 2 +- .../main/java/net/moasdawiki/app/WikiEngineApplication.java | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/LICENSE b/LICENSE index 536983d..e3df1bc 100644 --- a/LICENSE +++ b/LICENSE @@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. MoasdaWiki Server - Copyright (C) 2008 - 2020 Herbert Reiter + Copyright (C) 2008 - 2021 Herbert Reiter This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - MoasdaWiki Server Copyright (C) 2008 - 2020 Herbert Reiter + MoasdaWiki Server Copyright (C) 2008 - 2021 Herbert Reiter This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/app/src/main/java/net/moasdawiki/app/AndroidSettings.java b/app/src/main/java/net/moasdawiki/app/AndroidSettings.java index 72f0a5f..4516e52 100644 --- a/app/src/main/java/net/moasdawiki/app/AndroidSettings.java +++ b/app/src/main/java/net/moasdawiki/app/AndroidSettings.java @@ -1,6 +1,6 @@ /* * MoasdaWiki App - * Copyright (C) 2008 - 2020 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2021 Herbert Reiter (herbert@moasdawiki.net) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/src/main/java/net/moasdawiki/app/CalendarAccountAuthenticator.java b/app/src/main/java/net/moasdawiki/app/CalendarAccountAuthenticator.java index c4af815..b64d193 100644 --- a/app/src/main/java/net/moasdawiki/app/CalendarAccountAuthenticator.java +++ b/app/src/main/java/net/moasdawiki/app/CalendarAccountAuthenticator.java @@ -1,6 +1,6 @@ /* * MoasdaWiki App - * Copyright (C) 2008 - 2020 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2021 Herbert Reiter (herbert@moasdawiki.net) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/src/main/java/net/moasdawiki/app/CalendarAccountAuthenticatorService.java b/app/src/main/java/net/moasdawiki/app/CalendarAccountAuthenticatorService.java index e503294..f91fcce 100644 --- a/app/src/main/java/net/moasdawiki/app/CalendarAccountAuthenticatorService.java +++ b/app/src/main/java/net/moasdawiki/app/CalendarAccountAuthenticatorService.java @@ -1,6 +1,6 @@ /* * MoasdaWiki App - * Copyright (C) 2008 - 2020 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2021 Herbert Reiter (herbert@moasdawiki.net) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/src/main/java/net/moasdawiki/app/CalendarContentProvider.java b/app/src/main/java/net/moasdawiki/app/CalendarContentProvider.java index 5c3ea9b..aca9389 100644 --- a/app/src/main/java/net/moasdawiki/app/CalendarContentProvider.java +++ b/app/src/main/java/net/moasdawiki/app/CalendarContentProvider.java @@ -1,6 +1,6 @@ /* * MoasdaWiki App - * Copyright (C) 2008 - 2020 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2021 Herbert Reiter (herbert@moasdawiki.net) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/src/main/java/net/moasdawiki/app/CalendarSyncAdapter.java b/app/src/main/java/net/moasdawiki/app/CalendarSyncAdapter.java index eb1262e..345528a 100644 --- a/app/src/main/java/net/moasdawiki/app/CalendarSyncAdapter.java +++ b/app/src/main/java/net/moasdawiki/app/CalendarSyncAdapter.java @@ -1,6 +1,6 @@ /* * MoasdaWiki App - * Copyright (C) 2008 - 2020 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2021 Herbert Reiter (herbert@moasdawiki.net) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/src/main/java/net/moasdawiki/app/CalendarSyncAdapterService.java b/app/src/main/java/net/moasdawiki/app/CalendarSyncAdapterService.java index 66460e8..6b2715f 100644 --- a/app/src/main/java/net/moasdawiki/app/CalendarSyncAdapterService.java +++ b/app/src/main/java/net/moasdawiki/app/CalendarSyncAdapterService.java @@ -1,6 +1,6 @@ /* * MoasdaWiki App - * Copyright (C) 2008 - 2020 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2021 Herbert Reiter (herbert@moasdawiki.net) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/src/main/java/net/moasdawiki/app/Constants.java b/app/src/main/java/net/moasdawiki/app/Constants.java index e38cb8e..d27f077 100644 --- a/app/src/main/java/net/moasdawiki/app/Constants.java +++ b/app/src/main/java/net/moasdawiki/app/Constants.java @@ -1,6 +1,6 @@ /* * MoasdaWiki App - * Copyright (C) 2008 - 2020 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2021 Herbert Reiter (herbert@moasdawiki.net) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/src/main/java/net/moasdawiki/app/MainActivity.java b/app/src/main/java/net/moasdawiki/app/MainActivity.java index 5220eae..dec2e30 100644 --- a/app/src/main/java/net/moasdawiki/app/MainActivity.java +++ b/app/src/main/java/net/moasdawiki/app/MainActivity.java @@ -1,6 +1,6 @@ /* * MoasdaWiki App - * Copyright (C) 2008 - 2020 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2021 Herbert Reiter (herbert@moasdawiki.net) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/src/main/java/net/moasdawiki/app/SettingsActivity.java b/app/src/main/java/net/moasdawiki/app/SettingsActivity.java index 96ede1b..458a45c 100644 --- a/app/src/main/java/net/moasdawiki/app/SettingsActivity.java +++ b/app/src/main/java/net/moasdawiki/app/SettingsActivity.java @@ -1,6 +1,6 @@ /* * MoasdaWiki App - * Copyright (C) 2008 - 2020 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2021 Herbert Reiter (herbert@moasdawiki.net) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/src/main/java/net/moasdawiki/app/SettingsFragment.java b/app/src/main/java/net/moasdawiki/app/SettingsFragment.java index 7b7183e..f1966e8 100644 --- a/app/src/main/java/net/moasdawiki/app/SettingsFragment.java +++ b/app/src/main/java/net/moasdawiki/app/SettingsFragment.java @@ -1,6 +1,6 @@ /* * MoasdaWiki App - * Copyright (C) 2008 - 2020 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2021 Herbert Reiter (herbert@moasdawiki.net) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/src/main/java/net/moasdawiki/app/SynchronizeWikiClient.java b/app/src/main/java/net/moasdawiki/app/SynchronizeWikiClient.java index e88afbf..0f022cc 100644 --- a/app/src/main/java/net/moasdawiki/app/SynchronizeWikiClient.java +++ b/app/src/main/java/net/moasdawiki/app/SynchronizeWikiClient.java @@ -1,6 +1,6 @@ /* * MoasdaWiki App - * Copyright (C) 2008 - 2020 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2021 Herbert Reiter (herbert@moasdawiki.net) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/src/main/java/net/moasdawiki/app/WikiEngineApplication.java b/app/src/main/java/net/moasdawiki/app/WikiEngineApplication.java index 861b7c8..d607f0a 100644 --- a/app/src/main/java/net/moasdawiki/app/WikiEngineApplication.java +++ b/app/src/main/java/net/moasdawiki/app/WikiEngineApplication.java @@ -1,6 +1,6 @@ /* * MoasdaWiki App - * Copyright (C) 2008 - 2020 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2021 Herbert Reiter (herbert@moasdawiki.net) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by