Skip to content

Commit eb16aa9

Browse files
committed
[GR-17457] Update copyrights for 2024
PullRequest: truffleruby/4114
2 parents 7f6bbb3 + 26ee7ef commit eb16aa9

File tree

1,332 files changed

+1354
-1336
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,332 files changed

+1354
-1336
lines changed

LICENCE.md

Lines changed: 1 addition & 1 deletion

README.md

Lines changed: 1 addition & 1 deletion

doc/legal/legal.md

Lines changed: 1 addition & 1 deletion

lib/cext/ABI_check.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8
1+
9

lib/cext/include/truffleruby/truffleruby-abi-version.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/*
2+
* Copyright (c) 2024 Oracle and/or its affiliates. All rights reserved. This
3+
* code is released under a tri EPL/GPL/LGPL license. You can use it,
4+
* redistribute it and/or modify it under the terms of the:
5+
*
6+
* Eclipse Public License version 2.0, or
7+
* GNU General Public License version 2, or
8+
* GNU Lesser General Public License version 2.1.
9+
*/
10+
111
#ifndef TRUFFLERUBY_ABI_VERSION_H
212
#define TRUFFLERUBY_ABI_VERSION_H
313

lib/cext/include/truffleruby/truffleruby-pre.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, 2023 Oracle and/or its affiliates. All rights reserved. This
2+
* Copyright (c) 2016, 2024 Oracle and/or its affiliates. All rights reserved. This
33
* code is released under a tri EPL/GPL/LGPL license. You can use it,
44
* redistribute it and/or modify it under the terms of the:
55
*

lib/cext/include/truffleruby/truffleruby.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, 2023 Oracle and/or its affiliates. All rights reserved. This
2+
* Copyright (c) 2016, 2024 Oracle and/or its affiliates. All rights reserved. This
33
* code is released under a tri EPL/GPL/LGPL license. You can use it,
44
* redistribute it and/or modify it under the terms of the:
55
*

lib/cext/preprocess.rb

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

3-
# Copyright (c) 2017, 2023 Oracle and/or its affiliates. All rights reserved. This
3+
# Copyright (c) 2017, 2024 Oracle and/or its affiliates. All rights reserved. This
44
# code is released under a tri EPL/GPL/LGPL license. You can use it,
55
# redistribute it and/or modify it under the terms of the:
66
#

lib/truffle/cgi/escape.rb

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

3-
# Copyright (c) 2019, 2023 Oracle and/or its affiliates. All rights reserved. This
3+
# Copyright (c) 2019, 2024 Oracle and/or its affiliates. All rights reserved. This
44
# code is released under a tri EPL/GPL/LGPL license. You can use it,
55
# redistribute it and/or modify it under the terms of the:
66
#

lib/truffle/continuation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22
# truffleruby_primitives: true
33

4-
# Copyright (c) 2017, 2023 Oracle and/or its affiliates. All rights reserved. This
4+
# Copyright (c) 2017, 2024 Oracle and/or its affiliates. All rights reserved. This
55
# code is released under a tri EPL/GPL/LGPL license. You can use it,
66
# redistribute it and/or modify it under the terms of the:
77
#

0 commit comments

Comments
 (0)