From 14fd449668a85d5a65df56c1c87cd86c04f58ac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moussouni=2C=20Ya=C3=ABl?= Date: Thu, 1 Jan 2026 00:39:23 +0100 Subject: [PATCH] 2026-01-01: Updated copyright --- .!23569!.DS_Store | Bin 0 -> 24 bytes .!25082!.DS_Store | Bin 0 -> 24 bytes README.md | 2 +- activate.sh | 4 ++-- arxtic.sh | 4 ++-- cfg/general_config.cfg | 6 +++--- setup.sh | 4 ++-- src/ads_api.py | 4 ++-- src/arxiv_api.py | 4 ++-- src/arxtic.py | 4 ++-- src/local_api.py | 4 ++-- src/utils.py | 4 ++-- 12 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 .!23569!.DS_Store create mode 100644 .!25082!.DS_Store diff --git a/.!23569!.DS_Store b/.!23569!.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..d0e2670146370e09d0fae51d9b9088cd7c57f129 GIT binary patch literal 24 bcmZQzU|@7AO)+F(5MW?n-~eI}&B6r$8Sepv literal 0 HcmV?d00001 diff --git a/.!25082!.DS_Store b/.!25082!.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..d0e2670146370e09d0fae51d9b9088cd7c57f129 GIT binary patch literal 24 bcmZQzU|@7AO)+F(5MW?n-~eI}&B6r$8Sepv literal 0 HcmV?d00001 diff --git a/README.md b/README.md index 6a7d26b..5011525 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Finally, you may want to add filters. For each field you want to filter, create **ArXtic** -Copyright (C) 2025 Yaël Moussouni (yael.moussouni@etu.unistra.fr) +Copyright (C) 2026 Yaël Moussouni (yael.moussouni@etu.unistra.fr) 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 Software Foundation; either version 3 of the License, or (at your option) any later version. diff --git a/activate.sh b/activate.sh index 189664a..4dfad90 100755 --- a/activate.sh +++ b/activate.sh @@ -7,10 +7,10 @@ # # Licence: # ArXtic -# Copyright (C) 2025 Yaël Moussouni (yael.moussouni@etu.unistra.fr) +# Copyright (C) 2026 Yaël Moussouni (yael.moussouni@etu.unistra.fr) # # activate.sh -# Copyright (C) 2025 Yaël Moussouni (yael.moussouni@etu.unistra.fr) +# Copyright (C) 2026 Yaël Moussouni (yael.moussouni@etu.unistra.fr) # # 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 diff --git a/arxtic.sh b/arxtic.sh index 9d17c7c..d1f7f9c 100755 --- a/arxtic.sh +++ b/arxtic.sh @@ -7,10 +7,10 @@ # # Licence: # ArXtic -# Copyright (C) 2025 Yaël Moussouni (yael.moussouni@etu.unistra.fr) +# Copyright (C) 2026 Yaël Moussouni (yael.moussouni@etu.unistra.fr) # # arXtic -# Copyright (C) 2025 Yaël Moussouni (yael.moussouni@etu.unistra.fr) +# Copyright (C) 2026 Yaël Moussouni (yael.moussouni@etu.unistra.fr) # # 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 diff --git a/cfg/general_config.cfg b/cfg/general_config.cfg index b288cce..0a96d45 100644 --- a/cfg/general_config.cfg +++ b/cfg/general_config.cfg @@ -10,10 +10,10 @@ # # Licence: # ArXtic -# Copyright (C) 2025 Yaël Moussouni (yael.moussouni@etu.unistra.fr) +# Copyright (C) 2026 Yaël Moussouni (yael.moussouni@etu.unistra.fr) # # general_config.cfg -# Copyright (C) 2025 Yaël Moussouni (yael.moussouni@etu.unistra.fr) +# Copyright (C) 2026 Yaël Moussouni (yael.moussouni@etu.unistra.fr) # # 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 @@ -45,5 +45,5 @@ ARXIV_RSS_URL="https://rss.arxiv.org/atom/astro-ph" ADSABS_QUERY_URL="https://api.adsabs.harvard.edu/v1/search/query?" ADSABS_EXPORT_URL="https://api.adsabs.harvard.edu/v1/export/bibtexabs/" -OPT_PDF_READER="/bin/flatpak run com.github.ahrm.sioyek" +OPT_PDF_READER="sioyek" OPT_TXT_EDITOR="nvim" diff --git a/setup.sh b/setup.sh index 16fe31a..3d5d96a 100755 --- a/setup.sh +++ b/setup.sh @@ -7,10 +7,10 @@ # # Licence: # ArXtic -# Copyright (C) 2025 Yaël Moussouni (yael.moussouni@etu.unistra.fr) +# Copyright (C) 2026 Yaël Moussouni (yael.moussouni@etu.unistra.fr) # # setup.sh -# Copyright (C) 2025 Yaël Moussouni (yael.moussouni@etu.unistra.fr) +# Copyright (C) 2026 Yaël Moussouni (yael.moussouni@etu.unistra.fr) # # 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 diff --git a/src/ads_api.py b/src/ads_api.py index 9a562ce..42342c5 100644 --- a/src/ads_api.py +++ b/src/ads_api.py @@ -12,10 +12,10 @@ ArXtic queries arXiv and filters the output. Licence: ArXtic -Copyright (C) 2025 Yaël Moussouni (yael.moussouni@etu.unistra.fr) +Copyright (C) 2026 Yaël Moussouni (yael.moussouni@etu.unistra.fr) ads_api.py -Copyright (C) 2025 Yaël Moussouni (yael.moussouni@etu.unistra.fr) +Copyright (C) 2026 Yaël Moussouni (yael.moussouni@etu.unistra.fr) 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 diff --git a/src/arxiv_api.py b/src/arxiv_api.py index 7382f58..c3d86c3 100644 --- a/src/arxiv_api.py +++ b/src/arxiv_api.py @@ -12,10 +12,10 @@ ArXtic queries arXiv and filters the output. Licence: ArXtic -Copyright (C) 2025 Yaël Moussouni (yael.moussouni@etu.unistra.fr) +Copyright (C) 2026 Yaël Moussouni (yael.moussouni@etu.unistra.fr) arxiv_api.py -Copyright (C) 2025 Yaël Moussouni (yael.moussouni@etu.unistra.fr) +Copyright (C) 2026 Yaël Moussouni (yael.moussouni@etu.unistra.fr) 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 diff --git a/src/arxtic.py b/src/arxtic.py index 0d7f9c0..f11508e 100644 --- a/src/arxtic.py +++ b/src/arxtic.py @@ -12,10 +12,10 @@ ArXtic queries arXiv and filters the output. Licence: ArXtic -Copyright (C) 2025 Yaël Moussouni (yael.moussouni@etu.unistra.fr) +Copyright (C) 2026 Yaël Moussouni (yael.moussouni@etu.unistra.fr) arxtic.py -Copyright (C) 2025 Yaël Moussouni (yael.moussouni@etu.unistra.fr) +Copyright (C) 2026 Yaël Moussouni (yael.moussouni@etu.unistra.fr) 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 diff --git a/src/local_api.py b/src/local_api.py index 1d42847..0041b1a 100644 --- a/src/local_api.py +++ b/src/local_api.py @@ -12,10 +12,10 @@ ArXtic queries arXiv and filters the output. Licence: ArXtic -Copyright (C) 2025 Yaël Moussouni (yael.moussouni@etu.unistra.fr) +Copyright (C) 2026 Yaël Moussouni (yael.moussouni@etu.unistra.fr) local_api.py -Copyright (C) 2025 Yaël Moussouni (yael.moussouni@etu.unistra.fr) +Copyright (C) 2026 Yaël Moussouni (yael.moussouni@etu.unistra.fr) 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 diff --git a/src/utils.py b/src/utils.py index 7e62681..3775051 100644 --- a/src/utils.py +++ b/src/utils.py @@ -12,10 +12,10 @@ ArXtic queries arXiv and filters the output. Licence: ArXtic -Copyright (C) 2025 Yaël Moussouni (yael.moussouni@etu.unistra.fr) +Copyright (C) 2026 Yaël Moussouni (yael.moussouni@etu.unistra.fr) utils.py -Copyright (C) 2025 Yaël Moussouni (yael.moussouni@etu.unistra.fr) +Copyright (C) 2026 Yaël Moussouni (yael.moussouni@etu.unistra.fr) 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