From 533cae1f5a7eea2226f7148e70099d4573c19594 Mon Sep 17 00:00:00 2001 From: Burcu Dogan Date: Wed, 3 Sep 2014 11:50:43 -0700 Subject: [PATCH] Add missing license headers. --- google/appengine.go | 4 ++++ google/appenginevm.go | 4 ++++ google/example_test.go | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/google/appengine.go b/google/appengine.go index 4a99ffc..ea18871 100644 --- a/google/appengine.go +++ b/google/appengine.go @@ -1,3 +1,7 @@ +// Copyright 2014 The oauth2 Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + // +build appengine package google diff --git a/google/appenginevm.go b/google/appenginevm.go index ea9acc3..32c017a 100644 --- a/google/appenginevm.go +++ b/google/appenginevm.go @@ -1,3 +1,7 @@ +// Copyright 2014 The oauth2 Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + // +build !appengine package google diff --git a/google/example_test.go b/google/example_test.go index 380bd47..d7a3be4 100644 --- a/google/example_test.go +++ b/google/example_test.go @@ -1,3 +1,7 @@ +// Copyright 2014 The oauth2 Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + package google_test import (