diff options
Diffstat (limited to 'libgo/go/unicode/tables.go')
-rw-r--r-- | libgo/go/unicode/tables.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgo/go/unicode/tables.go b/libgo/go/unicode/tables.go index 939c41d..d8101d6 100644 --- a/libgo/go/unicode/tables.go +++ b/libgo/go/unicode/tables.go @@ -1,3 +1,7 @@ +// 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 // maketables --tables=all --data=http://www.unicode.org/Public/6.2.0/ucd/UnicodeData.txt --casefolding=http://www.unicode.org/Public/6.2.0/ucd/CaseFolding.txt // DO NOT EDIT |