Skip to content

Commit c14f51d

Browse files
authored
Merge pull request #64 from eclipse-biscuit/push-qpkwtxpuxwks
Add copyright headers
2 parents 4c46908 + 1ddcfb4 commit c14f51d

File tree

7 files changed

+30
-0
lines changed

7 files changed

+30
-0
lines changed

.git-blame-ignore-revs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
199bc56c0d777d3ef6a8fc1c63305b4c664342af

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,7 @@ cargo fmt --check
145145
# CI ensures that there are no outstanding clippy hints
146146
cargo clippy
147147
```
148+
## Copyright - Licensing
149+
150+
Copyright 2021 Clément Delafargue
151+
Licensed under `BSD-3-Clause`

src/cli.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2021 Clément Delafargue <clement@delafargue.name>
3+
*
4+
* SPDX-License-Identifier: BSD-3-Clause
5+
*/
16
use biscuit_auth::Algorithm;
27
use clap::Parser;
38
use std::path::PathBuf;

src/errors.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2021 Clément Delafargue <clement@delafargue.name>
3+
*
4+
* SPDX-License-Identifier: BSD-3-Clause
5+
*/
16
use std::path::PathBuf;
27
use thiserror::Error;
38

src/input.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2021 Clément Delafargue <clement@delafargue.name>
3+
*
4+
* SPDX-License-Identifier: BSD-3-Clause
5+
*/
16
use anyhow::Result;
27
use atty::Stream;
38
use biscuit_auth::{

src/inspect.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2021 Clément Delafargue <clement@delafargue.name>
3+
*
4+
* SPDX-License-Identifier: BSD-3-Clause
5+
*/
16
use anyhow::Result;
27
use biscuit_auth::{
38
builder::{Fact, Rule},

src/main.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2021 Clément Delafargue <clement@delafargue.name>
3+
*
4+
* SPDX-License-Identifier: BSD-3-Clause
5+
*/
16
use anyhow::Result;
27
use biscuit_auth::{
38
builder::BlockBuilder,

0 commit comments

Comments
 (0)