Skip to content

Commit b3984f3

Browse files
committed
Tweak excludes and add missing copyrights
1 parent 2b6e851 commit b3984f3

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/main/ruby/truffleruby/core/data.rb

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# frozen_string_literal: true
22

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+
311
module Truffle
412
module DataOperations
513
def self.unknown_keywords_message(given, object)

tool/update_copyright.rb

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
src/main/c/io-console
9191
src/main/c/nkf
9292
src/main/c/openssl
93+
src/main/c/prism-gem
9394
src/main/c/psych
9495
src/main/c/rbconfig-sizeof
9596
src/main/c/ripper

0 commit comments

Comments
 (0)