Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make repo compliant #127

Merged
merged 1 commit into from
Feb 29, 2024
Merged

Make repo compliant #127

merged 1 commit into from
Feb 29, 2024

Conversation

RaphaelVogel
Copy link
Member

How to categorize this PR?
/area compliance
/kind cleanup

What this PR does / why we need it:

  • Updated CONTRIBUTING.md file
  • Deleted NOTICE.md file
  • Created/Updated LICENSE file
    • Deleted LICENSE.md file
  • Created/Updated .reuse/dep5 file
  • Created/Updated LICENSES folder
  • Added badge for reuse compliance in README.md file and registered repo with REUSE API
  • License/Copyright header replacement for 'non-go' files
    • Makefile
    • hack/update-github-templates.sh
    • hack/update-codegen.sh
  • License/Copyright header replacement for 'go' files
    • cmd/gardener-extension-os-suse-chost/main.go
    • cmd/gardener-extension-os-suse-chost/app/app.go
    • charts/gardener-extension-os-suse-chost/doc.go
    • hack/tools.go
    • pkg/apis/memoryonechost/register.go
    • pkg/apis/memoryonechost/types.go
    • pkg/apis/memoryonechost/doc.go
    • pkg/apis/memoryonechost/install/install.go
    • pkg/apis/memoryonechost/v1alpha1/register.go
    • pkg/apis/memoryonechost/v1alpha1/types.go
    • pkg/apis/memoryonechost/v1alpha1/defaults.go
    • pkg/apis/memoryonechost/v1alpha1/doc.go
    • pkg/susechost/constants.go
    • pkg/controller/operatingsystemconfig/add.go
    • pkg/controller/operatingsystemconfig/actuator.go
    • pkg/controller/operatingsystemconfig/actuator_test.go
    • pkg/controller/operatingsystemconfig/operatingsystemconfig_suite_test.go
    • pkg/controller/operatingsystemconfig/generator/script_test.go
    • pkg/controller/operatingsystemconfig/generator/generator_suite_test.go
    • pkg/controller/operatingsystemconfig/generator/generator.go
    • pkg/controller/operatingsystemconfig/generator/testfiles/script/embed.go
    • pkg/memoryone/values.go
    • pkg/memoryone/constants.go

Additional information
To keep this repository compliant, CODEOWNERS must maintain their third party dependencies in the vendor folder using .reuse/dep5 file. To prevent constant maintenance effort, it is highly recommended to remove the vendor folder. In this case no third party dependencies of the vendor folder must be maintained anymore!

@RaphaelVogel RaphaelVogel requested review from a team as code owners February 29, 2024 09:37
@gardener-robot gardener-robot added needs/review Needs review kind/api-change API change with impact on API users needs/second-opinion Needs second review by someone else area/compliance Compliance related kind/cleanup Something that is not needed anymore and can be cleaned up size/xl Size of pull request is huge (see gardener-robot robot/bots/size.py) labels Feb 29, 2024
@gardener-robot-ci-3 gardener-robot-ci-3 added reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) and removed reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) labels Feb 29, 2024
Copy link
Contributor

@MrBatschner MrBatschner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@gardener-robot gardener-robot added reviewed/lgtm Has approval for merging and removed needs/review Needs review needs/second-opinion Needs second review by someone else labels Feb 29, 2024
@gardener-robot-ci-3 gardener-robot-ci-3 added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Feb 29, 2024
@MrBatschner MrBatschner merged commit 1e5c6e7 into gardener:master Feb 29, 2024
5 checks passed
@gardener-robot gardener-robot added the status/closed Issue is closed (either delivered or triaged) label Feb 29, 2024
@RaphaelVogel RaphaelVogel added the area/ipcei IPCEI (Important Project of Common European Interest) label Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/compliance Compliance related area/ipcei IPCEI (Important Project of Common European Interest) kind/api-change API change with impact on API users kind/cleanup Something that is not needed anymore and can be cleaned up needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) reviewed/lgtm Has approval for merging reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) size/xl Size of pull request is huge (see gardener-robot robot/bots/size.py) status/closed Issue is closed (either delivered or triaged)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants