diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000000..c944edf365 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,7 @@ +# This is the list of Jujutsu's significant contributors. +# +# This does not necessarily list everyone who has contributed code, +# especially since many employees of one corporation may be contributing. +# To see the full list of contributors, see the revision history in +# source control. +Google LLC diff --git a/examples/custom-backend/main.rs b/examples/custom-backend/main.rs index 9c911b5826..41a4bdfd50 100644 --- a/examples/custom-backend/main.rs +++ b/examples/custom-backend/main.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/custom-command/main.rs b/examples/custom-command/main.rs index ccd136b19e..5047117e17 100644 --- a/examples/custom-command/main.rs +++ b/examples/custom-command/main.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/build.rs b/lib/build.rs index ffc76caa64..ffcb09881b 100644 --- a/lib/build.rs +++ b/lib/build.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/backend.rs b/lib/src/backend.rs index a2c2a27373..7fd815893c 100644 --- a/lib/src/backend.rs +++ b/lib/src/backend.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/commit.rs b/lib/src/commit.rs index d6bdb5b33c..a6ffe3ec26 100644 --- a/lib/src/commit.rs +++ b/lib/src/commit.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/commit_builder.rs b/lib/src/commit_builder.rs index 67c039c8e1..099a6bd087 100644 --- a/lib/src/commit_builder.rs +++ b/lib/src/commit_builder.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/conflicts.rs b/lib/src/conflicts.rs index f51c0b9d03..b63ec59ca5 100644 --- a/lib/src/conflicts.rs +++ b/lib/src/conflicts.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/dag_walk.rs b/lib/src/dag_walk.rs index 4d79674b34..87e49c1b82 100644 --- a/lib/src/dag_walk.rs +++ b/lib/src/dag_walk.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/diff.rs b/lib/src/diff.rs index 383e3870ff..aefdd0a656 100644 --- a/lib/src/diff.rs +++ b/lib/src/diff.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC +// Copyright 2021 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/file_util.rs b/lib/src/file_util.rs index 51bdb0b031..ff8cee228d 100644 --- a/lib/src/file_util.rs +++ b/lib/src/file_util.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC +// Copyright 2021 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/files.rs b/lib/src/files.rs index 0521da7d7f..bd3c865b79 100644 --- a/lib/src/files.rs +++ b/lib/src/files.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/git.rs b/lib/src/git.rs index 85bbea195a..1f9b6b9975 100644 --- a/lib/src/git.rs +++ b/lib/src/git.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/git_backend.rs b/lib/src/git_backend.rs index 36980c7051..0ab9549c16 100644 --- a/lib/src/git_backend.rs +++ b/lib/src/git_backend.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/gitignore.rs b/lib/src/gitignore.rs index 88c257db83..57bac29983 100644 --- a/lib/src/gitignore.rs +++ b/lib/src/gitignore.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC +// Copyright 2021 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/index.rs b/lib/src/index.rs index 80fd03ef8c..4c81d163bb 100644 --- a/lib/src/index.rs +++ b/lib/src/index.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/index_store.rs b/lib/src/index_store.rs index b03487bdca..249af32616 100644 --- a/lib/src/index_store.rs +++ b/lib/src/index_store.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC +// Copyright 2021 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/lib.rs b/lib/src/lib.rs index 39f01372ad..a5c766f135 100644 --- a/lib/src/lib.rs +++ b/lib/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/local_backend.rs b/lib/src/local_backend.rs index fa4130ed9d..7cccf635e1 100644 --- a/lib/src/local_backend.rs +++ b/lib/src/local_backend.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/local_backend_model.thrift b/lib/src/local_backend_model.thrift index e75cd09609..e818cef9bb 100644 --- a/lib/src/local_backend_model.thrift +++ b/lib/src/local_backend_model.thrift @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/lock.rs b/lib/src/lock.rs index e824b25c18..fd8f32af61 100644 --- a/lib/src/lock.rs +++ b/lib/src/lock.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/matchers.rs b/lib/src/matchers.rs index e8c9df7109..ec715f38db 100644 --- a/lib/src/matchers.rs +++ b/lib/src/matchers.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/op_heads_store.rs b/lib/src/op_heads_store.rs index e615374575..a4b0923a22 100644 --- a/lib/src/op_heads_store.rs +++ b/lib/src/op_heads_store.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC +// Copyright 2021 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/op_store.rs b/lib/src/op_store.rs index 9ef0bf6288..4a71a6be31 100644 --- a/lib/src/op_store.rs +++ b/lib/src/op_store.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/operation.rs b/lib/src/operation.rs index 23f15de2e5..6d7d763cdd 100644 --- a/lib/src/operation.rs +++ b/lib/src/operation.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/proto_op_store.rs b/lib/src/proto_op_store.rs index 70a2e55958..01b5097cba 100644 --- a/lib/src/proto_op_store.rs +++ b/lib/src/proto_op_store.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/protos/mod.rs b/lib/src/protos/mod.rs index 5f0f92ca88..2a73c7b6da 100644 --- a/lib/src/protos/mod.rs +++ b/lib/src/protos/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/protos/op_store.proto b/lib/src/protos/op_store.proto index 2c7be5cca1..60727418a0 100644 --- a/lib/src/protos/op_store.proto +++ b/lib/src/protos/op_store.proto @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/protos/store.proto b/lib/src/protos/store.proto index 8f70996ac3..149c8658da 100644 --- a/lib/src/protos/store.proto +++ b/lib/src/protos/store.proto @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/protos/working_copy.proto b/lib/src/protos/working_copy.proto index 0e36baa4f5..4eafcf29b3 100644 --- a/lib/src/protos/working_copy.proto +++ b/lib/src/protos/working_copy.proto @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/refs.rs b/lib/src/refs.rs index 8c9834dc09..38e0b038b1 100644 --- a/lib/src/refs.rs +++ b/lib/src/refs.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC +// Copyright 2021 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/repo.rs b/lib/src/repo.rs index bf0ce8a76f..85329527fb 100644 --- a/lib/src/repo.rs +++ b/lib/src/repo.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/repo_path.rs b/lib/src/repo_path.rs index 81cf2ba589..9249112ce5 100644 --- a/lib/src/repo_path.rs +++ b/lib/src/repo_path.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/revset.pest b/lib/src/revset.pest index de2ad6aac4..21ea932281 100644 --- a/lib/src/revset.pest +++ b/lib/src/revset.pest @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC +// Copyright 2021 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/revset.rs b/lib/src/revset.rs index 1ca2919f5d..38731e698f 100644 --- a/lib/src/revset.rs +++ b/lib/src/revset.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC +// Copyright 2021 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/revset_graph_iterator.rs b/lib/src/revset_graph_iterator.rs index f9a8654b52..94bdbbd6cb 100644 --- a/lib/src/revset_graph_iterator.rs +++ b/lib/src/revset_graph_iterator.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC +// Copyright 2021 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/rewrite.rs b/lib/src/rewrite.rs index 9cfdba6caf..ba51028a5e 100644 --- a/lib/src/rewrite.rs +++ b/lib/src/rewrite.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/settings.rs b/lib/src/settings.rs index 7cb67e8f58..34a12120d1 100644 --- a/lib/src/settings.rs +++ b/lib/src/settings.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/simple_op_store.rs b/lib/src/simple_op_store.rs index ea2902f337..84cf86186c 100644 --- a/lib/src/simple_op_store.rs +++ b/lib/src/simple_op_store.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/simple_op_store_model.thrift b/lib/src/simple_op_store_model.thrift index fc5a6d99d1..cf0680c05e 100644 --- a/lib/src/simple_op_store_model.thrift +++ b/lib/src/simple_op_store_model.thrift @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"), // you may not use this file except in compliance with the License. diff --git a/lib/src/stacked_table.rs b/lib/src/stacked_table.rs index 2af3bb112c..b068fb7059 100644 --- a/lib/src/stacked_table.rs +++ b/lib/src/stacked_table.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC +// Copyright 2021 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/store.rs b/lib/src/store.rs index ba8197f544..7c28edcdb7 100644 --- a/lib/src/store.rs +++ b/lib/src/store.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/transaction.rs b/lib/src/transaction.rs index d2cc60e846..a4f7b43525 100644 --- a/lib/src/transaction.rs +++ b/lib/src/transaction.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/tree.rs b/lib/src/tree.rs index ad0d5ccf97..cb06b6bbbe 100644 --- a/lib/src/tree.rs +++ b/lib/src/tree.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/tree_builder.rs b/lib/src/tree_builder.rs index db6f1a6deb..11643669e2 100644 --- a/lib/src/tree_builder.rs +++ b/lib/src/tree_builder.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/view.rs b/lib/src/view.rs index 7da6258717..0fd052fbb5 100644 --- a/lib/src/view.rs +++ b/lib/src/view.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/working_copy.rs b/lib/src/working_copy.rs index 10c9354f6b..2b0f040e01 100644 --- a/lib/src/working_copy.rs +++ b/lib/src/working_copy.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/src/workspace.rs b/lib/src/workspace.rs index 6181257d3a..999fec74f7 100644 --- a/lib/src/workspace.rs +++ b/lib/src/workspace.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC +// Copyright 2021 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/tests/test_bad_locking.rs b/lib/tests/test_bad_locking.rs index e386cb13c6..fa2a37c9fc 100644 --- a/lib/tests/test_bad_locking.rs +++ b/lib/tests/test_bad_locking.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/tests/test_commit_builder.rs b/lib/tests/test_commit_builder.rs index 1bc1008192..5d9d5f256d 100644 --- a/lib/tests/test_commit_builder.rs +++ b/lib/tests/test_commit_builder.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/tests/test_commit_concurrent.rs b/lib/tests/test_commit_concurrent.rs index 76f12eeec4..8d144ba16f 100644 --- a/lib/tests/test_commit_concurrent.rs +++ b/lib/tests/test_commit_concurrent.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/tests/test_conflicts.rs b/lib/tests/test_conflicts.rs index d8f3218faf..64a93be191 100644 --- a/lib/tests/test_conflicts.rs +++ b/lib/tests/test_conflicts.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC +// Copyright 2021 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/tests/test_diff_summary.rs b/lib/tests/test_diff_summary.rs index 41a04846ef..4defa5c531 100644 --- a/lib/tests/test_diff_summary.rs +++ b/lib/tests/test_diff_summary.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/tests/test_git.rs b/lib/tests/test_git.rs index 14784c565e..262e9d488b 100644 --- a/lib/tests/test_git.rs +++ b/lib/tests/test_git.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/tests/test_index.rs b/lib/tests/test_index.rs index 511b4ac944..0d476579c4 100644 --- a/lib/tests/test_index.rs +++ b/lib/tests/test_index.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/tests/test_init.rs b/lib/tests/test_init.rs index dd94e418f0..048cdc604e 100644 --- a/lib/tests/test_init.rs +++ b/lib/tests/test_init.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/tests/test_load_repo.rs b/lib/tests/test_load_repo.rs index 91da59ed52..e4fd4f88a4 100644 --- a/lib/tests/test_load_repo.rs +++ b/lib/tests/test_load_repo.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC +// Copyright 2021 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/tests/test_merge_trees.rs b/lib/tests/test_merge_trees.rs index 146c538c36..2c4d4ca861 100644 --- a/lib/tests/test_merge_trees.rs +++ b/lib/tests/test_merge_trees.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/tests/test_mut_repo.rs b/lib/tests/test_mut_repo.rs index 63017c016e..9a435e2c8f 100644 --- a/lib/tests/test_mut_repo.rs +++ b/lib/tests/test_mut_repo.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/tests/test_operations.rs b/lib/tests/test_operations.rs index 4850dd718a..c115282c55 100644 --- a/lib/tests/test_operations.rs +++ b/lib/tests/test_operations.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/tests/test_refs.rs b/lib/tests/test_refs.rs index 9992681648..6ddc2b8df5 100644 --- a/lib/tests/test_refs.rs +++ b/lib/tests/test_refs.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC +// Copyright 2021 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/tests/test_revset.rs b/lib/tests/test_revset.rs index ea18792bcc..65489c6bd7 100644 --- a/lib/tests/test_revset.rs +++ b/lib/tests/test_revset.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC +// Copyright 2021 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/tests/test_revset_graph_iterator.rs b/lib/tests/test_revset_graph_iterator.rs index 015dd72619..e706cc981b 100644 --- a/lib/tests/test_revset_graph_iterator.rs +++ b/lib/tests/test_revset_graph_iterator.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC +// Copyright 2021 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/tests/test_rewrite.rs b/lib/tests/test_rewrite.rs index ff1ac1ed07..63682e4b72 100644 --- a/lib/tests/test_rewrite.rs +++ b/lib/tests/test_rewrite.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC +// Copyright 2021 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/tests/test_view.rs b/lib/tests/test_view.rs index d76e9133cf..3673d10358 100644 --- a/lib/tests/test_view.rs +++ b/lib/tests/test_view.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/tests/test_working_copy.rs b/lib/tests/test_working_copy.rs index 3f5a52f234..a67fa07cf7 100644 --- a/lib/tests/test_working_copy.rs +++ b/lib/tests/test_working_copy.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/tests/test_working_copy_concurrent.rs b/lib/tests/test_working_copy_concurrent.rs index 1403e8dd60..92b38e9275 100644 --- a/lib/tests/test_working_copy_concurrent.rs +++ b/lib/tests/test_working_copy_concurrent.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/tests/test_working_copy_sparse.rs b/lib/tests/test_working_copy_sparse.rs index aa03939d12..06b7728a70 100644 --- a/lib/tests/test_working_copy_sparse.rs +++ b/lib/tests/test_working_copy_sparse.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/tests/test_workspace.rs b/lib/tests/test_workspace.rs index 2c76da4c6e..0ce9d4ea88 100644 --- a/lib/tests/test_workspace.rs +++ b/lib/tests/test_workspace.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC +// Copyright 2021 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/lib/testutils/src/lib.rs b/lib/testutils/src/lib.rs index 42cf226294..9ebcc04f88 100644 --- a/lib/testutils/src/lib.rs +++ b/lib/testutils/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/cli_util.rs b/src/cli_util.rs index bce77ab5cb..1b4d4349e6 100644 --- a/src/cli_util.rs +++ b/src/cli_util.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/commands.rs b/src/commands.rs index 4b1773ea45..714fd9cc37 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/config.rs b/src/config.rs index abaa420a77..90b6864a77 100644 --- a/src/config.rs +++ b/src/config.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/diff_edit.rs b/src/diff_edit.rs index ef0fd93ec2..528b2d64f0 100644 --- a/src/diff_edit.rs +++ b/src/diff_edit.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/formatter.rs b/src/formatter.rs index a8fa5c694a..25751f1fe1 100644 --- a/src/formatter.rs +++ b/src/formatter.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/graphlog.rs b/src/graphlog.rs index 3515211a30..f46957a63d 100644 --- a/src/graphlog.rs +++ b/src/graphlog.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/lib.rs b/src/lib.rs index b8d0872d57..89ce082c56 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/main.rs b/src/main.rs index 8ec3dfcec5..93402487bd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/template.pest b/src/template.pest index 74e61237ba..71a641c673 100644 --- a/src/template.pest +++ b/src/template.pest @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/template_parser.rs b/src/template_parser.rs index 8b9311be60..bdd458b12a 100644 --- a/src/template_parser.rs +++ b/src/template_parser.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/templater.rs b/src/templater.rs index 9c0c91e6bd..8781ace7f4 100644 --- a/src/templater.rs +++ b/src/templater.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/ui.rs b/src/ui.rs index 0e3280efdb..6eba36f6ec 100644 --- a/src/ui.rs +++ b/src/ui.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/testing/fake-diff-editor.rs b/testing/fake-diff-editor.rs index 7c803e5757..ff5e079519 100644 --- a/testing/fake-diff-editor.rs +++ b/testing/fake-diff-editor.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/testing/fake-editor.rs b/testing/fake-editor.rs index c60c99f69d..d62736025e 100644 --- a/testing/fake-editor.rs +++ b/testing/fake-editor.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/common/mod.rs b/tests/common/mod.rs index 49438b6f71..c0f86472af 100644 --- a/tests/common/mod.rs +++ b/tests/common/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_alias.rs b/tests/test_alias.rs index 3520d480a4..c7dcd0bd02 100644 --- a/tests/test_alias.rs +++ b/tests/test_alias.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_branch_command.rs b/tests/test_branch_command.rs index f860528043..2d031a8017 100644 --- a/tests/test_branch_command.rs +++ b/tests/test_branch_command.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_checkout.rs b/tests/test_checkout.rs index d859777db8..393fa0e939 100644 --- a/tests/test_checkout.rs +++ b/tests/test_checkout.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_commit_command.rs b/tests/test_commit_command.rs index c9fd971756..5aea9b0c65 100644 --- a/tests/test_commit_command.rs +++ b/tests/test_commit_command.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_concurrent_operations.rs b/tests/test_concurrent_operations.rs index 3d5f3d8e1a..de3e39d114 100644 --- a/tests/test_concurrent_operations.rs +++ b/tests/test_concurrent_operations.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_describe_command.rs b/tests/test_describe_command.rs index 960522278c..af6f7cdf85 100644 --- a/tests/test_describe_command.rs +++ b/tests/test_describe_command.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_diff_command.rs b/tests/test_diff_command.rs index 260523c68a..6d33b29ab9 100644 --- a/tests/test_diff_command.rs +++ b/tests/test_diff_command.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_edit_command.rs b/tests/test_edit_command.rs index a0d6f96dc5..8a5bbcaedf 100644 --- a/tests/test_edit_command.rs +++ b/tests/test_edit_command.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_git_clone.rs b/tests/test_git_clone.rs index 3a0166ffed..8d14d847a2 100644 --- a/tests/test_git_clone.rs +++ b/tests/test_git_clone.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_git_colocated.rs b/tests/test_git_colocated.rs index 5436d8dcb6..48b951d26f 100644 --- a/tests/test_git_colocated.rs +++ b/tests/test_git_colocated.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_git_export.rs b/tests/test_git_export.rs index 486c0e3701..d9b79a5b2d 100644 --- a/tests/test_git_export.rs +++ b/tests/test_git_export.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_git_push.rs b/tests/test_git_push.rs index 4ae12ae057..3ecf0e007c 100644 --- a/tests/test_git_push.rs +++ b/tests/test_git_push.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_git_remotes.rs b/tests/test_git_remotes.rs index 792eacbd44..5a30945ac3 100644 --- a/tests/test_git_remotes.rs +++ b/tests/test_git_remotes.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_gitignores.rs b/tests/test_gitignores.rs index 9fc2da1713..5042abb50b 100644 --- a/tests/test_gitignores.rs +++ b/tests/test_gitignores.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_global_opts.rs b/tests/test_global_opts.rs index 813fe8bbb6..b1cf7e79f1 100644 --- a/tests/test_global_opts.rs +++ b/tests/test_global_opts.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_init_command.rs b/tests/test_init_command.rs index ac278b8ff3..c170f118b7 100644 --- a/tests/test_init_command.rs +++ b/tests/test_init_command.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC +// Copyright 2020 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_interdiff_command.rs b/tests/test_interdiff_command.rs index bdf04adce3..d108a2c958 100644 --- a/tests/test_interdiff_command.rs +++ b/tests/test_interdiff_command.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_log_command.rs b/tests/test_log_command.rs index 90e1419a92..5cf1330bf7 100644 --- a/tests/test_log_command.rs +++ b/tests/test_log_command.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_move_command.rs b/tests/test_move_command.rs index 163e2066db..25682b50b5 100644 --- a/tests/test_move_command.rs +++ b/tests/test_move_command.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_new_command.rs b/tests/test_new_command.rs index f56843fa81..fb08c5950b 100644 --- a/tests/test_new_command.rs +++ b/tests/test_new_command.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_obslog_command.rs b/tests/test_obslog_command.rs index 83f8b65079..dd8bd73f04 100644 --- a/tests/test_obslog_command.rs +++ b/tests/test_obslog_command.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_operations.rs b/tests/test_operations.rs index 59a011dcf1..f3b00da84e 100644 --- a/tests/test_operations.rs +++ b/tests/test_operations.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_print_command.rs b/tests/test_print_command.rs index 9617024c69..b8f5609f53 100644 --- a/tests/test_print_command.rs +++ b/tests/test_print_command.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_rebase_command.rs b/tests/test_rebase_command.rs index 0811645d85..3477c2d087 100644 --- a/tests/test_rebase_command.rs +++ b/tests/test_rebase_command.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_restore_command.rs b/tests/test_restore_command.rs index 877bfc0ba2..2c4e69f3cf 100644 --- a/tests/test_restore_command.rs +++ b/tests/test_restore_command.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_revset_output.rs b/tests/test_revset_output.rs index c9b405f1a7..b9748ed053 100644 --- a/tests/test_revset_output.rs +++ b/tests/test_revset_output.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_show_command.rs b/tests/test_show_command.rs index 21d2aac409..e869457ad6 100644 --- a/tests/test_show_command.rs +++ b/tests/test_show_command.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_sparse_command.rs b/tests/test_sparse_command.rs index be6fa20809..be1631cdf4 100644 --- a/tests/test_sparse_command.rs +++ b/tests/test_sparse_command.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_split_command.rs b/tests/test_split_command.rs index 30f599862e..f04e2f6390 100644 --- a/tests/test_split_command.rs +++ b/tests/test_split_command.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_squash_command.rs b/tests/test_squash_command.rs index f60522e3e6..e36bef9f67 100644 --- a/tests/test_squash_command.rs +++ b/tests/test_squash_command.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_templater.rs b/tests/test_templater.rs index 9d8bcbf677..14021fe466 100644 --- a/tests/test_templater.rs +++ b/tests/test_templater.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_touchup_command.rs b/tests/test_touchup_command.rs index 1d0efddcc6..03c11ddbce 100644 --- a/tests/test_touchup_command.rs +++ b/tests/test_touchup_command.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_undo.rs b/tests/test_undo.rs index 7d313daa9b..851719ccae 100644 --- a/tests/test_undo.rs +++ b/tests/test_undo.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_unsquash_command.rs b/tests/test_unsquash_command.rs index 2f392f02c8..711d4c6384 100644 --- a/tests/test_unsquash_command.rs +++ b/tests/test_unsquash_command.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_untrack_command.rs b/tests/test_untrack_command.rs index 0bd40c3d09..5ab77761e8 100644 --- a/tests/test_untrack_command.rs +++ b/tests/test_untrack_command.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tests/test_workspaces.rs b/tests/test_workspaces.rs index dc5db0ea76..35e9a6b6ed 100644 --- a/tests/test_workspaces.rs +++ b/tests/test_workspaces.rs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2022 The Jujutsu Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.