Browse Source

x/net/html/charset: add missing copyright

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/174240043
Mikio Hara 11 years ago
parent
commit
ccf541d876
2 changed files with 8 additions and 0 deletions
  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