Skip to content

Commit 8fa71ce

Browse files
committed
Update the copyright year
PullRequest: truffleruby/536
2 parents 70b8700 + a1e79d7 commit 8fa71ce

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

LICENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TruffleRuby Licence
22

3-
TruffleRuby is copyright (c) 2013-2018 Oracle and/or its
3+
TruffleRuby is copyright (c) 2013-2019 Oracle and/or its
44
affiliates, and is made available to you under the terms of any one of the following three licenses:
55

66
* Eclipse Public License version 1.0, or

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ See the [security documentation](doc/user/security.md).
187187

188188
## Licence
189189

190-
TruffleRuby is copyright (c) 2013-2018 Oracle and/or its affiliates, and is made
190+
TruffleRuby is copyright (c) 2013-2019 Oracle and/or its affiliates, and is made
191191
available to you under the terms of any one of the following three licenses:
192192

193193
* Eclipse Public License version 1.0, or

doc/legal/legal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GraalVM, which is the only supported way to use TruffleRuby.
55

66
## TruffleRuby
77

8-
TruffleRuby is copyright (c) 2013-2018 Oracle and/or its
8+
TruffleRuby is copyright (c) 2013-2019 Oracle and/or its
99
affiliates, and is made available to you under the terms of any one of the
1010
following three licenses:
1111

src/shared/java/org/truffleruby/shared/TruffleRuby.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class TruffleRuby {
2323
public static final String LANGUAGE_BASE_VERSION = "2.4.0"; // From RbConfig::CONFIG["ruby_version"]
2424
public static final int LANGUAGE_REVISION = 63013;
2525
public static final String BOOT_SOURCE_NAME = "main_boot_source";
26-
public static final String RUBY_COPYRIGHT = "truffleruby - Copyright (c) 2013-2018 Oracle and/or its affiliates";
26+
public static final String RUBY_COPYRIGHT = "truffleruby - Copyright (c) 2013-2019 Oracle and/or its affiliates";
2727
public static final boolean PRE_INITIALIZE_CONTEXTS = System.getProperty("polyglot.engine.PreinitializeContexts") != null;
2828

2929
public static String getVersionString(boolean isAOT) {

0 commit comments

Comments
 (0)