aboutsummaryrefslogtreecommitdiff
path: root/src/unicode
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2017-06-10 20:08:18 -0700
committerBrad Fitzpatrick <bradfitz@golang.org>2017-06-13 05:33:40 +0000
commit6914b0e3e3c4e3f2512bf4860c2ec2896f3d1f1f (patch)
treee41fc4bbc227932eaf6f9bbf443a95dec893d8f2 /src/unicode
parent5c37397a471c061fd92a7b9cc799a9c9e66dcd9d (diff)
downloadgo-6914b0e3e3c4e3f2512bf4860c2ec2896f3d1f1f.tar.gz
go-6914b0e3e3c4e3f2512bf4860c2ec2896f3d1f1f.zip
runtime, unicode: use consistent banner for generated code
Per golang.org/s/generatedcode Updates #nnn Change-Id: Ia7513ef6bd26c20b62b57b29f7770684a315d389 Reviewed-on: https://go-review.googlesource.com/45470 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Matt Layher <mdlayher@gmail.com> Reviewed-by: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/unicode')
-rw-r--r--src/unicode/maketables.go4
-rw-r--r--src/unicode/tables.go4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/unicode/maketables.go b/src/unicode/maketables.go
index fdfcde4039..e52d9c2472 100644
--- a/src/unicode/maketables.go
+++ b/src/unicode/maketables.go
@@ -443,9 +443,9 @@ const progHeader = `// Copyright 2013 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// Generated by running
+// Code generated by maketables; DO NOT EDIT.
+// To regenerate, run:
// maketables --tables=%s --data=%s --casefolding=%s
-// DO NOT EDIT
package unicode
diff --git a/src/unicode/tables.go b/src/unicode/tables.go
index 15fecd954f..548a7d594b 100644
--- a/src/unicode/tables.go
+++ b/src/unicode/tables.go
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// Generated by running
+// Code generated by maketables; DO NOT EDIT.
+// To regenerate, run:
// maketables --tables=all --data=http://www.unicode.org/Public/9.0.0/ucd/UnicodeData.txt --casefolding=http://www.unicode.org/Public/9.0.0/ucd/CaseFolding.txt
-// DO NOT EDIT
package unicode