浏览代码

x/net/html/charset: add missing copyright

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/174240043
Mikio Hara 11 年之前
父节点
当前提交
ccf541d876
共有 2 个文件被更改,包括 8 次插入0 次删除
  1. 4 0
      html/charset/charset.go
  2. 4 0
      html/charset/gen.go

+ 4 - 0
html/charset/charset.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.
+
 // Package charset provides common text encodings for HTML documents.
 //
 // The mapping from encoding labels to encodings is defined at

+ 4 - 0
html/charset/gen.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.
+
 // +build ignore
 
 package main