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 {
68
68
// Parts of the welcome message originate from GNU R.
69
69
public static final String WELCOME_MESSAGE =
70
70
"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 " +
74
74
"Copyright (c) 2012-4 Purdue University\n " +
75
75
"Copyright (c) 1997-2002, Makoto Matsumoto and Takuji Nishimura\n " +
76
76
"All rights reserved.\n " +
You can’t perform that action at this time.
0 commit comments