diff --git a/LICENSE_HEADER b/LICENSE_HEADER index 2777864..c81881e 100644 --- a/LICENSE_HEADER +++ b/LICENSE_HEADER @@ -1,4 +1,4 @@ -Copyright 2025-2026 Pierre-Yves Nicolas +Copyright 2025-2026 The FairScan authors 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 a974bcd..c9cfa4c 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 df94063..3339643 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 f36806f..f048484 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 fc8a14d..d0f46cd 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 514f645..0a4ab88 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 89b1c5e..7e92075 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 264c3fe..9f5405f 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 189d56d..7089cd1 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 efced7e..3d55c52 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 36c7307..fb23b5d 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 297dd7a..a0855ec 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 1d43439..67812c5 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 86ce46d..c167604 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 @@ -12,7 +12,6 @@ * You should have received a copy of the GNU General Public License along with * this program. If not, see . */ - package org.fairscan.app.domain import kotlinx.coroutines.Deferred 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 45b24d5..9d53ab3 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 2e1edd1..0a6c5cd 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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/Image.kt b/app/src/main/java/org/fairscan/app/domain/Image.kt index f3897d2..9a1bd28 100644 --- a/app/src/main/java/org/fairscan/app/domain/Image.kt +++ b/app/src/main/java/org/fairscan/app/domain/Image.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 97e922e..7d9f799 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 6042e9b..262a0ed 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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/AndroidImageLoader.kt b/app/src/main/java/org/fairscan/app/platform/AndroidImageLoader.kt index 54e68c1..485b43a 100644 --- a/app/src/main/java/org/fairscan/app/platform/AndroidImageLoader.kt +++ b/app/src/main/java/org/fairscan/app/platform/AndroidImageLoader.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 fb7b52c..eaed24c 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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/ImageProcessor.kt b/app/src/main/java/org/fairscan/app/platform/ImageProcessor.kt index 193a71b..bafdb43 100644 --- a/app/src/main/java/org/fairscan/app/platform/ImageProcessor.kt +++ b/app/src/main/java/org/fairscan/app/platform/ImageProcessor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 f593c92..5949aa2 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 a4d9c1e..a6d7741 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 e4d9a1e..048abc0 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 bc58be6..86c15d5 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 280c980..e26c944 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 1770d4d..83cf809 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 ed31269..7717ec7 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 f104936..d5b2271 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 74768a0..ef46bee 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 7b2a1f8..14ecb18 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 64773f9..02b07da 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 9494456..a071d58 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 88fbd25..50ed998 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 7f9adda..e4625da 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 c230d8d..a56a2da 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 5d9dc49..342bea3 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 2a12b24..14beb6d 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 23de9cf..3d46eec 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 bba6b2d..1c785f7 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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/document/DocumentScreen.kt b/app/src/main/java/org/fairscan/app/ui/screens/document/DocumentScreen.kt index a57c266..a3e3bbc 100644 --- a/app/src/main/java/org/fairscan/app/ui/screens/document/DocumentScreen.kt +++ b/app/src/main/java/org/fairscan/app/ui/screens/document/DocumentScreen.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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/document/DocumentUiState.kt b/app/src/main/java/org/fairscan/app/ui/screens/document/DocumentUiState.kt index 992c768..5c7d4fd 100644 --- a/app/src/main/java/org/fairscan/app/ui/screens/document/DocumentUiState.kt +++ b/app/src/main/java/org/fairscan/app/ui/screens/document/DocumentUiState.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 e84e53a..dd5274e 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 d002a2a..c60d1fc 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 43d6223..5c3bb97 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 f9e0f19..c503a41 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 e5370d8..099a597 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 ffca65d..40aba04 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 521e05a..13bbc60 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 d703bbe..3a56013 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 9031e07..1c8189c 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 e95b027..e675c8e 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 2312136..516589e 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 6cc0063..29b9f8a 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 8f7cc10..2f8f796 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 9f04797..4a05f62 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 ddf55f4..7ba328e 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 08b9ec5..302532a 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 24ad4b8..d61fad1 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 0cfdbbd..b3ef5d5 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 e503e85..7f4fc61 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 4b4482c..a6699c2 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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/QuadDetectionEvaluator.kt b/evaluation/src/main/java/org/fairscan/evaluation/QuadDetectionEvaluator.kt index 7d0ec16..982eeb0 100644 --- a/evaluation/src/main/java/org/fairscan/evaluation/QuadDetectionEvaluator.kt +++ b/evaluation/src/main/java/org/fairscan/evaluation/QuadDetectionEvaluator.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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/SegmentationComparison.kt b/evaluation/src/main/java/org/fairscan/evaluation/SegmentationComparison.kt index c6e7b0c..8e7eb64 100644 --- a/evaluation/src/main/java/org/fairscan/evaluation/SegmentationComparison.kt +++ b/evaluation/src/main/java/org/fairscan/evaluation/SegmentationComparison.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 741f9d5..25a17f0 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 af14b69..5f3fb05 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 c4cea6a..fc6bf2d 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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/Perspective.kt b/imageprocessing/src/main/java/org/fairscan/imageprocessing/Perspective.kt index 75e42a8..375284d 100644 --- a/imageprocessing/src/main/java/org/fairscan/imageprocessing/Perspective.kt +++ b/imageprocessing/src/main/java/org/fairscan/imageprocessing/Perspective.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 4dc52d3..2e8368e 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 f2650dc..ec0d76f 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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/ContourOrientation.kt b/imageprocessing/src/main/java/org/fairscan/imageprocessing/quad/ContourOrientation.kt index ee109f5..b1f9fda 100644 --- a/imageprocessing/src/main/java/org/fairscan/imageprocessing/quad/ContourOrientation.kt +++ b/imageprocessing/src/main/java/org/fairscan/imageprocessing/quad/ContourOrientation.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 f6bc5fb..1e07707 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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/QuadScore.kt b/imageprocessing/src/main/java/org/fairscan/imageprocessing/quad/QuadScore.kt index 312f0c0..0a6b063 100644 --- a/imageprocessing/src/main/java/org/fairscan/imageprocessing/quad/QuadScore.kt +++ b/imageprocessing/src/main/java/org/fairscan/imageprocessing/quad/QuadScore.kt @@ -1,5 +1,5 @@ /* - * Copyright 2025-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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 d7c7ff6..54893cd 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-2026 Pierre-Yves Nicolas + * Copyright 2025-2026 The FairScan authors * * 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