From 82d16385afd7e04b854c460e0bde0ac40ae18bbf Mon Sep 17 00:00:00 2001 From: Paulo Gomes Date: Mon, 14 Mar 2022 15:59:12 +0000 Subject: [PATCH] Add license headers Signed-off-by: Paulo Gomes --- docs/api/source.md | 4 ++-- pkg/git/libgit2/managed/flag.go | 16 ++++++++++++++++ pkg/git/libgit2/managed/managed_test.go | 16 ++++++++++++++++ pkg/git/libgit2/managed/options.go | 16 ++++++++++++++++ 4 files changed, 50 insertions(+), 2 deletions(-) diff --git a/docs/api/source.md b/docs/api/source.md index 6f0d1621b..6cf6a775d 100644 --- a/docs/api/source.md +++ b/docs/api/source.md @@ -1630,8 +1630,8 @@ Artifact includedArtifacts
- -[]*./api/v1beta2.Artifact + +[]*github.com/fluxcd/source-controller/api/v1beta2.Artifact diff --git a/pkg/git/libgit2/managed/flag.go b/pkg/git/libgit2/managed/flag.go index 7901a711f..2905c7719 100644 --- a/pkg/git/libgit2/managed/flag.go +++ b/pkg/git/libgit2/managed/flag.go @@ -1,3 +1,19 @@ +/* +Copyright 2022 The Flux authors + +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. +*/ + package managed import ( diff --git a/pkg/git/libgit2/managed/managed_test.go b/pkg/git/libgit2/managed/managed_test.go index aa163e872..52004f704 100644 --- a/pkg/git/libgit2/managed/managed_test.go +++ b/pkg/git/libgit2/managed/managed_test.go @@ -1,3 +1,19 @@ +/* +Copyright 2022 The Flux authors + +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. +*/ + package managed import ( diff --git a/pkg/git/libgit2/managed/options.go b/pkg/git/libgit2/managed/options.go index 4fb211fe5..2ab1d1556 100644 --- a/pkg/git/libgit2/managed/options.go +++ b/pkg/git/libgit2/managed/options.go @@ -1,3 +1,19 @@ +/* +Copyright 2022 The Flux authors + +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. +*/ + package managed import (