From 3b8150c83c5304be4dd6b49f212cda6fe3aeed10 Mon Sep 17 00:00:00 2001 From: Javier Provecho Fernandez Date: Tue, 27 Jun 2017 22:54:42 +0200 Subject: [PATCH 1/2] Revert "unify license (#942)" This reverts commit 53799774f45a119234a89f791565e53aa26b4482. --- path.go | 7 ++++--- path_test.go | 7 ++++--- tree.go | 6 +++--- tree_test.go | 6 +++--- 4 files changed, 14 insertions(+), 12 deletions(-) diff --git a/path.go b/path.go index 7478a43..43cdd04 100644 --- a/path.go +++ b/path.go @@ -1,6 +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. +// Copyright 2013 Julien Schmidt. All rights reserved. +// Based on the path package, Copyright 2009 The Go Authors. +// Use of this source code is governed by a BSD-style license that can be found +// in the LICENSE file. package gin diff --git a/path_test.go b/path_test.go index 0f2616c..01cb758 100644 --- a/path_test.go +++ b/path_test.go @@ -1,6 +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. +// Copyright 2013 Julien Schmidt. All rights reserved. +// Based on the path package, Copyright 2009 The Go Authors. +// Use of this source code is governed by a BSD-style license that can be found +// in the LICENSE file. package gin diff --git a/tree.go b/tree.go index d8aa312..ec9dd14 100644 --- a/tree.go +++ b/tree.go @@ -1,6 +1,6 @@ -// 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. +// Copyright 2013 Julien Schmidt. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be found +// in the LICENSE file. package gin diff --git a/tree_test.go b/tree_test.go index f70d6e3..22f0131 100644 --- a/tree_test.go +++ b/tree_test.go @@ -1,6 +1,6 @@ -// 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. +// Copyright 2013 Julien Schmidt. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be found +// in the LICENSE file. package gin From 80942e67a8fabde099edd7307245e69b42f52f2c Mon Sep 17 00:00:00 2001 From: Javier Provecho Fernandez Date: Tue, 27 Jun 2017 22:58:49 +0200 Subject: [PATCH 2/2] docs(license): add julienschmidt/httprouter license URL --- path.go | 2 +- path_test.go | 2 +- tree.go | 2 +- tree_test.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/path.go b/path.go index 43cdd04..d7e7458 100644 --- a/path.go +++ b/path.go @@ -1,7 +1,7 @@ // Copyright 2013 Julien Schmidt. All rights reserved. // Based on the path package, Copyright 2009 The Go Authors. // Use of this source code is governed by a BSD-style license that can be found -// in the LICENSE file. +// at https://github.com/julienschmidt/httprouter/blob/master/LICENSE. package gin diff --git a/path_test.go b/path_test.go index 01cb758..bf2e5f6 100644 --- a/path_test.go +++ b/path_test.go @@ -1,7 +1,7 @@ // Copyright 2013 Julien Schmidt. All rights reserved. // Based on the path package, Copyright 2009 The Go Authors. // Use of this source code is governed by a BSD-style license that can be found -// in the LICENSE file. +// at https://github.com/julienschmidt/httprouter/blob/master/LICENSE package gin diff --git a/tree.go b/tree.go index ec9dd14..a39f43b 100644 --- a/tree.go +++ b/tree.go @@ -1,6 +1,6 @@ // Copyright 2013 Julien Schmidt. All rights reserved. // Use of this source code is governed by a BSD-style license that can be found -// in the LICENSE file. +// at https://github.com/julienschmidt/httprouter/blob/master/LICENSE package gin diff --git a/tree_test.go b/tree_test.go index 22f0131..c0edd42 100644 --- a/tree_test.go +++ b/tree_test.go @@ -1,6 +1,6 @@ // Copyright 2013 Julien Schmidt. All rights reserved. // Use of this source code is governed by a BSD-style license that can be found -// in the LICENSE file. +// at https://github.com/julienschmidt/httprouter/blob/master/LICENSE package gin