Skip to content

Commit

Permalink
Adds in-code license
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Aug 29, 2014
1 parent b3f322c commit 8e5397b
Show file tree
Hide file tree
Showing 15 changed files with 60 additions and 0 deletions.
4 changes: 4 additions & 0 deletions auth.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2014 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 auth_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2014 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/binding.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2014 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.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2014 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 context_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2014 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 deprecated.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2014 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.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2014 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_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2014 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 logger.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2014 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 mode.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2014 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 recovery.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2014 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 recovery_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2014 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 render/render.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2014 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 render

import (
Expand Down
4 changes: 4 additions & 0 deletions response_writer.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2014 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 utils.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2014 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 8e5397b

Please sign in to comment.