From b647219b69f94efcb89f9bdfad6ba93ffe237d2a Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Wed, 22 Mar 2017 04:22:10 +0000 Subject: [PATCH] Update copyright notice --- Dockerfile.in | 2 +- Makefile | 2 +- build/build.sh | 2 +- build/test.sh | 2 +- cmd/git-sync/main.go | 2 +- cmd/git-sync/main_test.go | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile.in b/Dockerfile.in index e023562..f768a1e 100644 --- a/Dockerfile.in +++ b/Dockerfile.in @@ -1,4 +1,4 @@ -# Copyright 2016 The Kubernetes Authors. +# Copyright 2017 The Kubernetes Authors. # # 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/Makefile b/Makefile index 1b8b09b..00b05be 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright 2016 The Kubernetes Authors. +# Copyright 2017 The Kubernetes Authors. # # 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/build/build.sh b/build/build.sh index ae91479..ecadd65 100755 --- a/build/build.sh +++ b/build/build.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright 2016 The Kubernetes Authors. +# Copyright 2017 The Kubernetes Authors. # # 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/build/test.sh b/build/test.sh index 23b5679..dce7d00 100755 --- a/build/test.sh +++ b/build/test.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright 2016 The Kubernetes Authors. +# Copyright 2017 The Kubernetes Authors. # # 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/git-sync/main.go b/cmd/git-sync/main.go index 7832b00..e5cacbb 100644 --- a/cmd/git-sync/main.go +++ b/cmd/git-sync/main.go @@ -1,5 +1,5 @@ /* -Copyright 2014 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/git-sync/main_test.go b/cmd/git-sync/main_test.go index 7e93d4c..edaed07 100644 --- a/cmd/git-sync/main_test.go +++ b/cmd/git-sync/main_test.go @@ -1,5 +1,5 @@ /* -Copyright 2015 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.