summaryrefslogtreecommitdiff
path: root/client_appengine.go
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2015-08-27 10:42:02 +1000
committerAndrew Gerrand <adg@golang.org>2015-10-22 04:14:42 +0000
commit038cb4adce85ed41e285c2e7cc6221a92bfa44aa (patch)
tree27eb4c20dd3088cfa58049a614f67a9534643887 /client_appengine.go
parentef4eca6b097fad7cec79afcc278d213a6de1c960 (diff)
downloadgolang-x-oauth2-038cb4adce85ed41e285c2e7cc6221a92bfa44aa.tar.gz
all: change copyright to 'Go Authors'
Fixes golang/go#12354 Change-Id: Ie4bbe9445e2a840c9db830c9bd52a783b7a6f9bc Reviewed-on: https://go-review.googlesource.com/13952 Reviewed-by: Russ Cox <rsc@golang.org>
Diffstat (limited to 'client_appengine.go')
-rw-r--r--client_appengine.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client_appengine.go b/client_appengine.go
index 52f8d1d..8962c49 100644
--- a/client_appengine.go
+++ b/client_appengine.go
@@ -1,4 +1,4 @@
-// Copyright 2014 The oauth2 Authors. All rights reserved.
+// Copyright 2014 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.