Skip to content

Commit 93633d6

Browse files
authored
correct license years & preamble (#634)
* add missing preambles * remove copyright year from preamble * provide year range in LICENSE
1 parent cccd446 commit 93633d6

35 files changed

+85
-55
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2017, FairwindsOps Inc.
189+
Copyright 2017-2022, FairwindsOps Inc.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

cmd/root.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright 2020 Fairwinds
2-
//
31
// Licensed under the Apache License, Version 2.0 (the "License");
42
// you may not use this file except in compliance with the License.
53
// You may obtain a copy of the License at

cmd/root_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright 2020 Fairwinds
2-
//
31
// Licensed under the Apache License, Version 2.0 (the "License");
42
// you may not use this file except in compliance with the License.
53
// You may obtain a copy of the License at

cmd/update.go

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
// Licensed under the Apache License, Version 2.0 (the "License");
2+
// you may not use this file except in compliance with the License.
3+
// You may obtain a copy of the License at
4+
//
5+
// http://www.apache.org/licenses/LICENSE-2.0
6+
//
7+
// Unless required by applicable law or agreed to in writing, software
8+
// distributed under the License is distributed on an "AS IS" BASIS,
9+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+
// See the License for the specific language governing permissions and
11+
// limitations under the License
12+
113
package cmd
214

315
import (

cmd/validation.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright 2020 Fairwinds
2-
//
31
// Licensed under the Apache License, Version 2.0 (the "License");
42
// you may not use this file except in compliance with the License.
53
// You may obtain a copy of the License at

cmd/validation_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright 2020 Fairwinds
2-
//
31
// Licensed under the Apache License, Version 2.0 (the "License");
42
// you may not use this file except in compliance with the License.
53
// You may obtain a copy of the License at

cmd/version.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright 2020 Fairwinds
2-
//
31
// Licensed under the Apache License, Version 2.0 (the "License");
42
// you may not use this file except in compliance with the License.
53
// You may obtain a copy of the License at

main.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright 2020 Fairwinds
2-
//
31
// Licensed under the Apache License, Version 2.0 (the "License");
42
// you may not use this file except in compliance with the License.
53
// You may obtain a copy of the License at

pkg/course/argocd.go

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
// Licensed under the Apache License, Version 2.0 (the "License");
2+
// you may not use this file except in compliance with the License.
3+
// You may obtain a copy of the License at
4+
//
5+
// http://www.apache.org/licenses/LICENSE-2.0
6+
//
7+
// Unless required by applicable law or agreed to in writing, software
8+
// distributed under the License is distributed on an "AS IS" BASIS,
9+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+
// See the License for the specific language governing permissions and
11+
// limitations under the License
12+
113
package course
214

315
// We may use these imports to track ArgoCD Applications exactly. However,

pkg/course/course.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright 2020 Fairwinds
2-
//
31
// Licensed under the Apache License, Version 2.0 (the "License");
42
// you may not use this file except in compliance with the License.
53
// You may obtain a copy of the License at

pkg/course/course_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright 2020 Fairwinds
2-
//
31
// Licensed under the Apache License, Version 2.0 (the "License");
42
// you may not use this file except in compliance with the License.
53
// You may obtain a copy of the License at

pkg/course/namespace.go

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
// Licensed under the Apache License, Version 2.0 (the "License");
2+
// you may not use this file except in compliance with the License.
3+
// You may obtain a copy of the License at
4+
//
5+
// http://www.apache.org/licenses/LICENSE-2.0
6+
//
7+
// Unless required by applicable law or agreed to in writing, software
8+
// distributed under the License is distributed on an "AS IS" BASIS,
9+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+
// See the License for the specific language governing permissions and
11+
// limitations under the License
12+
113
package course
214

315
import (

pkg/course/namespace_test.go

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
// Licensed under the Apache License, Version 2.0 (the "License");
2+
// you may not use this file except in compliance with the License.
3+
// You may obtain a copy of the License at
4+
//
5+
// http://www.apache.org/licenses/LICENSE-2.0
6+
//
7+
// Unless required by applicable law or agreed to in writing, software
8+
// distributed under the License is distributed on an "AS IS" BASIS,
9+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+
// See the License for the specific language governing permissions and
11+
// limitations under the License
12+
113
package course
214

315
import (

pkg/course/shellSecrets.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright 2020 Fairwinds
2-
//
31
// Licensed under the Apache License, Version 2.0 (the "License");
42
// you may not use this file except in compliance with the License.
53
// You may obtain a copy of the License at

pkg/course/shellSecrets_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright 2020 Fairwinds
2-
//
31
// Licensed under the Apache License, Version 2.0 (the "License");
42
// you may not use this file except in compliance with the License.
53
// You may obtain a copy of the License at

pkg/helm/helm.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright 2020 Fairwinds
2-
//
31
// Licensed under the Apache License, Version 2.0 (the "License");
42
// you may not use this file except in compliance with the License.
53
// You may obtain a copy of the License at

pkg/reckoner/argocd.go

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
// Licensed under the Apache License, Version 2.0 (the "License");
2+
// you may not use this file except in compliance with the License.
3+
// You may obtain a copy of the License at
4+
//
5+
// http://www.apache.org/licenses/LICENSE-2.0
6+
//
7+
// Unless required by applicable law or agreed to in writing, software
8+
// distributed under the License is distributed on an "AS IS" BASIS,
9+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+
// See the License for the specific language governing permissions and
11+
// limitations under the License
12+
113
package reckoner
214

315
import (

pkg/reckoner/argocd_test.go

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
// Licensed under the Apache License, Version 2.0 (the "License");
2+
// you may not use this file except in compliance with the License.
3+
// You may obtain a copy of the License at
4+
//
5+
// http://www.apache.org/licenses/LICENSE-2.0
6+
//
7+
// Unless required by applicable law or agreed to in writing, software
8+
// distributed under the License is distributed on an "AS IS" BASIS,
9+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+
// See the License for the specific language governing permissions and
11+
// limitations under the License
12+
113
package reckoner
214

315
import (

pkg/reckoner/client.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright 2020 Fairwinds
2-
//
31
// Licensed under the Apache License, Version 2.0 (the "License");
42
// you may not use this file except in compliance with the License.
53
// You may obtain a copy of the License at

pkg/reckoner/diff.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright 2020 Fairwinds
2-
//
31
// Licensed under the Apache License, Version 2.0 (the "License");
42
// you may not use this file except in compliance with the License.
53
// You may obtain a copy of the License at

pkg/reckoner/diff_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright 2020 Fairwinds
2-
//
31
// Licensed under the Apache License, Version 2.0 (the "License");
42
// you may not use this file except in compliance with the License.
53
// You may obtain a copy of the License at

pkg/reckoner/git.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright 2020 Fairwinds
2-
//
31
// Licensed under the Apache License, Version 2.0 (the "License");
42
// you may not use this file except in compliance with the License.
53
// You may obtain a copy of the License at

pkg/reckoner/hook.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright 2020 Fairwinds
2-
//
31
// Licensed under the Apache License, Version 2.0 (the "License");
42
// you may not use this file except in compliance with the License.
53
// You may obtain a copy of the License at

pkg/reckoner/import.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright 2020 Fairwinds
2-
//
31
// Licensed under the Apache License, Version 2.0 (the "License");
42
// you may not use this file except in compliance with the License.
53
// You may obtain a copy of the License at

pkg/reckoner/import_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright 2020 Fairwinds
2-
//
31
// Licensed under the Apache License, Version 2.0 (the "License");
42
// you may not use this file except in compliance with the License.
53
// You may obtain a copy of the License at

pkg/reckoner/manifest_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright 2020 Fairwinds
2-
//
31
// Licensed under the Apache License, Version 2.0 (the "License");
42
// you may not use this file except in compliance with the License.
53
// You may obtain a copy of the License at

pkg/reckoner/manifests.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright 2020 Fairwinds
2-
//
31
// Licensed under the Apache License, Version 2.0 (the "License");
42
// you may not use this file except in compliance with the License.
53
// You may obtain a copy of the License at

pkg/reckoner/namespace.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright 2020 Fairwinds
2-
//
31
// Licensed under the Apache License, Version 2.0 (the "License");
42
// you may not use this file except in compliance with the License.
53
// You may obtain a copy of the License at

pkg/reckoner/namespace_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright 2020 Fairwinds
2-
//
31
// Licensed under the Apache License, Version 2.0 (the "License");
42
// you may not use this file except in compliance with the License.
53
// You may obtain a copy of the License at

pkg/reckoner/plot.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright 2020 Fairwinds
2-
//
31
// Licensed under the Apache License, Version 2.0 (the "License");
42
// you may not use this file except in compliance with the License.
53
// You may obtain a copy of the License at

pkg/reckoner/plot_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright 2020 Fairwinds
2-
//
31
// Licensed under the Apache License, Version 2.0 (the "License");
42
// you may not use this file except in compliance with the License.
53
// You may obtain a copy of the License at

pkg/reckoner/split.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright 2022 Fairwinds
2-
//
31
// Licensed under the Apache License, Version 2.0 (the "License");
42
// you may not use this file except in compliance with the License.
53
// You may obtain a copy of the License at

pkg/reckoner/split_test.go

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
// Licensed under the Apache License, Version 2.0 (the "License");
2+
// you may not use this file except in compliance with the License.
3+
// You may obtain a copy of the License at
4+
//
5+
// http://www.apache.org/licenses/LICENSE-2.0
6+
//
7+
// Unless required by applicable law or agreed to in writing, software
8+
// distributed under the License is distributed on an "AS IS" BASIS,
9+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+
// See the License for the specific language governing permissions and
11+
// limitations under the License
12+
113
package reckoner
214

315
import (

pkg/reckoner/update.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright 2020 Fairwinds
2-
//
31
// Licensed under the Apache License, Version 2.0 (the "License");
42
// you may not use this file except in compliance with the License.
53
// You may obtain a copy of the License at

pkg/secrets/secrets.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright 2020 Fairwinds
2-
//
31
// Licensed under the Apache License, Version 2.0 (the "License");
42
// you may not use this file except in compliance with the License.
53
// You may obtain a copy of the License at

0 commit comments

Comments
 (0)