From 72687ac662449257c0600b22ada7b6b335d7e4a8 Mon Sep 17 00:00:00 2001 From: Jeremy Clerc Date: Tue, 14 Feb 2017 15:30:54 +0100 Subject: Update copyright year --- cmd/easypki/main.go | 2 +- pkg/certificate/certificate.go | 2 +- pkg/certificate/certificate_test.go | 2 +- pkg/easypki/easypki.go | 2 +- pkg/easypki/easypki_test.go | 2 +- pkg/easypki/template.go | 2 +- pkg/store/bolt.go | 2 +- pkg/store/bolt_test.go | 2 +- pkg/store/local.go | 2 +- pkg/store/store.go | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cmd/easypki/main.go b/cmd/easypki/main.go index 297bd4b..bf55692 100644 --- a/cmd/easypki/main.go +++ b/cmd/easypki/main.go @@ -1,4 +1,4 @@ -// Copyright 2015 Google Inc. +// Copyright 2017 Google Inc. // // 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/certificate/certificate.go b/pkg/certificate/certificate.go index fe3d6c2..ee26caf 100644 --- a/pkg/certificate/certificate.go +++ b/pkg/certificate/certificate.go @@ -1,4 +1,4 @@ -// Copyright 2015 Google Inc. +// Copyright 2017 Google Inc. // // 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/certificate/certificate_test.go b/pkg/certificate/certificate_test.go index bca8708..23d3f61 100644 --- a/pkg/certificate/certificate_test.go +++ b/pkg/certificate/certificate_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 Google Inc. +// Copyright 2017 Google Inc. // // 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/easypki/easypki.go b/pkg/easypki/easypki.go index be30748..84eb0d6 100644 --- a/pkg/easypki/easypki.go +++ b/pkg/easypki/easypki.go @@ -1,4 +1,4 @@ -// Copyright 2015 Google Inc. +// Copyright 2017 Google Inc. // // 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/easypki/easypki_test.go b/pkg/easypki/easypki_test.go index 2cc2492..77a5858 100644 --- a/pkg/easypki/easypki_test.go +++ b/pkg/easypki/easypki_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 Google Inc. +// Copyright 2017 Google Inc. // // 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/easypki/template.go b/pkg/easypki/template.go index 0a87cdc..adfa770 100644 --- a/pkg/easypki/template.go +++ b/pkg/easypki/template.go @@ -1,4 +1,4 @@ -// Copyright 2015 Google Inc. +// Copyright 2017 Google Inc. // // 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/store/bolt.go b/pkg/store/bolt.go index 381a18b..4f4f5a9 100644 --- a/pkg/store/bolt.go +++ b/pkg/store/bolt.go @@ -1,4 +1,4 @@ -// Copyright 2015 Google Inc. +// Copyright 2017 Google Inc. // // 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/store/bolt_test.go b/pkg/store/bolt_test.go index b5f7758..6ae940d 100644 --- a/pkg/store/bolt_test.go +++ b/pkg/store/bolt_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 Google Inc. +// Copyright 2017 Google Inc. // // 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/store/local.go b/pkg/store/local.go index 11208a1..0722c94 100644 --- a/pkg/store/local.go +++ b/pkg/store/local.go @@ -1,4 +1,4 @@ -// Copyright 2015 Google Inc. +// Copyright 2017 Google Inc. // // 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/store/store.go b/pkg/store/store.go index 2b311d9..fc39945 100644 --- a/pkg/store/store.go +++ b/pkg/store/store.go @@ -1,4 +1,4 @@ -// Copyright 2015 Google Inc. +// Copyright 2017 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. -- cgit v1.3