From f06e96d7863a90fb2870e2138cf199ee571953db Mon Sep 17 00:00:00 2001 From: Pierre-Yves Nicolas <6371790+pynicolas@users.noreply.github.com> Date: Fri, 23 Jan 2026 18:19:11 +0100 Subject: [PATCH] Update license header --- LICENSE_HEADER | 2 +- .../java/org/fairscan/app/domain/DocumentDetectionTest.kt | 2 +- app/src/main/java/org/fairscan/app/FairScanApp.kt | 2 +- app/src/main/java/org/fairscan/app/LaunchMode.kt | 2 +- app/src/main/java/org/fairscan/app/MainActivity.kt | 2 +- app/src/main/java/org/fairscan/app/MainViewModel.kt | 2 +- app/src/main/java/org/fairscan/app/SessionViewModel.kt | 2 +- app/src/main/java/org/fairscan/app/data/DocumentMetadata.kt | 2 +- app/src/main/java/org/fairscan/app/data/FileManager.kt | 2 +- app/src/main/java/org/fairscan/app/data/ImageRepository.kt | 2 +- app/src/main/java/org/fairscan/app/data/ImageTransformations.kt | 2 +- app/src/main/java/org/fairscan/app/data/LogRepository.kt | 2 +- app/src/main/java/org/fairscan/app/data/Logger.kt | 2 +- app/src/main/java/org/fairscan/app/data/PageStore.kt | 2 +- app/src/main/java/org/fairscan/app/data/RecentDocuments.kt | 2 +- app/src/main/java/org/fairscan/app/domain/CapturedPage.kt | 2 +- app/src/main/java/org/fairscan/app/domain/ExportPreparation.kt | 2 +- app/src/main/java/org/fairscan/app/domain/ExportQuality.kt | 2 +- app/src/main/java/org/fairscan/app/domain/ImageSegmentation.kt | 2 +- app/src/main/java/org/fairscan/app/domain/Page.kt | 2 +- app/src/main/java/org/fairscan/app/platform/AndroidPdfWriter.kt | 2 +- .../org/fairscan/app/platform/OpenCvImageTransformations.kt | 2 +- app/src/main/java/org/fairscan/app/ui/FileUris.kt | 2 +- app/src/main/java/org/fairscan/app/ui/Navigation.kt | 2 +- app/src/main/java/org/fairscan/app/ui/PreviewUtils.kt | 2 +- app/src/main/java/org/fairscan/app/ui/components/Buttons.kt | 2 +- .../java/org/fairscan/app/ui/components/CameraPermission.kt | 2 +- app/src/main/java/org/fairscan/app/ui/components/Dialogs.kt | 2 +- app/src/main/java/org/fairscan/app/ui/components/PageList.kt | 2 +- app/src/main/java/org/fairscan/app/ui/components/Scaffold.kt | 2 +- app/src/main/java/org/fairscan/app/ui/components/Strings.kt | 2 +- app/src/main/java/org/fairscan/app/ui/screens/DocumentScreen.kt | 2 +- .../main/java/org/fairscan/app/ui/screens/LibrariesScreen.kt | 2 +- .../main/java/org/fairscan/app/ui/screens/about/AboutScreen.kt | 2 +- .../main/java/org/fairscan/app/ui/screens/about/AboutUiState.kt | 2 +- .../java/org/fairscan/app/ui/screens/about/AboutViewModel.kt | 2 +- app/src/main/java/org/fairscan/app/ui/screens/about/Emails.kt | 2 +- .../java/org/fairscan/app/ui/screens/camera/CameraPreview.kt | 2 +- .../java/org/fairscan/app/ui/screens/camera/CameraScreen.kt | 2 +- .../java/org/fairscan/app/ui/screens/camera/CameraUiState.kt | 2 +- .../java/org/fairscan/app/ui/screens/camera/CameraViewModel.kt | 2 +- .../java/org/fairscan/app/ui/screens/camera/QuadStabilizer.kt | 2 +- .../java/org/fairscan/app/ui/screens/export/ExportScreen.kt | 2 +- .../java/org/fairscan/app/ui/screens/export/ExportUiState.kt | 2 +- .../java/org/fairscan/app/ui/screens/export/ExportViewModel.kt | 2 +- .../main/java/org/fairscan/app/ui/screens/home/HomeScreen.kt | 2 +- .../main/java/org/fairscan/app/ui/screens/home/HomeUiState.kt | 2 +- .../main/java/org/fairscan/app/ui/screens/home/HomeViewModel.kt | 2 +- .../org/fairscan/app/ui/screens/settings/SettingsRepository.kt | 2 +- .../java/org/fairscan/app/ui/screens/settings/SettingsScreen.kt | 2 +- .../org/fairscan/app/ui/screens/settings/SettingsViewModel.kt | 2 +- app/src/main/java/org/fairscan/app/ui/state/DocumentUiModel.kt | 2 +- app/src/main/java/org/fairscan/app/ui/theme/Color.kt | 2 +- app/src/main/java/org/fairscan/app/ui/theme/Theme.kt | 2 +- app/src/main/java/org/fairscan/app/ui/theme/Type.kt | 2 +- app/src/test/java/org/fairscan/app/data/FileManagerTest.kt | 2 +- app/src/test/java/org/fairscan/app/data/ImageRepositoryTest.kt | 2 +- app/src/test/java/org/fairscan/app/data/LogRepositoryTest.kt | 2 +- app/src/test/java/org/fairscan/app/data/PageStoreTest.kt | 2 +- app/src/test/java/org/fairscan/app/domain/RotationTest.kt | 2 +- app/src/test/java/org/fairscan/app/ui/NavigationTest.kt | 2 +- .../java/org/fairscan/evaluation/ColorDetectionEvaluator.kt | 2 +- evaluation/src/main/java/org/fairscan/evaluation/CsvMetadata.kt | 2 +- .../src/main/java/org/fairscan/evaluation/DatasetEvaluator.kt | 2 +- .../main/java/org/fairscan/evaluation/ExportQualityEvaluator.kt | 2 +- .../main/java/org/fairscan/imageprocessing/ColorDetection.kt | 2 +- .../main/java/org/fairscan/imageprocessing/DocumentDetection.kt | 2 +- .../src/main/java/org/fairscan/imageprocessing/Geometry.kt | 2 +- .../main/java/org/fairscan/imageprocessing/PostProcessing.kt | 2 +- .../src/main/java/org/fairscan/imageprocessing/Utils.kt | 2 +- .../java/org/fairscan/imageprocessing/quad/AdaptiveThreshold.kt | 2 +- .../main/java/org/fairscan/imageprocessing/quad/MinAreaRect.kt | 2 +- .../main/java/org/fairscan/imageprocessing/quad/RightAngles.kt | 2 +- .../src/test/java/org/fairscan/imageprocessing/GeometryTest.kt | 2 +- 74 files changed, 74 insertions(+), 74 deletions(-) diff --git a/LICENSE_HEADER b/LICENSE_HEADER index 574f4c6..2777864 100644 --- a/LICENSE_HEADER +++ b/LICENSE_HEADER @@ -1,4 +1,4 @@ -Copyright 2025 Pierre-Yves Nicolas +Copyright 2025-2026 Pierre-Yves Nicolas 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 the Free diff --git a/app/src/androidTest/java/org/fairscan/app/domain/DocumentDetectionTest.kt b/app/src/androidTest/java/org/fairscan/app/domain/DocumentDetectionTest.kt index 30435fb..e15abbd 100644 --- a/app/src/androidTest/java/org/fairscan/app/domain/DocumentDetectionTest.kt +++ b/app/src/androidTest/java/org/fairscan/app/domain/DocumentDetectionTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/FairScanApp.kt b/app/src/main/java/org/fairscan/app/FairScanApp.kt index b49e6e1..25cd870 100644 --- a/app/src/main/java/org/fairscan/app/FairScanApp.kt +++ b/app/src/main/java/org/fairscan/app/FairScanApp.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/LaunchMode.kt b/app/src/main/java/org/fairscan/app/LaunchMode.kt index 0000334..df94063 100644 --- a/app/src/main/java/org/fairscan/app/LaunchMode.kt +++ b/app/src/main/java/org/fairscan/app/LaunchMode.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/MainActivity.kt b/app/src/main/java/org/fairscan/app/MainActivity.kt index dec70ed..dea81f6 100644 --- a/app/src/main/java/org/fairscan/app/MainActivity.kt +++ b/app/src/main/java/org/fairscan/app/MainActivity.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/MainViewModel.kt b/app/src/main/java/org/fairscan/app/MainViewModel.kt index c3c0a2c..e5bbbc6 100644 --- a/app/src/main/java/org/fairscan/app/MainViewModel.kt +++ b/app/src/main/java/org/fairscan/app/MainViewModel.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/SessionViewModel.kt b/app/src/main/java/org/fairscan/app/SessionViewModel.kt index 1937a91..e08bf99 100644 --- a/app/src/main/java/org/fairscan/app/SessionViewModel.kt +++ b/app/src/main/java/org/fairscan/app/SessionViewModel.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/data/DocumentMetadata.kt b/app/src/main/java/org/fairscan/app/data/DocumentMetadata.kt index 03db521..22792ce 100644 --- a/app/src/main/java/org/fairscan/app/data/DocumentMetadata.kt +++ b/app/src/main/java/org/fairscan/app/data/DocumentMetadata.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/data/FileManager.kt b/app/src/main/java/org/fairscan/app/data/FileManager.kt index 211cc59..9f200d6 100644 --- a/app/src/main/java/org/fairscan/app/data/FileManager.kt +++ b/app/src/main/java/org/fairscan/app/data/FileManager.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/data/ImageRepository.kt b/app/src/main/java/org/fairscan/app/data/ImageRepository.kt index 68cc8d3..45688eb 100644 --- a/app/src/main/java/org/fairscan/app/data/ImageRepository.kt +++ b/app/src/main/java/org/fairscan/app/data/ImageRepository.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/data/ImageTransformations.kt b/app/src/main/java/org/fairscan/app/data/ImageTransformations.kt index 8ef54ef..4d1edca 100644 --- a/app/src/main/java/org/fairscan/app/data/ImageTransformations.kt +++ b/app/src/main/java/org/fairscan/app/data/ImageTransformations.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/data/LogRepository.kt b/app/src/main/java/org/fairscan/app/data/LogRepository.kt index 057f403..36c7307 100644 --- a/app/src/main/java/org/fairscan/app/data/LogRepository.kt +++ b/app/src/main/java/org/fairscan/app/data/LogRepository.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/data/Logger.kt b/app/src/main/java/org/fairscan/app/data/Logger.kt index 14fd536..297dd7a 100644 --- a/app/src/main/java/org/fairscan/app/data/Logger.kt +++ b/app/src/main/java/org/fairscan/app/data/Logger.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/data/PageStore.kt b/app/src/main/java/org/fairscan/app/data/PageStore.kt index 2cfcfbe..1d43439 100644 --- a/app/src/main/java/org/fairscan/app/data/PageStore.kt +++ b/app/src/main/java/org/fairscan/app/data/PageStore.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/data/RecentDocuments.kt b/app/src/main/java/org/fairscan/app/data/RecentDocuments.kt index 648c314..0b9f7f8 100644 --- a/app/src/main/java/org/fairscan/app/data/RecentDocuments.kt +++ b/app/src/main/java/org/fairscan/app/data/RecentDocuments.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/domain/CapturedPage.kt b/app/src/main/java/org/fairscan/app/domain/CapturedPage.kt index 6e8d7c7..5aeb30c 100644 --- a/app/src/main/java/org/fairscan/app/domain/CapturedPage.kt +++ b/app/src/main/java/org/fairscan/app/domain/CapturedPage.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/domain/ExportPreparation.kt b/app/src/main/java/org/fairscan/app/domain/ExportPreparation.kt index c86ef40..1d2c308 100644 --- a/app/src/main/java/org/fairscan/app/domain/ExportPreparation.kt +++ b/app/src/main/java/org/fairscan/app/domain/ExportPreparation.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/domain/ExportQuality.kt b/app/src/main/java/org/fairscan/app/domain/ExportQuality.kt index de3e1fe..2e1edd1 100644 --- a/app/src/main/java/org/fairscan/app/domain/ExportQuality.kt +++ b/app/src/main/java/org/fairscan/app/domain/ExportQuality.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/domain/ImageSegmentation.kt b/app/src/main/java/org/fairscan/app/domain/ImageSegmentation.kt index dc090c1..15f855e 100644 --- a/app/src/main/java/org/fairscan/app/domain/ImageSegmentation.kt +++ b/app/src/main/java/org/fairscan/app/domain/ImageSegmentation.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/domain/Page.kt b/app/src/main/java/org/fairscan/app/domain/Page.kt index a21251d..72bc5fe 100644 --- a/app/src/main/java/org/fairscan/app/domain/Page.kt +++ b/app/src/main/java/org/fairscan/app/domain/Page.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/platform/AndroidPdfWriter.kt b/app/src/main/java/org/fairscan/app/platform/AndroidPdfWriter.kt index 5fd4305..102c9e2 100644 --- a/app/src/main/java/org/fairscan/app/platform/AndroidPdfWriter.kt +++ b/app/src/main/java/org/fairscan/app/platform/AndroidPdfWriter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/platform/OpenCvImageTransformations.kt b/app/src/main/java/org/fairscan/app/platform/OpenCvImageTransformations.kt index 5a10c52..58e7376 100644 --- a/app/src/main/java/org/fairscan/app/platform/OpenCvImageTransformations.kt +++ b/app/src/main/java/org/fairscan/app/platform/OpenCvImageTransformations.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/FileUris.kt b/app/src/main/java/org/fairscan/app/ui/FileUris.kt index 531bb08..f593c92 100644 --- a/app/src/main/java/org/fairscan/app/ui/FileUris.kt +++ b/app/src/main/java/org/fairscan/app/ui/FileUris.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/Navigation.kt b/app/src/main/java/org/fairscan/app/ui/Navigation.kt index c4feb06..4c80756 100644 --- a/app/src/main/java/org/fairscan/app/ui/Navigation.kt +++ b/app/src/main/java/org/fairscan/app/ui/Navigation.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/PreviewUtils.kt b/app/src/main/java/org/fairscan/app/ui/PreviewUtils.kt index 79ab054..592f443 100644 --- a/app/src/main/java/org/fairscan/app/ui/PreviewUtils.kt +++ b/app/src/main/java/org/fairscan/app/ui/PreviewUtils.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/components/Buttons.kt b/app/src/main/java/org/fairscan/app/ui/components/Buttons.kt index 53be71c..bc58be6 100644 --- a/app/src/main/java/org/fairscan/app/ui/components/Buttons.kt +++ b/app/src/main/java/org/fairscan/app/ui/components/Buttons.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/components/CameraPermission.kt b/app/src/main/java/org/fairscan/app/ui/components/CameraPermission.kt index 87c32ac..280c980 100644 --- a/app/src/main/java/org/fairscan/app/ui/components/CameraPermission.kt +++ b/app/src/main/java/org/fairscan/app/ui/components/CameraPermission.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/components/Dialogs.kt b/app/src/main/java/org/fairscan/app/ui/components/Dialogs.kt index 31c23f1..1770d4d 100644 --- a/app/src/main/java/org/fairscan/app/ui/components/Dialogs.kt +++ b/app/src/main/java/org/fairscan/app/ui/components/Dialogs.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/components/PageList.kt b/app/src/main/java/org/fairscan/app/ui/components/PageList.kt index 7f63403..dc8eb03 100644 --- a/app/src/main/java/org/fairscan/app/ui/components/PageList.kt +++ b/app/src/main/java/org/fairscan/app/ui/components/PageList.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/components/Scaffold.kt b/app/src/main/java/org/fairscan/app/ui/components/Scaffold.kt index 0dc6314..9ea36fa 100644 --- a/app/src/main/java/org/fairscan/app/ui/components/Scaffold.kt +++ b/app/src/main/java/org/fairscan/app/ui/components/Scaffold.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/components/Strings.kt b/app/src/main/java/org/fairscan/app/ui/components/Strings.kt index a85dd34..74768a0 100644 --- a/app/src/main/java/org/fairscan/app/ui/components/Strings.kt +++ b/app/src/main/java/org/fairscan/app/ui/components/Strings.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/screens/DocumentScreen.kt b/app/src/main/java/org/fairscan/app/ui/screens/DocumentScreen.kt index 7fd2cad..380cf81 100644 --- a/app/src/main/java/org/fairscan/app/ui/screens/DocumentScreen.kt +++ b/app/src/main/java/org/fairscan/app/ui/screens/DocumentScreen.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/screens/LibrariesScreen.kt b/app/src/main/java/org/fairscan/app/ui/screens/LibrariesScreen.kt index 551ba5b..7b2a1f8 100644 --- a/app/src/main/java/org/fairscan/app/ui/screens/LibrariesScreen.kt +++ b/app/src/main/java/org/fairscan/app/ui/screens/LibrariesScreen.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/screens/about/AboutScreen.kt b/app/src/main/java/org/fairscan/app/ui/screens/about/AboutScreen.kt index f4bd213..64773f9 100644 --- a/app/src/main/java/org/fairscan/app/ui/screens/about/AboutScreen.kt +++ b/app/src/main/java/org/fairscan/app/ui/screens/about/AboutScreen.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/screens/about/AboutUiState.kt b/app/src/main/java/org/fairscan/app/ui/screens/about/AboutUiState.kt index b82d379..9494456 100644 --- a/app/src/main/java/org/fairscan/app/ui/screens/about/AboutUiState.kt +++ b/app/src/main/java/org/fairscan/app/ui/screens/about/AboutUiState.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/screens/about/AboutViewModel.kt b/app/src/main/java/org/fairscan/app/ui/screens/about/AboutViewModel.kt index d3a9d22..88fbd25 100644 --- a/app/src/main/java/org/fairscan/app/ui/screens/about/AboutViewModel.kt +++ b/app/src/main/java/org/fairscan/app/ui/screens/about/AboutViewModel.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/screens/about/Emails.kt b/app/src/main/java/org/fairscan/app/ui/screens/about/Emails.kt index 29d7aba..7f9adda 100644 --- a/app/src/main/java/org/fairscan/app/ui/screens/about/Emails.kt +++ b/app/src/main/java/org/fairscan/app/ui/screens/about/Emails.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/screens/camera/CameraPreview.kt b/app/src/main/java/org/fairscan/app/ui/screens/camera/CameraPreview.kt index 8171360..d016cbb 100644 --- a/app/src/main/java/org/fairscan/app/ui/screens/camera/CameraPreview.kt +++ b/app/src/main/java/org/fairscan/app/ui/screens/camera/CameraPreview.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/screens/camera/CameraScreen.kt b/app/src/main/java/org/fairscan/app/ui/screens/camera/CameraScreen.kt index fa26a76..9882b4b 100644 --- a/app/src/main/java/org/fairscan/app/ui/screens/camera/CameraScreen.kt +++ b/app/src/main/java/org/fairscan/app/ui/screens/camera/CameraScreen.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/screens/camera/CameraUiState.kt b/app/src/main/java/org/fairscan/app/ui/screens/camera/CameraUiState.kt index 2aa09f0..dacaa2a 100644 --- a/app/src/main/java/org/fairscan/app/ui/screens/camera/CameraUiState.kt +++ b/app/src/main/java/org/fairscan/app/ui/screens/camera/CameraUiState.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/screens/camera/CameraViewModel.kt b/app/src/main/java/org/fairscan/app/ui/screens/camera/CameraViewModel.kt index 9c0829d..94bcd7d 100644 --- a/app/src/main/java/org/fairscan/app/ui/screens/camera/CameraViewModel.kt +++ b/app/src/main/java/org/fairscan/app/ui/screens/camera/CameraViewModel.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/screens/camera/QuadStabilizer.kt b/app/src/main/java/org/fairscan/app/ui/screens/camera/QuadStabilizer.kt index 4d92db0..c4aed6d 100644 --- a/app/src/main/java/org/fairscan/app/ui/screens/camera/QuadStabilizer.kt +++ b/app/src/main/java/org/fairscan/app/ui/screens/camera/QuadStabilizer.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/screens/export/ExportScreen.kt b/app/src/main/java/org/fairscan/app/ui/screens/export/ExportScreen.kt index 58f2cfc..b682d0e 100644 --- a/app/src/main/java/org/fairscan/app/ui/screens/export/ExportScreen.kt +++ b/app/src/main/java/org/fairscan/app/ui/screens/export/ExportScreen.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/screens/export/ExportUiState.kt b/app/src/main/java/org/fairscan/app/ui/screens/export/ExportUiState.kt index 4958848..9df11ce 100644 --- a/app/src/main/java/org/fairscan/app/ui/screens/export/ExportUiState.kt +++ b/app/src/main/java/org/fairscan/app/ui/screens/export/ExportUiState.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/screens/export/ExportViewModel.kt b/app/src/main/java/org/fairscan/app/ui/screens/export/ExportViewModel.kt index 430a5c1..f1ddc25 100644 --- a/app/src/main/java/org/fairscan/app/ui/screens/export/ExportViewModel.kt +++ b/app/src/main/java/org/fairscan/app/ui/screens/export/ExportViewModel.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/screens/home/HomeScreen.kt b/app/src/main/java/org/fairscan/app/ui/screens/home/HomeScreen.kt index 589cc16..df28978 100644 --- a/app/src/main/java/org/fairscan/app/ui/screens/home/HomeScreen.kt +++ b/app/src/main/java/org/fairscan/app/ui/screens/home/HomeScreen.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/screens/home/HomeUiState.kt b/app/src/main/java/org/fairscan/app/ui/screens/home/HomeUiState.kt index 5097800..77f4323 100644 --- a/app/src/main/java/org/fairscan/app/ui/screens/home/HomeUiState.kt +++ b/app/src/main/java/org/fairscan/app/ui/screens/home/HomeUiState.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/screens/home/HomeViewModel.kt b/app/src/main/java/org/fairscan/app/ui/screens/home/HomeViewModel.kt index e31c17c..97a98d3 100644 --- a/app/src/main/java/org/fairscan/app/ui/screens/home/HomeViewModel.kt +++ b/app/src/main/java/org/fairscan/app/ui/screens/home/HomeViewModel.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/screens/settings/SettingsRepository.kt b/app/src/main/java/org/fairscan/app/ui/screens/settings/SettingsRepository.kt index 322d159..0993cbf 100644 --- a/app/src/main/java/org/fairscan/app/ui/screens/settings/SettingsRepository.kt +++ b/app/src/main/java/org/fairscan/app/ui/screens/settings/SettingsRepository.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/screens/settings/SettingsScreen.kt b/app/src/main/java/org/fairscan/app/ui/screens/settings/SettingsScreen.kt index 88ddf43..d379398 100644 --- a/app/src/main/java/org/fairscan/app/ui/screens/settings/SettingsScreen.kt +++ b/app/src/main/java/org/fairscan/app/ui/screens/settings/SettingsScreen.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/screens/settings/SettingsViewModel.kt b/app/src/main/java/org/fairscan/app/ui/screens/settings/SettingsViewModel.kt index 5533ae8..e9f54b0 100644 --- a/app/src/main/java/org/fairscan/app/ui/screens/settings/SettingsViewModel.kt +++ b/app/src/main/java/org/fairscan/app/ui/screens/settings/SettingsViewModel.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/state/DocumentUiModel.kt b/app/src/main/java/org/fairscan/app/ui/state/DocumentUiModel.kt index 043babb..5687d7b 100644 --- a/app/src/main/java/org/fairscan/app/ui/state/DocumentUiModel.kt +++ b/app/src/main/java/org/fairscan/app/ui/state/DocumentUiModel.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/theme/Color.kt b/app/src/main/java/org/fairscan/app/ui/theme/Color.kt index 2ff51f9..d703bbe 100644 --- a/app/src/main/java/org/fairscan/app/ui/theme/Color.kt +++ b/app/src/main/java/org/fairscan/app/ui/theme/Color.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/theme/Theme.kt b/app/src/main/java/org/fairscan/app/ui/theme/Theme.kt index 3d7bc1b..9031e07 100644 --- a/app/src/main/java/org/fairscan/app/ui/theme/Theme.kt +++ b/app/src/main/java/org/fairscan/app/ui/theme/Theme.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/main/java/org/fairscan/app/ui/theme/Type.kt b/app/src/main/java/org/fairscan/app/ui/theme/Type.kt index 6869381..e95b027 100644 --- a/app/src/main/java/org/fairscan/app/ui/theme/Type.kt +++ b/app/src/main/java/org/fairscan/app/ui/theme/Type.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/test/java/org/fairscan/app/data/FileManagerTest.kt b/app/src/test/java/org/fairscan/app/data/FileManagerTest.kt index 037b3c5..1df2be8 100644 --- a/app/src/test/java/org/fairscan/app/data/FileManagerTest.kt +++ b/app/src/test/java/org/fairscan/app/data/FileManagerTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/test/java/org/fairscan/app/data/ImageRepositoryTest.kt b/app/src/test/java/org/fairscan/app/data/ImageRepositoryTest.kt index 51068b2..266a74f 100644 --- a/app/src/test/java/org/fairscan/app/data/ImageRepositoryTest.kt +++ b/app/src/test/java/org/fairscan/app/data/ImageRepositoryTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/test/java/org/fairscan/app/data/LogRepositoryTest.kt b/app/src/test/java/org/fairscan/app/data/LogRepositoryTest.kt index ee248aa..8f7cc10 100644 --- a/app/src/test/java/org/fairscan/app/data/LogRepositoryTest.kt +++ b/app/src/test/java/org/fairscan/app/data/LogRepositoryTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/test/java/org/fairscan/app/data/PageStoreTest.kt b/app/src/test/java/org/fairscan/app/data/PageStoreTest.kt index 61072d9..9f04797 100644 --- a/app/src/test/java/org/fairscan/app/data/PageStoreTest.kt +++ b/app/src/test/java/org/fairscan/app/data/PageStoreTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/test/java/org/fairscan/app/domain/RotationTest.kt b/app/src/test/java/org/fairscan/app/domain/RotationTest.kt index 5af4b6c..ddf55f4 100644 --- a/app/src/test/java/org/fairscan/app/domain/RotationTest.kt +++ b/app/src/test/java/org/fairscan/app/domain/RotationTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/app/src/test/java/org/fairscan/app/ui/NavigationTest.kt b/app/src/test/java/org/fairscan/app/ui/NavigationTest.kt index 12d9953..c199424 100644 --- a/app/src/test/java/org/fairscan/app/ui/NavigationTest.kt +++ b/app/src/test/java/org/fairscan/app/ui/NavigationTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/evaluation/src/main/java/org/fairscan/evaluation/ColorDetectionEvaluator.kt b/evaluation/src/main/java/org/fairscan/evaluation/ColorDetectionEvaluator.kt index b94845c..3efd57f 100644 --- a/evaluation/src/main/java/org/fairscan/evaluation/ColorDetectionEvaluator.kt +++ b/evaluation/src/main/java/org/fairscan/evaluation/ColorDetectionEvaluator.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/evaluation/src/main/java/org/fairscan/evaluation/CsvMetadata.kt b/evaluation/src/main/java/org/fairscan/evaluation/CsvMetadata.kt index 44a7ea3..0cfdbbd 100644 --- a/evaluation/src/main/java/org/fairscan/evaluation/CsvMetadata.kt +++ b/evaluation/src/main/java/org/fairscan/evaluation/CsvMetadata.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/evaluation/src/main/java/org/fairscan/evaluation/DatasetEvaluator.kt b/evaluation/src/main/java/org/fairscan/evaluation/DatasetEvaluator.kt index a74ebfe..a93c407 100644 --- a/evaluation/src/main/java/org/fairscan/evaluation/DatasetEvaluator.kt +++ b/evaluation/src/main/java/org/fairscan/evaluation/DatasetEvaluator.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/evaluation/src/main/java/org/fairscan/evaluation/ExportQualityEvaluator.kt b/evaluation/src/main/java/org/fairscan/evaluation/ExportQualityEvaluator.kt index 10e6a41..d065279 100644 --- a/evaluation/src/main/java/org/fairscan/evaluation/ExportQualityEvaluator.kt +++ b/evaluation/src/main/java/org/fairscan/evaluation/ExportQualityEvaluator.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/imageprocessing/src/main/java/org/fairscan/imageprocessing/ColorDetection.kt b/imageprocessing/src/main/java/org/fairscan/imageprocessing/ColorDetection.kt index 1ea50b9..5d72e10 100644 --- a/imageprocessing/src/main/java/org/fairscan/imageprocessing/ColorDetection.kt +++ b/imageprocessing/src/main/java/org/fairscan/imageprocessing/ColorDetection.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/imageprocessing/src/main/java/org/fairscan/imageprocessing/DocumentDetection.kt b/imageprocessing/src/main/java/org/fairscan/imageprocessing/DocumentDetection.kt index ca9b755..b6ce6e3 100644 --- a/imageprocessing/src/main/java/org/fairscan/imageprocessing/DocumentDetection.kt +++ b/imageprocessing/src/main/java/org/fairscan/imageprocessing/DocumentDetection.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/imageprocessing/src/main/java/org/fairscan/imageprocessing/Geometry.kt b/imageprocessing/src/main/java/org/fairscan/imageprocessing/Geometry.kt index f0af04b..1efa857 100644 --- a/imageprocessing/src/main/java/org/fairscan/imageprocessing/Geometry.kt +++ b/imageprocessing/src/main/java/org/fairscan/imageprocessing/Geometry.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/imageprocessing/src/main/java/org/fairscan/imageprocessing/PostProcessing.kt b/imageprocessing/src/main/java/org/fairscan/imageprocessing/PostProcessing.kt index 325afc5..b9106c0 100644 --- a/imageprocessing/src/main/java/org/fairscan/imageprocessing/PostProcessing.kt +++ b/imageprocessing/src/main/java/org/fairscan/imageprocessing/PostProcessing.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/imageprocessing/src/main/java/org/fairscan/imageprocessing/Utils.kt b/imageprocessing/src/main/java/org/fairscan/imageprocessing/Utils.kt index 9ef6d49..6371e95 100644 --- a/imageprocessing/src/main/java/org/fairscan/imageprocessing/Utils.kt +++ b/imageprocessing/src/main/java/org/fairscan/imageprocessing/Utils.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/imageprocessing/src/main/java/org/fairscan/imageprocessing/quad/AdaptiveThreshold.kt b/imageprocessing/src/main/java/org/fairscan/imageprocessing/quad/AdaptiveThreshold.kt index d59f5e5..af1907e 100644 --- a/imageprocessing/src/main/java/org/fairscan/imageprocessing/quad/AdaptiveThreshold.kt +++ b/imageprocessing/src/main/java/org/fairscan/imageprocessing/quad/AdaptiveThreshold.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/imageprocessing/src/main/java/org/fairscan/imageprocessing/quad/MinAreaRect.kt b/imageprocessing/src/main/java/org/fairscan/imageprocessing/quad/MinAreaRect.kt index 28fa9c5..f6bc5fb 100644 --- a/imageprocessing/src/main/java/org/fairscan/imageprocessing/quad/MinAreaRect.kt +++ b/imageprocessing/src/main/java/org/fairscan/imageprocessing/quad/MinAreaRect.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/imageprocessing/src/main/java/org/fairscan/imageprocessing/quad/RightAngles.kt b/imageprocessing/src/main/java/org/fairscan/imageprocessing/quad/RightAngles.kt index c32c6d8..749c877 100644 --- a/imageprocessing/src/main/java/org/fairscan/imageprocessing/quad/RightAngles.kt +++ b/imageprocessing/src/main/java/org/fairscan/imageprocessing/quad/RightAngles.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free diff --git a/imageprocessing/src/test/java/org/fairscan/imageprocessing/GeometryTest.kt b/imageprocessing/src/test/java/org/fairscan/imageprocessing/GeometryTest.kt index fa7a17d..4b68602 100644 --- a/imageprocessing/src/test/java/org/fairscan/imageprocessing/GeometryTest.kt +++ b/imageprocessing/src/test/java/org/fairscan/imageprocessing/GeometryTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025 Pierre-Yves Nicolas + * Copyright 2025-2026 Pierre-Yves Nicolas * * 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 the Free