diff --git a/com.oracle.truffle.r.native/Makefile b/com.oracle.truffle.r.native/Makefile
index 68ffc952e28a29a7dacfe3568b2158b96ff3282a..46f3d0bcd5ff2183634826b957d69567dcad7bf4 100644
--- a/com.oracle.truffle.r.native/Makefile
+++ b/com.oracle.truffle.r.native/Makefile
@@ -36,4 +36,3 @@ clean:
 	$(MAKE) -C fficall clean
 	$(MAKE) -C library clean
 	$(MAKE) -C run clean
-	
\ No newline at end of file
diff --git a/com.oracle.truffle.r.native/run/R.sh b/com.oracle.truffle.r.native/run/R.sh
index 330eb49b3a613433c75a6f316e4aeca446aa86fa..af88a96c74342f731447da788106d413ecf13341 100644
--- a/com.oracle.truffle.r.native/run/R.sh
+++ b/com.oracle.truffle.r.native/run/R.sh
@@ -3,7 +3,7 @@
 # Version 2. You may review the terms of this license at
 # http://www.gnu.org/licenses/gpl-2.0.html
 #
-# Copyright (c) 1995-2012, The R Core Team
+# Copyright (c) 1995-2015, The R Core Team
 # Copyright (c) 2003, The R Foundation
 # Copyright (c) 2015, Oracle and/or its affiliates
 #
diff --git a/com.oracle.truffle.r.native/run/Rscript.sh b/com.oracle.truffle.r.native/run/Rscript.sh
index 75da099b8123b7a4a74bbc6516de8967dd8853cb..22968bece237e8c80075abf8691be65a6ffd081c 100755
--- a/com.oracle.truffle.r.native/run/Rscript.sh
+++ b/com.oracle.truffle.r.native/run/Rscript.sh
@@ -3,7 +3,7 @@
 # Version 2. You may review the terms of this license at
 # http://www.gnu.org/licenses/gpl-2.0.html
 #
-# Copyright (c) 1995-2012, The R Core Team
+# Copyright (c) 1995-2015, The R Core Team
 # Copyright (c) 2003, The R Foundation
 # Copyright (c) 2015, Oracle and/or its affiliates
 #
diff --git a/mx.fastr/copyrights/gnu_r.copyright.hash.regex b/mx.fastr/copyrights/gnu_r.copyright.hash.regex
index fd58863d635dc4d80f9cf470d6bbb2bc9beba536..01dde6bc9b2b59723ba5313c911a784b044211be 100644
--- a/mx.fastr/copyrights/gnu_r.copyright.hash.regex
+++ b/mx.fastr/copyrights/gnu_r.copyright.hash.regex
@@ -1 +1 @@
-#\n# This material is distributed under the GNU General Public License\n# Version 2. You may review the terms of this license at\n# http://www.gnu.org/licenses/gpl-2.0.html\n#\n# Copyright \(c\) 1995-2012, The R Core Team\n# Copyright \(c\) 2003, The R Foundation\n# Copyright \(c\) (?:(20[0-9][0-9]), )?(20[0-9][0-9]), Oracle and/or its affiliates\n#\n# All rights reserved.\n#\n.*
+#\n# This material is distributed under the GNU General Public License\n# Version 2. You may review the terms of this license at\n# http://www.gnu.org/licenses/gpl-2.0.html\n#\n# Copyright \(c\) 1995-201[0-9], The R Core Team\n# Copyright \(c\) 2003, The R Foundation\n# Copyright \(c\) (?:(20[0-9][0-9]), )?(20[0-9][0-9]), Oracle and/or its affiliates\n#\n# All rights reserved.\n#\n.*
diff --git a/mx.fastr/copyrights/gnu_r.copyright.star.regex b/mx.fastr/copyrights/gnu_r.copyright.star.regex
index e5813ab98a5132d291e94692c8cadf1d16cfd82f..799a90754e5aeda65713146bec90d22fa0ded2f2 100644
--- a/mx.fastr/copyrights/gnu_r.copyright.star.regex
+++ b/mx.fastr/copyrights/gnu_r.copyright.star.regex
@@ -1 +1 @@
-/\*\n \* This material is distributed under the GNU General Public License\n \* Version 2. You may review the terms of this license at\n \* http://www.gnu.org/licenses/gpl-2.0.html\n \*\n \* Copyright \(c\) 1995-2012, The R Core Team\n \* Copyright \(c\) 2003, The R Foundation\n \* Copyright \(c\) (?:(20[0-9][0-9]), )?(20[0-9][0-9]), Oracle and/or its affiliates\n \*\n \* All rights reserved.\n \*/\n.*
\ No newline at end of file
+/\*\n \* This material is distributed under the GNU General Public License\n \* Version 2. You may review the terms of this license at\n \* http://www.gnu.org/licenses/gpl-2.0.html\n \*\n \* Copyright \(c\) 1995-201[0-9], The R Core Team\n \* Copyright \(c\) 2003, The R Foundation\n \* Copyright \(c\) (?:(20[0-9][0-9]), )?(20[0-9][0-9]), Oracle and/or its affiliates\n \*\n \* All rights reserved.\n \*/\n.*
\ No newline at end of file
diff --git a/mx.fastr/copyrights/overrides b/mx.fastr/copyrights/overrides
index 9744420b42f9e37115c659bd3f38808846a1eb7c..84b4a8607cf759db8f07175f896e1ebd816919b4 100644
--- a/mx.fastr/copyrights/overrides
+++ b/mx.fastr/copyrights/overrides
@@ -44,6 +44,8 @@ com.oracle.truffle.r.native/library/tools/src/tools.h,no.copyright
 com.oracle.truffle.r.native/library/tools/src/init.c,no.copyright
 com.oracle.truffle.r.native/library/utils/src/utils.h,no.copyright
 com.oracle.truffle.r.native/library/utils/src/init.c,no.copyright
+com.oracle.truffle.r.native/run/R.sh,gnu_r.copyright
+com.oracle.truffle.r.native/run/Rscript.sh,gnu_r.copyright
 com.oracle.truffle.r.nodes/src/com/oracle/truffle/r/nodes/function/BinaryOpsGroupDispatchNode.java,purdue.copyright
 com.oracle.truffle.r.nodes/src/com/oracle/truffle/r/nodes/function/DispatchNode.java,purdue.copyright
 com.oracle.truffle.r.nodes/src/com/oracle/truffle/r/nodes/function/DispatchedCallNode.java,purdue.copyright