diff --git a/.reuse/dep5 b/.reuse/dep5 index c2e58d2b..3b49f71a 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ipxe-operator Upstream-Contact: IronCore authors -Source: https://github.com/ironcore-dev/ironcore +Source: https://github.com/ironcore-dev/ipxe-operator # -------------------------------------------------- # source code @@ -13,7 +13,6 @@ Files: Dockerfile Makefile PROJECT - client-go/openapi/api_violations.report config/* gen/* go.mod @@ -23,9 +22,6 @@ Files: templates/* internal/* cmd/* - mkdocs.yml - models-schema/main.go.tmpl - poollet/machinepoollet/addresses/testdata/addresses.yaml api/* config/* test/* @@ -33,7 +29,7 @@ Files: PROJECT .dockerignore .golangci.yaml -Copyright: 2023 SAP SE or an SAP affiliate company and IronCore contributors +Copyright: 2024 SAP SE or an SAP affiliate company and IronCore contributors License: Apache-2.0 # -------------------------------------------------- @@ -42,5 +38,5 @@ License: Apache-2.0 Files: docs/* README.md -Copyright: 2023 SAP SE or an SAP affiliate company and IronCore contributors +Copyright: 2024 SAP SE or an SAP affiliate company and IronCore contributors License: Apache-2.0 diff --git a/README.md b/README.md index 58a0155e..e82bc197 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # ipxe-operator +[![REUSE status](https://api.reuse.software/badge/github.com/ironcore-dev/ipxe-operator)](https://api.reuse.software/info/github.com/ironcore-dev/ipxe-operator) +[![Go Report Card](https://goreportcard.com/badge/github.com/ironcore-dev/ipxe-operator)](https://goreportcard.com/report/github.com/ironcore-dev/ipxe-operator) +[![GitHub License](https://img.shields.io/static/v1?label=License&message=Apache-2.0&color=blue)](LICENSE) +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://makeapullrequest.com) + The iPXE Operator is a Kubernetes controller designed to streamline the management of iPXE infrastructure within Kubernetes environments. This operator simplifies network booting processes by automating iPXE script generation and ignition content delivery based on Kubernetes Custom Resource Definitions (CRDs). ## Key Components diff --git a/hack/boilerplate.go.txt b/hack/boilerplate.go.txt index ff72ff2a..5ced055a 100644 --- a/hack/boilerplate.go.txt +++ b/hack/boilerplate.go.txt @@ -1,15 +1,2 @@ -/* -Copyright 2024. - -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. -*/ \ No newline at end of file +// SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and IronCore contributors +// SPDX-License-Identifier: Apache-2.0 \ No newline at end of file