From: Gabe Rosenhouse Date: Thu, 14 Jul 2016 23:09:27 +0000 (-0700) Subject: misc: fix up copyright dates X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=a2aff8c6a8c919cb5793ad1738ed7fdbc58350da;p=cni.git misc: fix up copyright dates --- diff --git a/pkg/skel/skel.go b/pkg/skel/skel.go index 4325ec6..d6f0f4c 100644 --- a/pkg/skel/skel.go +++ b/pkg/skel/skel.go @@ -1,4 +1,4 @@ -// Copyright 2014 CNI authors +// Copyright 2014-2016 CNI 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/pkg/testutils/bad_reader.go b/pkg/testutils/bad_reader.go index b3c0e97..ca06c5e 100644 --- a/pkg/testutils/bad_reader.go +++ b/pkg/testutils/bad_reader.go @@ -1,4 +1,4 @@ -// Copyright 2014 CNI authors +// Copyright 2016 CNI authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.