From 0821c7d297574beb9827fe8389cac66f6dd6c808 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Fri, 12 Jan 2024 13:18:22 +0100 Subject: [PATCH] Add missing copyrights --- lib/cext/include/truffleruby/truffleruby-abi-version.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/cext/include/truffleruby/truffleruby-abi-version.h b/lib/cext/include/truffleruby/truffleruby-abi-version.h index bb0a14c6666..01c57fe2344 100644 --- a/lib/cext/include/truffleruby/truffleruby-abi-version.h +++ b/lib/cext/include/truffleruby/truffleruby-abi-version.h @@ -1,3 +1,13 @@ +/* + * Copyright (c) 2024 Oracle and/or its affiliates. All rights reserved. This + * code is released under a tri EPL/GPL/LGPL license. You can use it, + * redistribute it and/or modify it under the terms of the: + * + * Eclipse Public License version 2.0, or + * GNU General Public License version 2, or + * GNU Lesser General Public License version 2.1. + */ + #ifndef TRUFFLERUBY_ABI_VERSION_H #define TRUFFLERUBY_ABI_VERSION_H