From: ian Date: Sat, 20 Sep 2014 20:42:59 +0000 (+0000) Subject: runtime: Restore copyright notice accidentally removed from mgc0.c. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e310cd8477b3d3c5db2670aba9adf5428ebe92f;p=thirdparty%2Fgcc.git 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 --- 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.