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:
parent
3560f3b9b8
commit
4aeb0fc0a4
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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"
|
||||
|
@ -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);
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user