diff --git a/com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/RRuntime.java b/com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/RRuntime.java index 41a88e9b7e122875e265287329a7cf4e3245338a..1f5be9122cd4a55506abb92e55a294b90577ef97 100644 --- a/com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/RRuntime.java +++ b/com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/RRuntime.java @@ -50,7 +50,7 @@ public class RRuntime { // Parts of the welcome message originate from GNU R. public static final String WELCOME_MESSAGE = "R version " + RVersionNumber.FULL + " (FastR)\n" + - "Copyright (c) 2013-17, Oracle and/or its affiliates\n" + + "Copyright (c) 2013-18, Oracle and/or its affiliates\n" + "Copyright (c) 1995-2017, The R Core Team\n" + "Copyright (c) 2017 The R Foundation for Statistical Computing\n" + "Copyright (c) 2012-4 Purdue University\n" +