aboutsummaryrefslogtreecommitdiffstats
path: root/graphql
diff options
context:
space:
mode:
Diffstat (limited to 'graphql')
-rw-r--r--graphql/graphql.go2
-rw-r--r--graphql/graphql_test.go2
-rw-r--r--graphql/schema.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/graphql/graphql.go b/graphql/graphql.go
index 3f6bcab99..561a1d936 100644
--- a/graphql/graphql.go
+++ b/graphql/graphql.go
@@ -1,4 +1,4 @@
-// Copyright 2018 The go-ethereum Authors
+// Copyright 2019 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
diff --git a/graphql/graphql_test.go b/graphql/graphql_test.go
index 22182833b..40b13187f 100644
--- a/graphql/graphql_test.go
+++ b/graphql/graphql_test.go
@@ -1,4 +1,4 @@
-// Copyright 2018 The go-ethereum Authors
+// Copyright 2019 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
diff --git a/graphql/schema.go b/graphql/schema.go
index bd913d9aa..525b9e1e5 100644
--- a/graphql/schema.go
+++ b/graphql/schema.go
@@ -1,4 +1,4 @@
-// Copyright 2018 The go-ethereum Authors
+// Copyright 2019 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify