Skip to content

Commit 6a82b0c

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

24 files changed

+72
-0
lines changed

Diff for: authorizer.go

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

Diff for: authorizer_test.go

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

Diff for: biscuit.go

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

Diff for: biscuit_test.go

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

Diff for: builder.go

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

Diff for: converters.go

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

Diff for: converters_v2.go

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

Diff for: converters_v2_test.go

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

Diff for: datalog/datalog.go

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

Diff for: datalog/datalog_test.go

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

Diff for: datalog/expressions.go

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

Diff for: datalog/expressions_test.go

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

Diff for: datalog/symbol.go

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

Diff for: example_test.go

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

36
import (

Diff for: experiments/pop_test.go

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

36
/*

Diff for: options.go

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

Diff for: parser/grammar.go

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

36
import (

Diff for: parser/grammar_test.go

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

36
import (

Diff for: parser/parser.go

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

36
import (

Diff for: parser/parser_test.go

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

36
import (

Diff for: samples/samples_test.go

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

36
import (

Diff for: types.go

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

Diff for: types_test.go

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

Diff for: website_test.go

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

36
import (

0 commit comments

Comments
 (0)