aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/easypki/main.go2
-rw-r--r--pkg/certificate/certificate.go2
-rw-r--r--pkg/certificate/certificate_test.go2
-rw-r--r--pkg/easypki/easypki.go2
-rw-r--r--pkg/easypki/easypki_test.go2
-rw-r--r--pkg/easypki/template.go2
-rw-r--r--pkg/store/bolt.go2
-rw-r--r--pkg/store/bolt_test.go2
-rw-r--r--pkg/store/local.go2
-rw-r--r--pkg/store/store.go2
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.