Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / ld / scripttempl / st2000.sc
index c24b4c6636af423bb93aa1b14ce004d253fa67aa..331ebd6ee4d0e19c19bcd56b762d7ef06218e58e 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright (C) 2014 Free Software Foundation, Inc.
-# 
+# Copyright (C) 2014-2018 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.
 
 cat <<EOF
-/* Copyright (C) 2014 Free Software Foundation, Inc.
+/* Copyright (C) 2014-2018 Free Software Foundation, Inc.
 
    Copying and distribution of this script, with or without modification,
    are permitted in any medium without royalty provided the copyright
@@ -14,13 +14,13 @@ cat <<EOF
 OUTPUT_FORMAT("${OUTPUT_FORMAT}")
 OUTPUT_ARCH(${ARCH})
 
-SECTIONS                               
-{                                      
+SECTIONS
+{
 .text :
-       {                                       
-         *(.text)                              
+       {
+         *(.text)
          *(.strings)
-         _etext = .;
+         _etext = .;
        *(.data)
        _edata = .;
        *(.bss)
This page took 0.023908 seconds and 4 git commands to generate.