Skip to content

Commit e06c0d2

Browse files
committed
SPARK-5984: Add License header to file
1 parent 4d95f75 commit e06c0d2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

core/src/test/java/org/apache/spark/util/collection/TestTimSort.java

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
import java.util.*;
44

5+
/*
6+
* Licensed to the Apache Software Foundation (ASF) under one or more
7+
* contributor license agreements. See the NOTICE file distributed with
8+
* this work for additional information regarding copyright ownership.
9+
* The ASF licenses this file to You under the Apache License, Version 2.0
10+
* (the "License"); you may not use this file except in compliance with
11+
* the License. You may obtain a copy of the License at
12+
*
13+
* http://www.apache.org/licenses/LICENSE-2.0
14+
*
15+
* Unless required by applicable law or agreed to in writing, software
16+
* distributed under the License is distributed on an "AS IS" BASIS,
17+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
* See the License for the specific language governing permissions and
19+
* limitations under the License.
20+
*/
21+
522
/**
623
* This codes generates a int array which fails the standard TimSort.
724
*

0 commit comments

Comments
 (0)