Skip to content

Commit a842ad1

Browse files
committed
Add missing copyright header
1 parent 62bb601 commit a842ad1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/main/java/org/truffleruby/core/ReferenceProcessingService.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
* Copyright (c) 2018 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 1.0, or
7+
* GNU General Public License version 2, or
8+
* GNU Lesser General Public License version 2.1.
9+
*/
110
package org.truffleruby.core;
211

312
import java.lang.ref.ReferenceQueue;

0 commit comments

Comments
 (0)