diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2021-10-22 16:12:49 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2021-10-22 16:48:45 +0200 |
commit | ddf02f1750fea53312c33ec837f83469e0d97ed3 (patch) | |
tree | dc55775a5a44e137136fc97a182934aba57d0ab6 /gcc | |
parent | 8e6c5a32b6e2c1ade6f1a835be2c2a26788db544 (diff) | |
download | gcc-ddf02f1750fea53312c33ec837f83469e0d97ed3.zip gcc-ddf02f1750fea53312c33ec837f83469e0d97ed3.tar.gz gcc-ddf02f1750fea53312c33ec837f83469e0d97ed3.tar.bz2 |
Fix copyright/licensing information in 'gcc/rust/rust-linemap.h'
This evidently has originally been copied from 'gcc/go/gofrontend/go-linemap.h'
(with a bit too much 's%go%rust'). Restore the original notes, and extend
suitably.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/rust/rust-linemap.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gcc/rust/rust-linemap.h b/gcc/rust/rust-linemap.h index f6d8ac91..6c2a01f 100644 --- a/gcc/rust/rust-linemap.h +++ b/gcc/rust/rust-linemap.h @@ -1,8 +1,10 @@ // rust-linemap.h -- interface to location tracking -*- C++ -*- -// Copyright 2020 The Rust Authors. All rights reserved. -// Use of this source code is rustverned by a BSD-style -// license that can be found in the LICENSE file. +// Copyright 2011 The Go Authors. All rights reserved. +// Copyright (C) 2020 Free Software Foundation, Inc. + +// Use of this source code is governed by a BSD-style +// license that can be found in the '../go/gofrontend/LICENSE' file. #ifndef RUST_LINEMAP_H #define RUST_LINEMAP_H |