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