summaryrefslogtreecommitdiff
path: root/libgo
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2014-09-20 20:42:59 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2014-09-20 20:42:59 +0000
commitf0c1b5671add1a63b1e486030b20c525d15a9935 (patch)
treed8ee94d1adc5c07d4efa71d91e2306532c01f6b7 /libgo
parent7dff44b9557305f7847dd3bee8724868c30809c7 (diff)
downloadgcc-f0c1b5671add1a63b1e486030b20c525d15a9935.tar.gz
runtime: Restore copyright notice accidentally removed from mgc0.c.
From-SVN: r215423
Diffstat (limited to 'libgo')
-rw-r--r--libgo/runtime/mgc0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/runtime/mgc0.c b/libgo/runtime/mgc0.c
index 6864a833dc4..dda184568c7 100644
--- a/libgo/runtime/mgc0.c
+++ b/libgo/runtime/mgc0.c
@@ -1,4 +1,4 @@
-
+// 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.