Skip to content

Commit f0a798e

Browse files
committed
Deduplicate license headers
1 parent 23f58bb commit f0a798e

File tree

5 files changed

+5
-40
lines changed

5 files changed

+5
-40
lines changed

src/main/java/org/truffleruby/core/cast/ArrayCastNode.java

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,8 @@
2525
import com.oracle.truffle.api.frame.VirtualFrame;
2626
import com.oracle.truffle.api.profiles.BranchProfile;
2727

28-
29-
/*
30-
* TODO(CS): could probably unify this with SplatCastNode with some final configuration getContext().getOptions().
31-
*/
32-
33-
/** See also org.truffleruby.core.array.ArrayConvertNode */
28+
// TODO(CS): could probably unify this with SplatCastNode with some final configuration getContext().getOptions().
29+
/** See also {@link org.truffleruby.core.array.ArrayConvertNode} */
3430
@NodeChild(value = "child", type = RubyNode.class)
3531
public abstract class ArrayCastNode extends RubyContextSourceNode {
3632

src/main/java/org/truffleruby/core/regexp/RegexpNodes.java

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
/*
2-
* Copyright (c) 2016, 2020 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 2.0, or
7-
* GNU General Public License version 2, or
8-
* GNU Lesser General Public License version 2.1.
9-
*/
10-
/*
11-
* Copyright (c) 2013, 2015, 2016 Oracle and/or its affiliates. All rights reserved. This
2+
* Copyright (c) 2013, 2020 Oracle and/or its affiliates. All rights reserved. This
123
* code is released under a tri EPL/GPL/LGPL license. You can use it,
134
* redistribute it and/or modify it under the terms of the:
145
*

src/main/java/org/truffleruby/core/regexp/RegexpOptions.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
* GNU General Public License version 2, or
88
* GNU Lesser General Public License version 2.1.
99
*/
10-
/*
11-
* To change this template, choose Tools | Templates
12-
* and open the template in the editor.
13-
*/
1410
package org.truffleruby.core.regexp;
1511

1612
import org.jcodings.Encoding;

src/main/java/org/truffleruby/core/string/StringOperations.java

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
/*
2-
* Copyright (c) 2016, 2020 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 2.0, or
7-
* GNU General Public License version 2, or
8-
* GNU Lesser General Public License version 2.1.
9-
*/
10-
/*
11-
* Copyright (c) 2013, 2015, 2016 Oracle and/or its affiliates. All rights reserved. This
2+
* Copyright (c) 2013, 2020 Oracle and/or its affiliates. All rights reserved. This
123
* code is released under a tri EPL/GPL/LGPL license. You can use it,
134
* redistribute it and/or modify it under the terms of the:
145
*

src/main/java/org/truffleruby/language/literal/StringLiteralNode.java

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
/*
2-
* Copyright (c) 2016, 2020 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 2.0, or
7-
* GNU General Public License version 2, or
8-
* GNU Lesser General Public License version 2.1.
9-
*/
10-
/*
11-
* Copyright (c) 2013, 2015, 2016 Oracle and/or its affiliates. All rights reserved. This
2+
* Copyright (c) 2013, 2020 Oracle and/or its affiliates. All rights reserved. This
123
* code is released under a tri EPL/GPL/LGPL license. You can use it,
134
* redistribute it and/or modify it under the terms of the:
145
*

0 commit comments

Comments
 (0)