1
0
mirror of https://github.com/golang/go synced 2024-11-19 17:44:43 -07:00

runtime: add missing copyright

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/7884045
This commit is contained in:
Mikio Hara 2013-03-20 02:40:29 +09:00
parent 3560f3b9b8
commit 4aeb0fc0a4
9 changed files with 33 additions and 6 deletions

View 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,

View 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,

View 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,

View 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"

View 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);

View 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"

View 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"

View 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

View 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 (