| Index: third_party/mojo/src/mojo/public/tools/bindings/generators/go_templates/source.tmpl
|
| diff --git a/third_party/mojo/src/mojo/public/tools/bindings/generators/java_templates/header.java.tmpl b/third_party/mojo/src/mojo/public/tools/bindings/generators/go_templates/source.tmpl
|
| similarity index 74%
|
| copy from third_party/mojo/src/mojo/public/tools/bindings/generators/java_templates/header.java.tmpl
|
| copy to third_party/mojo/src/mojo/public/tools/bindings/generators/go_templates/source.tmpl
|
| index ec6a88b1474de10f4f5755bbb353016502a3986e..8c58c4cf355892df70f861d18cecf9521174b0cd 100644
|
| --- a/third_party/mojo/src/mojo/public/tools/bindings/generators/java_templates/header.java.tmpl
|
| +++ b/third_party/mojo/src/mojo/public/tools/bindings/generators/go_templates/source.tmpl
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Copyright 2015 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -8,4 +8,4 @@
|
| // {{module.path}}
|
| //
|
|
|
| -package {{package}};
|
| +package {{package}}
|
|
|