From ed088329ec79b66be89ec0d9458c5cd446fb729d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moussouni=2C=20Ya=C3=ABl?= Date: Wed, 4 Feb 2026 16:31:26 +0100 Subject: [PATCH] 2026-02-04: Corrected TLP:WHITE to TLP:CLEAR --- README.md | 4 ++-- template.py | 2 +- template.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 77e7411..bf3e3ad 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ - + ```diff -[TLP:WHITE] UNLIMITED DISTRIBUTION +[TLP:CLEAR] UNLIMITED DISTRIBUTION ``` # BIRD: Bird Is a Repository Draft diff --git a/template.py b/template.py index 2c254c2..4168e5c 100644 --- a/template.py +++ b/template.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -#[TLP:WHITE] UNLIMITED DISTRIBUTION +#[TLP:CLEAR] UNLIMITED DISTRIBUTION """ Bird diff --git a/template.sh b/template.sh index b8e91d9..4384b21 100644 --- a/template.sh +++ b/template.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# [TLP:WHITE] UNLIMITED DISTRIBUTION +# [TLP:CLEAR] UNLIMITED DISTRIBUTION # Author: Moussouni, Yaël () # Institution: Université de Strasbourg, CNRS, Observatoire astronomique # de Strasbourg, UMR 7550, F-67000 Strasbourg, France