From b021811ab700156e1e3d56200d585b3180264f4f Mon Sep 17 00:00:00 2001 From: Nym Seddon Date: Wed, 23 Dec 2020 09:13:57 +0000 Subject: Add missing license text Add GPL license text to files without the header --- gcc/rust/backend/cscope.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'gcc/rust/backend') diff --git a/gcc/rust/backend/cscope.h b/gcc/rust/backend/cscope.h index ee4f955..3ba837c 100644 --- a/gcc/rust/backend/cscope.h +++ b/gcc/rust/backend/cscope.h @@ -1,3 +1,21 @@ +// Copyright (C) 2020 Free Software Foundation, Inc. + +// This file is part of GCC. + +// GCC is free software; you can redistribute it and/or modify it under +// the terms of the GNU General Public License as published by the Free +// Software Foundation; either version 3, or (at your option) any later +// version. + +// GCC is distributed in the hope that it will be useful, but WITHOUT ANY +// WARRANTY; without even the implied warranty of MERCHANTABILITY or +// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +// for more details. + +// You should have received a copy of the GNU General Public License +// along with GCC; see the file COPYING3. If not see +// . + #pragma once #include "rust-system.h" -- cgit v1.1