From b6fbf9a18343fdae9ba5500109939aeeed8278af Mon Sep 17 00:00:00 2001 From: Max Moroz Date: Wed, 5 Jul 2017 08:07:04 -0700 Subject: [PATCH] [openjpeg] Fix the year in copyrights. --- projects/openjpeg/Dockerfile | 2 +- projects/openjpeg/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/openjpeg/Dockerfile b/projects/openjpeg/Dockerfile index 5351222c3..629a5ccf3 100644 --- a/projects/openjpeg/Dockerfile +++ b/projects/openjpeg/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2016 Google Inc. +# Copyright 2017 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/openjpeg/build.sh b/projects/openjpeg/build.sh index 6f91a20bf..cd96cf787 100755 --- a/projects/openjpeg/build.sh +++ b/projects/openjpeg/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -eu -# Copyright 2016 Google Inc. +# Copyright 2017 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.