Skip to content

Commit

Permalink
[licenses] do not exclude hack scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
auhlig committed Mar 17, 2024
1 parent 29962eb commit f874aa9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 49 deletions.
3 changes: 2 additions & 1 deletion .github/licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ header:
- 'LICENSES/*.txt'
- 'grafana/*.json'
- 'website/scripts/**'
- 'hack/**'
- 'hack/openapi-generator/openapi-info.yaml'
- 'hack/boilerplate.go.txt'
- 'docs/**'
- '**/*.md'
- 'LICENSE'
Expand Down
12 changes: 0 additions & 12 deletions hack/helmify
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
#!/usr/bin/env bash

# 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.

set -o errexit
set -o nounset
set -o pipefail
Expand Down
12 changes: 0 additions & 12 deletions hack/install
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
#!/usr/bin/env bash

# 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.

set -o errexit
set -o nounset
set -o pipefail
Expand Down
12 changes: 0 additions & 12 deletions hack/openapi-generator/_generate-wrapper
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
#!/usr/bin/env bash

# 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.

# Wrapper for https://github.com/srfrnk/crd-api-doc-gen preserving the openapi.yaml.
# Call this using generate-openapi-spec-from-crds

Expand Down
12 changes: 0 additions & 12 deletions hack/openapi-generator/generate-openapi-spec-from-crds
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
#!/usr/bin/env bash

# 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.

# Generates openapi documentation using https://github.com/srfrnk/crd-api-doc-gen

set -o errexit
Expand Down

0 comments on commit f874aa9

Please sign in to comment.