diff --git a/LICENSE b/LICENSE index f399cc5f..4ef1b96e 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2017, FairwindsOps Inc. + Copyright 2017-2022, FairwindsOps Inc. 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/root.go b/cmd/root.go index c6d97f7f..4ee57fdc 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -1,5 +1,3 @@ -// Copyright 2020 Fairwinds -// // 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 diff --git a/cmd/root_test.go b/cmd/root_test.go index a308e5f5..fd47ae5e 100644 --- a/cmd/root_test.go +++ b/cmd/root_test.go @@ -1,5 +1,3 @@ -// Copyright 2020 Fairwinds -// // 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 diff --git a/cmd/update.go b/cmd/update.go index c79d6fba..85dda3e4 100644 --- a/cmd/update.go +++ b/cmd/update.go @@ -1,3 +1,15 @@ +// 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 cmd import ( diff --git a/cmd/validation.go b/cmd/validation.go index 8c69abd4..13d17630 100644 --- a/cmd/validation.go +++ b/cmd/validation.go @@ -1,5 +1,3 @@ -// Copyright 2020 Fairwinds -// // 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 diff --git a/cmd/validation_test.go b/cmd/validation_test.go index 08e49b71..4af35510 100644 --- a/cmd/validation_test.go +++ b/cmd/validation_test.go @@ -1,5 +1,3 @@ -// Copyright 2020 Fairwinds -// // 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 diff --git a/cmd/version.go b/cmd/version.go index 1694945d..5c91c421 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -1,5 +1,3 @@ -// Copyright 2020 Fairwinds -// // 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 diff --git a/main.go b/main.go index cccc9b83..81923196 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,3 @@ -// Copyright 2020 Fairwinds -// // 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 diff --git a/pkg/course/argocd.go b/pkg/course/argocd.go index a8e220e7..e1abf3ac 100644 --- a/pkg/course/argocd.go +++ b/pkg/course/argocd.go @@ -1,3 +1,15 @@ +// 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 course // We may use these imports to track ArgoCD Applications exactly. However, diff --git a/pkg/course/course.go b/pkg/course/course.go index bcc50ecc..29ca549c 100644 --- a/pkg/course/course.go +++ b/pkg/course/course.go @@ -1,5 +1,3 @@ -// Copyright 2020 Fairwinds -// // 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 diff --git a/pkg/course/course_test.go b/pkg/course/course_test.go index 13d23ef9..78669958 100644 --- a/pkg/course/course_test.go +++ b/pkg/course/course_test.go @@ -1,5 +1,3 @@ -// Copyright 2020 Fairwinds -// // 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 diff --git a/pkg/course/namespace.go b/pkg/course/namespace.go index b3f97b87..83a08b40 100644 --- a/pkg/course/namespace.go +++ b/pkg/course/namespace.go @@ -1,3 +1,15 @@ +// 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 course import ( diff --git a/pkg/course/namespace_test.go b/pkg/course/namespace_test.go index c05277d0..8106060a 100644 --- a/pkg/course/namespace_test.go +++ b/pkg/course/namespace_test.go @@ -1,3 +1,15 @@ +// 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 course import ( diff --git a/pkg/course/shellSecrets.go b/pkg/course/shellSecrets.go index 0239c8fa..62ecfef8 100644 --- a/pkg/course/shellSecrets.go +++ b/pkg/course/shellSecrets.go @@ -1,5 +1,3 @@ -// Copyright 2020 Fairwinds -// // 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 diff --git a/pkg/course/shellSecrets_test.go b/pkg/course/shellSecrets_test.go index 0a37b6db..8a87d98c 100644 --- a/pkg/course/shellSecrets_test.go +++ b/pkg/course/shellSecrets_test.go @@ -1,5 +1,3 @@ -// Copyright 2020 Fairwinds -// // 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 diff --git a/pkg/helm/helm.go b/pkg/helm/helm.go index af056271..117e203f 100644 --- a/pkg/helm/helm.go +++ b/pkg/helm/helm.go @@ -1,5 +1,3 @@ -// Copyright 2020 Fairwinds -// // 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 diff --git a/pkg/reckoner/argocd.go b/pkg/reckoner/argocd.go index 2d65aabf..78053b93 100644 --- a/pkg/reckoner/argocd.go +++ b/pkg/reckoner/argocd.go @@ -1,3 +1,15 @@ +// 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 reckoner import ( diff --git a/pkg/reckoner/argocd_test.go b/pkg/reckoner/argocd_test.go index e2ffda62..61bd704c 100644 --- a/pkg/reckoner/argocd_test.go +++ b/pkg/reckoner/argocd_test.go @@ -1,3 +1,15 @@ +// 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 reckoner import ( diff --git a/pkg/reckoner/client.go b/pkg/reckoner/client.go index a212d3a2..5f63efd0 100644 --- a/pkg/reckoner/client.go +++ b/pkg/reckoner/client.go @@ -1,5 +1,3 @@ -// Copyright 2020 Fairwinds -// // 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 diff --git a/pkg/reckoner/diff.go b/pkg/reckoner/diff.go index a9404aed..f170874c 100644 --- a/pkg/reckoner/diff.go +++ b/pkg/reckoner/diff.go @@ -1,5 +1,3 @@ -// Copyright 2020 Fairwinds -// // 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 diff --git a/pkg/reckoner/diff_test.go b/pkg/reckoner/diff_test.go index bee43fd0..1108d534 100644 --- a/pkg/reckoner/diff_test.go +++ b/pkg/reckoner/diff_test.go @@ -1,5 +1,3 @@ -// Copyright 2020 Fairwinds -// // 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 diff --git a/pkg/reckoner/git.go b/pkg/reckoner/git.go index bfaff788..39b41eb3 100644 --- a/pkg/reckoner/git.go +++ b/pkg/reckoner/git.go @@ -1,5 +1,3 @@ -// Copyright 2020 Fairwinds -// // 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 diff --git a/pkg/reckoner/hook.go b/pkg/reckoner/hook.go index 8009d472..26b94016 100644 --- a/pkg/reckoner/hook.go +++ b/pkg/reckoner/hook.go @@ -1,5 +1,3 @@ -// Copyright 2020 Fairwinds -// // 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 diff --git a/pkg/reckoner/import.go b/pkg/reckoner/import.go index 3d390bf5..53623538 100644 --- a/pkg/reckoner/import.go +++ b/pkg/reckoner/import.go @@ -1,5 +1,3 @@ -// Copyright 2020 Fairwinds -// // 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 diff --git a/pkg/reckoner/import_test.go b/pkg/reckoner/import_test.go index 35eefec4..c001e93e 100644 --- a/pkg/reckoner/import_test.go +++ b/pkg/reckoner/import_test.go @@ -1,5 +1,3 @@ -// Copyright 2020 Fairwinds -// // 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 diff --git a/pkg/reckoner/manifest_test.go b/pkg/reckoner/manifest_test.go index 1b34747c..cc0c070d 100644 --- a/pkg/reckoner/manifest_test.go +++ b/pkg/reckoner/manifest_test.go @@ -1,5 +1,3 @@ -// Copyright 2020 Fairwinds -// // 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 diff --git a/pkg/reckoner/manifests.go b/pkg/reckoner/manifests.go index 5c07bb74..714d672e 100644 --- a/pkg/reckoner/manifests.go +++ b/pkg/reckoner/manifests.go @@ -1,5 +1,3 @@ -// Copyright 2020 Fairwinds -// // 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 diff --git a/pkg/reckoner/namespace.go b/pkg/reckoner/namespace.go index 197f1e68..0a515998 100644 --- a/pkg/reckoner/namespace.go +++ b/pkg/reckoner/namespace.go @@ -1,5 +1,3 @@ -// Copyright 2020 Fairwinds -// // 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 diff --git a/pkg/reckoner/namespace_test.go b/pkg/reckoner/namespace_test.go index f29ad89a..e9a0d180 100644 --- a/pkg/reckoner/namespace_test.go +++ b/pkg/reckoner/namespace_test.go @@ -1,5 +1,3 @@ -// Copyright 2020 Fairwinds -// // 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 diff --git a/pkg/reckoner/plot.go b/pkg/reckoner/plot.go index b678af38..d0a22e18 100644 --- a/pkg/reckoner/plot.go +++ b/pkg/reckoner/plot.go @@ -1,5 +1,3 @@ -// Copyright 2020 Fairwinds -// // 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 diff --git a/pkg/reckoner/plot_test.go b/pkg/reckoner/plot_test.go index d1edec9f..1d30c619 100644 --- a/pkg/reckoner/plot_test.go +++ b/pkg/reckoner/plot_test.go @@ -1,5 +1,3 @@ -// Copyright 2020 Fairwinds -// // 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 diff --git a/pkg/reckoner/split.go b/pkg/reckoner/split.go index 3044fee0..28a0048e 100644 --- a/pkg/reckoner/split.go +++ b/pkg/reckoner/split.go @@ -1,5 +1,3 @@ -// Copyright 2022 Fairwinds -// // 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 diff --git a/pkg/reckoner/split_test.go b/pkg/reckoner/split_test.go index 2aaac0be..3105f574 100644 --- a/pkg/reckoner/split_test.go +++ b/pkg/reckoner/split_test.go @@ -1,3 +1,15 @@ +// 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 reckoner import ( diff --git a/pkg/reckoner/update.go b/pkg/reckoner/update.go index de85cf29..1d3760f3 100644 --- a/pkg/reckoner/update.go +++ b/pkg/reckoner/update.go @@ -1,5 +1,3 @@ -// Copyright 2020 Fairwinds -// // 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 diff --git a/pkg/secrets/secrets.go b/pkg/secrets/secrets.go index 12d85995..3434b18a 100644 --- a/pkg/secrets/secrets.go +++ b/pkg/secrets/secrets.go @@ -1,5 +1,3 @@ -// Copyright 2020 Fairwinds -// // 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