Skip to content

Commit

Permalink
license: Add SPDX license identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Feb 9, 2023
1 parent 671d9ca commit 48e7385
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later

use std::error;
use std::str::FromStr;

Expand Down
2 changes: 2 additions & 0 deletions src/logger.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later

use log::LevelFilter;
use syslog::{BasicLogger, Error, Facility, Formatter3164, Logger, LoggerBackend};

Expand Down
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later

use std::env;
use std::error;
use std::path::Path;
Expand Down
2 changes: 2 additions & 0 deletions src/parser.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later

use std::error;
use std::fs::File;
use std::io::{prelude::*, BufReader};
Expand Down
2 changes: 2 additions & 0 deletions src/scanner.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later

use std::path::Path;

use glob::glob_with;
Expand Down
2 changes: 2 additions & 0 deletions tests/integration_test.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later

use std::fs::{self};
use std::path::Path;

Expand Down

0 comments on commit 48e7385

Please sign in to comment.