aboutsummaryrefslogtreecommitdiff
path: root/pkg/store
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/store')
-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
4 files changed, 4 insertions, 4 deletions
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.