Skip to content

Commit b6b9aff

Browse files
authored
Merge pull request eclipse-biscuit#53 from eclipse-biscuit/push-mpummzykzlpo
add copyright headers
2 parents f06fcc7 + 2bb6915 commit b6b9aff

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

src/authorizer.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2021 Geoffroy Couprie <contact@geoffroycouprie.com>, Clément Delafargue <clement@delafargue.name>
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
16
use std::collections::HashMap;
27

38
use biscuit_auth as biscuit;

src/builder.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2021 Geoffroy Couprie <contact@geoffroycouprie.com>, Clément Delafargue <clement@delafargue.name>
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
16
use std::collections::{BTreeSet, HashMap};
27

38
use biscuit_auth::{self as biscuit, builder::MapKey};

src/crypto.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2021 Geoffroy Couprie <contact@geoffroycouprie.com>, Clément Delafargue <clement@delafargue.name>
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
16
use std::str::FromStr;
27

38
use biscuit_auth as biscuit;

src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2021 Geoffroy Couprie <contact@geoffroycouprie.com>, Clément Delafargue <clement@delafargue.name>
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
16
// we need an explicitly defined `to_string`, and `from_str` methods
27
// so that we can expose them to JS with a proper name.
38
#![allow(clippy::inherent_to_string, clippy::should_implement_trait)]

0 commit comments

Comments
 (0)