]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: add missing copyright notices
authorIan Lance Taylor <iant@golang.org>
Fri, 9 Jan 2015 19:31:23 +0000 (11:31 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 9 Jan 2015 20:06:33 +0000 (20:06 +0000)
Change-Id: Icecfe9223d8457de067391fffa9f0fcee4292be7
Reviewed-on: https://go-review.googlesource.com/2620
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/runtime/print1_write.go
src/runtime/print1_write_android.go

index 5fd7d6519c42a9cd212cdaec3cb0f94bcfbc4bec..6b1467b1c48aefe65671e7354262cdec2b853780 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2009 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 !android
 
 package runtime
index d086e84b91b9b2f0286d8985b1e57f3bbd0005c3..31093de70f5778735b5d4312f3d48828654285ca 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2014 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 runtime
 
 import "unsafe"