From ffe8fdaab500617304caa95998d719e766448105 Mon Sep 17 00:00:00 2001 From: Rado Chmiel Date: Mon, 5 Jun 2023 16:04:01 +0200 Subject: [PATCH] Adding copyright headers --- .../bases/infra.nephio.org_clustercontexts.yaml | 16 ++++++++++++++++ config/crd/bases/infra.nephio.org_networks.yaml | 16 ++++++++++++++++ .../crd/bases/infra.nephio.org_repositories.yaml | 16 ++++++++++++++++ config/crd/bases/infra.nephio.org_tokens.yaml | 16 ++++++++++++++++ .../bases/infra.nephio.org_workloadclusters.yaml | 16 ++++++++++++++++ config/crd/bases/req.nephio.org_capacities.yaml | 16 ++++++++++++++++ .../bases/req.nephio.org_datanetworknames.yaml | 16 ++++++++++++++++ .../crd/bases/req.nephio.org_datanetworks.yaml | 16 ++++++++++++++++ config/crd/bases/req.nephio.org_interfaces.yaml | 16 ++++++++++++++++ .../workload.nephio.org_amfdeployments.yaml | 16 ++++++++++++++++ .../workload.nephio.org_smfdeployments.yaml | 16 ++++++++++++++++ .../workload.nephio.org_upfdeployments.yaml | 16 ++++++++++++++++ test.yaml | 16 ++++++++++++++++ 13 files changed, 208 insertions(+) diff --git a/config/crd/bases/infra.nephio.org_clustercontexts.yaml b/config/crd/bases/infra.nephio.org_clustercontexts.yaml index ebd45224..b4f1958b 100644 --- a/config/crd/bases/infra.nephio.org_clustercontexts.yaml +++ b/config/crd/bases/infra.nephio.org_clustercontexts.yaml @@ -1,3 +1,19 @@ +# Copyright 2023 The Nephio Authors +# +# 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. +# +# SPDX-License-Identifier: Apache-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/config/crd/bases/infra.nephio.org_networks.yaml b/config/crd/bases/infra.nephio.org_networks.yaml index 264d6fcc..1de24009 100644 --- a/config/crd/bases/infra.nephio.org_networks.yaml +++ b/config/crd/bases/infra.nephio.org_networks.yaml @@ -1,3 +1,19 @@ +# Copyright 2023 The Nephio Authors +# +# 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. +# +# SPDX-License-Identifier: Apache-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/config/crd/bases/infra.nephio.org_repositories.yaml b/config/crd/bases/infra.nephio.org_repositories.yaml index be90aa43..8ffc5056 100644 --- a/config/crd/bases/infra.nephio.org_repositories.yaml +++ b/config/crd/bases/infra.nephio.org_repositories.yaml @@ -1,3 +1,19 @@ +# Copyright 2023 The Nephio Authors +# +# 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. +# +# SPDX-License-Identifier: Apache-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/config/crd/bases/infra.nephio.org_tokens.yaml b/config/crd/bases/infra.nephio.org_tokens.yaml index 4a421ee4..4854c9c8 100644 --- a/config/crd/bases/infra.nephio.org_tokens.yaml +++ b/config/crd/bases/infra.nephio.org_tokens.yaml @@ -1,3 +1,19 @@ +# Copyright 2023 The Nephio Authors +# +# 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. +# +# SPDX-License-Identifier: Apache-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/config/crd/bases/infra.nephio.org_workloadclusters.yaml b/config/crd/bases/infra.nephio.org_workloadclusters.yaml index bf1c5dcd..1ca1df73 100644 --- a/config/crd/bases/infra.nephio.org_workloadclusters.yaml +++ b/config/crd/bases/infra.nephio.org_workloadclusters.yaml @@ -1,3 +1,19 @@ +# Copyright 2023 The Nephio Authors +# +# 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. +# +# SPDX-License-Identifier: Apache-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/config/crd/bases/req.nephio.org_capacities.yaml b/config/crd/bases/req.nephio.org_capacities.yaml index db2c9477..d9c164e0 100644 --- a/config/crd/bases/req.nephio.org_capacities.yaml +++ b/config/crd/bases/req.nephio.org_capacities.yaml @@ -1,3 +1,19 @@ +# Copyright 2023 The Nephio Authors +# +# 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. +# +# SPDX-License-Identifier: Apache-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/config/crd/bases/req.nephio.org_datanetworknames.yaml b/config/crd/bases/req.nephio.org_datanetworknames.yaml index b6e26dd6..8c24287f 100644 --- a/config/crd/bases/req.nephio.org_datanetworknames.yaml +++ b/config/crd/bases/req.nephio.org_datanetworknames.yaml @@ -1,3 +1,19 @@ +# Copyright 2023 The Nephio Authors +# +# 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. +# +# SPDX-License-Identifier: Apache-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/config/crd/bases/req.nephio.org_datanetworks.yaml b/config/crd/bases/req.nephio.org_datanetworks.yaml index 664f0afa..312b7d67 100644 --- a/config/crd/bases/req.nephio.org_datanetworks.yaml +++ b/config/crd/bases/req.nephio.org_datanetworks.yaml @@ -1,3 +1,19 @@ +# Copyright 2023 The Nephio Authors +# +# 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. +# +# SPDX-License-Identifier: Apache-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/config/crd/bases/req.nephio.org_interfaces.yaml b/config/crd/bases/req.nephio.org_interfaces.yaml index 610ce91b..ff0afacc 100644 --- a/config/crd/bases/req.nephio.org_interfaces.yaml +++ b/config/crd/bases/req.nephio.org_interfaces.yaml @@ -1,3 +1,19 @@ +# Copyright 2023 The Nephio Authors +# +# 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. +# +# SPDX-License-Identifier: Apache-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/config/crd/bases/workload.nephio.org_amfdeployments.yaml b/config/crd/bases/workload.nephio.org_amfdeployments.yaml index fc5d62e5..1f5247e0 100644 --- a/config/crd/bases/workload.nephio.org_amfdeployments.yaml +++ b/config/crd/bases/workload.nephio.org_amfdeployments.yaml @@ -1,3 +1,19 @@ +# Copyright 2023 The Nephio Authors +# +# 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. +# +# SPDX-License-Identifier: Apache-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/config/crd/bases/workload.nephio.org_smfdeployments.yaml b/config/crd/bases/workload.nephio.org_smfdeployments.yaml index 50c7627c..e3874c35 100644 --- a/config/crd/bases/workload.nephio.org_smfdeployments.yaml +++ b/config/crd/bases/workload.nephio.org_smfdeployments.yaml @@ -1,3 +1,19 @@ +# Copyright 2023 The Nephio Authors +# +# 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. +# +# SPDX-License-Identifier: Apache-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/config/crd/bases/workload.nephio.org_upfdeployments.yaml b/config/crd/bases/workload.nephio.org_upfdeployments.yaml index 5839f61c..4b1f30de 100644 --- a/config/crd/bases/workload.nephio.org_upfdeployments.yaml +++ b/config/crd/bases/workload.nephio.org_upfdeployments.yaml @@ -1,3 +1,19 @@ +# Copyright 2023 The Nephio Authors +# +# 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. +# +# SPDX-License-Identifier: Apache-2.0 + --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/test.yaml b/test.yaml index 3a652611..e625d0d5 100644 --- a/test.yaml +++ b/test.yaml @@ -1,3 +1,19 @@ +# Copyright 2023 The Nephio Authors +# +# 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. +# +# SPDX-License-Identifier: Apache-2.0 + UPF: # the name of the node type: UPF # the type of the node (AN or UPF) nodeID: 10.100.50.241 # the IP/FQDN of N4 interface on this UPF (PFCP)