Skip to content

Commit

Permalink
add copyright (#101)
Browse files Browse the repository at this point in the history
* add copyright

* additional updates

* update copyright in makefile
  • Loading branch information
SherinV authored Mar 3, 2021
1 parent bb59e47 commit a4270fa
Show file tree
Hide file tree
Showing 76 changed files with 90 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright (c) 2020 Red Hat, Inc.
# Copyright Contributors to the Open Cluster Management project

os:
- linux
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright (c) 2020 Red Hat, Inc.
# Copyright Contributors to the Open Cluster Management project

include build/Configfile
BINDIR ?= output
Expand Down
3 changes: 3 additions & 0 deletions build/Configfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2021 Red Hat, Inc.
# Copyright Contributors to the Open Cluster Management project

ifdef GIT
IMAGE_VERSION :=$(shell git rev-parse --short HEAD)
VCS_URL ?=$(shell git config --get remote.origin.url)
Expand Down
2 changes: 2 additions & 0 deletions build/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
# Copyright (c) 2021 Red Hat, Inc.
# Copyright Contributors to the Open Cluster Management project

echo " > Running build.sh"
set -e
Expand Down
2 changes: 2 additions & 0 deletions build/deploy-to-cluster.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
# Copyright (c) 2021 Red Hat, Inc.
# Copyright Contributors to the Open Cluster Management project

echo " > Running deploy-to-cluster.sh"
set -e
Expand Down
2 changes: 2 additions & 0 deletions build/install-dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
# Copyright (c) 2021 Red Hat, Inc.
# Copyright Contributors to the Open Cluster Management project

echo " > Running install-dependencies.sh"
set -e
Expand Down
2 changes: 2 additions & 0 deletions build/run-e2e-tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
# Copyright (c) 2021 Red Hat, Inc.
# Copyright Contributors to the Open Cluster Management project

echo " > Running run-e2e-test.sh"
set -e
Expand Down
2 changes: 2 additions & 0 deletions build/run-unit-tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
# Copyright (c) 2021 Red Hat, Inc.
# Copyright Contributors to the Open Cluster Management project

echo " > Running run-unit-tests.sh"
set -e
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright (c) 2020 Red Hat, Inc.
// Copyright Contributors to the Open Cluster Management project

module github.com/open-cluster-management/search-collector

Expand Down
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package main

Expand Down
1 change: 1 addition & 0 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020, 2021 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package config

Expand Down
1 change: 1 addition & 0 deletions pkg/config/config_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright (c) 2021 Red Hat, Inc.
// Copyright Contributors to the Open Cluster Management project

package config

Expand Down
1 change: 1 addition & 0 deletions pkg/config/kubeClient.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright (c) 2020 Red Hat, Inc.
// Copyright Contributors to the Open Cluster Management project

package config

Expand Down
1 change: 1 addition & 0 deletions pkg/informer/informer.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright (c) 2020 Red Hat, Inc.
// Copyright Contributors to the Open Cluster Management project

package informer

Expand Down
1 change: 1 addition & 0 deletions pkg/informer/informer_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright (c) 2020 Red Hat, Inc.
// Copyright Contributors to the Open Cluster Management project

package informer

Expand Down
1 change: 1 addition & 0 deletions pkg/reconciler/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package reconciler

Expand Down
1 change: 1 addition & 0 deletions pkg/reconciler/reconciler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package reconciler

Expand Down
1 change: 1 addition & 0 deletions pkg/send/httpsClient.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
*/
// Copyright (c) 2020 Red Hat, Inc.
// Copyright Contributors to the Open Cluster Management project

package send

Expand Down
1 change: 1 addition & 0 deletions pkg/send/sender.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package send

Expand Down
2 changes: 2 additions & 0 deletions pkg/send/sender_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ OCO Source Materials
(C) Copyright IBM Corporation 2019 All Rights Reserved
The source code for this program is not published or otherwise divested of its trade secrets,
irrespective of what has been deposited with the U.S. Copyright Office.
// Copyright (c) 2021 Red Hat, Inc.
// Copyright Contributors to the Open Cluster Management project
*/

package send
Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/appdeployable.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/appdeployable_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/apphelmcr.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/apphelmcr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/application_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/channel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
2 changes: 2 additions & 0 deletions pkg/transforms/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ OCO Source Materials
(C) Copyright IBM Corporation 2019 All Rights Reserved
The source code for this program is not published or otherwise divested of its trade secrets,
irrespective of what has been deposited with the U.S. Copyright Office.
// Copyright (c) 2021 Red Hat, Inc.
// Copyright Contributors to the Open Cluster Management project
*/

package transforms
Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/cronjob.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/cronjob_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/daemonset.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/daemonset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/deploymentconfig.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/deploymentconfig_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/genericresource.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright (c) 2020 Red Hat, Inc.
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
2 changes: 2 additions & 0 deletions pkg/transforms/helmrelease.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ OCO Source Materials
(C) Copyright IBM Corporation 2019 All Rights Reserved
The source code for this program is not published or otherwise divested of its trade secrets,
irrespective of what has been deposited with the U.S. Copyright Office.
// Copyright (c) 2021 Red Hat, Inc.
// Copyright Contributors to the Open Cluster Management project
*/

package transforms
Expand Down
2 changes: 2 additions & 0 deletions pkg/transforms/helmrelease_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ OCO Source Materials
(C) Copyright IBM Corporation 2019 All Rights Reserved
The source code for this program is not published or otherwise divested of its trade secrets,
irrespective of what has been deposited with the U.S. Copyright Office.
// Copyright (c) 2021 Red Hat, Inc.
// Copyright Contributors to the Open Cluster Management project
*/

package transforms
Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/job_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/namespace.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/namespace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020, 2021 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/persistentvolume.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/persistentvolume_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/persistentvolumeclaim.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/persistentvolumeclaim_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
1 change: 1 addition & 0 deletions pkg/transforms/placementbinding.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The source code for this program is not published or otherwise divested of its t
irrespective of what has been deposited with the U.S. Copyright Office.
Copyright (c) 2020 Red Hat, Inc.
*/
// Copyright Contributors to the Open Cluster Management project

package transforms

Expand Down
Loading

0 comments on commit a4270fa

Please sign in to comment.