Skip to content

Commit

Permalink
Add license for some files (gin-gonic#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkerou authored and appleboy committed Jun 12, 2017
1 parent d922143 commit 4ad3baf
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions benchmarks_test.go
Original file line number Diff line number Diff line change
@@ -1,3 1,7 @@
// Copyright 2017 Manu Martinez-Almeida. All rights reserved.
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.

package gin

import (
Expand Down
4 changes: 4 additions & 0 deletions binding/default_validator.go
Original file line number Diff line number Diff line change
@@ -1,3 1,7 @@
// Copyright 2017 Manu Martinez-Almeida. All rights reserved.
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.

package binding

import (
Expand Down
4 changes: 4 additions & 0 deletions context_appengine.go
Original file line number Diff line number Diff line change
@@ -1,5 1,9 @@
// build appengine

// Copyright 2017 Manu Martinez-Almeida. All rights reserved.
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.

package gin

func init() {
Expand Down
4 changes: 4 additions & 0 deletions fs.go
Original file line number Diff line number Diff line change
@@ -1,3 1,7 @@
// Copyright 2017 Manu Martinez-Almeida. All rights reserved.
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.

package gin

import (
Expand Down
4 changes: 4 additions & 0 deletions gin_integration_test.go
Original file line number Diff line number Diff line change
@@ -1,3 1,7 @@
// Copyright 2017 Manu Martinez-Almeida. All rights reserved.
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.

package gin

import (
Expand Down
4 changes: 4 additions & 0 deletions test_helpers.go
Original file line number Diff line number Diff line change
@@ -1,3 1,7 @@
// Copyright 2017 Manu Martinez-Almeida. All rights reserved.
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.

package gin

import (
Expand Down

0 comments on commit 4ad3baf

Please sign in to comment.