Skip to content

Commit 6a82b0c

Browse files
authored
add copyright headers (#165)
1 parent 03f848b commit 6a82b0c

24 files changed

+72
-0
lines changed

authorizer.go

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

36
import (

authorizer_test.go

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

36
import (

biscuit.go

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

36
import (

biscuit_test.go

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

36
import (

builder.go

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

36
import (

converters.go

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

36
import (

converters_v2.go

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

36
import (

converters_v2_test.go

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

36
import (

datalog/datalog.go

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

36
import (

datalog/datalog_test.go

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

36
import (

0 commit comments

Comments
 (0)