From 2e310cd8477b3d3c5db2670aba9adf5428ebe92f Mon Sep 17 00:00:00 2001 From: ian Date: Sat, 20 Sep 2014 20:42:59 +0000 Subject: [PATCH] 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 --- libgo/runtime/mgc0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgo/runtime/mgc0.c b/libgo/runtime/mgc0.c index 6864a833dc46..dda184568c73 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. -- 2.47.2