Index: tools/json_to_struct/PRESUBMIT.py |
diff --git a/tools/json_schema_compiler/PRESUBMIT.py b/tools/json_to_struct/PRESUBMIT.py |
similarity index 81% |
copy from tools/json_schema_compiler/PRESUBMIT.py |
copy to tools/json_to_struct/PRESUBMIT.py |
index b98649b3b4b83ca452c9cecd20d750ffa5c19ab8..dd4d9a46ba92b778d7139e90673f2e5a3fe821f4 100644 |
--- a/tools/json_schema_compiler/PRESUBMIT.py |
+++ b/tools/json_to_struct/PRESUBMIT.py |
@@ -1,8 +1,8 @@ |
-# Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+# Copyright 2012 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. |
-"""Presubmit script for changes affecting tools/json_schema_compiler/ |
+"""Presubmit script for changes affecting tools/json_to_struct/ |
See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts |
for more details about the presubmit API built into gcl. |