Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
unicado.gitlab.io
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UNICADO
unicado.gitlab.io
Commits
585fb002
Commit
585fb002
authored
2 months ago
by
Kristina Mazur
Browse files
Options
Downloads
Patches
Plain Diff
Update gitlab-ci header, CODEOWNERS, LICENCE
parent
5d862a22
Branches
Branches containing commit
No related tags found
1 merge request
!73
Initial open source version
Pipeline
#1629535
passed
2 months ago
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+8
-4
8 additions, 4 deletions
.gitlab-ci.yml
CODEOWNERS
+1
-1
1 addition, 1 deletion
CODEOWNERS
LICENSE
+2
-2
2 additions, 2 deletions
LICENSE
with
11 additions
and
7 deletions
.gitlab-ci.yml
+
8
−
4
View file @
585fb002
# 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
...
...
This diff is collapsed.
Click to expand it.
CODEOWNERS
+
1
−
1
View file @
585fb002
# Repository-specific code ownership
*
@
unicado-consortium/tum
@unicado-consortium/tuhh
@unicado-consortium/tub-fmra
*
@
kbistreck
# File-specific code ownership
.gitattributes
@Florian.Schueltke
...
...
This diff is collapsed.
Click to expand it.
LICENSE
+
2
−
2
View file @
585fb002
...
...
@@ -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) 202
4 Kristina Mazur
Copyright (C) 202
5 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) 202
4 Kristina Mazur
<program> Copyright (C) 202
5 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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment