We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6e851 commit b3984f3Copy full SHA for b3984f3
src/main/ruby/truffleruby/core/data.rb
@@ -1,5 +1,13 @@
1
# frozen_string_literal: true
2
3
+# Copyright (c) 2025 Oracle and/or its affiliates. All rights reserved. This
4
+# code is released under a tri EPL/GPL/LGPL license. You can use it,
5
+# redistribute it and/or modify it under the terms of the:
6
+#
7
+# Eclipse Public License version 2.0, or
8
+# GNU General Public License version 2, or
9
+# GNU Lesser General Public License version 2.1.
10
+
11
module Truffle
12
module DataOperations
13
def self.unknown_keywords_message(given, object)
tool/update_copyright.rb
@@ -90,6 +90,7 @@
90
src/main/c/io-console
91
src/main/c/nkf
92
src/main/c/openssl
93
+ src/main/c/prism-gem
94
src/main/c/psych
95
src/main/c/rbconfig-sizeof
96
src/main/c/ripper
0 commit comments