From a9c4e0fa07ce5eeb9327b36d8273a9424cdbaeaf Mon Sep 17 00:00:00 2001 From: Max Moroz Date: Thu, 2 May 2019 11:24:41 -0700 Subject: [PATCH] [s2opc] Address review comments (#2348). --- projects/s2opc/Dockerfile | 2 +- projects/s2opc/build.sh | 2 +- projects/s2opc/project.yaml | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/projects/s2opc/Dockerfile b/projects/s2opc/Dockerfile index eee967f90..3358e14a6 100644 --- a/projects/s2opc/Dockerfile +++ b/projects/s2opc/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. +# Copyright 2019 Google Inc. # # Licensed 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/s2opc/build.sh b/projects/s2opc/build.sh index 6376fd7a8..c1b5f8d29 100755 --- a/projects/s2opc/build.sh +++ b/projects/s2opc/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -eu # -# Copyright 2018 Google Inc. +# Copyright 2019 Google Inc. # # Licensed 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/s2opc/project.yaml b/projects/s2opc/project.yaml index 27638f3fc..d9b997193 100644 --- a/projects/s2opc/project.yaml +++ b/projects/s2opc/project.yaml @@ -3,3 +3,7 @@ primary_contact: "pab.systerel@gmail.com" auto_ccs: - "mcl.systerel@gmail.com" - "vincent.lacroix@systerel.fr" +sanitizers: + - address + - memory + - undefined