Просмотр исходного кода

Revert "unify license (#942)"

This reverts commit 53799774f45a119234a89f791565e53aa26b4482.
Javier Provecho Fernandez 8 лет назад
Родитель
Сommit
3b8150c83c
4 измененных файлов с 14 добавлено и 12 удалено
  1. 4 3
      path.go
  2. 4 3
      path_test.go
  3. 3 3
      tree.go
  4. 3 3
      tree_test.go

+ 4 - 3
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
 

+ 4 - 3
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
 

+ 3 - 3
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
 

+ 3 - 3
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