From 441201884a60e025b1dee1c7fbb89993c517a1d8 Mon Sep 17 00:00:00 2001 From: Christian Blichmann Date: Fri, 17 Jan 2020 05:05:03 -0800 Subject: [PATCH] Update license header with recommended best practices PiperOrigin-RevId: 290250533 Change-Id: Ic34b253446463cf971a055b70a242df93a598ee3 --- CMakeLists.txt | 2 +- WORKSPACE | 2 +- cmake/FindLibcap.cmake | 2 +- cmake/FindLibffi.cmake | 2 +- cmake/SapiBuildDefs.cmake | 2 +- cmake/SapiDeps.cmake | 2 +- cmake/SapiOptions.cmake | 2 +- cmake/SapiUtil.cmake | 2 +- cmake/abseil/CMakeLists.txt.in | 2 +- cmake/abseil/Download.cmake | 2 +- cmake/benchmark/CMakeLists.txt.in | 2 +- cmake/benchmark/Download.cmake | 2 +- cmake/gflags/CMakeLists.txt.in | 2 +- cmake/gflags/Download.cmake | 2 +- cmake/glog/CMakeLists.txt.in | 2 +- cmake/glog/Download.cmake | 2 +- cmake/googletest/CMakeLists.txt.in | 2 +- cmake/googletest/Download.cmake | 2 +- cmake/libcap/CMakeLists.txt.in | 2 +- cmake/libcap/Download.cmake | 2 +- cmake/libcap_capability.h.in | 2 +- cmake/libunwind/CMakeLists.txt.in | 2 +- cmake/libunwind/Download.cmake | 2 +- cmake/protobuf/CMakeLists.txt.in | 2 +- cmake/protobuf/Download.cmake | 2 +- sandboxed_api/BUILD.bazel | 2 +- sandboxed_api/CMakeLists.txt | 2 +- sandboxed_api/bazel/BUILD | 2 +- sandboxed_api/bazel/CMakeLists.txt | 2 +- sandboxed_api/bazel/build_defs.bzl | 2 +- sandboxed_api/bazel/embed_data.bzl | 2 +- sandboxed_api/bazel/external/enum34.BUILD | 2 +- sandboxed_api/bazel/external/libcap.BUILD | 2 +- sandboxed_api/bazel/external/libffi.BUILD | 2 +- sandboxed_api/bazel/external/libunwind.BUILD | 2 +- sandboxed_api/bazel/external/six.BUILD | 2 +- sandboxed_api/bazel/external/zlib.BUILD | 2 +- sandboxed_api/bazel/filewrapper.cc | 2 +- sandboxed_api/bazel/filewrapper_test.cc | 2 +- sandboxed_api/bazel/proto.bzl | 2 +- sandboxed_api/bazel/repositories.bzl | 2 +- sandboxed_api/bazel/sapi.bzl | 2 +- sandboxed_api/bazel/sapi_deps.bzl | 2 +- sandboxed_api/call.h | 2 +- sandboxed_api/client.cc | 2 +- sandboxed_api/embed_file.cc | 2 +- sandboxed_api/embed_file.h | 2 +- sandboxed_api/examples/CMakeLists.txt | 2 +- sandboxed_api/examples/stringop/BUILD.bazel | 2 +- sandboxed_api/examples/stringop/CMakeLists.txt | 2 +- sandboxed_api/examples/stringop/lib/BUILD.bazel | 2 +- sandboxed_api/examples/stringop/lib/CMakeLists.txt | 2 +- sandboxed_api/examples/stringop/lib/sandbox.h | 2 +- sandboxed_api/examples/stringop/lib/stringop.cc | 2 +- sandboxed_api/examples/stringop/lib/stringop_params.proto | 2 +- sandboxed_api/examples/stringop/main_stringop.cc | 2 +- sandboxed_api/examples/sum/BUILD.bazel | 2 +- sandboxed_api/examples/sum/CMakeLists.txt | 2 +- sandboxed_api/examples/sum/lib/BUILD.bazel | 2 +- sandboxed_api/examples/sum/lib/CMakeLists.txt | 2 +- sandboxed_api/examples/sum/lib/sandbox.h | 2 +- sandboxed_api/examples/sum/lib/sum.c | 2 +- sandboxed_api/examples/sum/lib/sum_cpp.cc | 2 +- sandboxed_api/examples/sum/lib/sum_params.proto | 2 +- sandboxed_api/examples/sum/main_sum.cc | 2 +- sandboxed_api/examples/zlib/BUILD.bazel | 2 +- sandboxed_api/examples/zlib/main_zlib.cc | 2 +- sandboxed_api/file_toc.h | 2 +- sandboxed_api/lenval_core.h | 2 +- sandboxed_api/proto_arg.proto | 2 +- sandboxed_api/proto_helper.h | 2 +- sandboxed_api/rpcchannel.cc | 2 +- sandboxed_api/rpcchannel.h | 2 +- sandboxed_api/sandbox.cc | 2 +- sandboxed_api/sandbox.h | 2 +- sandboxed_api/sandbox2/BUILD.bazel | 2 +- sandboxed_api/sandbox2/CMakeLists.txt | 2 +- sandboxed_api/sandbox2/bpfdisassembler.cc | 2 +- sandboxed_api/sandbox2/bpfdisassembler.h | 2 +- sandboxed_api/sandbox2/buffer.cc | 2 +- sandboxed_api/sandbox2/buffer.h | 2 +- sandboxed_api/sandbox2/buffer_test.cc | 2 +- sandboxed_api/sandbox2/client.cc | 2 +- sandboxed_api/sandbox2/client.h | 2 +- sandboxed_api/sandbox2/comms.cc | 2 +- sandboxed_api/sandbox2/comms.h | 2 +- sandboxed_api/sandbox2/comms_test.cc | 2 +- sandboxed_api/sandbox2/comms_test.proto | 2 +- sandboxed_api/sandbox2/examples/CMakeLists.txt | 2 +- sandboxed_api/sandbox2/examples/crc4/BUILD.bazel | 2 +- sandboxed_api/sandbox2/examples/crc4/CMakeLists.txt | 2 +- sandboxed_api/sandbox2/examples/crc4/crc4bin.cc | 2 +- sandboxed_api/sandbox2/examples/crc4/crc4sandbox.cc | 2 +- sandboxed_api/sandbox2/examples/crc4/crc4sandbox_test.cc | 2 +- sandboxed_api/sandbox2/examples/custom_fork/BUILD.bazel | 2 +- sandboxed_api/sandbox2/examples/custom_fork/CMakeLists.txt | 2 +- sandboxed_api/sandbox2/examples/custom_fork/custom_fork_bin.cc | 2 +- .../sandbox2/examples/custom_fork/custom_fork_sandbox.cc | 2 +- sandboxed_api/sandbox2/examples/network/BUILD.bazel | 2 +- sandboxed_api/sandbox2/examples/network/CMakeLists.txt | 2 +- sandboxed_api/sandbox2/examples/network/network_bin.cc | 2 +- sandboxed_api/sandbox2/examples/network/network_sandbox.cc | 2 +- sandboxed_api/sandbox2/examples/network_proxy/BUILD.bazel | 2 +- sandboxed_api/sandbox2/examples/network_proxy/CMakeLists.txt | 2 +- sandboxed_api/sandbox2/examples/static/BUILD.bazel | 2 +- sandboxed_api/sandbox2/examples/static/CMakeLists.txt | 2 +- sandboxed_api/sandbox2/examples/static/static_bin.cc | 2 +- sandboxed_api/sandbox2/examples/static/static_sandbox.cc | 2 +- sandboxed_api/sandbox2/examples/tool/BUILD.bazel | 2 +- sandboxed_api/sandbox2/examples/tool/CMakeLists.txt | 2 +- sandboxed_api/sandbox2/examples/tool/sandbox2tool.cc | 2 +- sandboxed_api/sandbox2/examples/zlib/BUILD.bazel | 2 +- sandboxed_api/sandbox2/examples/zlib/CMakeLists.txt | 2 +- sandboxed_api/sandbox2/examples/zlib/zpipe_sandbox.cc | 2 +- sandboxed_api/sandbox2/executor.cc | 2 +- sandboxed_api/sandbox2/executor.h | 2 +- sandboxed_api/sandbox2/forkingclient.cc | 2 +- sandboxed_api/sandbox2/forkingclient.h | 2 +- sandboxed_api/sandbox2/forkserver.cc | 2 +- sandboxed_api/sandbox2/forkserver.h | 2 +- sandboxed_api/sandbox2/forkserver.proto | 2 +- sandboxed_api/sandbox2/forkserver_bin.cc | 2 +- sandboxed_api/sandbox2/forkserver_test.cc | 2 +- sandboxed_api/sandbox2/global_forkclient.cc | 2 +- sandboxed_api/sandbox2/global_forkclient.h | 2 +- sandboxed_api/sandbox2/ipc.cc | 2 +- sandboxed_api/sandbox2/ipc.h | 2 +- sandboxed_api/sandbox2/ipc_test.cc | 2 +- sandboxed_api/sandbox2/limits.h | 2 +- sandboxed_api/sandbox2/limits_test.cc | 2 +- sandboxed_api/sandbox2/logserver.cc | 2 +- sandboxed_api/sandbox2/logserver.h | 2 +- sandboxed_api/sandbox2/logserver.proto | 2 +- sandboxed_api/sandbox2/logsink.cc | 2 +- sandboxed_api/sandbox2/logsink.h | 2 +- sandboxed_api/sandbox2/monitor.cc | 2 +- sandboxed_api/sandbox2/monitor.h | 2 +- sandboxed_api/sandbox2/mounts.cc | 2 +- sandboxed_api/sandbox2/mounts.h | 2 +- sandboxed_api/sandbox2/mounts_test.cc | 2 +- sandboxed_api/sandbox2/mounttree.proto | 2 +- sandboxed_api/sandbox2/namespace.cc | 2 +- sandboxed_api/sandbox2/namespace.h | 2 +- sandboxed_api/sandbox2/namespace_test.cc | 2 +- sandboxed_api/sandbox2/network_proxy_client.cc | 2 +- sandboxed_api/sandbox2/network_proxy_client.h | 2 +- sandboxed_api/sandbox2/network_proxy_server.cc | 2 +- sandboxed_api/sandbox2/network_proxy_server.h | 2 +- sandboxed_api/sandbox2/notify.h | 2 +- sandboxed_api/sandbox2/notify_test.cc | 2 +- sandboxed_api/sandbox2/policy.cc | 2 +- sandboxed_api/sandbox2/policy.h | 2 +- sandboxed_api/sandbox2/policy_test.cc | 2 +- sandboxed_api/sandbox2/policybuilder.cc | 2 +- sandboxed_api/sandbox2/policybuilder.h | 2 +- sandboxed_api/sandbox2/policybuilder_test.cc | 2 +- sandboxed_api/sandbox2/regs.cc | 2 +- sandboxed_api/sandbox2/regs.h | 2 +- sandboxed_api/sandbox2/result.cc | 2 +- sandboxed_api/sandbox2/result.h | 2 +- sandboxed_api/sandbox2/sandbox2.cc | 2 +- sandboxed_api/sandbox2/sandbox2.h | 2 +- sandboxed_api/sandbox2/sandbox2_test.cc | 2 +- sandboxed_api/sandbox2/sanitizer.cc | 2 +- sandboxed_api/sandbox2/sanitizer.h | 2 +- sandboxed_api/sandbox2/sanitizer_test.cc | 2 +- sandboxed_api/sandbox2/stack_trace.cc | 2 +- sandboxed_api/sandbox2/stack_trace.h | 2 +- sandboxed_api/sandbox2/stack_trace_test.cc | 2 +- sandboxed_api/sandbox2/syscall.cc | 2 +- sandboxed_api/sandbox2/syscall.h | 2 +- sandboxed_api/sandbox2/syscall_test.cc | 2 +- sandboxed_api/sandbox2/testcases/BUILD.bazel | 2 +- sandboxed_api/sandbox2/testcases/CMakeLists.txt | 2 +- sandboxed_api/sandbox2/testcases/abort.cc | 2 +- sandboxed_api/sandbox2/testcases/add_policy_on_syscalls.cc | 2 +- sandboxed_api/sandbox2/testcases/buffer.cc | 2 +- sandboxed_api/sandbox2/testcases/hostname.cc | 2 +- sandboxed_api/sandbox2/testcases/ipc.cc | 2 +- sandboxed_api/sandbox2/testcases/limits.cc | 2 +- sandboxed_api/sandbox2/testcases/malloc.cc | 2 +- sandboxed_api/sandbox2/testcases/minimal.cc | 2 +- sandboxed_api/sandbox2/testcases/namespace.cc | 2 +- sandboxed_api/sandbox2/testcases/personality.cc | 2 +- sandboxed_api/sandbox2/testcases/pidcomms.cc | 2 +- sandboxed_api/sandbox2/testcases/policy.cc | 2 +- sandboxed_api/sandbox2/testcases/print_fds.cc | 2 +- sandboxed_api/sandbox2/testcases/sanitizer.cc | 2 +- sandboxed_api/sandbox2/testcases/sleep.cc | 2 +- sandboxed_api/sandbox2/testcases/starve.cc | 2 +- sandboxed_api/sandbox2/testcases/symbolize.cc | 2 +- sandboxed_api/sandbox2/testcases/tsync.cc | 2 +- sandboxed_api/sandbox2/testing.cc | 2 +- sandboxed_api/sandbox2/testing.h | 2 +- sandboxed_api/sandbox2/unwind/BUILD.bazel | 2 +- sandboxed_api/sandbox2/unwind/CMakeLists.txt | 2 +- sandboxed_api/sandbox2/unwind/ptrace_hook.cc | 2 +- sandboxed_api/sandbox2/unwind/ptrace_hook.h | 2 +- sandboxed_api/sandbox2/unwind/unwind.cc | 2 +- sandboxed_api/sandbox2/unwind/unwind.h | 2 +- sandboxed_api/sandbox2/unwind/unwind.proto | 2 +- sandboxed_api/sandbox2/util.cc | 2 +- sandboxed_api/sandbox2/util.h | 2 +- sandboxed_api/sandbox2/util/BUILD.bazel | 2 +- sandboxed_api/sandbox2/util/CMakeLists.txt | 2 +- sandboxed_api/sandbox2/util/bpf_helper.c | 2 +- sandboxed_api/sandbox2/util/bpf_helper.h | 2 +- sandboxed_api/sandbox2/util/file_helpers.cc | 2 +- sandboxed_api/sandbox2/util/file_helpers.h | 2 +- sandboxed_api/sandbox2/util/file_helpers_test.cc | 2 +- sandboxed_api/sandbox2/util/fileops.cc | 2 +- sandboxed_api/sandbox2/util/fileops.h | 2 +- sandboxed_api/sandbox2/util/fileops_test.cc | 2 +- sandboxed_api/sandbox2/util/maps_parser.cc | 2 +- sandboxed_api/sandbox2/util/maps_parser.h | 2 +- sandboxed_api/sandbox2/util/maps_parser_test.cc | 2 +- sandboxed_api/sandbox2/util/minielf.cc | 2 +- sandboxed_api/sandbox2/util/minielf.h | 2 +- sandboxed_api/sandbox2/util/minielf_test.cc | 2 +- sandboxed_api/sandbox2/util/path.cc | 2 +- sandboxed_api/sandbox2/util/path.h | 2 +- sandboxed_api/sandbox2/util/path_test.cc | 2 +- sandboxed_api/sandbox2/util/runfiles.cc | 2 +- sandboxed_api/sandbox2/util/runfiles.h | 2 +- sandboxed_api/sandbox2/util/runfiles_nobazel.cc | 2 +- sandboxed_api/sandbox2/util/strerror.cc | 2 +- sandboxed_api/sandbox2/util/strerror.h | 2 +- sandboxed_api/sandbox2/util/strerror_test.cc | 2 +- sandboxed_api/sandbox2/util/temp_file.cc | 2 +- sandboxed_api/sandbox2/util/temp_file.h | 2 +- sandboxed_api/sandbox2/util/temp_file_test.cc | 2 +- sandboxed_api/sandbox2/util_test.cc | 2 +- sandboxed_api/sandbox2/violation.proto | 2 +- sandboxed_api/sapi_test.cc | 2 +- sandboxed_api/tools/generator2/BUILD | 2 +- sandboxed_api/tools/generator2/build_test.sh | 2 +- sandboxed_api/tools/generator2/code.py | 2 +- sandboxed_api/tools/generator2/code_test.py | 2 +- sandboxed_api/tools/generator2/code_test_util.py | 2 +- sandboxed_api/tools/generator2/sapi_generator.py | 2 +- sandboxed_api/tools/generator2/testdata/main.cc | 2 +- sandboxed_api/tools/generator2/testdata/tests.cc | 2 +- sandboxed_api/tools/generator2/testdata/tests.h | 2 +- sandboxed_api/tools/generator2/testdata/tests2.cc | 2 +- sandboxed_api/transaction.cc | 2 +- sandboxed_api/transaction.h | 2 +- sandboxed_api/util/BUILD.bazel | 2 +- sandboxed_api/util/CMakeLists.txt | 2 +- sandboxed_api/util/canonical_errors.cc | 2 +- sandboxed_api/util/canonical_errors.h | 2 +- sandboxed_api/util/flag.h | 2 +- sandboxed_api/util/raw_logging.cc | 2 +- sandboxed_api/util/raw_logging.h | 2 +- sandboxed_api/util/status.cc | 2 +- sandboxed_api/util/status.h | 2 +- sandboxed_api/util/status.proto | 2 +- sandboxed_api/util/status_internal.h | 2 +- sandboxed_api/util/status_macros.h | 2 +- sandboxed_api/util/status_macros_test.cc | 2 +- sandboxed_api/util/status_matchers.h | 2 +- sandboxed_api/util/status_test.cc | 2 +- sandboxed_api/util/statusor.h | 2 +- sandboxed_api/util/statusor_test.cc | 2 +- sandboxed_api/var_abstract.cc | 2 +- sandboxed_api/var_abstract.h | 2 +- sandboxed_api/var_array.h | 2 +- sandboxed_api/var_int.cc | 2 +- sandboxed_api/var_int.h | 2 +- sandboxed_api/var_lenval.cc | 2 +- sandboxed_api/var_lenval.h | 2 +- sandboxed_api/var_pointable.cc | 2 +- sandboxed_api/var_pointable.h | 2 +- sandboxed_api/var_proto.h | 2 +- sandboxed_api/var_ptr.h | 2 +- sandboxed_api/var_reg.h | 2 +- sandboxed_api/var_struct.h | 2 +- sandboxed_api/var_type.h | 2 +- sandboxed_api/var_void.h | 2 +- sandboxed_api/vars.h | 2 +- 279 files changed, 279 insertions(+), 279 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 500d973..6295643 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/WORKSPACE b/WORKSPACE index 34b08b3..981f02b 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/cmake/FindLibcap.cmake b/cmake/FindLibcap.cmake index 090877f..5325195 100644 --- a/cmake/FindLibcap.cmake +++ b/cmake/FindLibcap.cmake @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/cmake/FindLibffi.cmake b/cmake/FindLibffi.cmake index dbcbf01..213080a 100644 --- a/cmake/FindLibffi.cmake +++ b/cmake/FindLibffi.cmake @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/cmake/SapiBuildDefs.cmake b/cmake/SapiBuildDefs.cmake index af70f8b..72875cc 100644 --- a/cmake/SapiBuildDefs.cmake +++ b/cmake/SapiBuildDefs.cmake @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/cmake/SapiDeps.cmake b/cmake/SapiDeps.cmake index 1249530..92ce154 100644 --- a/cmake/SapiDeps.cmake +++ b/cmake/SapiDeps.cmake @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/cmake/SapiOptions.cmake b/cmake/SapiOptions.cmake index 4df00a9..acd35f9 100644 --- a/cmake/SapiOptions.cmake +++ b/cmake/SapiOptions.cmake @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/cmake/SapiUtil.cmake b/cmake/SapiUtil.cmake index 6e7e7d2..9fe712b 100644 --- a/cmake/SapiUtil.cmake +++ b/cmake/SapiUtil.cmake @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/cmake/abseil/CMakeLists.txt.in b/cmake/abseil/CMakeLists.txt.in index a64c63a..6ea5865 100644 --- a/cmake/abseil/CMakeLists.txt.in +++ b/cmake/abseil/CMakeLists.txt.in @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/cmake/abseil/Download.cmake b/cmake/abseil/Download.cmake index 2f78a42..52d6bd9 100644 --- a/cmake/abseil/Download.cmake +++ b/cmake/abseil/Download.cmake @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/cmake/benchmark/CMakeLists.txt.in b/cmake/benchmark/CMakeLists.txt.in index ff75045..a7db6c1 100644 --- a/cmake/benchmark/CMakeLists.txt.in +++ b/cmake/benchmark/CMakeLists.txt.in @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/cmake/benchmark/Download.cmake b/cmake/benchmark/Download.cmake index ec1e186..8bc622b 100644 --- a/cmake/benchmark/Download.cmake +++ b/cmake/benchmark/Download.cmake @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/cmake/gflags/CMakeLists.txt.in b/cmake/gflags/CMakeLists.txt.in index b31d39a..438c5d1 100644 --- a/cmake/gflags/CMakeLists.txt.in +++ b/cmake/gflags/CMakeLists.txt.in @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/cmake/gflags/Download.cmake b/cmake/gflags/Download.cmake index 39ac7a3..c7302ef 100644 --- a/cmake/gflags/Download.cmake +++ b/cmake/gflags/Download.cmake @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/cmake/glog/CMakeLists.txt.in b/cmake/glog/CMakeLists.txt.in index 902618d..ac8e872 100644 --- a/cmake/glog/CMakeLists.txt.in +++ b/cmake/glog/CMakeLists.txt.in @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/cmake/glog/Download.cmake b/cmake/glog/Download.cmake index 8280ca8..aa9a291 100644 --- a/cmake/glog/Download.cmake +++ b/cmake/glog/Download.cmake @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/cmake/googletest/CMakeLists.txt.in b/cmake/googletest/CMakeLists.txt.in index 0b76691..66be21d 100644 --- a/cmake/googletest/CMakeLists.txt.in +++ b/cmake/googletest/CMakeLists.txt.in @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/cmake/googletest/Download.cmake b/cmake/googletest/Download.cmake index 65c7d72..cbb28e4 100644 --- a/cmake/googletest/Download.cmake +++ b/cmake/googletest/Download.cmake @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/cmake/libcap/CMakeLists.txt.in b/cmake/libcap/CMakeLists.txt.in index 4460095..40ac904 100644 --- a/cmake/libcap/CMakeLists.txt.in +++ b/cmake/libcap/CMakeLists.txt.in @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/cmake/libcap/Download.cmake b/cmake/libcap/Download.cmake index ab93dc2..bc0a110 100644 --- a/cmake/libcap/Download.cmake +++ b/cmake/libcap/Download.cmake @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/cmake/libcap_capability.h.in b/cmake/libcap_capability.h.in index 675dafe..860407e 100644 --- a/cmake/libcap_capability.h.in +++ b/cmake/libcap_capability.h.in @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/cmake/libunwind/CMakeLists.txt.in b/cmake/libunwind/CMakeLists.txt.in index f7ab8de..c73db8e 100644 --- a/cmake/libunwind/CMakeLists.txt.in +++ b/cmake/libunwind/CMakeLists.txt.in @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/cmake/libunwind/Download.cmake b/cmake/libunwind/Download.cmake index 7152a94..9eaf58c 100644 --- a/cmake/libunwind/Download.cmake +++ b/cmake/libunwind/Download.cmake @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/cmake/protobuf/CMakeLists.txt.in b/cmake/protobuf/CMakeLists.txt.in index 3be0e66..228953c 100644 --- a/cmake/protobuf/CMakeLists.txt.in +++ b/cmake/protobuf/CMakeLists.txt.in @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/cmake/protobuf/Download.cmake b/cmake/protobuf/Download.cmake index 4d67f40..8dc3432 100644 --- a/cmake/protobuf/Download.cmake +++ b/cmake/protobuf/Download.cmake @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/BUILD.bazel b/sandboxed_api/BUILD.bazel index b32dcba..89effae 100644 --- a/sandboxed_api/BUILD.bazel +++ b/sandboxed_api/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/CMakeLists.txt b/sandboxed_api/CMakeLists.txt index 049550b..636f158 100644 --- a/sandboxed_api/CMakeLists.txt +++ b/sandboxed_api/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/bazel/BUILD b/sandboxed_api/bazel/BUILD index 716d1c8..1c4f6cb 100644 --- a/sandboxed_api/bazel/BUILD +++ b/sandboxed_api/bazel/BUILD @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/bazel/CMakeLists.txt b/sandboxed_api/bazel/CMakeLists.txt index d64abf2..58a565d 100644 --- a/sandboxed_api/bazel/CMakeLists.txt +++ b/sandboxed_api/bazel/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/bazel/build_defs.bzl b/sandboxed_api/bazel/build_defs.bzl index 0c2c004..7685db6 100644 --- a/sandboxed_api/bazel/build_defs.bzl +++ b/sandboxed_api/bazel/build_defs.bzl @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/bazel/embed_data.bzl b/sandboxed_api/bazel/embed_data.bzl index f6e23c9..f0daa5d 100644 --- a/sandboxed_api/bazel/embed_data.bzl +++ b/sandboxed_api/bazel/embed_data.bzl @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/bazel/external/enum34.BUILD b/sandboxed_api/bazel/external/enum34.BUILD index ba538fd..d455d21 100644 --- a/sandboxed_api/bazel/external/enum34.BUILD +++ b/sandboxed_api/bazel/external/enum34.BUILD @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/bazel/external/libcap.BUILD b/sandboxed_api/bazel/external/libcap.BUILD index 3d35397..50cb97a 100644 --- a/sandboxed_api/bazel/external/libcap.BUILD +++ b/sandboxed_api/bazel/external/libcap.BUILD @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/bazel/external/libffi.BUILD b/sandboxed_api/bazel/external/libffi.BUILD index 02374ad..6a7ce93 100644 --- a/sandboxed_api/bazel/external/libffi.BUILD +++ b/sandboxed_api/bazel/external/libffi.BUILD @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/bazel/external/libunwind.BUILD b/sandboxed_api/bazel/external/libunwind.BUILD index bf07e8e..d396a4d 100644 --- a/sandboxed_api/bazel/external/libunwind.BUILD +++ b/sandboxed_api/bazel/external/libunwind.BUILD @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/bazel/external/six.BUILD b/sandboxed_api/bazel/external/six.BUILD index 3185e21..4074f3a 100644 --- a/sandboxed_api/bazel/external/six.BUILD +++ b/sandboxed_api/bazel/external/six.BUILD @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/bazel/external/zlib.BUILD b/sandboxed_api/bazel/external/zlib.BUILD index a340dbd..ec4fff0 100644 --- a/sandboxed_api/bazel/external/zlib.BUILD +++ b/sandboxed_api/bazel/external/zlib.BUILD @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/bazel/filewrapper.cc b/sandboxed_api/bazel/filewrapper.cc index f78b026..90e40cd 100644 --- a/sandboxed_api/bazel/filewrapper.cc +++ b/sandboxed_api/bazel/filewrapper.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/bazel/filewrapper_test.cc b/sandboxed_api/bazel/filewrapper_test.cc index f8c1401..7d33017 100644 --- a/sandboxed_api/bazel/filewrapper_test.cc +++ b/sandboxed_api/bazel/filewrapper_test.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/bazel/proto.bzl b/sandboxed_api/bazel/proto.bzl index b2cd1e4..43444c8 100644 --- a/sandboxed_api/bazel/proto.bzl +++ b/sandboxed_api/bazel/proto.bzl @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/bazel/repositories.bzl b/sandboxed_api/bazel/repositories.bzl index 12bef8b..9114928 100644 --- a/sandboxed_api/bazel/repositories.bzl +++ b/sandboxed_api/bazel/repositories.bzl @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/bazel/sapi.bzl b/sandboxed_api/bazel/sapi.bzl index 25e72ea..41e4a58 100644 --- a/sandboxed_api/bazel/sapi.bzl +++ b/sandboxed_api/bazel/sapi.bzl @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/bazel/sapi_deps.bzl b/sandboxed_api/bazel/sapi_deps.bzl index db842e0..a6324c1 100644 --- a/sandboxed_api/bazel/sapi_deps.bzl +++ b/sandboxed_api/bazel/sapi_deps.bzl @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/call.h b/sandboxed_api/call.h index c3b12f5..a33306a 100644 --- a/sandboxed_api/call.h +++ b/sandboxed_api/call.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/client.cc b/sandboxed_api/client.cc index 75b8baa..f76e067 100644 --- a/sandboxed_api/client.cc +++ b/sandboxed_api/client.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/embed_file.cc b/sandboxed_api/embed_file.cc index c12e979..a4039a0 100644 --- a/sandboxed_api/embed_file.cc +++ b/sandboxed_api/embed_file.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/embed_file.h b/sandboxed_api/embed_file.h index 745387a..4043a9b 100644 --- a/sandboxed_api/embed_file.h +++ b/sandboxed_api/embed_file.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/examples/CMakeLists.txt b/sandboxed_api/examples/CMakeLists.txt index 33a2a9a..4149857 100644 --- a/sandboxed_api/examples/CMakeLists.txt +++ b/sandboxed_api/examples/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/examples/stringop/BUILD.bazel b/sandboxed_api/examples/stringop/BUILD.bazel index ec8ff3e..b902d5b 100644 --- a/sandboxed_api/examples/stringop/BUILD.bazel +++ b/sandboxed_api/examples/stringop/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/examples/stringop/CMakeLists.txt b/sandboxed_api/examples/stringop/CMakeLists.txt index b470af8..0e44af0 100644 --- a/sandboxed_api/examples/stringop/CMakeLists.txt +++ b/sandboxed_api/examples/stringop/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/examples/stringop/lib/BUILD.bazel b/sandboxed_api/examples/stringop/lib/BUILD.bazel index a23e0d7..cd50783 100644 --- a/sandboxed_api/examples/stringop/lib/BUILD.bazel +++ b/sandboxed_api/examples/stringop/lib/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/examples/stringop/lib/CMakeLists.txt b/sandboxed_api/examples/stringop/lib/CMakeLists.txt index 733ea60..be1b61a 100644 --- a/sandboxed_api/examples/stringop/lib/CMakeLists.txt +++ b/sandboxed_api/examples/stringop/lib/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/examples/stringop/lib/sandbox.h b/sandboxed_api/examples/stringop/lib/sandbox.h index 452629b..9479fe1 100644 --- a/sandboxed_api/examples/stringop/lib/sandbox.h +++ b/sandboxed_api/examples/stringop/lib/sandbox.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/examples/stringop/lib/stringop.cc b/sandboxed_api/examples/stringop/lib/stringop.cc index 826d244..f78772b 100644 --- a/sandboxed_api/examples/stringop/lib/stringop.cc +++ b/sandboxed_api/examples/stringop/lib/stringop.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/examples/stringop/lib/stringop_params.proto b/sandboxed_api/examples/stringop/lib/stringop_params.proto index 4648429..30fdbd2 100644 --- a/sandboxed_api/examples/stringop/lib/stringop_params.proto +++ b/sandboxed_api/examples/stringop/lib/stringop_params.proto @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/examples/stringop/main_stringop.cc b/sandboxed_api/examples/stringop/main_stringop.cc index bf4348d..84d63d7 100644 --- a/sandboxed_api/examples/stringop/main_stringop.cc +++ b/sandboxed_api/examples/stringop/main_stringop.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/examples/sum/BUILD.bazel b/sandboxed_api/examples/sum/BUILD.bazel index 7760d62..e51406c 100644 --- a/sandboxed_api/examples/sum/BUILD.bazel +++ b/sandboxed_api/examples/sum/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/examples/sum/CMakeLists.txt b/sandboxed_api/examples/sum/CMakeLists.txt index 55e7b8f..0ba9918 100644 --- a/sandboxed_api/examples/sum/CMakeLists.txt +++ b/sandboxed_api/examples/sum/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/examples/sum/lib/BUILD.bazel b/sandboxed_api/examples/sum/lib/BUILD.bazel index 559e839..3f0fbc2 100644 --- a/sandboxed_api/examples/sum/lib/BUILD.bazel +++ b/sandboxed_api/examples/sum/lib/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/examples/sum/lib/CMakeLists.txt b/sandboxed_api/examples/sum/lib/CMakeLists.txt index 976c6fb..1987a3e 100644 --- a/sandboxed_api/examples/sum/lib/CMakeLists.txt +++ b/sandboxed_api/examples/sum/lib/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/examples/sum/lib/sandbox.h b/sandboxed_api/examples/sum/lib/sandbox.h index 7f46439..0b30050 100644 --- a/sandboxed_api/examples/sum/lib/sandbox.h +++ b/sandboxed_api/examples/sum/lib/sandbox.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/examples/sum/lib/sum.c b/sandboxed_api/examples/sum/lib/sum.c index b021173..5444387 100644 --- a/sandboxed_api/examples/sum/lib/sum.c +++ b/sandboxed_api/examples/sum/lib/sum.c @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/examples/sum/lib/sum_cpp.cc b/sandboxed_api/examples/sum/lib/sum_cpp.cc index be8a1d6..f08b70e 100644 --- a/sandboxed_api/examples/sum/lib/sum_cpp.cc +++ b/sandboxed_api/examples/sum/lib/sum_cpp.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/examples/sum/lib/sum_params.proto b/sandboxed_api/examples/sum/lib/sum_params.proto index 1d8ac13..a5bbb56 100644 --- a/sandboxed_api/examples/sum/lib/sum_params.proto +++ b/sandboxed_api/examples/sum/lib/sum_params.proto @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/examples/sum/main_sum.cc b/sandboxed_api/examples/sum/main_sum.cc index 766b022..adb1698 100644 --- a/sandboxed_api/examples/sum/main_sum.cc +++ b/sandboxed_api/examples/sum/main_sum.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/examples/zlib/BUILD.bazel b/sandboxed_api/examples/zlib/BUILD.bazel index 5a2617b..d318e48 100644 --- a/sandboxed_api/examples/zlib/BUILD.bazel +++ b/sandboxed_api/examples/zlib/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/examples/zlib/main_zlib.cc b/sandboxed_api/examples/zlib/main_zlib.cc index 0533e58..24f433e 100644 --- a/sandboxed_api/examples/zlib/main_zlib.cc +++ b/sandboxed_api/examples/zlib/main_zlib.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/file_toc.h b/sandboxed_api/file_toc.h index f48c74b..08fe437 100644 --- a/sandboxed_api/file_toc.h +++ b/sandboxed_api/file_toc.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/lenval_core.h b/sandboxed_api/lenval_core.h index cc81bf3..dcc8869 100644 --- a/sandboxed_api/lenval_core.h +++ b/sandboxed_api/lenval_core.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/proto_arg.proto b/sandboxed_api/proto_arg.proto index af5de66..a1e3fb7 100644 --- a/sandboxed_api/proto_arg.proto +++ b/sandboxed_api/proto_arg.proto @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/proto_helper.h b/sandboxed_api/proto_helper.h index b29d64d..453ceb1 100644 --- a/sandboxed_api/proto_helper.h +++ b/sandboxed_api/proto_helper.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/rpcchannel.cc b/sandboxed_api/rpcchannel.cc index 7d5d455..f148516 100644 --- a/sandboxed_api/rpcchannel.cc +++ b/sandboxed_api/rpcchannel.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/rpcchannel.h b/sandboxed_api/rpcchannel.h index c74763f..6754749 100644 --- a/sandboxed_api/rpcchannel.h +++ b/sandboxed_api/rpcchannel.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox.cc b/sandboxed_api/sandbox.cc index 6485d7f..6fa2615 100644 --- a/sandboxed_api/sandbox.cc +++ b/sandboxed_api/sandbox.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox.h b/sandboxed_api/sandbox.h index b068e87..81a2b65 100644 --- a/sandboxed_api/sandbox.h +++ b/sandboxed_api/sandbox.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/BUILD.bazel b/sandboxed_api/sandbox2/BUILD.bazel index 96136da..3c72e03 100644 --- a/sandboxed_api/sandbox2/BUILD.bazel +++ b/sandboxed_api/sandbox2/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/sandbox2/CMakeLists.txt b/sandboxed_api/sandbox2/CMakeLists.txt index a19b131..92955c0 100644 --- a/sandboxed_api/sandbox2/CMakeLists.txt +++ b/sandboxed_api/sandbox2/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/sandbox2/bpfdisassembler.cc b/sandboxed_api/sandbox2/bpfdisassembler.cc index c4b5ca5..0b87d1f 100644 --- a/sandboxed_api/sandbox2/bpfdisassembler.cc +++ b/sandboxed_api/sandbox2/bpfdisassembler.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/bpfdisassembler.h b/sandboxed_api/sandbox2/bpfdisassembler.h index 94b4b4c..a7bcad9 100644 --- a/sandboxed_api/sandbox2/bpfdisassembler.h +++ b/sandboxed_api/sandbox2/bpfdisassembler.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/buffer.cc b/sandboxed_api/sandbox2/buffer.cc index ba98b2b..170ddce 100644 --- a/sandboxed_api/sandbox2/buffer.cc +++ b/sandboxed_api/sandbox2/buffer.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/buffer.h b/sandboxed_api/sandbox2/buffer.h index 9a9965f..72f042d 100644 --- a/sandboxed_api/sandbox2/buffer.h +++ b/sandboxed_api/sandbox2/buffer.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/buffer_test.cc b/sandboxed_api/sandbox2/buffer_test.cc index 425032d..78d8cf9 100644 --- a/sandboxed_api/sandbox2/buffer_test.cc +++ b/sandboxed_api/sandbox2/buffer_test.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/client.cc b/sandboxed_api/sandbox2/client.cc index f0c7856..235ec19 100644 --- a/sandboxed_api/sandbox2/client.cc +++ b/sandboxed_api/sandbox2/client.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/client.h b/sandboxed_api/sandbox2/client.h index 5fad08b..d1a4c2c 100644 --- a/sandboxed_api/sandbox2/client.h +++ b/sandboxed_api/sandbox2/client.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/comms.cc b/sandboxed_api/sandbox2/comms.cc index 2db48f0..147bc59 100644 --- a/sandboxed_api/sandbox2/comms.cc +++ b/sandboxed_api/sandbox2/comms.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/comms.h b/sandboxed_api/sandbox2/comms.h index 7238c30..c262a5b 100644 --- a/sandboxed_api/sandbox2/comms.h +++ b/sandboxed_api/sandbox2/comms.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/comms_test.cc b/sandboxed_api/sandbox2/comms_test.cc index 378c721..bb806ee 100644 --- a/sandboxed_api/sandbox2/comms_test.cc +++ b/sandboxed_api/sandbox2/comms_test.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/comms_test.proto b/sandboxed_api/sandbox2/comms_test.proto index 0bcfbe4..7a18c52 100644 --- a/sandboxed_api/sandbox2/comms_test.proto +++ b/sandboxed_api/sandbox2/comms_test.proto @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/examples/CMakeLists.txt b/sandboxed_api/sandbox2/examples/CMakeLists.txt index dcd9d8c..f4b689e 100644 --- a/sandboxed_api/sandbox2/examples/CMakeLists.txt +++ b/sandboxed_api/sandbox2/examples/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/sandbox2/examples/crc4/BUILD.bazel b/sandboxed_api/sandbox2/examples/crc4/BUILD.bazel index 9c444d2..1d47767 100644 --- a/sandboxed_api/sandbox2/examples/crc4/BUILD.bazel +++ b/sandboxed_api/sandbox2/examples/crc4/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/sandbox2/examples/crc4/CMakeLists.txt b/sandboxed_api/sandbox2/examples/crc4/CMakeLists.txt index 01d1c03..695d934 100644 --- a/sandboxed_api/sandbox2/examples/crc4/CMakeLists.txt +++ b/sandboxed_api/sandbox2/examples/crc4/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/sandbox2/examples/crc4/crc4bin.cc b/sandboxed_api/sandbox2/examples/crc4/crc4bin.cc index 0883d18..b75a0d0 100644 --- a/sandboxed_api/sandbox2/examples/crc4/crc4bin.cc +++ b/sandboxed_api/sandbox2/examples/crc4/crc4bin.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/examples/crc4/crc4sandbox.cc b/sandboxed_api/sandbox2/examples/crc4/crc4sandbox.cc index fee02b2..b013ab3 100644 --- a/sandboxed_api/sandbox2/examples/crc4/crc4sandbox.cc +++ b/sandboxed_api/sandbox2/examples/crc4/crc4sandbox.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/examples/crc4/crc4sandbox_test.cc b/sandboxed_api/sandbox2/examples/crc4/crc4sandbox_test.cc index 3fcae81..e0bfafa 100644 --- a/sandboxed_api/sandbox2/examples/crc4/crc4sandbox_test.cc +++ b/sandboxed_api/sandbox2/examples/crc4/crc4sandbox_test.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/examples/custom_fork/BUILD.bazel b/sandboxed_api/sandbox2/examples/custom_fork/BUILD.bazel index 37afe6f..47eeeae 100644 --- a/sandboxed_api/sandbox2/examples/custom_fork/BUILD.bazel +++ b/sandboxed_api/sandbox2/examples/custom_fork/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/sandbox2/examples/custom_fork/CMakeLists.txt b/sandboxed_api/sandbox2/examples/custom_fork/CMakeLists.txt index 9e46d6e..abced4b 100644 --- a/sandboxed_api/sandbox2/examples/custom_fork/CMakeLists.txt +++ b/sandboxed_api/sandbox2/examples/custom_fork/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/sandbox2/examples/custom_fork/custom_fork_bin.cc b/sandboxed_api/sandbox2/examples/custom_fork/custom_fork_bin.cc index 35cf704..df1f952 100644 --- a/sandboxed_api/sandbox2/examples/custom_fork/custom_fork_bin.cc +++ b/sandboxed_api/sandbox2/examples/custom_fork/custom_fork_bin.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/examples/custom_fork/custom_fork_sandbox.cc b/sandboxed_api/sandbox2/examples/custom_fork/custom_fork_sandbox.cc index 6d1a7bf..0f6907a 100644 --- a/sandboxed_api/sandbox2/examples/custom_fork/custom_fork_sandbox.cc +++ b/sandboxed_api/sandbox2/examples/custom_fork/custom_fork_sandbox.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/examples/network/BUILD.bazel b/sandboxed_api/sandbox2/examples/network/BUILD.bazel index 93dc17c..2610103 100644 --- a/sandboxed_api/sandbox2/examples/network/BUILD.bazel +++ b/sandboxed_api/sandbox2/examples/network/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/sandbox2/examples/network/CMakeLists.txt b/sandboxed_api/sandbox2/examples/network/CMakeLists.txt index e35be66..3dd6773 100644 --- a/sandboxed_api/sandbox2/examples/network/CMakeLists.txt +++ b/sandboxed_api/sandbox2/examples/network/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/sandbox2/examples/network/network_bin.cc b/sandboxed_api/sandbox2/examples/network/network_bin.cc index 444e883..4048a54 100644 --- a/sandboxed_api/sandbox2/examples/network/network_bin.cc +++ b/sandboxed_api/sandbox2/examples/network/network_bin.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/examples/network/network_sandbox.cc b/sandboxed_api/sandbox2/examples/network/network_sandbox.cc index cacca30..1b07956 100644 --- a/sandboxed_api/sandbox2/examples/network/network_sandbox.cc +++ b/sandboxed_api/sandbox2/examples/network/network_sandbox.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/examples/network_proxy/BUILD.bazel b/sandboxed_api/sandbox2/examples/network_proxy/BUILD.bazel index 3022e92..2a3faed 100644 --- a/sandboxed_api/sandbox2/examples/network_proxy/BUILD.bazel +++ b/sandboxed_api/sandbox2/examples/network_proxy/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/sandbox2/examples/network_proxy/CMakeLists.txt b/sandboxed_api/sandbox2/examples/network_proxy/CMakeLists.txt index 229a5a0..be4cdfe 100644 --- a/sandboxed_api/sandbox2/examples/network_proxy/CMakeLists.txt +++ b/sandboxed_api/sandbox2/examples/network_proxy/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/sandbox2/examples/static/BUILD.bazel b/sandboxed_api/sandbox2/examples/static/BUILD.bazel index 40bc971..8b8d512 100644 --- a/sandboxed_api/sandbox2/examples/static/BUILD.bazel +++ b/sandboxed_api/sandbox2/examples/static/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/sandbox2/examples/static/CMakeLists.txt b/sandboxed_api/sandbox2/examples/static/CMakeLists.txt index 56b86e9..db710e3 100644 --- a/sandboxed_api/sandbox2/examples/static/CMakeLists.txt +++ b/sandboxed_api/sandbox2/examples/static/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/sandbox2/examples/static/static_bin.cc b/sandboxed_api/sandbox2/examples/static/static_bin.cc index 32664ea..e59183c 100644 --- a/sandboxed_api/sandbox2/examples/static/static_bin.cc +++ b/sandboxed_api/sandbox2/examples/static/static_bin.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/examples/static/static_sandbox.cc b/sandboxed_api/sandbox2/examples/static/static_sandbox.cc index 0ddc4fb..44f794c 100644 --- a/sandboxed_api/sandbox2/examples/static/static_sandbox.cc +++ b/sandboxed_api/sandbox2/examples/static/static_sandbox.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/examples/tool/BUILD.bazel b/sandboxed_api/sandbox2/examples/tool/BUILD.bazel index 6b0bf11..ec8a786 100644 --- a/sandboxed_api/sandbox2/examples/tool/BUILD.bazel +++ b/sandboxed_api/sandbox2/examples/tool/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/sandbox2/examples/tool/CMakeLists.txt b/sandboxed_api/sandbox2/examples/tool/CMakeLists.txt index 63a0b8a..de59a16 100644 --- a/sandboxed_api/sandbox2/examples/tool/CMakeLists.txt +++ b/sandboxed_api/sandbox2/examples/tool/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/sandbox2/examples/tool/sandbox2tool.cc b/sandboxed_api/sandbox2/examples/tool/sandbox2tool.cc index 4ea5e7d..78e4c28 100644 --- a/sandboxed_api/sandbox2/examples/tool/sandbox2tool.cc +++ b/sandboxed_api/sandbox2/examples/tool/sandbox2tool.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/examples/zlib/BUILD.bazel b/sandboxed_api/sandbox2/examples/zlib/BUILD.bazel index 92e26bf..06da16d 100644 --- a/sandboxed_api/sandbox2/examples/zlib/BUILD.bazel +++ b/sandboxed_api/sandbox2/examples/zlib/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/sandbox2/examples/zlib/CMakeLists.txt b/sandboxed_api/sandbox2/examples/zlib/CMakeLists.txt index f8b6528..e428873 100644 --- a/sandboxed_api/sandbox2/examples/zlib/CMakeLists.txt +++ b/sandboxed_api/sandbox2/examples/zlib/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/sandbox2/examples/zlib/zpipe_sandbox.cc b/sandboxed_api/sandbox2/examples/zlib/zpipe_sandbox.cc index 3840a49..2da7f9e 100644 --- a/sandboxed_api/sandbox2/examples/zlib/zpipe_sandbox.cc +++ b/sandboxed_api/sandbox2/examples/zlib/zpipe_sandbox.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/executor.cc b/sandboxed_api/sandbox2/executor.cc index 8552f72..bc004ab 100644 --- a/sandboxed_api/sandbox2/executor.cc +++ b/sandboxed_api/sandbox2/executor.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/executor.h b/sandboxed_api/sandbox2/executor.h index 2333dd5..a1554e9 100644 --- a/sandboxed_api/sandbox2/executor.h +++ b/sandboxed_api/sandbox2/executor.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/forkingclient.cc b/sandboxed_api/sandbox2/forkingclient.cc index 0611b00..9292c7a 100644 --- a/sandboxed_api/sandbox2/forkingclient.cc +++ b/sandboxed_api/sandbox2/forkingclient.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/forkingclient.h b/sandboxed_api/sandbox2/forkingclient.h index 77f4e4c..11c3097 100644 --- a/sandboxed_api/sandbox2/forkingclient.h +++ b/sandboxed_api/sandbox2/forkingclient.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/forkserver.cc b/sandboxed_api/sandbox2/forkserver.cc index ad9ffc9..c153634 100644 --- a/sandboxed_api/sandbox2/forkserver.cc +++ b/sandboxed_api/sandbox2/forkserver.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/forkserver.h b/sandboxed_api/sandbox2/forkserver.h index 168379e..1dc1657 100644 --- a/sandboxed_api/sandbox2/forkserver.h +++ b/sandboxed_api/sandbox2/forkserver.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/forkserver.proto b/sandboxed_api/sandbox2/forkserver.proto index 60cfe52..afb3c62 100644 --- a/sandboxed_api/sandbox2/forkserver.proto +++ b/sandboxed_api/sandbox2/forkserver.proto @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/forkserver_bin.cc b/sandboxed_api/sandbox2/forkserver_bin.cc index f1f21bd..1c28341 100644 --- a/sandboxed_api/sandbox2/forkserver_bin.cc +++ b/sandboxed_api/sandbox2/forkserver_bin.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/forkserver_test.cc b/sandboxed_api/sandbox2/forkserver_test.cc index 3750a3e..4affe4e 100644 --- a/sandboxed_api/sandbox2/forkserver_test.cc +++ b/sandboxed_api/sandbox2/forkserver_test.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/global_forkclient.cc b/sandboxed_api/sandbox2/global_forkclient.cc index 3c3986e..042d04b 100644 --- a/sandboxed_api/sandbox2/global_forkclient.cc +++ b/sandboxed_api/sandbox2/global_forkclient.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/global_forkclient.h b/sandboxed_api/sandbox2/global_forkclient.h index 3675873..335f660 100644 --- a/sandboxed_api/sandbox2/global_forkclient.h +++ b/sandboxed_api/sandbox2/global_forkclient.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/ipc.cc b/sandboxed_api/sandbox2/ipc.cc index 45359ae..7c77654 100644 --- a/sandboxed_api/sandbox2/ipc.cc +++ b/sandboxed_api/sandbox2/ipc.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/ipc.h b/sandboxed_api/sandbox2/ipc.h index 2dcef67..52c4704 100644 --- a/sandboxed_api/sandbox2/ipc.h +++ b/sandboxed_api/sandbox2/ipc.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/ipc_test.cc b/sandboxed_api/sandbox2/ipc_test.cc index 339dbdc..108f122 100644 --- a/sandboxed_api/sandbox2/ipc_test.cc +++ b/sandboxed_api/sandbox2/ipc_test.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/limits.h b/sandboxed_api/sandbox2/limits.h index 21e7552..2985d2c 100644 --- a/sandboxed_api/sandbox2/limits.h +++ b/sandboxed_api/sandbox2/limits.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/limits_test.cc b/sandboxed_api/sandbox2/limits_test.cc index ce04358..1f3386a 100644 --- a/sandboxed_api/sandbox2/limits_test.cc +++ b/sandboxed_api/sandbox2/limits_test.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/logserver.cc b/sandboxed_api/sandbox2/logserver.cc index 931911c..9314493 100644 --- a/sandboxed_api/sandbox2/logserver.cc +++ b/sandboxed_api/sandbox2/logserver.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/logserver.h b/sandboxed_api/sandbox2/logserver.h index 5641bef..6ec284e 100644 --- a/sandboxed_api/sandbox2/logserver.h +++ b/sandboxed_api/sandbox2/logserver.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/logserver.proto b/sandboxed_api/sandbox2/logserver.proto index 7d4cb4a..7606ea8 100644 --- a/sandboxed_api/sandbox2/logserver.proto +++ b/sandboxed_api/sandbox2/logserver.proto @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/logsink.cc b/sandboxed_api/sandbox2/logsink.cc index ac0943e..f6fe7d4 100644 --- a/sandboxed_api/sandbox2/logsink.cc +++ b/sandboxed_api/sandbox2/logsink.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/logsink.h b/sandboxed_api/sandbox2/logsink.h index 00378bb..48198ee 100644 --- a/sandboxed_api/sandbox2/logsink.h +++ b/sandboxed_api/sandbox2/logsink.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/monitor.cc b/sandboxed_api/sandbox2/monitor.cc index 5c06da6..1e62f86 100644 --- a/sandboxed_api/sandbox2/monitor.cc +++ b/sandboxed_api/sandbox2/monitor.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/monitor.h b/sandboxed_api/sandbox2/monitor.h index 6f1f8cf..61358c8 100644 --- a/sandboxed_api/sandbox2/monitor.h +++ b/sandboxed_api/sandbox2/monitor.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/mounts.cc b/sandboxed_api/sandbox2/mounts.cc index 12f9c7c..fb3f14e 100644 --- a/sandboxed_api/sandbox2/mounts.cc +++ b/sandboxed_api/sandbox2/mounts.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/mounts.h b/sandboxed_api/sandbox2/mounts.h index 5e10ab1..a5f7060 100644 --- a/sandboxed_api/sandbox2/mounts.h +++ b/sandboxed_api/sandbox2/mounts.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/mounts_test.cc b/sandboxed_api/sandbox2/mounts_test.cc index f2c95e1..d7181c4 100644 --- a/sandboxed_api/sandbox2/mounts_test.cc +++ b/sandboxed_api/sandbox2/mounts_test.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/mounttree.proto b/sandboxed_api/sandbox2/mounttree.proto index ccf0625..efec510 100644 --- a/sandboxed_api/sandbox2/mounttree.proto +++ b/sandboxed_api/sandbox2/mounttree.proto @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/namespace.cc b/sandboxed_api/sandbox2/namespace.cc index 429b5b3..8730514 100644 --- a/sandboxed_api/sandbox2/namespace.cc +++ b/sandboxed_api/sandbox2/namespace.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/namespace.h b/sandboxed_api/sandbox2/namespace.h index 6931ea9..91f61e6 100644 --- a/sandboxed_api/sandbox2/namespace.h +++ b/sandboxed_api/sandbox2/namespace.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/namespace_test.cc b/sandboxed_api/sandbox2/namespace_test.cc index 265d440..6efd8a6 100644 --- a/sandboxed_api/sandbox2/namespace_test.cc +++ b/sandboxed_api/sandbox2/namespace_test.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/network_proxy_client.cc b/sandboxed_api/sandbox2/network_proxy_client.cc index ed1e164..5e214e9 100644 --- a/sandboxed_api/sandbox2/network_proxy_client.cc +++ b/sandboxed_api/sandbox2/network_proxy_client.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/network_proxy_client.h b/sandboxed_api/sandbox2/network_proxy_client.h index 1491c47..111a1c1 100644 --- a/sandboxed_api/sandbox2/network_proxy_client.h +++ b/sandboxed_api/sandbox2/network_proxy_client.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/network_proxy_server.cc b/sandboxed_api/sandbox2/network_proxy_server.cc index 8d1d26e..e0f7552 100644 --- a/sandboxed_api/sandbox2/network_proxy_server.cc +++ b/sandboxed_api/sandbox2/network_proxy_server.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/network_proxy_server.h b/sandboxed_api/sandbox2/network_proxy_server.h index a239e29..55f6c5b 100644 --- a/sandboxed_api/sandbox2/network_proxy_server.h +++ b/sandboxed_api/sandbox2/network_proxy_server.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/notify.h b/sandboxed_api/sandbox2/notify.h index f773e6e..b35c01f 100644 --- a/sandboxed_api/sandbox2/notify.h +++ b/sandboxed_api/sandbox2/notify.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/notify_test.cc b/sandboxed_api/sandbox2/notify_test.cc index 557f7f1..77fc67f 100644 --- a/sandboxed_api/sandbox2/notify_test.cc +++ b/sandboxed_api/sandbox2/notify_test.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/policy.cc b/sandboxed_api/sandbox2/policy.cc index 21f83d2..05f467a 100644 --- a/sandboxed_api/sandbox2/policy.cc +++ b/sandboxed_api/sandbox2/policy.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/policy.h b/sandboxed_api/sandbox2/policy.h index a62833e..b507f22 100644 --- a/sandboxed_api/sandbox2/policy.h +++ b/sandboxed_api/sandbox2/policy.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/policy_test.cc b/sandboxed_api/sandbox2/policy_test.cc index 0ca0939..809ecd9 100644 --- a/sandboxed_api/sandbox2/policy_test.cc +++ b/sandboxed_api/sandbox2/policy_test.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/policybuilder.cc b/sandboxed_api/sandbox2/policybuilder.cc index 62944bf..5280637 100644 --- a/sandboxed_api/sandbox2/policybuilder.cc +++ b/sandboxed_api/sandbox2/policybuilder.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/policybuilder.h b/sandboxed_api/sandbox2/policybuilder.h index a99c106..b9d48db 100644 --- a/sandboxed_api/sandbox2/policybuilder.h +++ b/sandboxed_api/sandbox2/policybuilder.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/policybuilder_test.cc b/sandboxed_api/sandbox2/policybuilder_test.cc index 5588c47..8e4f0d5 100644 --- a/sandboxed_api/sandbox2/policybuilder_test.cc +++ b/sandboxed_api/sandbox2/policybuilder_test.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/regs.cc b/sandboxed_api/sandbox2/regs.cc index 4081635..3735ed8 100644 --- a/sandboxed_api/sandbox2/regs.cc +++ b/sandboxed_api/sandbox2/regs.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/regs.h b/sandboxed_api/sandbox2/regs.h index 38ebd1f..695f3db 100644 --- a/sandboxed_api/sandbox2/regs.h +++ b/sandboxed_api/sandbox2/regs.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/result.cc b/sandboxed_api/sandbox2/result.cc index dae1620..1fa194f 100644 --- a/sandboxed_api/sandbox2/result.cc +++ b/sandboxed_api/sandbox2/result.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/result.h b/sandboxed_api/sandbox2/result.h index 656da16..77cb043 100644 --- a/sandboxed_api/sandbox2/result.h +++ b/sandboxed_api/sandbox2/result.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/sandbox2.cc b/sandboxed_api/sandbox2/sandbox2.cc index 05c6994..8f066cd 100644 --- a/sandboxed_api/sandbox2/sandbox2.cc +++ b/sandboxed_api/sandbox2/sandbox2.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/sandbox2.h b/sandboxed_api/sandbox2/sandbox2.h index ea18524..9527ff2 100644 --- a/sandboxed_api/sandbox2/sandbox2.h +++ b/sandboxed_api/sandbox2/sandbox2.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/sandbox2_test.cc b/sandboxed_api/sandbox2/sandbox2_test.cc index a7e9965..edf3d6c 100644 --- a/sandboxed_api/sandbox2/sandbox2_test.cc +++ b/sandboxed_api/sandbox2/sandbox2_test.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/sanitizer.cc b/sandboxed_api/sandbox2/sanitizer.cc index 920e254..6db72c8 100644 --- a/sandboxed_api/sandbox2/sanitizer.cc +++ b/sandboxed_api/sandbox2/sanitizer.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/sanitizer.h b/sandboxed_api/sandbox2/sanitizer.h index 29cdc06..048f621 100644 --- a/sandboxed_api/sandbox2/sanitizer.h +++ b/sandboxed_api/sandbox2/sanitizer.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/sanitizer_test.cc b/sandboxed_api/sandbox2/sanitizer_test.cc index 84eee73..e8be580 100644 --- a/sandboxed_api/sandbox2/sanitizer_test.cc +++ b/sandboxed_api/sandbox2/sanitizer_test.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/stack_trace.cc b/sandboxed_api/sandbox2/stack_trace.cc index 60acd11..6b8fd32 100644 --- a/sandboxed_api/sandbox2/stack_trace.cc +++ b/sandboxed_api/sandbox2/stack_trace.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/stack_trace.h b/sandboxed_api/sandbox2/stack_trace.h index 67dc2fb..80bfc05 100644 --- a/sandboxed_api/sandbox2/stack_trace.h +++ b/sandboxed_api/sandbox2/stack_trace.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/stack_trace_test.cc b/sandboxed_api/sandbox2/stack_trace_test.cc index 82ae00d..39e52d1 100644 --- a/sandboxed_api/sandbox2/stack_trace_test.cc +++ b/sandboxed_api/sandbox2/stack_trace_test.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/syscall.cc b/sandboxed_api/sandbox2/syscall.cc index 2798183..8879ac6 100644 --- a/sandboxed_api/sandbox2/syscall.cc +++ b/sandboxed_api/sandbox2/syscall.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/syscall.h b/sandboxed_api/sandbox2/syscall.h index f6210dc..50f8dbf 100644 --- a/sandboxed_api/sandbox2/syscall.h +++ b/sandboxed_api/sandbox2/syscall.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/syscall_test.cc b/sandboxed_api/sandbox2/syscall_test.cc index 58515b3..1cb7228 100644 --- a/sandboxed_api/sandbox2/syscall_test.cc +++ b/sandboxed_api/sandbox2/syscall_test.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/testcases/BUILD.bazel b/sandboxed_api/sandbox2/testcases/BUILD.bazel index 83c4021..c4221d5 100644 --- a/sandboxed_api/sandbox2/testcases/BUILD.bazel +++ b/sandboxed_api/sandbox2/testcases/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/sandbox2/testcases/CMakeLists.txt b/sandboxed_api/sandbox2/testcases/CMakeLists.txt index 70c447d..4af43ba 100644 --- a/sandboxed_api/sandbox2/testcases/CMakeLists.txt +++ b/sandboxed_api/sandbox2/testcases/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/sandbox2/testcases/abort.cc b/sandboxed_api/sandbox2/testcases/abort.cc index 2f86837..b4ea787 100644 --- a/sandboxed_api/sandbox2/testcases/abort.cc +++ b/sandboxed_api/sandbox2/testcases/abort.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/testcases/add_policy_on_syscalls.cc b/sandboxed_api/sandbox2/testcases/add_policy_on_syscalls.cc index 707d596..ec0489b 100644 --- a/sandboxed_api/sandbox2/testcases/add_policy_on_syscalls.cc +++ b/sandboxed_api/sandbox2/testcases/add_policy_on_syscalls.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/testcases/buffer.cc b/sandboxed_api/sandbox2/testcases/buffer.cc index 823f6cf..de4c548 100644 --- a/sandboxed_api/sandbox2/testcases/buffer.cc +++ b/sandboxed_api/sandbox2/testcases/buffer.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/testcases/hostname.cc b/sandboxed_api/sandbox2/testcases/hostname.cc index 360d6be..d79ecc0 100644 --- a/sandboxed_api/sandbox2/testcases/hostname.cc +++ b/sandboxed_api/sandbox2/testcases/hostname.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/testcases/ipc.cc b/sandboxed_api/sandbox2/testcases/ipc.cc index 5d40f0d..48cdb65 100644 --- a/sandboxed_api/sandbox2/testcases/ipc.cc +++ b/sandboxed_api/sandbox2/testcases/ipc.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/testcases/limits.cc b/sandboxed_api/sandbox2/testcases/limits.cc index 616f9f6..ad1f085 100644 --- a/sandboxed_api/sandbox2/testcases/limits.cc +++ b/sandboxed_api/sandbox2/testcases/limits.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/testcases/malloc.cc b/sandboxed_api/sandbox2/testcases/malloc.cc index 5f6c8e9..0453c0e 100644 --- a/sandboxed_api/sandbox2/testcases/malloc.cc +++ b/sandboxed_api/sandbox2/testcases/malloc.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/testcases/minimal.cc b/sandboxed_api/sandbox2/testcases/minimal.cc index 97f6d76..c99133a 100644 --- a/sandboxed_api/sandbox2/testcases/minimal.cc +++ b/sandboxed_api/sandbox2/testcases/minimal.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/testcases/namespace.cc b/sandboxed_api/sandbox2/testcases/namespace.cc index 887cf08..3193b81 100644 --- a/sandboxed_api/sandbox2/testcases/namespace.cc +++ b/sandboxed_api/sandbox2/testcases/namespace.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/testcases/personality.cc b/sandboxed_api/sandbox2/testcases/personality.cc index f23a0a5..ecca2f0 100644 --- a/sandboxed_api/sandbox2/testcases/personality.cc +++ b/sandboxed_api/sandbox2/testcases/personality.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/testcases/pidcomms.cc b/sandboxed_api/sandbox2/testcases/pidcomms.cc index d647c8d..3d90255 100644 --- a/sandboxed_api/sandbox2/testcases/pidcomms.cc +++ b/sandboxed_api/sandbox2/testcases/pidcomms.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/testcases/policy.cc b/sandboxed_api/sandbox2/testcases/policy.cc index f6700b7..e1f851e 100644 --- a/sandboxed_api/sandbox2/testcases/policy.cc +++ b/sandboxed_api/sandbox2/testcases/policy.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/testcases/print_fds.cc b/sandboxed_api/sandbox2/testcases/print_fds.cc index 877879c..3f44928 100644 --- a/sandboxed_api/sandbox2/testcases/print_fds.cc +++ b/sandboxed_api/sandbox2/testcases/print_fds.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/testcases/sanitizer.cc b/sandboxed_api/sandbox2/testcases/sanitizer.cc index 433dd09..dedcfb0 100644 --- a/sandboxed_api/sandbox2/testcases/sanitizer.cc +++ b/sandboxed_api/sandbox2/testcases/sanitizer.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/testcases/sleep.cc b/sandboxed_api/sandbox2/testcases/sleep.cc index 39f923c..acd6ac9 100644 --- a/sandboxed_api/sandbox2/testcases/sleep.cc +++ b/sandboxed_api/sandbox2/testcases/sleep.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/testcases/starve.cc b/sandboxed_api/sandbox2/testcases/starve.cc index 1be64ef..b133e91 100644 --- a/sandboxed_api/sandbox2/testcases/starve.cc +++ b/sandboxed_api/sandbox2/testcases/starve.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/testcases/symbolize.cc b/sandboxed_api/sandbox2/testcases/symbolize.cc index c0279c9..606b473 100644 --- a/sandboxed_api/sandbox2/testcases/symbolize.cc +++ b/sandboxed_api/sandbox2/testcases/symbolize.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/testcases/tsync.cc b/sandboxed_api/sandbox2/testcases/tsync.cc index 5867ff6..e5262ae 100644 --- a/sandboxed_api/sandbox2/testcases/tsync.cc +++ b/sandboxed_api/sandbox2/testcases/tsync.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/testing.cc b/sandboxed_api/sandbox2/testing.cc index dc43826..17151bf 100644 --- a/sandboxed_api/sandbox2/testing.cc +++ b/sandboxed_api/sandbox2/testing.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/testing.h b/sandboxed_api/sandbox2/testing.h index d5cd673..b01607a 100644 --- a/sandboxed_api/sandbox2/testing.h +++ b/sandboxed_api/sandbox2/testing.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/unwind/BUILD.bazel b/sandboxed_api/sandbox2/unwind/BUILD.bazel index 2bac5ae..bbf0a76 100644 --- a/sandboxed_api/sandbox2/unwind/BUILD.bazel +++ b/sandboxed_api/sandbox2/unwind/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/sandbox2/unwind/CMakeLists.txt b/sandboxed_api/sandbox2/unwind/CMakeLists.txt index 0d057bf..01e10b2 100644 --- a/sandboxed_api/sandbox2/unwind/CMakeLists.txt +++ b/sandboxed_api/sandbox2/unwind/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/sandbox2/unwind/ptrace_hook.cc b/sandboxed_api/sandbox2/unwind/ptrace_hook.cc index 7a737ce..4a79d22 100644 --- a/sandboxed_api/sandbox2/unwind/ptrace_hook.cc +++ b/sandboxed_api/sandbox2/unwind/ptrace_hook.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/unwind/ptrace_hook.h b/sandboxed_api/sandbox2/unwind/ptrace_hook.h index 1110b48..1ba1a6d 100644 --- a/sandboxed_api/sandbox2/unwind/ptrace_hook.h +++ b/sandboxed_api/sandbox2/unwind/ptrace_hook.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/unwind/unwind.cc b/sandboxed_api/sandbox2/unwind/unwind.cc index 82fd86b..10050be 100644 --- a/sandboxed_api/sandbox2/unwind/unwind.cc +++ b/sandboxed_api/sandbox2/unwind/unwind.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/unwind/unwind.h b/sandboxed_api/sandbox2/unwind/unwind.h index 7fe8f49..00de414 100644 --- a/sandboxed_api/sandbox2/unwind/unwind.h +++ b/sandboxed_api/sandbox2/unwind/unwind.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/unwind/unwind.proto b/sandboxed_api/sandbox2/unwind/unwind.proto index 6af897c..d81a093 100644 --- a/sandboxed_api/sandbox2/unwind/unwind.proto +++ b/sandboxed_api/sandbox2/unwind/unwind.proto @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util.cc b/sandboxed_api/sandbox2/util.cc index 39208ec..e43cf0a 100644 --- a/sandboxed_api/sandbox2/util.cc +++ b/sandboxed_api/sandbox2/util.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util.h b/sandboxed_api/sandbox2/util.h index fca40b2..87fe31c 100644 --- a/sandboxed_api/sandbox2/util.h +++ b/sandboxed_api/sandbox2/util.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util/BUILD.bazel b/sandboxed_api/sandbox2/util/BUILD.bazel index f22a9de..8a5f541 100644 --- a/sandboxed_api/sandbox2/util/BUILD.bazel +++ b/sandboxed_api/sandbox2/util/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/sandbox2/util/CMakeLists.txt b/sandboxed_api/sandbox2/util/CMakeLists.txt index eb5d1f1..2b353ef 100644 --- a/sandboxed_api/sandbox2/util/CMakeLists.txt +++ b/sandboxed_api/sandbox2/util/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/sandbox2/util/bpf_helper.c b/sandboxed_api/sandbox2/util/bpf_helper.c index 47a78b3..2af5c58 100644 --- a/sandboxed_api/sandbox2/util/bpf_helper.c +++ b/sandboxed_api/sandbox2/util/bpf_helper.c @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util/bpf_helper.h b/sandboxed_api/sandbox2/util/bpf_helper.h index eb6e2af..1046530 100644 --- a/sandboxed_api/sandbox2/util/bpf_helper.h +++ b/sandboxed_api/sandbox2/util/bpf_helper.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util/file_helpers.cc b/sandboxed_api/sandbox2/util/file_helpers.cc index fcbd8ef..691f9cf 100644 --- a/sandboxed_api/sandbox2/util/file_helpers.cc +++ b/sandboxed_api/sandbox2/util/file_helpers.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util/file_helpers.h b/sandboxed_api/sandbox2/util/file_helpers.h index 8719b57..cca2b5a 100644 --- a/sandboxed_api/sandbox2/util/file_helpers.h +++ b/sandboxed_api/sandbox2/util/file_helpers.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util/file_helpers_test.cc b/sandboxed_api/sandbox2/util/file_helpers_test.cc index f25d36d..2dbf417 100644 --- a/sandboxed_api/sandbox2/util/file_helpers_test.cc +++ b/sandboxed_api/sandbox2/util/file_helpers_test.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util/fileops.cc b/sandboxed_api/sandbox2/util/fileops.cc index cdf0b0b..8dbc51a 100644 --- a/sandboxed_api/sandbox2/util/fileops.cc +++ b/sandboxed_api/sandbox2/util/fileops.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util/fileops.h b/sandboxed_api/sandbox2/util/fileops.h index ca71e5e..f8be08a 100644 --- a/sandboxed_api/sandbox2/util/fileops.h +++ b/sandboxed_api/sandbox2/util/fileops.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util/fileops_test.cc b/sandboxed_api/sandbox2/util/fileops_test.cc index e2030fb..94ccdd4 100644 --- a/sandboxed_api/sandbox2/util/fileops_test.cc +++ b/sandboxed_api/sandbox2/util/fileops_test.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util/maps_parser.cc b/sandboxed_api/sandbox2/util/maps_parser.cc index 7bb679a..d6314a9 100644 --- a/sandboxed_api/sandbox2/util/maps_parser.cc +++ b/sandboxed_api/sandbox2/util/maps_parser.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util/maps_parser.h b/sandboxed_api/sandbox2/util/maps_parser.h index 3085cb6..06e4ac9 100644 --- a/sandboxed_api/sandbox2/util/maps_parser.h +++ b/sandboxed_api/sandbox2/util/maps_parser.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util/maps_parser_test.cc b/sandboxed_api/sandbox2/util/maps_parser_test.cc index 33fe73a..0995f08 100644 --- a/sandboxed_api/sandbox2/util/maps_parser_test.cc +++ b/sandboxed_api/sandbox2/util/maps_parser_test.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util/minielf.cc b/sandboxed_api/sandbox2/util/minielf.cc index fa824ec..3aa47b0 100644 --- a/sandboxed_api/sandbox2/util/minielf.cc +++ b/sandboxed_api/sandbox2/util/minielf.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util/minielf.h b/sandboxed_api/sandbox2/util/minielf.h index 49f2765..247d271 100644 --- a/sandboxed_api/sandbox2/util/minielf.h +++ b/sandboxed_api/sandbox2/util/minielf.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util/minielf_test.cc b/sandboxed_api/sandbox2/util/minielf_test.cc index 5d6af60..d601d8b 100644 --- a/sandboxed_api/sandbox2/util/minielf_test.cc +++ b/sandboxed_api/sandbox2/util/minielf_test.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util/path.cc b/sandboxed_api/sandbox2/util/path.cc index 05bf8bc..c7c4a08 100644 --- a/sandboxed_api/sandbox2/util/path.cc +++ b/sandboxed_api/sandbox2/util/path.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util/path.h b/sandboxed_api/sandbox2/util/path.h index 5f25897..c274d4c 100644 --- a/sandboxed_api/sandbox2/util/path.h +++ b/sandboxed_api/sandbox2/util/path.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util/path_test.cc b/sandboxed_api/sandbox2/util/path_test.cc index 1993480..b43683c 100644 --- a/sandboxed_api/sandbox2/util/path_test.cc +++ b/sandboxed_api/sandbox2/util/path_test.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util/runfiles.cc b/sandboxed_api/sandbox2/util/runfiles.cc index 3b88db7..a824ec8 100644 --- a/sandboxed_api/sandbox2/util/runfiles.cc +++ b/sandboxed_api/sandbox2/util/runfiles.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util/runfiles.h b/sandboxed_api/sandbox2/util/runfiles.h index be1e488..9e0dc6e 100644 --- a/sandboxed_api/sandbox2/util/runfiles.h +++ b/sandboxed_api/sandbox2/util/runfiles.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util/runfiles_nobazel.cc b/sandboxed_api/sandbox2/util/runfiles_nobazel.cc index 3b445ed..f342e9b 100644 --- a/sandboxed_api/sandbox2/util/runfiles_nobazel.cc +++ b/sandboxed_api/sandbox2/util/runfiles_nobazel.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util/strerror.cc b/sandboxed_api/sandbox2/util/strerror.cc index 754e5eb..11e3236 100644 --- a/sandboxed_api/sandbox2/util/strerror.cc +++ b/sandboxed_api/sandbox2/util/strerror.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util/strerror.h b/sandboxed_api/sandbox2/util/strerror.h index 20e0ee8..bcf28cf 100644 --- a/sandboxed_api/sandbox2/util/strerror.h +++ b/sandboxed_api/sandbox2/util/strerror.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util/strerror_test.cc b/sandboxed_api/sandbox2/util/strerror_test.cc index 6a6e4f6..4be8355 100644 --- a/sandboxed_api/sandbox2/util/strerror_test.cc +++ b/sandboxed_api/sandbox2/util/strerror_test.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util/temp_file.cc b/sandboxed_api/sandbox2/util/temp_file.cc index 0b226ed..552e79c 100644 --- a/sandboxed_api/sandbox2/util/temp_file.cc +++ b/sandboxed_api/sandbox2/util/temp_file.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util/temp_file.h b/sandboxed_api/sandbox2/util/temp_file.h index 708708b..ae8f986 100644 --- a/sandboxed_api/sandbox2/util/temp_file.h +++ b/sandboxed_api/sandbox2/util/temp_file.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util/temp_file_test.cc b/sandboxed_api/sandbox2/util/temp_file_test.cc index 6a05074..57eec19 100644 --- a/sandboxed_api/sandbox2/util/temp_file_test.cc +++ b/sandboxed_api/sandbox2/util/temp_file_test.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/util_test.cc b/sandboxed_api/sandbox2/util_test.cc index 694a886..55de298 100644 --- a/sandboxed_api/sandbox2/util_test.cc +++ b/sandboxed_api/sandbox2/util_test.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sandbox2/violation.proto b/sandboxed_api/sandbox2/violation.proto index 97e978f..acd8a6f 100644 --- a/sandboxed_api/sandbox2/violation.proto +++ b/sandboxed_api/sandbox2/violation.proto @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/sapi_test.cc b/sandboxed_api/sapi_test.cc index f3d1b01..758b96b 100644 --- a/sandboxed_api/sapi_test.cc +++ b/sandboxed_api/sapi_test.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/tools/generator2/BUILD b/sandboxed_api/tools/generator2/BUILD index 519f9c9..7bee859 100644 --- a/sandboxed_api/tools/generator2/BUILD +++ b/sandboxed_api/tools/generator2/BUILD @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/tools/generator2/build_test.sh b/sandboxed_api/tools/generator2/build_test.sh index a6fef1f..422b6a8 100755 --- a/sandboxed_api/tools/generator2/build_test.sh +++ b/sandboxed_api/tools/generator2/build_test.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/tools/generator2/code.py b/sandboxed_api/tools/generator2/code.py index 03f289a..eb1c458 100644 --- a/sandboxed_api/tools/generator2/code.py +++ b/sandboxed_api/tools/generator2/code.py @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/tools/generator2/code_test.py b/sandboxed_api/tools/generator2/code_test.py index a14961f..a4a000c 100644 --- a/sandboxed_api/tools/generator2/code_test.py +++ b/sandboxed_api/tools/generator2/code_test.py @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/tools/generator2/code_test_util.py b/sandboxed_api/tools/generator2/code_test_util.py index 77312b3..7ed235a 100644 --- a/sandboxed_api/tools/generator2/code_test_util.py +++ b/sandboxed_api/tools/generator2/code_test_util.py @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/tools/generator2/sapi_generator.py b/sandboxed_api/tools/generator2/sapi_generator.py index 4110115..ef13b84 100644 --- a/sandboxed_api/tools/generator2/sapi_generator.py +++ b/sandboxed_api/tools/generator2/sapi_generator.py @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/tools/generator2/testdata/main.cc b/sandboxed_api/tools/generator2/testdata/main.cc index 6439edb..02cd546 100644 --- a/sandboxed_api/tools/generator2/testdata/main.cc +++ b/sandboxed_api/tools/generator2/testdata/main.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/tools/generator2/testdata/tests.cc b/sandboxed_api/tools/generator2/testdata/tests.cc index 73aa193..f8f6b8f 100644 --- a/sandboxed_api/tools/generator2/testdata/tests.cc +++ b/sandboxed_api/tools/generator2/testdata/tests.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/tools/generator2/testdata/tests.h b/sandboxed_api/tools/generator2/testdata/tests.h index fc92391..1a9347c 100644 --- a/sandboxed_api/tools/generator2/testdata/tests.h +++ b/sandboxed_api/tools/generator2/testdata/tests.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/tools/generator2/testdata/tests2.cc b/sandboxed_api/tools/generator2/testdata/tests2.cc index 829f549..9a90bac 100644 --- a/sandboxed_api/tools/generator2/testdata/tests2.cc +++ b/sandboxed_api/tools/generator2/testdata/tests2.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/transaction.cc b/sandboxed_api/transaction.cc index 2332bd3..800ba66 100644 --- a/sandboxed_api/transaction.cc +++ b/sandboxed_api/transaction.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/transaction.h b/sandboxed_api/transaction.h index e8669e6..a7916c8 100644 --- a/sandboxed_api/transaction.h +++ b/sandboxed_api/transaction.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/util/BUILD.bazel b/sandboxed_api/util/BUILD.bazel index fb4fb8d..e7b165c 100644 --- a/sandboxed_api/util/BUILD.bazel +++ b/sandboxed_api/util/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/util/CMakeLists.txt b/sandboxed_api/util/CMakeLists.txt index ce42e1a..e7b485e 100644 --- a/sandboxed_api/util/CMakeLists.txt +++ b/sandboxed_api/util/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC. All Rights Reserved. +# Copyright 2019 Google LLC # # 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/sandboxed_api/util/canonical_errors.cc b/sandboxed_api/util/canonical_errors.cc index 65ab738..651e62d 100644 --- a/sandboxed_api/util/canonical_errors.cc +++ b/sandboxed_api/util/canonical_errors.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/util/canonical_errors.h b/sandboxed_api/util/canonical_errors.h index 2d4b623..b86afa2 100644 --- a/sandboxed_api/util/canonical_errors.h +++ b/sandboxed_api/util/canonical_errors.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/util/flag.h b/sandboxed_api/util/flag.h index 4c1131a..e7b60d5 100644 --- a/sandboxed_api/util/flag.h +++ b/sandboxed_api/util/flag.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/util/raw_logging.cc b/sandboxed_api/util/raw_logging.cc index cbbca08..ca8f993 100644 --- a/sandboxed_api/util/raw_logging.cc +++ b/sandboxed_api/util/raw_logging.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/util/raw_logging.h b/sandboxed_api/util/raw_logging.h index d9d1997..06e3ec4 100644 --- a/sandboxed_api/util/raw_logging.h +++ b/sandboxed_api/util/raw_logging.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/util/status.cc b/sandboxed_api/util/status.cc index ae2e532..3a1dd56 100644 --- a/sandboxed_api/util/status.cc +++ b/sandboxed_api/util/status.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/util/status.h b/sandboxed_api/util/status.h index 0410f65..c5a2dcd 100644 --- a/sandboxed_api/util/status.h +++ b/sandboxed_api/util/status.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/util/status.proto b/sandboxed_api/util/status.proto index 2eecd2e..e2d6a00 100644 --- a/sandboxed_api/util/status.proto +++ b/sandboxed_api/util/status.proto @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/util/status_internal.h b/sandboxed_api/util/status_internal.h index 1ccf31d..2bf9105 100644 --- a/sandboxed_api/util/status_internal.h +++ b/sandboxed_api/util/status_internal.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/util/status_macros.h b/sandboxed_api/util/status_macros.h index 23719e2..c8df1cc 100644 --- a/sandboxed_api/util/status_macros.h +++ b/sandboxed_api/util/status_macros.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/util/status_macros_test.cc b/sandboxed_api/util/status_macros_test.cc index 09b9de4..b9eaeeb 100644 --- a/sandboxed_api/util/status_macros_test.cc +++ b/sandboxed_api/util/status_macros_test.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/util/status_matchers.h b/sandboxed_api/util/status_matchers.h index e7b89cf..1edb1d1 100644 --- a/sandboxed_api/util/status_matchers.h +++ b/sandboxed_api/util/status_matchers.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/util/status_test.cc b/sandboxed_api/util/status_test.cc index 45b3c64..f277de1 100644 --- a/sandboxed_api/util/status_test.cc +++ b/sandboxed_api/util/status_test.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/util/statusor.h b/sandboxed_api/util/statusor.h index efd9124..cab5a2b 100644 --- a/sandboxed_api/util/statusor.h +++ b/sandboxed_api/util/statusor.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/util/statusor_test.cc b/sandboxed_api/util/statusor_test.cc index 51ba623..fee7d2e 100644 --- a/sandboxed_api/util/statusor_test.cc +++ b/sandboxed_api/util/statusor_test.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/var_abstract.cc b/sandboxed_api/var_abstract.cc index 51f7bef..ae17b29 100644 --- a/sandboxed_api/var_abstract.cc +++ b/sandboxed_api/var_abstract.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/var_abstract.h b/sandboxed_api/var_abstract.h index 17c402a..4190907 100644 --- a/sandboxed_api/var_abstract.h +++ b/sandboxed_api/var_abstract.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/var_array.h b/sandboxed_api/var_array.h index 2aa299a..ab620a1 100644 --- a/sandboxed_api/var_array.h +++ b/sandboxed_api/var_array.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/var_int.cc b/sandboxed_api/var_int.cc index 5d53e55..c0a9c96 100644 --- a/sandboxed_api/var_int.cc +++ b/sandboxed_api/var_int.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/var_int.h b/sandboxed_api/var_int.h index 2626747..7d84b9e 100644 --- a/sandboxed_api/var_int.h +++ b/sandboxed_api/var_int.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/var_lenval.cc b/sandboxed_api/var_lenval.cc index c5cb803..eb10962 100644 --- a/sandboxed_api/var_lenval.cc +++ b/sandboxed_api/var_lenval.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/var_lenval.h b/sandboxed_api/var_lenval.h index 73966f1..dce6cb7 100644 --- a/sandboxed_api/var_lenval.h +++ b/sandboxed_api/var_lenval.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/var_pointable.cc b/sandboxed_api/var_pointable.cc index 6838529..2cc8365 100644 --- a/sandboxed_api/var_pointable.cc +++ b/sandboxed_api/var_pointable.cc @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/var_pointable.h b/sandboxed_api/var_pointable.h index fa5b239..9421d73 100644 --- a/sandboxed_api/var_pointable.h +++ b/sandboxed_api/var_pointable.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/var_proto.h b/sandboxed_api/var_proto.h index 73e96f7..7a631b9 100644 --- a/sandboxed_api/var_proto.h +++ b/sandboxed_api/var_proto.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/var_ptr.h b/sandboxed_api/var_ptr.h index f84737b..65c206b 100644 --- a/sandboxed_api/var_ptr.h +++ b/sandboxed_api/var_ptr.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/var_reg.h b/sandboxed_api/var_reg.h index 56c8564..d6df927 100644 --- a/sandboxed_api/var_reg.h +++ b/sandboxed_api/var_reg.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/var_struct.h b/sandboxed_api/var_struct.h index 6883509..915be9b 100644 --- a/sandboxed_api/var_struct.h +++ b/sandboxed_api/var_struct.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/var_type.h b/sandboxed_api/var_type.h index a0dbae2..8c52376 100644 --- a/sandboxed_api/var_type.h +++ b/sandboxed_api/var_type.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/var_void.h b/sandboxed_api/var_void.h index 747d1b5..c627757 100644 --- a/sandboxed_api/var_void.h +++ b/sandboxed_api/var_void.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // 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/sandboxed_api/vars.h b/sandboxed_api/vars.h index 239123f..d11db39 100644 --- a/sandboxed_api/vars.h +++ b/sandboxed_api/vars.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All Rights Reserved. +// Copyright 2019 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.