Skip to content

Commit 9e827cc

Browse files
lgritzrydrman
authored andcommitted
Add copyright notices (#2)
Signed-off-by: Larry Gritz <[email protected]>
1 parent 95c9b61 commit 9e827cc

File tree

127 files changed

+512
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+512
-1
lines changed

crates/spfs/README.md

Lines changed: 4 additions & 0 deletions

crates/spfs/src/bootstrap.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2021 Sony Pictures Imageworks, et al.
2+
// SPDX-License-Identifier: Apache-2.0
3+
// https://github.com/imageworks/spk
4+
15
use super::resolve::{which, which_spfs};
26
use super::status::active_runtime;
37
use crate::{runtime, Result};

crates/spfs/src/bootstrap_test.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2021 Sony Pictures Imageworks, et al.
2+
// SPDX-License-Identifier: Apache-2.0
3+
// https://github.com/imageworks/spk
4+
15
use rstest::rstest;
26

37
use super::build_shell_initialized_command;

crates/spfs/src/clean.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2021 Sony Pictures Imageworks, et al.
2+
// SPDX-License-Identifier: Apache-2.0
3+
// https://github.com/imageworks/spk
4+
15
use std::collections::HashSet;
26

37
use indicatif::ParallelProgressIterator;

crates/spfs/src/clean_test.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2021 Sony Pictures Imageworks, et al.
2+
// SPDX-License-Identifier: Apache-2.0
3+
// https://github.com/imageworks/spk
4+
15
use rstest::rstest;
26

37
use super::{

crates/spfs/src/cli/args.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2021 Sony Pictures Imageworks, et al.
2+
// SPDX-License-Identifier: Apache-2.0
3+
// https://github.com/imageworks/spk
4+
15
use sentry::IntoDsn;
26

37
use spfs;

crates/spfs/src/cli/bin.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2021 Sony Pictures Imageworks, et al.
2+
// SPDX-License-Identifier: Apache-2.0
3+
// https://github.com/imageworks/spk
4+
15
use structopt::StructOpt;
26

37
#[macro_use]

crates/spfs/src/cli/cmd_check.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2021 Sony Pictures Imageworks, et al.
2+
// SPDX-License-Identifier: Apache-2.0
3+
// https://github.com/imageworks/spk
4+
15
use structopt::StructOpt;
26

37
use spfs;

crates/spfs/src/cli/cmd_clean.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2021 Sony Pictures Imageworks, et al.
2+
// SPDX-License-Identifier: Apache-2.0
3+
// https://github.com/imageworks/spk
4+
15
use chrono::prelude::*;
26
use colored::*;
37
use structopt::StructOpt;

crates/spfs/src/cli/cmd_commit.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2021 Sony Pictures Imageworks, et al.
2+
// SPDX-License-Identifier: Apache-2.0
3+
// https://github.com/imageworks/spk
4+
15
use structopt::StructOpt;
26

37
use spfs::{encoding::Encodable, storage::TagStorage};

0 commit comments

Comments
 (0)