diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-09-20 20:42:59 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-09-20 20:42:59 +0000 |
commit | 2e310cd8477b3d3c5db2670aba9adf5428ebe92f (patch) | |
tree | d8ee94d1adc5c07d4efa71d91e2306532c01f6b7 /libgo | |
parent | b8f3049ec2f73b75c7be86ec29147ea4434eee67 (diff) | |
download | gcc-2e310cd8477b3d3c5db2670aba9adf5428ebe92f.tar.gz |
runtime: Restore copyright notice accidentally removed from mgc0.c.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215423 138bc75d-0d04-0410-961f-82ee72b054a4
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 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. |