aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/ast/rust-macro.h
diff options
context:
space:
mode:
authorSimplyTheOther <simplytheother@gmail.com>2020-12-25 18:00:23 +0800
committerSimplyTheOther <simplytheother@gmail.com>2020-12-25 18:00:23 +0800
commitfaf78e75e4ec3c989e452d47dc37a0be1706bf08 (patch)
tree8cd4b2b11b9d7e259466fff9638c0057fcc52340 /gcc/rust/ast/rust-macro.h
parent859720937474816d4d386664d56d80a9e840f06f (diff)
parent8d34ac3c1602d8506ae4b65d92075be86f5a6c9a (diff)
downloadgcc-faf78e75e4ec3c989e452d47dc37a0be1706bf08.zip
gcc-faf78e75e4ec3c989e452d47dc37a0be1706bf08.tar.gz
gcc-faf78e75e4ec3c989e452d47dc37a0be1706bf08.tar.bz2
Merge branch 'master' of https://github.com/redbrain/gccrs
Diffstat (limited to 'gcc/rust/ast/rust-macro.h')
-rw-r--r--gcc/rust/ast/rust-macro.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc/rust/ast/rust-macro.h b/gcc/rust/ast/rust-macro.h
index 5f05985..b0f4956 100644
--- a/gcc/rust/ast/rust-macro.h
+++ b/gcc/rust/ast/rust-macro.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
+// <http://www.gnu.org/licenses/>.
+
#ifndef RUST_AST_MACRO_H
#define RUST_AST_MACRO_H