diff --git a/projects/hiredis/Dockerfile b/projects/hiredis/Dockerfile index 616330f49..3f96259eb 100644 --- a/projects/hiredis/Dockerfile +++ b/projects/hiredis/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/projects/hiredis/build.sh b/projects/hiredis/build.sh index 9159e8d18..72888bedc 100755 --- a/projects/hiredis/build.sh +++ b/projects/hiredis/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -eu -# Copyright 2020 Google Inc. +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/projects/hiredis/project.yaml b/projects/hiredis/project.yaml index 9264b769a..b863fe848 100755 --- a/projects/hiredis/project.yaml +++ b/projects/hiredis/project.yaml @@ -1,9 +1,6 @@ homepage: "https://github.com/redis/hiredis" primary_contact: "michael.grunder@gmail.com" language: c -fuzzing_engines: - - libfuzzer - - honggfuzz auto_ccs: - "Adam@adalogics.com" main_repo: "https://github.com/redis/hiredis"