From: Ian Lance Taylor Date: Fri, 9 Jan 2015 19:31:23 +0000 (-0800) Subject: runtime: add missing copyright notices X-Git-Tag: go1.5beta1~2388 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1d0c7792f172ab0485edf2818398deffe3d452ba;p=gostls13.git runtime: add missing copyright notices Change-Id: Icecfe9223d8457de067391fffa9f0fcee4292be7 Reviewed-on: https://go-review.googlesource.com/2620 Reviewed-by: David Crawshaw --- diff --git a/src/runtime/print1_write.go b/src/runtime/print1_write.go index 5fd7d6519c..6b1467b1c4 100644 --- a/src/runtime/print1_write.go +++ b/src/runtime/print1_write.go @@ -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 diff --git a/src/runtime/print1_write_android.go b/src/runtime/print1_write_android.go index d086e84b91..31093de70f 100644 --- a/src/runtime/print1_write_android.go +++ b/src/runtime/print1_write_android.go @@ -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"