From 7a9626e860e58ce46ffe82e2b017d238fc5a1f08 Mon Sep 17 00:00:00 2001 From: Herbert Reiter <4941275-moasda@users.noreply.gitlab.com> Date: Mon, 1 Jan 2024 12:05:11 +0100 Subject: [PATCH] Update copyright year --- app/src/main/java/net/moasdawiki/app/AndroidSettings.java | 2 +- .../java/net/moasdawiki/app/CalendarAccountAuthenticator.java | 2 +- .../net/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 +- app/src/main/java/net/moasdawiki/app/SynchronizeWikiClient.java | 2 +- app/src/main/java/net/moasdawiki/app/WikiEngineApplication.java | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app/src/main/java/net/moasdawiki/app/AndroidSettings.java b/app/src/main/java/net/moasdawiki/app/AndroidSettings.java index 6211ac0..76f9032 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 - 2023 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2024 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 version 3 as published diff --git a/app/src/main/java/net/moasdawiki/app/CalendarAccountAuthenticator.java b/app/src/main/java/net/moasdawiki/app/CalendarAccountAuthenticator.java index 1346986..9040d9a 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 - 2023 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2024 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 version 3 as published diff --git a/app/src/main/java/net/moasdawiki/app/CalendarAccountAuthenticatorService.java b/app/src/main/java/net/moasdawiki/app/CalendarAccountAuthenticatorService.java index 92f5dc7..41fc411 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 - 2023 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2024 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 version 3 as published diff --git a/app/src/main/java/net/moasdawiki/app/CalendarContentProvider.java b/app/src/main/java/net/moasdawiki/app/CalendarContentProvider.java index bde67a7..a5cac26 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 - 2023 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2024 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 version 3 as published diff --git a/app/src/main/java/net/moasdawiki/app/CalendarSyncAdapter.java b/app/src/main/java/net/moasdawiki/app/CalendarSyncAdapter.java index a13ded6..1377e64 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 - 2023 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2024 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 version 3 as published diff --git a/app/src/main/java/net/moasdawiki/app/CalendarSyncAdapterService.java b/app/src/main/java/net/moasdawiki/app/CalendarSyncAdapterService.java index 7669726..7143fa9 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 - 2023 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2024 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 version 3 as published diff --git a/app/src/main/java/net/moasdawiki/app/Constants.java b/app/src/main/java/net/moasdawiki/app/Constants.java index 4cef4ab..727f6ba 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 - 2023 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2024 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 version 3 as published diff --git a/app/src/main/java/net/moasdawiki/app/MainActivity.java b/app/src/main/java/net/moasdawiki/app/MainActivity.java index f2bc43d..0761c20 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 - 2023 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2024 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 version 3 as published diff --git a/app/src/main/java/net/moasdawiki/app/SettingsActivity.java b/app/src/main/java/net/moasdawiki/app/SettingsActivity.java index 834bb99..b1cb758 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 - 2023 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2024 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 version 3 as published diff --git a/app/src/main/java/net/moasdawiki/app/SettingsFragment.java b/app/src/main/java/net/moasdawiki/app/SettingsFragment.java index 0ebb671..4848d17 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 - 2023 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2024 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 version 3 as published diff --git a/app/src/main/java/net/moasdawiki/app/SynchronizeWikiClient.java b/app/src/main/java/net/moasdawiki/app/SynchronizeWikiClient.java index 3a065f0..fe7d254 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 - 2023 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2024 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 version 3 as published diff --git a/app/src/main/java/net/moasdawiki/app/WikiEngineApplication.java b/app/src/main/java/net/moasdawiki/app/WikiEngineApplication.java index 06bfc5e..d4bb728 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 - 2023 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2024 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 version 3 as published