diff --git a/path.go b/path.go index 43cdd047..7478a43e 100644 --- a/path.go +++ b/path.go @@ -1,7 +1,6 @@ -// 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. +// 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. package gin diff --git a/path_test.go b/path_test.go index 01cb758a..0f2616c1 100644 --- a/path_test.go +++ b/path_test.go @@ -1,7 +1,6 @@ -// 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. +// 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. package gin diff --git a/tree.go b/tree.go index eee6bab3..98bb9cdb 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. +// 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. package gin diff --git a/tree_test.go b/tree_test.go index 22f01315..f70d6e35 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. +// 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. package gin