File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
main/java/org/truffleruby/options
shared/java/org/truffleruby/shared/options Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2016, 2020 Oracle and/or its affiliates. All rights reserved. This
2
+ * Copyright (c) 2016, 2021 Oracle and/or its affiliates. All rights reserved. This
3
3
* code is released under a tri EPL/GPL/LGPL license. You can use it,
4
4
* redistribute it and/or modify it under the terms of the:
5
5
*
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2016, 2020 Oracle and/or its affiliates. All rights reserved. This
2
+ * Copyright (c) 2016, 2021 Oracle and/or its affiliates. All rights reserved. This
3
3
* code is released under a tri EPL/GPL/LGPL license. You can use it,
4
4
* redistribute it and/or modify it under the terms of the:
5
5
*
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2016, 2020 Oracle and/or its affiliates. All rights reserved. This
2
+ * Copyright (c) 2016, 2021 Oracle and/or its affiliates. All rights reserved. This
3
3
* code is released under a tri EPL/GPL/LGPL license. You can use it,
4
4
* redistribute it and/or modify it under the terms of the:
5
5
*
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env ruby
2
2
3
- # Copyright (c) 2016, 2019 Oracle and/or its affiliates. All rights reserved.
3
+ # Copyright (c) 2016, 2021 Oracle and/or its affiliates. All rights reserved.
4
4
# This code is released under a tri EPL/GPL/LGPL license. You can use it,
5
5
# redistribute it and/or modify it under the terms of the:
6
6
#
@@ -111,7 +111,7 @@ def parse_reference_defaults(default)
111
111
112
112
TEMPLATE = <<'JAVA'
113
113
/*
114
- * Copyright (c) 2016, 2019 Oracle and/or its affiliates. All rights reserved. This
114
+ * Copyright (c) 2016, <%= Time.now.year %> Oracle and/or its affiliates. All rights reserved. This
115
115
* code is released under a tri EPL/GPL/LGPL license. You can use it,
116
116
* redistribute it and/or modify it under the terms of the:
117
117
*
@@ -191,7 +191,7 @@ def parse_reference_defaults(default)
191
191
192
192
File . write ( 'src/shared/java/org/truffleruby/shared/options/OptionsCatalog.java' , ERB . new ( <<JAVA ) . result )
193
193
/*
194
- * Copyright (c) 2016, 2019 Oracle and/or its affiliates. All rights reserved. This
194
+ * Copyright (c) 2016, <%= Time.now.year %> Oracle and/or its affiliates. All rights reserved. This
195
195
* code is released under a tri EPL/GPL/LGPL license. You can use it,
196
196
* redistribute it and/or modify it under the terms of the:
197
197
*
You can’t perform that action at this time.
0 commit comments