ld whitespace fixes
[deliverable/binutils-gdb.git] / ld / scripttempl / h8500m.sc
index 3314066ed63b6857278195cf24405dbc8140479a..565358149a5e9a5c61212f15748e3338b1e3e2a0 100644 (file)
@@ -1,3 +1,9 @@
+# Copyright (C) 2014-2017 Free Software Foundation, Inc.
+#
+# Copying and distribution of this file, with or without modification,
+# are permitted in any medium without royalty provided the copyright
+# notice and this notice are preserved.
+
 TORS="
     ___ctors = . ;
     *(.ctors)
@@ -7,6 +13,12 @@ TORS="
     ___dtors_end = . ;"
 
 cat <<EOF
+/* Copyright (C) 2014-2017 Free Software Foundation, Inc.
+
+   Copying and distribution of this script, with or without modification,
+   are permitted in any medium without royalty provided the copyright
+   notice and this notice are preserved.  */
+
 OUTPUT_FORMAT("${OUTPUT_FORMAT}")
 OUTPUT_ARCH(${ARCH})
 
This page took 0.025666 seconds and 4 git commands to generate.