From c4554a46b185e555a7ad8b816da15e3a029139a3 Mon Sep 17 00:00:00 2001 From: Hardik Dodiya Date: Mon, 25 Mar 2024 16:49:46 +0100 Subject: [PATCH 1/2] Add badges in README and align reuse --- .reuse/dep5 | 4 ---- README.md | 5 +++++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.reuse/dep5 b/.reuse/dep5 index c2e58d2b..1d117bab 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -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/* 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 From b04e9439ba7b6edd50a1720272c2b5d821851593 Mon Sep 17 00:00:00 2001 From: Hardik Dodiya Date: Mon, 25 Mar 2024 16:52:07 +0100 Subject: [PATCH 2/2] Update boilerplate license --- .reuse/dep5 | 6 +++--- hack/boilerplate.go.txt | 17 ++--------------- 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/.reuse/dep5 b/.reuse/dep5 index 1d117bab..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 @@ -29,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 # -------------------------------------------------- @@ -38,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/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