diff --git a/LICENSE_HEADER b/LICENSE_HEADER index 27778642..c81881ef 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 a974bcd1..c9cfa4ce 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 df940639..33396438 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 f36806f9..f0484847 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 fc8a14d0..d0f46cd0 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 514f6453..0a4ab884 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 89b1c5ec..7e920754 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 264c3fed..9f5405f0 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 189d56d2..7089cd14 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 efced7eb..3d55c522 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 36c73076..fb23b5d1 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 297dd7a7..a0855ec3 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 1d434393..67812c58 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 86ce46d1..c1676040 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 45b24d5b..9d53ab30 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 2e1edd19..0a6c5cdb 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 f3897d2d..9a1bd289 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 97e922e1..7d9f7995 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 6042e9bc..262a0ed6 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 54e68c10..485b43a5 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 fb7b52c6..eaed24c6 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 193a71bc..bafdb43d 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 f593c92b..5949aa2a 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 a4d9c1ed..a6d77419 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 e4d9a1e0..048abc0b 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 bc58be69..86c15d52 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 280c980b..e26c9446 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 1770d4da..83cf809f 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 ed31269e..7717ec72 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 f104936a..d5b2271e 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 74768a08..ef46bee9 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 7b2a1f8c..14ecb18f 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 64773f98..02b07dac 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 9494456e..a071d589 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 88fbd254..50ed998f 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 7f9addaf..e4625dae 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 c230d8db..a56a2da6 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 5d9dc49a..342bea34 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 2a12b249..14beb6d8 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 23de9cf9..3d46eec9 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 bba6b2d4..1c785f76 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 a57c2666..a3e3bbcb 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 992c768d..5c7d4fda 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 e84e53a5..dd5274e0 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 d002a2a4..c60d1fc6 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 43d62232..5c3bb970 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 f9e0f194..c503a410 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 e5370d8d..099a5970 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 ffca65d8..40aba040 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 521e05a1..13bbc604 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 d703bbe6..3a560139 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 9031e070..1c8189c6 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 e95b027b..e675c8e6 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 2312136f..516589e1 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 6cc00633..29b9f8a2 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 8f7cc105..2f8f7965 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 9f04797c..4a05f622 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 ddf55f46..7ba328e0 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 08b9ec58..302532af 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 24ad4b8d..d61fad18 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 0cfdbbdf..b3ef5d5d 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 e503e85a..7f4fc619 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 4b4482cb..a6699c2b 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 7d0ec168..982eeb05 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 c6e7b0ce..8e7eb64f 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 741f9d5f..25a17f09 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 af14b69f..5f3fb056 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 c4cea6ae..fc6bf2da 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 75e42a8a..375284d8 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 4dc52d33..2e8368e4 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 f2650dc8..ec0d76fd 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 ee109f5d..b1f9fdad 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 f6bc5fb9..1e077071 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 312f0c0f..0a6b063c 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 d7c7ff6f..54893cd0 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