From 038cb4adce85ed41e285c2e7cc6221a92bfa44aa Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Thu, 27 Aug 2015 10:42:02 +1000 Subject: [PATCH] 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 --- client_appengine.go | 2 +- clientcredentials/clientcredentials.go | 2 +- clientcredentials/clientcredentials_test.go | 2 +- example_test.go | 2 +- facebook/facebook.go | 2 +- github/github.go | 2 +- google/appengine.go | 2 +- google/appengine_hook.go | 2 +- google/default.go | 2 +- google/example_test.go | 2 +- google/google.go | 2 +- google/google_test.go | 2 +- google/jwt.go | 2 +- google/sdk.go | 2 +- google/sdk_test.go | 2 +- internal/oauth2.go | 2 +- internal/oauth2_test.go | 2 +- internal/token.go | 2 +- internal/token_test.go | 2 +- internal/transport.go | 2 +- jws/jws.go | 2 +- jwt/example_test.go | 2 +- jwt/jwt.go | 2 +- jwt/jwt_test.go | 2 +- linkedin/linkedin.go | 2 +- oauth2.go | 2 +- oauth2_test.go | 2 +- odnoklassniki/odnoklassniki.go | 2 +- paypal/paypal.go | 2 +- token.go | 2 +- token_test.go | 2 +- transport.go | 2 +- vk/vk.go | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) diff --git a/client_appengine.go b/client_appengine.go index 52f8d1dd6..8962c49d1 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. diff --git a/clientcredentials/clientcredentials.go b/clientcredentials/clientcredentials.go index fa0770c3f..38be11260 100644 --- a/clientcredentials/clientcredentials.go +++ b/clientcredentials/clientcredentials.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. diff --git a/clientcredentials/clientcredentials_test.go b/clientcredentials/clientcredentials_test.go index ab319e082..5a0170a95 100644 --- a/clientcredentials/clientcredentials_test.go +++ b/clientcredentials/clientcredentials_test.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. diff --git a/example_test.go b/example_test.go index 8be278855..33b305c62 100644 --- a/example_test.go +++ b/example_test.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. diff --git a/facebook/facebook.go b/facebook/facebook.go index 962e86b0e..14c801a2a 100644 --- a/facebook/facebook.go +++ b/facebook/facebook.go @@ -1,4 +1,4 @@ -// Copyright 2015 The oauth2 Authors. All rights reserved. +// Copyright 2015 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. diff --git a/github/github.go b/github/github.go index 1648cb58d..f2978015b 100644 --- a/github/github.go +++ b/github/github.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. diff --git a/google/appengine.go b/google/appengine.go index 855422154..dc993efb5 100644 --- a/google/appengine.go +++ b/google/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. diff --git a/google/appengine_hook.go b/google/appengine_hook.go index 362766fdd..4f42c8b34 100644 --- a/google/appengine_hook.go +++ b/google/appengine_hook.go @@ -1,4 +1,4 @@ -// Copyright 2015 The oauth2 Authors. All rights reserved. +// Copyright 2015 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. diff --git a/google/default.go b/google/default.go index 66daeefd5..b95236297 100644 --- a/google/default.go +++ b/google/default.go @@ -1,4 +1,4 @@ -// Copyright 2015 The oauth2 Authors. All rights reserved. +// Copyright 2015 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. diff --git a/google/example_test.go b/google/example_test.go index 17262802a..9745be192 100644 --- a/google/example_test.go +++ b/google/example_test.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. diff --git a/google/google.go b/google/google.go index 74aa7d911..9a3d5feb1 100644 --- a/google/google.go +++ b/google/google.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. diff --git a/google/google_test.go b/google/google_test.go index 4cc01884b..74080edea 100644 --- a/google/google_test.go +++ b/google/google_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 The oauth2 Authors. All rights reserved. +// Copyright 2015 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. diff --git a/google/jwt.go b/google/jwt.go index 6f7ec3a1a..b91991786 100644 --- a/google/jwt.go +++ b/google/jwt.go @@ -1,4 +1,4 @@ -// Copyright 2015 The oauth2 Authors. All rights reserved. +// Copyright 2015 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. diff --git a/google/sdk.go b/google/sdk.go index 01ba0ecb0..d29a3bb9b 100644 --- a/google/sdk.go +++ b/google/sdk.go @@ -1,4 +1,4 @@ -// Copyright 2015 The oauth2 Authors. All rights reserved. +// Copyright 2015 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. diff --git a/google/sdk_test.go b/google/sdk_test.go index 79df88964..a5aa2a646 100644 --- a/google/sdk_test.go +++ b/google/sdk_test.go @@ -1,4 +1,4 @@ -// Copyright 2015 The oauth2 Authors. All rights reserved. +// Copyright 2015 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. diff --git a/internal/oauth2.go b/internal/oauth2.go index dc8ebfc4f..fbe1028d6 100644 --- a/internal/oauth2.go +++ b/internal/oauth2.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. diff --git a/internal/oauth2_test.go b/internal/oauth2_test.go index 014a351e0..c61585542 100644 --- a/internal/oauth2_test.go +++ b/internal/oauth2_test.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. diff --git a/internal/token.go b/internal/token.go index db209d8e0..909d52a12 100644 --- a/internal/token.go +++ b/internal/token.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. diff --git a/internal/token_test.go b/internal/token_test.go index 864f6fa07..626e93354 100644 --- a/internal/token_test.go +++ b/internal/token_test.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. diff --git a/internal/transport.go b/internal/transport.go index 521e7b49e..33d366916 100644 --- a/internal/transport.go +++ b/internal/transport.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. diff --git a/jws/jws.go b/jws/jws.go index bc7df0960..6b86a3e13 100644 --- a/jws/jws.go +++ b/jws/jws.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. diff --git a/jwt/example_test.go b/jwt/example_test.go index 6d618836e..a9533e85f 100644 --- a/jwt/example_test.go +++ b/jwt/example_test.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. diff --git a/jwt/jwt.go b/jwt/jwt.go index 11a2687ef..2ffad21a6 100644 --- a/jwt/jwt.go +++ b/jwt/jwt.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. diff --git a/jwt/jwt_test.go b/jwt/jwt_test.go index da922c3d0..a9c126b47 100644 --- a/jwt/jwt_test.go +++ b/jwt/jwt_test.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. diff --git a/linkedin/linkedin.go b/linkedin/linkedin.go index de91d5b94..b619f93d2 100644 --- a/linkedin/linkedin.go +++ b/linkedin/linkedin.go @@ -1,4 +1,4 @@ -// Copyright 2015 The oauth2 Authors. All rights reserved. +// Copyright 2015 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. diff --git a/oauth2.go b/oauth2.go index cca8b1803..97997f8c1 100644 --- a/oauth2.go +++ b/oauth2.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. diff --git a/oauth2_test.go b/oauth2_test.go index a99d7a3e3..448673b51 100644 --- a/oauth2_test.go +++ b/oauth2_test.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. diff --git a/odnoklassniki/odnoklassniki.go b/odnoklassniki/odnoklassniki.go index 2f7a9621e..c0d093ccc 100644 --- a/odnoklassniki/odnoklassniki.go +++ b/odnoklassniki/odnoklassniki.go @@ -1,4 +1,4 @@ -// Copyright 2015 The oauth2 Authors. All rights reserved. +// Copyright 2015 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. diff --git a/paypal/paypal.go b/paypal/paypal.go index baeaa2372..2e713c53c 100644 --- a/paypal/paypal.go +++ b/paypal/paypal.go @@ -1,4 +1,4 @@ -// Copyright 2015 The oauth2 Authors. All rights reserved. +// Copyright 2015 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. diff --git a/token.go b/token.go index 4e596f0fc..7a3167f15 100644 --- a/token.go +++ b/token.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. diff --git a/token_test.go b/token_test.go index 8344329c6..80db83c29 100644 --- a/token_test.go +++ b/token_test.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. diff --git a/transport.go b/transport.go index 90db08833..92ac7e253 100644 --- a/transport.go +++ b/transport.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. diff --git a/vk/vk.go b/vk/vk.go index 5acdeb18f..bd8e15948 100644 --- a/vk/vk.go +++ b/vk/vk.go @@ -1,4 +1,4 @@ -// Copyright 2015 The oauth2 Authors. All rights reserved. +// Copyright 2015 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.