From a2aff8c6a8c919cb5793ad1738ed7fdbc58350da Mon Sep 17 00:00:00 2001 From: Gabe Rosenhouse Date: Thu, 14 Jul 2016 16:09:27 -0700 Subject: [PATCH] misc: fix up copyright dates --- pkg/skel/skel.go | 2 +- pkg/testutils/bad_reader.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/skel/skel.go b/pkg/skel/skel.go index 4325ec69..d6f0f4cf 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 b3c0e97d..ca06c5e9 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.