Browse Source

add missing license headers in a few files

Will Norris 10 years ago
parent
commit
92234e5677
4 changed files with 20 additions and 0 deletions
  1. +5
    -0
      github/git_blobs_test.go
  2. +5
    -0
      github/repos_contents_test.go
  3. +5
    -0
      github/search_test.go
  4. +5
    -0
      tests/integration/doc.go

+ 5
- 0
github/git_blobs_test.go View File

@ -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 (


+ 5
- 0
github/repos_contents_test.go View File

@ -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 (


+ 5
- 0
github/search_test.go View File

@ -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 (


+ 5
- 0
tests/integration/doc.go View File

@ -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


Loading…
Cancel
Save