From 8e5397bfa0277fe89bb27848d264402af56828b6 Mon Sep 17 00:00:00 2001 From: Manu Mtz-Almeida Date: Fri, 29 Aug 2014 19:49:50 +0200 Subject: [PATCH] Adds in-code license --- auth.go | 4 ++++ auth_test.go | 4 ++++ binding/binding.go | 4 ++++ context.go | 4 ++++ context_test.go | 4 ++++ deprecated.go | 4 ++++ gin.go | 4 ++++ gin_test.go | 4 ++++ logger.go | 4 ++++ mode.go | 4 ++++ recovery.go | 4 ++++ recovery_test.go | 4 ++++ render/render.go | 4 ++++ response_writer.go | 4 ++++ utils.go | 4 ++++ 15 files changed, 60 insertions(+) diff --git a/auth.go b/auth.go index 0a51295b..248f97d8 100644 --- a/auth.go +++ b/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 import ( diff --git a/auth_test.go b/auth_test.go index cc70bc08..d60c587b 100644 --- a/auth_test.go +++ b/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 import ( diff --git a/binding/binding.go b/binding/binding.go index bb6cbde2..61a57b14 100644 --- a/binding/binding.go +++ b/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 import ( diff --git a/context.go b/context.go index 8fed41de..294d1cce 100644 --- a/context.go +++ b/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 import ( diff --git a/context_test.go b/context_test.go index 3b3302e8..6df824cb 100644 --- a/context_test.go +++ b/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 import ( diff --git a/deprecated.go b/deprecated.go index 91d08239..eb248dde 100644 --- a/deprecated.go +++ b/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 import ( diff --git a/gin.go b/gin.go index 0f4753e2..45b3807a 100644 --- a/gin.go +++ b/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 import ( diff --git a/gin_test.go b/gin_test.go index 7425cc21..33979438 100644 --- a/gin_test.go +++ b/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 import ( diff --git a/logger.go b/logger.go index 8cbc24be..56602c04 100644 --- a/logger.go +++ b/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 import ( diff --git a/mode.go b/mode.go index 85f133b9..166c09c0 100644 --- a/mode.go +++ b/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 import ( diff --git a/recovery.go b/recovery.go index 47165227..a8d537e4 100644 --- a/recovery.go +++ b/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 import ( diff --git a/recovery_test.go b/recovery_test.go index 9d3d0880..756c7c2a 100644 --- a/recovery_test.go +++ b/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 import ( diff --git a/render/render.go b/render/render.go index bc982a30..699b4e96 100644 --- a/render/render.go +++ b/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 import ( diff --git a/response_writer.go b/response_writer.go index 91afe89b..aaa2010c 100644 --- a/response_writer.go +++ b/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 import ( diff --git a/utils.go b/utils.go index 6417efd9..f58097a4 100644 --- a/utils.go +++ b/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 import (