Fold arithmetic integer expressions
[deliverable/binutils-gdb.git] / ld / scripttempl / sh.sc
index e7f049fb0ec9a06b9d9fe93b58faf149c7bdeb8a..709d1fd0d40d6aed1cf91318013a74419b0b83bc 100644 (file)
@@ -1,3 +1,9 @@
+# Copyright (C) 2014-2016 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=".tors :
   {
     ___ctors = . ;
@@ -9,6 +15,12 @@ TORS=".tors :
   } > ram"
 
 cat <<EOF
+/* Copyright (C) 2014-2016 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.024184 seconds and 4 git commands to generate.