```diff [TLP:CLEAR] UNLIMITED DISTRIBUTION ``` # BIRD: Bird Is a Repository Draft Author: Moussouni, Yaël ()\ Institution: Université de Strasbourg, CNRS, Observatoire astronomique de Strasbourg, UMR 7550, F-67000 Strasbourg, France\ Date: 2025-12-06 ## Description Bird is a repository intended to be used as template for different projects. It includes several standard files (`README.md`, `COPYING.txt`, `.gitignore`) and example of file structures for various projects. ## Requirements The following programs may be required: - [Bash](https://www.gnu.org/software/bash/bash.html) or equivalent - [Git](https://github.com/git/git) ## Installation Clone this repository with: ```bash git clone https://codeberg.org/Yael-II/Bird/ ``` ## Usage This repository contains the following standard files: - `.gitignore` - `README.md` - `COPYING.txt` ## Traffic Light Protocole (TLP) The [TLP](https://www.first.org/tlp/) has been introduced in the context of cybersecurity, to indicate the extent to which an information should be shared. This simple and explicit protocol can also be adapted in the context of academic research, where parts of codes, data and results can be under embargo before publication. The security level could be specified at the beginning of the document (source code, email, ...) and vary with 4 levels: ```diff [TLP:CLEAR] UNLIMITED DISCLOSURE + [TLP:GREEN] LIMITED DISCLOSURE: KEEP WITHIN COMMUNITY ! [TLP:AMBER] LIMITED DISCLOSURE: CONDITIONAL SHARING - [TLP:RED] LIMITED DISCLOSURE: DO NOT SHARE ``` Please refer to for more details on the protocole. ## License Copyright (C) 2026 Yaël Moussouni () **Code** 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. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. **Content/Text** The content/text within the project is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/).