Преглед изворни кода

Merge branch 'master' into develop

Manu Mtz-Almeida пре 11 година
родитељ
комит
3b079bb6f7
15 измењених фајлова са 60 додато и 0 уклоњено
  1. 4 0
      auth.go
  2. 4 0
      auth_test.go
  3. 4 0
      binding/binding.go
  4. 4 0
      context.go
  5. 4 0
      context_test.go
  6. 4 0
      deprecated.go
  7. 4 0
      gin.go
  8. 4 0
      gin_test.go
  9. 4 0
      logger.go
  10. 4 0
      mode.go
  11. 4 0
      recovery.go
  12. 4 0
      recovery_test.go
  13. 4 0
      render/render.go
  14. 4 0
      response_writer.go
  15. 4 0
      utils.go

+ 4 - 0
auth.go

@@ -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
 package gin
 
 
 import (
 import (

+ 4 - 0
auth_test.go

@@ -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
 package gin
 
 
 import (
 import (

+ 4 - 0
binding/binding.go

@@ -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
 package binding
 
 
 import (
 import (

+ 4 - 0
context.go

@@ -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
 package gin
 
 
 import (
 import (

+ 4 - 0
context_test.go

@@ -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
 package gin
 
 
 import (
 import (

+ 4 - 0
deprecated.go

@@ -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
 package gin
 
 
 import (
 import (

+ 4 - 0
gin.go

@@ -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
 package gin
 
 
 import (
 import (

+ 4 - 0
gin_test.go

@@ -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
 package gin
 
 
 import (
 import (

+ 4 - 0
logger.go

@@ -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
 package gin
 
 
 import (
 import (

+ 4 - 0
mode.go

@@ -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
 package gin
 
 
 import (
 import (

+ 4 - 0
recovery.go

@@ -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
 package gin
 
 
 import (
 import (

+ 4 - 0
recovery_test.go

@@ -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
 package gin
 
 
 import (
 import (

+ 4 - 0
render/render.go

@@ -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
 package render
 
 
 import (
 import (

+ 4 - 0
response_writer.go

@@ -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
 package gin
 
 
 import (
 import (

+ 4 - 0
utils.go

@@ -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
 package gin
 
 
 import (
 import (