From e0dd33a1db61690106d5451381419eee3eddb52c Mon Sep 17 00:00:00 2001 From: Herbert Reiter <4941275-moasda@users.noreply.gitlab.com> Date: Fri, 2 Jan 2026 21:22:56 +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 570bcd2..42c6d90 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 - 2025 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2026 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 c5ca2da..318253f 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 - 2025 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2026 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 26df111..b5cdd8b 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 - 2025 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2026 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 98d6fae..589d663 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 - 2025 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2026 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 aaefbf5..6da2fa4 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 - 2025 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2026 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 14d5ceb..1e06c2c 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 - 2025 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2026 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 cd66da8..9d95df6 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 - 2025 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2026 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 f9b05f6..e0b9c39 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 - 2025 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2026 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 3af050c..480d5ee 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 - 2025 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2026 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 e763912..9965105 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 - 2025 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2026 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 6be8d5d..458c0e6 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 - 2025 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2026 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 326fd03..1b64d5c 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 - 2025 Herbert Reiter (herbert@moasdawiki.net) + * Copyright (C) 2008 - 2026 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