From 1375a181753a13c0761bd79bf9242915b184c543 Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Wed, 6 May 2015 16:44:53 -0700 Subject: [PATCH] Update boilerplate. --- build/make-release-notes.sh | 2 +- contrib/release-notes/release-notes.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/make-release-notes.sh b/build/make-release-notes.sh index c8973a07347..0e2730639b1 100755 --- a/build/make-release-notes.sh +++ b/build/make-release-notes.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2014 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/contrib/release-notes/release-notes.go b/contrib/release-notes/release-notes.go index cd2be693647..ea42f657f8d 100644 --- a/contrib/release-notes/release-notes.go +++ b/contrib/release-notes/release-notes.go @@ -1,5 +1,5 @@ /* -Copyright 2015 Google Inc. All rights reserved. +Copyright 2014 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.