diff options
| author | Jeremy Clerc <jclerc@google.com> | 2017-02-14 15:30:54 +0100 |
|---|---|---|
| committer | Jeremy Clerc <jclerc@google.com> | 2017-02-14 15:30:54 +0100 |
| commit | 72687ac662449257c0600b22ada7b6b335d7e4a8 (patch) | |
| tree | 5d87793aa06462b7d1e7ba35bffae7c3693c08c0 | |
| parent | aee8c433051c70bd42d6550a38a11c2830b1b223 (diff) | |
| download | easypki-72687ac662449257c0600b22ada7b6b335d7e4a8.tar.xz | |
Update copyright year
| -rw-r--r-- | cmd/easypki/main.go | 2 | ||||
| -rw-r--r-- | pkg/certificate/certificate.go | 2 | ||||
| -rw-r--r-- | pkg/certificate/certificate_test.go | 2 | ||||
| -rw-r--r-- | pkg/easypki/easypki.go | 2 | ||||
| -rw-r--r-- | pkg/easypki/easypki_test.go | 2 | ||||
| -rw-r--r-- | pkg/easypki/template.go | 2 | ||||
| -rw-r--r-- | pkg/store/bolt.go | 2 | ||||
| -rw-r--r-- | pkg/store/bolt_test.go | 2 | ||||
| -rw-r--r-- | pkg/store/local.go | 2 | ||||
| -rw-r--r-- | 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. |
