Skip to content

Commit 8135889

Browse files
authored
Add copyright and verify scripts (#386)
Remove swagger doc generator since it is not used Signed-off-by: Jian Qiu <[email protected]>
1 parent e861393 commit 8135889

File tree

258 files changed

+365
-2028
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

258 files changed

+365
-2028
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright Contributors to the Open Cluster Management project
12
SHELL :=/bin/bash
23

34
all: build
@@ -46,16 +47,16 @@ verify-gocilint:
4647

4748
verify-scripts:
4849
bash -x hack/verify-deepcopy.sh
49-
bash -x hack/verify-swagger-docs.sh
5050
bash -x hack/verify-crds.sh
5151
bash -x hack/verify-codegen.sh
52+
bash -x hack/verify-copyright.sh
5253
.PHONY: verify-scripts
5354
verify: check-env verify-scripts verify-codegen-crds verify-gocilint
5455

5556
update-scripts:
5657
hack/update-deepcopy.sh
57-
hack/update-swagger-docs.sh
5858
hack/update-codegen.sh
59+
hack/update-copyright.sh
5960
.PHONY: update-scripts
6061
update: check-env update-scripts update-codegen-crds
6162

README.md

Lines changed: 1 addition & 0 deletions

SECURITY.md

Lines changed: 1 addition & 0 deletions

addon/v1alpha1/doc.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright Contributors to the Open Cluster Management project
12
// Package v1alpha1 contains API Schema definitions for the addon v1alpha1 API group
23
// +k8s:deepcopy-gen=package,register
34
// +k8s:openapi-gen=true

addon/v1alpha1/register.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright Contributors to the Open Cluster Management project
12
package v1alpha1
23

34
import (

addon/v1alpha1/types_addondeploymentconfig.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright Contributors to the Open Cluster Management project
12
package v1alpha1
23

34
import (

addon/v1alpha1/types_addontemplate.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright Contributors to the Open Cluster Management project
12
package v1alpha1
23

34
import (

addon/v1alpha1/types_clustermanagementaddon.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright Contributors to the Open Cluster Management project
12
package v1alpha1
23

34
import (

addon/v1alpha1/types_managedclusteraddon.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright Contributors to the Open Cluster Management project
12
package v1alpha1
23

34
import (

0 commit comments

Comments
 (0)