Skip to content

Commit 036bca2

Browse files
committed
Change copyright to spk contributors
Signed-off-by: Ryan Bottriell <[email protected]>
1 parent 5b840d7 commit 036bca2

File tree

550 files changed

+584
-583
lines changed

Some content is hidden

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

550 files changed

+584
-583
lines changed

.site/spi/.spdev/overrides.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) Sony Pictures Imageworks, et al.
1+
# Copyright (c) Contributors to the SPK project.
22
# SPDX-License-Identifier: Apache-2.0
33
# https://github.com/spkenv/spk
44

CONTRIBUTING.md

+20-30

Makefile.linux

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ check-copyrights: check-copyrights-exist check-copyrights-spacing
6060
.PHONY: check-copyrights-exist
6161
check-copyrights-exist:
6262
# basic check to ensure that the copyright appears in each source file
63-
grep -LR --include="*.rs" "// Copyright (c) Sony Pictures Imageworks, et al." ./crates/ || exit 1
63+
grep -LR --include="*.rs" "// Copyright (c) Contributors to the SPK project." ./crates/ || exit 1
6464

6565
.PHONY: check-copyrights-spacing
6666
check-copyrights-spacing:

OPEN_SOURCE_PLAN.md

+1-1

README.md

+2-2

crates/parsedbuf/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/progress_bar_derive_macro/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/sentry-miette/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/cmd-clean/src/cmd_clean.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/cmd-enter/src/cmd_enter.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/cmd-fuse/src/cmd_fuse.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/cmd-join/src/cmd_join.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/cmd-monitor/src/cmd_monitor.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/cmd-render/src/cmd_render.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/cmd-winfsp/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/cmd-winfsp/src/cmd_winfsp.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/common/src/args.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/common/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/bin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_check.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_commit.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_diff.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_edit.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_info.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_init.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_layers.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_log.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_ls.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_ls_tags.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_migrate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_platforms.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_pull.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_push.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_read.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_reset.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_run.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_run_test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_runtime.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_runtime_info.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_runtime_list.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_runtime_prune.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_runtime_remove.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_search.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_server.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_shell.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_tag.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_tags.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

crates/spfs-cli/main/src/cmd_untag.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Sony Pictures Imageworks, et al.
1+
// Copyright (c) Contributors to the SPK project.
22
// SPDX-License-Identifier: Apache-2.0
33
// https://github.com/spkenv/spk
44

0 commit comments

Comments
 (0)