Skip to content

Commit fc53831

Browse files
committed
Add copyright and license header to code files
Signed-off-by: Keshav Priyadarshi <[email protected]>
1 parent 1d3df4f commit fc53831

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

fst_builder/main.rs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/*
2+
3+
Copyright (c) nexB Inc. and others. All rights reserved.
4+
ScanCode is a trademark of nexB Inc.
5+
SPDX-License-Identifier: Apache-2.0
6+
See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
7+
See https://github.com/aboutcode-org/purl-validator-rust for support or download.
8+
See https://aboutcode.org for more information about nexB OSS projects.
9+
10+
*/
11+
12+
113
use fst::SetBuilder;
214
use std::fs::File;
315
use std::io::{BufRead, BufReader};

src/lib.rs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/*
2+
3+
Copyright (c) nexB Inc. and others. All rights reserved.
4+
ScanCode is a trademark of nexB Inc.
5+
SPDX-License-Identifier: Apache-2.0
6+
See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
7+
See https://github.com/aboutcode-org/purl-validator-rust for support or download.
8+
See https://aboutcode.org for more information about nexB OSS projects.
9+
10+
*/
11+
12+
113
use fst::Set;
214
use memmap2::Mmap;
315
use once_cell::sync::Lazy;

src/validate_tests.rs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/*
2+
3+
Copyright (c) nexB Inc. and others. All rights reserved.
4+
ScanCode is a trademark of nexB Inc.
5+
SPDX-License-Identifier: Apache-2.0
6+
See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
7+
See https://github.com/aboutcode-org/purl-validator-rust for support or download.
8+
See https://aboutcode.org for more information about nexB OSS projects.
9+
10+
*/
11+
12+
113
use super::*;
214
use std::path::Path;
315

0 commit comments

Comments
 (0)