From ce32bb817d58777cf80f1f9ab4f606d7261cf92c Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Wed, 28 Jun 2017 10:49:52 -0400 Subject: [PATCH] 2016 -> 2017 for licensing New year, update to the license. --- cmd/convert.go | 2 +- cmd/down.go | 2 +- cmd/root.go | 2 +- cmd/up.go | 2 +- cmd/version.go | 2 +- main.go | 2 +- pkg/app/app.go | 2 +- pkg/kobject/kobject.go | 2 +- pkg/loader/bundle/bundle.go | 2 +- pkg/loader/bundle/bundle_test.go | 2 +- pkg/loader/compose/compose.go | 2 +- pkg/loader/compose/compose_test.go | 2 +- pkg/loader/compose/utils.go | 2 +- pkg/loader/compose/v1v2.go | 2 +- pkg/loader/compose/v3.go | 2 +- pkg/loader/loader.go | 2 +- pkg/transformer/kubernetes/k8sutils.go | 2 +- pkg/transformer/kubernetes/k8sutils_test.go | 2 +- pkg/transformer/kubernetes/kubernetes.go | 2 +- pkg/transformer/kubernetes/kubernetes_test.go | 2 +- pkg/transformer/openshift/openshift.go | 2 +- pkg/transformer/openshift/openshift_test.go | 2 +- pkg/transformer/transformer.go | 2 +- pkg/transformer/utils.go | 2 +- script/check-gofmt.sh | 2 +- script/check-vendor.sh | 2 +- script/release.sh | 2 +- script/test/cmd/globals.sh | 2 +- script/test/cmd/lib.sh | 2 +- script/test/cmd/tests.sh | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/cmd/convert.go b/cmd/convert.go index bbe9b5b9..5d8475d1 100644 --- a/cmd/convert.go +++ b/cmd/convert.go @@ -1,5 +1,5 @@ /* -Copyright 2016 The Kubernetes Authors All rights reserved. +Copyright 2017 The Kubernetes Authors All rights reserved. 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/down.go b/cmd/down.go index 36c12630..c7364b29 100644 --- a/cmd/down.go +++ b/cmd/down.go @@ -1,5 +1,5 @@ /* -Copyright 2016 The Kubernetes Authors All rights reserved. +Copyright 2017 The Kubernetes Authors All rights reserved. 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 99457b6d..e32f3f2d 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -1,5 +1,5 @@ /* -Copyright 2016 The Kubernetes Authors All rights reserved. +Copyright 2017 The Kubernetes Authors All rights reserved. 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/up.go b/cmd/up.go index c7b08860..7452f640 100644 --- a/cmd/up.go +++ b/cmd/up.go @@ -1,5 +1,5 @@ /* -Copyright 2016 The Kubernetes Authors All rights reserved. +Copyright 2017 The Kubernetes Authors All rights reserved. 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/version.go b/cmd/version.go index 6d1695fc..26ea2115 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -1,5 +1,5 @@ /* -Copyright 2016 The Kubernetes Authors All rights reserved. +Copyright 2017 The Kubernetes Authors All rights reserved. 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/main.go b/main.go index 520f606d..e8f26a9c 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ /* -Copyright 2016 The Kubernetes Authors All rights reserved. +Copyright 2017 The Kubernetes Authors All rights reserved. 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/app/app.go b/pkg/app/app.go index 09d26393..b1f2ec13 100644 --- a/pkg/app/app.go +++ b/pkg/app/app.go @@ -1,5 +1,5 @@ /* -Copyright 2016 The Kubernetes Authors All rights reserved. +Copyright 2017 The Kubernetes Authors All rights reserved. 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/kobject/kobject.go b/pkg/kobject/kobject.go index 88b8355c..13e651b8 100644 --- a/pkg/kobject/kobject.go +++ b/pkg/kobject/kobject.go @@ -1,5 +1,5 @@ /* -Copyright 2016 The Kubernetes Authors All rights reserved. +Copyright 2017 The Kubernetes Authors All rights reserved. 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/loader/bundle/bundle.go b/pkg/loader/bundle/bundle.go index 45890c89..6d588ce3 100644 --- a/pkg/loader/bundle/bundle.go +++ b/pkg/loader/bundle/bundle.go @@ -1,5 +1,5 @@ /* -Copyright 2016 The Kubernetes Authors All rights reserved. +Copyright 2017 The Kubernetes Authors All rights reserved. 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/loader/bundle/bundle_test.go b/pkg/loader/bundle/bundle_test.go index d757d459..d3e69691 100644 --- a/pkg/loader/bundle/bundle_test.go +++ b/pkg/loader/bundle/bundle_test.go @@ -1,5 +1,5 @@ /* -Copyright 2016 The Kubernetes Authors All rights reserved. +Copyright 2017 The Kubernetes Authors All rights reserved. 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/loader/compose/compose.go b/pkg/loader/compose/compose.go index 79c2f71b..364285bd 100644 --- a/pkg/loader/compose/compose.go +++ b/pkg/loader/compose/compose.go @@ -1,5 +1,5 @@ /* -Copyright 2016 The Kubernetes Authors All rights reserved. +Copyright 2017 The Kubernetes Authors All rights reserved. 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/loader/compose/compose_test.go b/pkg/loader/compose/compose_test.go index 655d76d3..6599d79f 100644 --- a/pkg/loader/compose/compose_test.go +++ b/pkg/loader/compose/compose_test.go @@ -1,5 +1,5 @@ /* -Copyright 2016 The Kubernetes Authors All rights reserved. +Copyright 2017 The Kubernetes Authors All rights reserved. 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/loader/compose/utils.go b/pkg/loader/compose/utils.go index 5dff82d2..eafcdb86 100644 --- a/pkg/loader/compose/utils.go +++ b/pkg/loader/compose/utils.go @@ -1,5 +1,5 @@ /* -Copyright 2016 The Kubernetes Authors All rights reserved. +Copyright 2017 The Kubernetes Authors All rights reserved. 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/loader/compose/v1v2.go b/pkg/loader/compose/v1v2.go index fe5c2a25..d88f54da 100644 --- a/pkg/loader/compose/v1v2.go +++ b/pkg/loader/compose/v1v2.go @@ -1,5 +1,5 @@ /* -Copyright 2016 The Kubernetes Authors All rights reserved. +Copyright 2017 The Kubernetes Authors All rights reserved. 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/loader/compose/v3.go b/pkg/loader/compose/v3.go index be68bafa..ac812c65 100644 --- a/pkg/loader/compose/v3.go +++ b/pkg/loader/compose/v3.go @@ -1,5 +1,5 @@ /* -Copyright 2016 The Kubernetes Authors All rights reserved. +Copyright 2017 The Kubernetes Authors All rights reserved. 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/loader/loader.go b/pkg/loader/loader.go index 777674f7..3ef9030a 100644 --- a/pkg/loader/loader.go +++ b/pkg/loader/loader.go @@ -1,5 +1,5 @@ /* -Copyright 2016 The Kubernetes Authors All rights reserved. +Copyright 2017 The Kubernetes Authors All rights reserved. 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/transformer/kubernetes/k8sutils.go b/pkg/transformer/kubernetes/k8sutils.go index ab3b9640..c6328751 100644 --- a/pkg/transformer/kubernetes/k8sutils.go +++ b/pkg/transformer/kubernetes/k8sutils.go @@ -1,5 +1,5 @@ /* -Copyright 2016 The Kubernetes Authors All rights reserved. +Copyright 2017 The Kubernetes Authors All rights reserved. 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/transformer/kubernetes/k8sutils_test.go b/pkg/transformer/kubernetes/k8sutils_test.go index 94f7f042..5ce2ea18 100644 --- a/pkg/transformer/kubernetes/k8sutils_test.go +++ b/pkg/transformer/kubernetes/k8sutils_test.go @@ -1,5 +1,5 @@ /* -Copyright 2016 The Kubernetes Authors All rights reserved. +Copyright 2017 The Kubernetes Authors All rights reserved. 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/transformer/kubernetes/kubernetes.go b/pkg/transformer/kubernetes/kubernetes.go index 5619f551..03d46b46 100644 --- a/pkg/transformer/kubernetes/kubernetes.go +++ b/pkg/transformer/kubernetes/kubernetes.go @@ -1,5 +1,5 @@ /* -Copyright 2016 The Kubernetes Authors All rights reserved. +Copyright 2017 The Kubernetes Authors All rights reserved. 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/transformer/kubernetes/kubernetes_test.go b/pkg/transformer/kubernetes/kubernetes_test.go index 6292bc80..922c297d 100644 --- a/pkg/transformer/kubernetes/kubernetes_test.go +++ b/pkg/transformer/kubernetes/kubernetes_test.go @@ -1,5 +1,5 @@ /* -Copyright 2016 The Kubernetes Authors All rights reserved. +Copyright 2017 The Kubernetes Authors All rights reserved. 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/transformer/openshift/openshift.go b/pkg/transformer/openshift/openshift.go index 624fcead..00be48f4 100644 --- a/pkg/transformer/openshift/openshift.go +++ b/pkg/transformer/openshift/openshift.go @@ -1,5 +1,5 @@ /* -Copyright 2016 The Kubernetes Authors All rights reserved. +Copyright 2017 The Kubernetes Authors All rights reserved. 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/transformer/openshift/openshift_test.go b/pkg/transformer/openshift/openshift_test.go index 363e2646..6be9b182 100644 --- a/pkg/transformer/openshift/openshift_test.go +++ b/pkg/transformer/openshift/openshift_test.go @@ -1,5 +1,5 @@ /* -Copyright 2016 The Kubernetes Authors All rights reserved. +Copyright 2017 The Kubernetes Authors All rights reserved. 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/transformer/transformer.go b/pkg/transformer/transformer.go index 62fac9e8..02af7abf 100644 --- a/pkg/transformer/transformer.go +++ b/pkg/transformer/transformer.go @@ -1,5 +1,5 @@ /* -Copyright 2016 The Kubernetes Authors All rights reserved. +Copyright 2017 The Kubernetes Authors All rights reserved. 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/transformer/utils.go b/pkg/transformer/utils.go index 30f238ad..25df6f22 100644 --- a/pkg/transformer/utils.go +++ b/pkg/transformer/utils.go @@ -1,5 +1,5 @@ /* -Copyright 2016 The Kubernetes Authors All rights reserved. +Copyright 2017 The Kubernetes Authors All rights reserved. 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/script/check-gofmt.sh b/script/check-gofmt.sh index fc23949f..84999f54 100755 --- a/script/check-gofmt.sh +++ b/script/check-gofmt.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2016 The Kubernetes Authors All rights reserved. +# Copyright 2017 The Kubernetes Authors All rights reserved. # # 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/script/check-vendor.sh b/script/check-vendor.sh index 1339a4ee..96b51845 100755 --- a/script/check-vendor.sh +++ b/script/check-vendor.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2016 The Kubernetes Authors All rights reserved. +# Copyright 2017 The Kubernetes Authors All rights reserved. # # 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/script/release.sh b/script/release.sh index 736ced67..68aaa054 100755 --- a/script/release.sh +++ b/script/release.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2016 The Kubernetes Authors All rights reserved. +# Copyright 2017 The Kubernetes Authors All rights reserved. # # 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/script/test/cmd/globals.sh b/script/test/cmd/globals.sh index 8534ec4b..632ac354 100644 --- a/script/test/cmd/globals.sh +++ b/script/test/cmd/globals.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2016 The Kubernetes Authors All rights reserved. +# Copyright 2017 The Kubernetes Authors All rights reserved. # # 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/script/test/cmd/lib.sh b/script/test/cmd/lib.sh index d3891122..7a1f9e07 100644 --- a/script/test/cmd/lib.sh +++ b/script/test/cmd/lib.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2016 The Kubernetes Authors All rights reserved. +# Copyright 2017 The Kubernetes Authors All rights reserved. # # 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/script/test/cmd/tests.sh b/script/test/cmd/tests.sh index e6ba5b9c..d676fc11 100755 --- a/script/test/cmd/tests.sh +++ b/script/test/cmd/tests.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2016 The Kubernetes Authors All rights reserved. +# Copyright 2017 The Kubernetes Authors All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.