We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b696c67 commit b79e7f2Copy full SHA for b79e7f2
truffle/src/main/java/org/jruby/truffle/nodes/rubinius/RandomPrimitiveNodes.java
@@ -1,3 +1,12 @@
1
+/*
2
+ * Copyright (c) 2013, 2015 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
7
+ * GNU General Public License version 2
8
+ * GNU Lesser General Public License version 2.1
9
+ */
10
package org.jruby.truffle.nodes.rubinius;
11
12
import com.oracle.truffle.api.CompilerDirectives;
0 commit comments