File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,9 +68,9 @@ public class RRuntime {
6868 // Parts of the welcome message originate from GNU R.
6969 public static final String WELCOME_MESSAGE =
7070 "R version " + RVersionNumber .FULL + " (FastR)\n " +
71- "Copyright (c) 2013-18 , Oracle and/or its affiliates\n " +
72- "Copyright (c) 1995-2017 , The R Core Team\n " +
73- "Copyright (c) 2017 The R Foundation for Statistical Computing\n " +
71+ "Copyright (c) 2013-19 , Oracle and/or its affiliates\n " +
72+ "Copyright (c) 1995-2018 , The R Core Team\n " +
73+ "Copyright (c) 2018 The R Foundation for Statistical Computing\n " +
7474 "Copyright (c) 2012-4 Purdue University\n " +
7575 "Copyright (c) 1997-2002, Makoto Matsumoto and Takuji Nishimura\n " +
7676 "All rights reserved.\n " +
You can’t perform that action at this time.
0 commit comments