]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: add missing copyright
authorMikio Hara <mikioh.mikioh@gmail.com>
Tue, 19 Mar 2013 17:40:29 +0000 (02:40 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Tue, 19 Mar 2013 17:40:29 +0000 (02:40 +0900)
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/7884045

src/pkg/runtime/arch_386.h
src/pkg/runtime/arch_amd64.h
src/pkg/runtime/arch_arm.h
src/pkg/runtime/os_freebsd.c
src/pkg/runtime/os_freebsd.h
src/pkg/runtime/os_netbsd.c
src/pkg/runtime/os_openbsd.c
src/pkg/runtime/signals_plan9.h
src/pkg/runtime/string_test.go

index 4df795f712cd422da5abed062573a5882b4f5e4c..62ed11b402207fbb87a10da1d8fda3c6c5438d58 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2011 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.
+
 enum {
        thechar = '8',
        BigEndian = 0,
index e83dc91056175860631f2ebdbebb27d87e26d91f..a5e43ca8d0775d73e0d6e1f2101088904c602611 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2011 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.
+
 enum {
        thechar = '6',
        BigEndian = 0,
index f6af58514fcf4d702e532b59e6c607751ef1d999..bb65d3faf10414d24a5109af24fe50dd2b0e0214 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2011 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.
+
 enum {
        thechar = '5',
        BigEndian = 0,
index 7ee329ff5c3b477e40711622979084197d92d93f..68c0f4750bea0cae15321052565e2a1a45eeca50 100644 (file)
@@ -1,5 +1,6 @@
-// Use of this source file is governed by a BSD-style
-// license that can be found in the LICENSE file.`
+// Copyright 2011 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.
 
 #include "runtime.h"
 #include "defs_GOOS_GOARCH.h"
index 3d631bfc801161d59a1be8655d55d2fd92e76667..e9be1362c18c1ff47f243051119d02b8437b1e8c 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2011 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.
+
 #define SS_DISABLE 4
 
 int32  runtime·thr_new(ThrParam*, int32);
index d4b874f4c24da180372ca46fecee25bd5632bb27..936334cac6f3f261e71f82f0499bd1398c258d0e 100644 (file)
@@ -1,5 +1,6 @@
-// Use of this source file is governed by a BSD-style
-// license that can be found in the LICENSE file.`
+// Copyright 2011 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.
 
 #include "runtime.h"
 #include "defs_GOOS_GOARCH.h"
index 2c34f0ef999e5008dccf1202426f98025edfb5fa..4ce64f9f2a49c558d16bbec06927920c3bfb8ee9 100644 (file)
@@ -1,5 +1,6 @@
-// Use of this source file is governed by a BSD-style
-// license that can be found in the LICENSE file.`
+// Copyright 2011 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.
 
 #include "runtime.h"
 #include "defs_GOOS_GOARCH.h"
index 0f1165e2a8ec5887d69d2986e4e1f6deefc6e426..f9bec65fcbe48e5ea4b865e7da3ca7ecf1e03449 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2011 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.
+
 #define N SigNotify
 #define T SigThrow
 #define P SigPanic
index 8f13f0f428b84fbd0703d87d8eb75db8769f43b1..6ba3c1d2924fb5300031861cc38b032463c7fc29 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2012 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_test
 
 import (