diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2014-09-20 20:42:59 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2014-09-20 20:42:59 +0000 |
commit | f0c1b5671add1a63b1e486030b20c525d15a9935 (patch) | |
tree | d8ee94d1adc5c07d4efa71d91e2306532c01f6b7 /libgo | |
parent | 7dff44b9557305f7847dd3bee8724868c30809c7 (diff) | |
download | gcc-f0c1b5671add1a63b1e486030b20c525d15a9935.zip gcc-f0c1b5671add1a63b1e486030b20c525d15a9935.tar.gz gcc-f0c1b5671add1a63b1e486030b20c525d15a9935.tar.bz2 |
runtime: Restore copyright notice accidentally removed from mgc0.c.
From-SVN: r215423
Diffstat (limited to 'libgo')
-rw-r--r-- | libgo/runtime/mgc0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/runtime/mgc0.c b/libgo/runtime/mgc0.c index 6864a83..dda1845 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. |