From a27abf07b6de7f84867e2afc5b2e79ea52ee0937 Mon Sep 17 00:00:00 2001 From: Camila Macedo Date: Mon, 6 Dec 2021 14:53:46 +0000 Subject: [PATCH] add license Signed-off-by: Camila Macedo --- Makefile | 2 +- cmd/main.go | 2 +- pkg/validation/bundle_validation.go | 2 +- pkg/validation/bundle_validation_test.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index fbcadad..8d2b047 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2021 The K8s Community Validator Authors. +# Copyright 2021 K8S Community Bundle Validator Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmd/main.go b/cmd/main.go index 309e4a9..0744fa7 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 The K8s Community Validator Authors +// Copyright 2021 K8S Community Bundle Validator Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/validation/bundle_validation.go b/pkg/validation/bundle_validation.go index 55f0620..25b784b 100644 --- a/pkg/validation/bundle_validation.go +++ b/pkg/validation/bundle_validation.go @@ -1,4 +1,4 @@ -// Copyright 2021 The K8s Community Validator Authors +// Copyright 2021 K8S Community Bundle Validator Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/validation/bundle_validation_test.go b/pkg/validation/bundle_validation_test.go index b11e561..a30f313 100644 --- a/pkg/validation/bundle_validation_test.go +++ b/pkg/validation/bundle_validation_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 The K8s Community Validator Authors +// Copyright 2021 K8S Community Bundle Validator Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.