From 654ba42f2cb30a24a8831238b5d52e7aa7407b80 Mon Sep 17 00:00:00 2001 From: Tjaarda1 <100383348@alumnos.uc3m.es> Date: Fri, 8 Nov 2024 12:16:28 +0100 Subject: [PATCH] licensing: added missing licenses --- .github/workflows/sync_to_nemo.yaml | 14 ++++++++++++++ deployments/l2sm-deployment.yaml | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/.github/workflows/sync_to_nemo.yaml b/.github/workflows/sync_to_nemo.yaml index 6f659bc..a11a74d 100644 --- a/.github/workflows/sync_to_nemo.yaml +++ b/.github/workflows/sync_to_nemo.yaml @@ -1,3 +1,17 @@ +# Copyright 2024 Universidad Carlos III de Madrid +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + name: Sync to GitLab on: diff --git a/deployments/l2sm-deployment.yaml b/deployments/l2sm-deployment.yaml index 7832d21..bfe32c9 100644 --- a/deployments/l2sm-deployment.yaml +++ b/deployments/l2sm-deployment.yaml @@ -1,3 +1,17 @@ +# Copyright 2024 Universidad Carlos III de Madrid +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + --- apiVersion: v1 -- GitLab