diff options
author | Craig Tiller <ctiller@google.com> | 2016-01-26 07:27:00 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-01-26 07:27:00 -0800 |
commit | bd3075efbdf14ad5c03dcd36c69ac25b7edb5a95 (patch) | |
tree | 7beb79fb7071fc0e1038e64eff41e687c0a00d5c /templates/src | |
parent | 7c43f4909242b62881389c7d4cfc9541c70151b6 (diff) |
Fix sanity
Diffstat (limited to 'templates/src')
-rw-r--r-- | templates/src/core/surface/version.c.template | 2 | ||||
-rw-r--r-- | templates/src/csharp/Grpc.Core/VersionInfo.cs.template | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/src/core/surface/version.c.template b/templates/src/core/surface/version.c.template index 31a5af99ca..4788dc47d9 100644 --- a/templates/src/core/surface/version.c.template +++ b/templates/src/core/surface/version.c.template @@ -2,7 +2,7 @@ --- | /* * - * Copyright 2015, Google Inc. + * Copyright 2015-2016, Google Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/templates/src/csharp/Grpc.Core/VersionInfo.cs.template b/templates/src/csharp/Grpc.Core/VersionInfo.cs.template index 00a14e7b89..48197baf7d 100644 --- a/templates/src/csharp/Grpc.Core/VersionInfo.cs.template +++ b/templates/src/csharp/Grpc.Core/VersionInfo.cs.template @@ -2,7 +2,7 @@ --- | #region Copyright notice and license - // Copyright 2015, Google Inc. + // Copyright 2015-2016, Google Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without |