just playing with tangled

copyright: change from "Google LLC" to "The Jujutsu Authors"

Let's acknowledge everyone's contributions by replacing "Google LLC"
in the copyright header by "The Jujutsu Authors". If I understand
correctly, it won't have any legal effect, but maybe it still helps
reduce concerns from contributors (though I haven't heard any
concerns).

Google employees can read about Google's policy at
go/releasing/contributions#copyright.

authored by Martin von Zweigbergk and committed by Martin von Zweigbergk d8feed9b a7ff8d5e

Changed files
+127 -120
examples
custom-backend
custom-command
lib
src
testing
tests
+7
AUTHORS
··· 1 + # This is the list of Jujutsu's significant contributors. 2 + # 3 + # This does not necessarily list everyone who has contributed code, 4 + # especially since many employees of one corporation may be contributing. 5 + # To see the full list of contributors, see the revision history in 6 + # source control. 7 + Google LLC
+1 -1
examples/custom-backend/main.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
examples/custom-command/main.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/build.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/backend.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/commit.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/commit_builder.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/conflicts.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/dag_walk.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/diff.rs
··· 1 - // Copyright 2021 Google LLC 1 + // Copyright 2021 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/file_util.rs
··· 1 - // Copyright 2021 Google LLC 1 + // Copyright 2021 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/files.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/git.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/git_backend.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/gitignore.rs
··· 1 - // Copyright 2021 Google LLC 1 + // Copyright 2021 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/index.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/index_store.rs
··· 1 - // Copyright 2021 Google LLC 1 + // Copyright 2021 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/lib.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/local_backend.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/local_backend_model.thrift
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/lock.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/matchers.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/op_heads_store.rs
··· 1 - // Copyright 2021 Google LLC 1 + // Copyright 2021 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/op_store.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/operation.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/proto_op_store.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/protos/mod.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/protos/op_store.proto
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/protos/store.proto
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/protos/working_copy.proto
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/refs.rs
··· 1 - // Copyright 2021 Google LLC 1 + // Copyright 2021 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/repo.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/repo_path.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/revset.pest
··· 1 - // Copyright 2021 Google LLC 1 + // Copyright 2021 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/revset.rs
··· 1 - // Copyright 2021 Google LLC 1 + // Copyright 2021 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/revset_graph_iterator.rs
··· 1 - // Copyright 2021 Google LLC 1 + // Copyright 2021 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/rewrite.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/settings.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/simple_op_store.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/simple_op_store_model.thrift
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"), 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/stacked_table.rs
··· 1 - // Copyright 2021 Google LLC 1 + // Copyright 2021 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/store.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/transaction.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/tree.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/tree_builder.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/view.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/working_copy.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/src/workspace.rs
··· 1 - // Copyright 2021 Google LLC 1 + // Copyright 2021 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/tests/test_bad_locking.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/tests/test_commit_builder.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/tests/test_commit_concurrent.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/tests/test_conflicts.rs
··· 1 - // Copyright 2021 Google LLC 1 + // Copyright 2021 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/tests/test_diff_summary.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/tests/test_git.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/tests/test_index.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/tests/test_init.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/tests/test_load_repo.rs
··· 1 - // Copyright 2021 Google LLC 1 + // Copyright 2021 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/tests/test_merge_trees.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/tests/test_mut_repo.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/tests/test_operations.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/tests/test_refs.rs
··· 1 - // Copyright 2021 Google LLC 1 + // Copyright 2021 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/tests/test_revset.rs
··· 1 - // Copyright 2021 Google LLC 1 + // Copyright 2021 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/tests/test_revset_graph_iterator.rs
··· 1 - // Copyright 2021 Google LLC 1 + // Copyright 2021 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/tests/test_rewrite.rs
··· 1 - // Copyright 2021 Google LLC 1 + // Copyright 2021 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/tests/test_view.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/tests/test_working_copy.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/tests/test_working_copy_concurrent.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/tests/test_working_copy_sparse.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/tests/test_workspace.rs
··· 1 - // Copyright 2021 Google LLC 1 + // Copyright 2021 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
lib/testutils/src/lib.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
src/cli_util.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
src/commands.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
src/config.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
src/diff_edit.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
src/formatter.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
src/graphlog.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
src/lib.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
src/main.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
src/template.pest
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
src/template_parser.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
src/templater.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
src/ui.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
testing/fake-diff-editor.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
testing/fake-editor.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/common/mod.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_alias.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_branch_command.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_checkout.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_commit_command.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_concurrent_operations.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_describe_command.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_diff_command.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_edit_command.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_git_clone.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_git_colocated.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_git_export.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_git_push.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_git_remotes.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_gitignores.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_global_opts.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_init_command.rs
··· 1 - // Copyright 2020 Google LLC 1 + // Copyright 2020 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_interdiff_command.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_log_command.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_move_command.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_new_command.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_obslog_command.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_operations.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_print_command.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_rebase_command.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_restore_command.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_revset_output.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_show_command.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_sparse_command.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_split_command.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_squash_command.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_templater.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_touchup_command.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_undo.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_unsquash_command.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_untrack_command.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.
+1 -1
tests/test_workspaces.rs
··· 1 - // Copyright 2022 Google LLC 1 + // Copyright 2022 The Jujutsu Authors 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 4 // you may not use this file except in compliance with the License.