Skip to content

Commit 1b74ff7

Browse files
committed
Add SDPX licence identifier to source files. https://spdx.org/licenses/
1 parent 1b8be03 commit 1b74ff7

File tree

17 files changed

+53
-2
lines changed

17 files changed

+53
-2
lines changed

casbin/casbin.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-License-Identifier: MIT
2+
// SPDX-FileCopyrightText: © 2017 LabStack and Echo contributors
3+
14
/* Package casbin provides middleware to enable ACL, RBAC, ABAC authorization support.
25
36
Simple example:

casbin/casbin_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-License-Identifier: MIT
2+
// SPDX-FileCopyrightText: © 2017 LabStack and Echo contributors
3+
14
package casbin
25

36
import (

echo.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
// SPDX-License-Identifier: MIT
2+
// SPDX-FileCopyrightText: © 2017 LabStack and Echo contributors
3+
14
package echo

echoprometheus/prometheus.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-License-Identifier: MIT
2+
// SPDX-FileCopyrightText: © 2017 LabStack and Echo contributors
3+
14
/*
25
Package echoprometheus provides middleware to add Prometheus metrics.
36
*/

echoprometheus/prometheus_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-License-Identifier: MIT
2+
// SPDX-FileCopyrightText: © 2017 LabStack and Echo contributors
3+
14
package echoprometheus
25

36
import (

jaegertracing/jaegertracing.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-License-Identifier: MIT
2+
// SPDX-FileCopyrightText: © 2017 LabStack and Echo contributors
3+
14
/*
25
Package jaegertracing provides middleware to Opentracing using Jaeger.
36

jaegertracing/jaegertracing_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-License-Identifier: MIT
2+
// SPDX-FileCopyrightText: © 2017 LabStack and Echo contributors
3+
14
package jaegertracing
25

36
import (

jaegertracing/response_dumper.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-License-Identifier: MIT
2+
// SPDX-FileCopyrightText: © 2017 LabStack and Echo contributors
3+
14
package jaegertracing
25

36
import (

pprof/pprof.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-License-Identifier: MIT
2+
// SPDX-FileCopyrightText: © 2017 LabStack and Echo contributors
3+
14
package pprof
25

36
import (

pprof/pprof_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-License-Identifier: MIT
2+
// SPDX-FileCopyrightText: © 2017 LabStack and Echo contributors
3+
14
package pprof
25

36
import (

0 commit comments

Comments
 (0)