Skip to content

Commit

Permalink
Make repo compliant (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelVogel authored Mar 14, 2024
1 parent 7fb2e40 commit 3e874cb
Show file tree
Hide file tree
Showing 53 changed files with 1,076 additions and 1,201 deletions.
14 changes: 2 additions & 12 deletions .ci/build
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
#!/usr/bin/env bash
# Copyright 2023 SAP SE or an SAP affiliate company
# SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Gardener contributors
#
# 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

set -o errexit
set -o nounset
Expand Down
14 changes: 2 additions & 12 deletions .ci/common.sh
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
#!/usr/bin/env bash
# Copyright 2023 SAP SE or an SAP affiliate company
# SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Gardener contributors
#
# 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

# The `go <cmd>` commands requires to see the target repository to be part of a
# Go workspace. Thus, if we are not yet in a Go workspace, let's create one
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ hack/local-dev/config/kind.config.yaml

# Go workspace file
go.work

# Ignore downloaded binaries
/bin
/hack/tools/bin
215 changes: 215 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
@@ -0,0 +1,215 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Gardener etcd-wrapper
Upstream-Contact: The Gardener project <[email protected]>
Source: https://github.com/gardener/etcd-wrapper

# --------------------------------------------------
# source code

Files: *
Copyright: 2017-2024 SAP SE or an SAP affiliate company and Gardener contributors
License: Apache-2.0

# --------------------------------------------------
# documentation

Files: *.md
Copyright: 2017-2024 SAP SE or an SAP affiliate company and Gardener contributors
License: CC-BY-4.0

# --------------------------------------------------
# third-party

# --- copied source code ---
# Files:
# Copyright:
# License:

# --- vendor folder dependencies ---
Files: vendor/github.com/xiang90/probing/*
Copyright: 2024 github.com/xiang90/probing contributors.
License: MIT

Files: vendor/github.com/cespare/xxhash/v2/*
Copyright: 2024 github.com/cespare/xxhash/v2 contributors.
License: MIT

Files: vendor/github.com/sirupsen/logrus/*
Copyright: 2024 github.com/sirupsen/logrus contributors.
License: MIT

Files: vendor/go.uber.org/atomic/*
Copyright: 2024 go.uber.org/atomic contributors.
License: MIT

Files: vendor/github.com/google/go-cmp/*
Copyright: 2024 github.com/google/go-cmp contributors.
License: BSD-3-Clause

Files: vendor/github.com/beorn7/perks/*
Copyright: 2024 github.com/beorn7/perks contributors.
License: MIT

Files: vendor/github.com/modern-go/reflect2/*
Copyright: 2024 github.com/modern-go/reflect2 contributors.
License: Apache-2.0

Files: vendor/github.com/coreos/go-systemd/*
Copyright: 2024 github.com/coreos/go-systemd contributors.
License: Apache-2.0

Files: vendor/golang.org/x/time/*
Copyright: 2024 golang.org/x/time contributors.
License: BSD-3-Clause

Files: vendor/github.com/prometheus/client_golang/*
Copyright: 2024 github.com/prometheus/client_golang contributors.
License: Apache-2.0

Files: vendor/github.com/google/uuid/*
Copyright: 2024 github.com/google/uuid contributors.
License: BSD-3-Clause

Files: vendor/google.golang.org/grpc/*
Copyright: 2024 google.golang.org/grpc contributors.
License: Apache-2.0

Files: vendor/github.com/prometheus/client_model/*
Copyright: 2024 github.com/prometheus/client_model contributors.
License: Apache-2.0

Files: vendor/github.com/grpc-ecosystem/grpc-gateway/*
Copyright: 2024 github.com/grpc-ecosystem/grpc-gateway contributors.
License: BSD-3-Clause

Files: vendor/golang.org/x/crypto/*
Copyright: 2024 golang.org/x/crypto contributors.
License: BSD-3-Clause

Files: vendor/golang.org/x/net/*
Copyright: 2024 golang.org/x/net contributors.
License: BSD-3-Clause

Files: vendor/go.uber.org/zap/*
Copyright: 2024 go.uber.org/zap contributors.
License: MIT

Files: vendor/github.com/coreos/go-semver/*
Copyright: 2024 github.com/coreos/go-semver contributors.
License: Apache-2.0

Files: vendor/go.etcd.io/bbolt/*
Copyright: 2024 go.etcd.io/bbolt contributors.
License: MIT

Files: vendor/github.com/prometheus/common/*
Copyright: 2024 github.com/prometheus/common contributors.
License: Apache-2.0

Files: vendor/go.etcd.io/etcd/*
Copyright: 2024 go.etcd.io/etcd contributors.
License: Apache-2.0

Files: vendor/github.com/json-iterator/go/*
Copyright: 2024 github.com/json-iterator/go contributors.
License: MIT

Files: vendor/github.com/tmc/grpc-websocket-proxy/*
Copyright: 2024 github.com/tmc/grpc-websocket-proxy contributors.
License: MIT

Files: vendor/google.golang.org/genproto/*
Copyright: 2024 google.golang.org/genproto contributors.
License: Apache-2.0

Files: vendor/gopkg.in/yaml.v2/*
Copyright: 2024 gopkg.in/yaml.v2 contributors.
License: MIT

Files: vendor/github.com/coreos/pkg/*
Copyright: 2024 github.com/coreos/pkg contributors.
License: Apache-2.0

Files: vendor/github.com/onsi/gomega/*
Copyright: 2024 github.com/onsi/gomega contributors.
License: MIT

Files: vendor/gopkg.in/yaml.v3/*
Copyright: 2024 gopkg.in/yaml.v3 contributors.
License: Apache-2.0

Files: vendor/google.golang.org/protobuf/*
Copyright: 2024 google.golang.org/protobuf contributors.
License: BSD-3-Clause

Files: vendor/github.com/dustin/go-humanize/*
Copyright: 2024 github.com/dustin/go-humanize contributors.
License: MIT

Files: vendor/github.com/soheilhy/cmux/*
Copyright: 2024 github.com/soheilhy/cmux contributors.
License: Apache-2.0

Files: vendor/github.com/grpc-ecosystem/go-grpc-middleware/*
Copyright: 2024 github.com/grpc-ecosystem/go-grpc-middleware contributors.
License: Apache-2.0

Files: vendor/golang.org/x/text/*
Copyright: 2024 golang.org/x/text contributors.
License: BSD-3-Clause

Files: vendor/github.com/golang-jwt/jwt/*
Copyright: 2024 github.com/golang-jwt/jwt contributors.
License: MIT

Files: vendor/github.com/matttproud/golang_protobuf_extensions/*
Copyright: 2024 github.com/matttproud/golang_protobuf_extensions contributors.
License: Apache-2.0

Files: vendor/github.com/gorilla/websocket/*
Copyright: 2024 github.com/gorilla/websocket contributors.
License: BSD-2-Clause

Files: vendor/github.com/benbjohnson/clock/*
Copyright: 2024 github.com/benbjohnson/clock contributors.
License: MIT

Files: vendor/github.com/golang/protobuf/*
Copyright: 2024 github.com/golang/protobuf contributors.
License: BSD-3-Clause

Files: vendor/github.com/grpc-ecosystem/go-grpc-prometheus/*
Copyright: 2024 github.com/grpc-ecosystem/go-grpc-prometheus contributors.
License: Apache-2.0

Files: vendor/github.com/gogo/protobuf/*
Copyright: 2024 github.com/gogo/protobuf contributors.
License: BSD-3-Clause

Files: vendor/github.com/spf13/pflag/*
Copyright: 2024 github.com/spf13/pflag contributors.
License: BSD-3-Clause

Files: vendor/go.uber.org/multierr/*
Copyright: 2024 go.uber.org/multierr contributors.
License: MIT

Files: vendor/github.com/prometheus/procfs/*
Copyright: 2024 github.com/prometheus/procfs contributors.
License: Apache-2.0

Files: vendor/github.com/google/btree/*
Copyright: 2024 github.com/google/btree contributors.
License: Apache-2.0

Files: vendor/github.com/modern-go/concurrent/*
Copyright: 2024 github.com/modern-go/concurrent contributors.
License: Apache-2.0

Files: vendor/github.com/jonboulle/clockwork/*
Copyright: 2024 github.com/jonboulle/clockwork contributors.
License: Apache-2.0

Files: vendor/golang.org/x/sys/*
Copyright: 2024 golang.org/x/sys contributors.
License: BSD-3-Clause
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please refer to the [Gardener contributor guide](https://gardener.cloud/docs/contribute).
Loading

0 comments on commit 3e874cb

Please sign in to comment.