Skip to content

Commit 959ccda

Browse files
committed
[GR-2798] Update the copyright years in the initial message.
PullRequest: fastr/1986
2 parents f32c8b0 + bb65b4a commit 959ccda

File tree

1 file changed

+3
-3
lines changed
  • com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime

1 file changed

+3
-3
lines changed

com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/RRuntime.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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" +

0 commit comments

Comments
 (0)