Explorar o código

x/net/html/charset: add missing copyright

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/174240043
Mikio Hara %!s(int64=11) %!d(string=hai) anos
pai
achega
ccf541d876
Modificáronse 2 ficheiros con 8 adicións e 0 borrados
  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