Skip to content

Commit 4ad3baf

Browse files
thinkerouappleboy
authored andcommitted
Add license for some files (gin-gonic#940)
1 parent d922143 commit 4ad3baf

6 files changed

+24
-0
lines changed

benchmarks_test.go

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2017 Manu Martinez-Almeida. All rights reserved.
2+
// Use of this source code is governed by a MIT style
3+
// license that can be found in the LICENSE file.
4+
15
package gin
26

37
import (

binding/default_validator.go

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2017 Manu Martinez-Almeida. All rights reserved.
2+
// Use of this source code is governed by a MIT style
3+
// license that can be found in the LICENSE file.
4+
15
package binding
26

37
import (

context_appengine.go

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// +build appengine
22

3+
// Copyright 2017 Manu Martinez-Almeida. All rights reserved.
4+
// Use of this source code is governed by a MIT style
5+
// license that can be found in the LICENSE file.
6+
37
package gin
48

59
func init() {

fs.go

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2017 Manu Martinez-Almeida. All rights reserved.
2+
// Use of this source code is governed by a MIT style
3+
// license that can be found in the LICENSE file.
4+
15
package gin
26

37
import (

gin_integration_test.go

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2017 Manu Martinez-Almeida. All rights reserved.
2+
// Use of this source code is governed by a MIT style
3+
// license that can be found in the LICENSE file.
4+
15
package gin
26

37
import (

test_helpers.go

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2017 Manu Martinez-Almeida. All rights reserved.
2+
// Use of this source code is governed by a MIT style
3+
// license that can be found in the LICENSE file.
4+
15
package gin
26

37
import (

0 commit comments

Comments
 (0)