From 92234e567776832de23193278353150f1d9605a5 Mon Sep 17 00:00:00 2001 From: Will Norris Date: Fri, 1 Jul 2016 08:59:49 -0700 Subject: [PATCH] add missing license headers in a few files --- github/git_blobs_test.go | 5 +++++ github/repos_contents_test.go | 5 +++++ github/search_test.go | 5 +++++ tests/integration/doc.go | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/github/git_blobs_test.go b/github/git_blobs_test.go index 994549f..9530e16 100644 --- a/github/git_blobs_test.go +++ b/github/git_blobs_test.go @@ -1,3 +1,8 @@ +// Copyright 2014 The go-github 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 github import ( diff --git a/github/repos_contents_test.go b/github/repos_contents_test.go index 543d8be..6d025ab 100644 --- a/github/repos_contents_test.go +++ b/github/repos_contents_test.go @@ -1,3 +1,8 @@ +// Copyright 2014 The go-github 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 github import ( diff --git a/github/search_test.go b/github/search_test.go index 3cfd162..b36043b 100644 --- a/github/search_test.go +++ b/github/search_test.go @@ -1,3 +1,8 @@ +// Copyright 2013 The go-github 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 github import ( diff --git a/tests/integration/doc.go b/tests/integration/doc.go index 24a7ce9..baec39a 100644 --- a/tests/integration/doc.go +++ b/tests/integration/doc.go @@ -1,3 +1,8 @@ +// Copyright 2016 The go-github 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 tests contains integration tests. // // These tests call the live GitHub API, and therefore require a little more