diff --git a/.clang-format b/.clang-format index 0be5323f..8508426f 100644 --- a/.clang-format +++ b/.clang-format @@ -1,4 +1,4 @@ -# Copyright 2014 The Crashpad Authors. All rights reserved. +# Copyright 2014 The Crashpad Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.gitattributes b/.gitattributes index 9bfc20d1..644b9e25 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -# Copyright 2019 The Crashpad Authors. All rights reserved. +# Copyright 2019 The Crashpad Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.gitignore b/.gitignore index b739477a..4de7d077 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Copyright 2014 The Crashpad Authors. All rights reserved. +# Copyright 2014 The Crashpad Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.gn b/.gn index e4dc49c3..f2db1da2 100644 --- a/.gn +++ b/.gn @@ -1,4 +1,4 @@ -# Copyright 2017 The Crashpad Authors. All rights reserved. +# Copyright 2017 The Crashpad Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.style.yapf b/.style.yapf index 8aaf9b62..1471bc82 100644 --- a/.style.yapf +++ b/.style.yapf @@ -1,4 +1,4 @@ -# Copyright 2020 The Crashpad Authors. All rights reserved. +# Copyright 2020 The Crashpad Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.vpython b/.vpython index c2001fc5..3086f5d1 100644 --- a/.vpython +++ b/.vpython @@ -1,4 +1,4 @@ -# Copyright 2018 The Crashpad Authors. All rights reserved. +# Copyright 2018 The Crashpad Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.vpython3 b/.vpython3 index 0d7baf9e..f1693037 100644 --- a/.vpython3 +++ b/.vpython3 @@ -1,4 +1,4 @@ -# Copyright 2022 The Crashpad Authors. All rights reserved. +# Copyright 2022 The Crashpad Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/BUILD.gn b/BUILD.gn index c782b9b9..a2d92e62 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright 2017 The Crashpad Authors. All rights reserved. +# Copyright 2017 The Crashpad Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/DEPS b/DEPS index 0f29f6d0..cd9ee99f 100644 --- a/DEPS +++ b/DEPS @@ -1,4 +1,4 @@ -# Copyright 2014 The Crashpad Authors. All rights reserved. +# Copyright 2014 The Crashpad Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -44,7 +44,7 @@ deps = { 'e1e7b0ad8ee99a875b272c8e33e308472e897660', 'crashpad/third_party/mini_chromium/mini_chromium': Var('chromium_git') + '/chromium/mini_chromium@' + - '75dcb8dc417af77fdb9ec23c7b51cb1d57dfcee2', + '4332ddb6963750e1106efdcece6d6e2de6dc6430', 'crashpad/third_party/libfuzzer/src': Var('chromium_git') + '/chromium/llvm-project/compiler-rt/lib/fuzzer.git@' + 'fda403cf93ecb8792cb1d061564d89a6553ca020', diff --git a/README.md b/README.md index b20777bb..1db2920e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@