From: Ian Lance Taylor Date: Sat, 20 Sep 2014 20:42:59 +0000 (+0000) Subject: runtime: Restore copyright notice accidentally removed from mgc0.c. X-Git-Tag: releases/gcc-5.1.0~4544 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f0c1b5671add1a63b1e486030b20c525d15a9935;p=thirdparty%2Fgcc.git runtime: Restore copyright notice accidentally removed from mgc0.c. From-SVN: r215423 --- 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.