Skip to content

Commit d7d584f

Browse files
committed
add copyright headers
1 parent 03f848b commit d7d584f

24 files changed

+115
-2
lines changed

authorizer.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2+
// Copyright (c) 2019 Titanous, daeMOn63 and Contributors to the Eclipse Foundation.
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
package biscuit
26

37
import (

authorizer_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2+
// Copyright (c) 2019 Titanous, daeMOn63 and Contributors to the Eclipse Foundation.
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
package biscuit
26

37
import (

biscuit.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2+
// Copyright (c) 2019 Titanous, daeMOn63 and Contributors to the Eclipse Foundation.
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
package biscuit
26

37
import (

biscuit_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2+
// Copyright (c) 2019 Titanous, daeMOn63 and Contributors to the Eclipse Foundation.
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
package biscuit
26

37
import (

builder.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2+
// Copyright (c) 2019 Titanous, daeMOn63 and Contributors to the Eclipse Foundation.
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
package biscuit
26

37
import (

converters.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2+
// Copyright (c) 2019 Titanous, daeMOn63 and Contributors to the Eclipse Foundation.
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
package biscuit
26

37
import (

converters_v2.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2+
// Copyright (c) 2019 Titanous, daeMOn63 and Contributors to the Eclipse Foundation.
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
package biscuit
26

37
import (

converters_v2_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2+
// Copyright (c) 2019 Titanous, daeMOn63 and Contributors to the Eclipse Foundation.
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
package biscuit
26

37
import (

datalog/datalog.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2+
// Copyright (c) 2019 Titanous, daeMOn63 and Contributors to the Eclipse Foundation.
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
package datalog
26

37
import (

datalog/datalog_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2+
// Copyright (c) 2019 Titanous, daeMOn63 and Contributors to the Eclipse Foundation.
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
package datalog
26

37
import (

0 commit comments

Comments
 (0)