From 585fb0020ce1f9fd75c5cd406755aa1dff9108e6 Mon Sep 17 00:00:00 2001 From: Kristina Mazur <kristina.mazur@tum.de> Date: Fri, 28 Feb 2025 15:24:49 +0100 Subject: [PATCH] Update gitlab-ci header, CODEOWNERS, LICENCE --- .gitlab-ci.yml | 12 ++++++++---- CODEOWNERS | 2 +- LICENSE | 4 ++-- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18051f0..bd2b494 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ -# Setup the pipeline for deploying the project homepage -# Copyright (c) UNICADO 2023 +# UNICADO - UNIversity Conceptual Aircraft Design and Optimization +# +# Copyright (C) 2025 UNICADO consortium # # 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 @@ -8,11 +9,14 @@ # # 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 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <https://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# +# Description: +# This file is part of UNICADO. # === Configure pipeline === # This section defines the stages of the pipeline: build and deploy diff --git a/CODEOWNERS b/CODEOWNERS index 425e679..1d9c800 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,5 +1,5 @@ # Repository-specific code ownership - * @unicado-consortium/tum @unicado-consortium/tuhh @unicado-consortium/tub-fmra + * @kbistreck # File-specific code ownership .gitattributes @Florian.Schueltke diff --git a/LICENSE b/LICENSE index fedde47..e06ae69 100644 --- a/LICENSE +++ b/LICENSE @@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. <one line to give the program's name and a brief idea of what it does.> - Copyright (C) 2024 Kristina Mazur + Copyright (C) 2025 UNICADO consortium 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 @@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - <program> Copyright (C) 2024 Kristina Mazur + <program> Copyright (C) 2025 UNICADO consortium This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. -- GitLab