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