aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2016-12-28 07:45:35 -0700
committerMark Lobodzinski <mark@lunarg.com>2016-12-28 07:45:35 -0700
commit9649e5c70c02fb618389f1be4c1d3e68b2c0b25a (patch)
treecf11552573d0b37514fe9c24331c873026a356b3 /scripts
parentfa32cda2bac3da177476be3d52423690ded03331 (diff)
downloadusermoji-9649e5c70c02fb618389f1be4c1d3e68b2c0b25a.tar.xz
scripts: Correct author emails in helper script
Change-Id: I53196ed512f5465e6ebfb88b93b727e29a7e9809
Diffstat (limited to 'scripts')
-rw-r--r--scripts/helper_file_generator.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/helper_file_generator.py b/scripts/helper_file_generator.py
index 728eb933..601f542a 100644
--- a/scripts/helper_file_generator.py
+++ b/scripts/helper_file_generator.py
@@ -116,8 +116,8 @@ class HelperFileOutputGenerator(OutputGenerator):
copyright += ' * limitations under the License.\n'
copyright += ' *\n'
copyright += ' * Author: Mark Lobodzinski <mark@lunarg.com>\n'
- copyright += ' * Author: Courtney Goeltzenleuchter <courtney@google.com>\n'
- copyright += ' * Author: Tobin Ehlis <tobin@google.com>\n'
+ copyright += ' * Author: Courtney Goeltzenleuchter <courtneygo@google.com>\n'
+ copyright += ' * Author: Tobin Ehlis <tobine@google.com>\n'
copyright += ' *\n'
copyright += ' ****************************************************************************/\n'
write(copyright, file=self.outFile)