Skip to content

Commit 22c6399

Browse files
committed
Fix irregular files by hand
1 parent 2b0ca91 commit 22c6399

8 files changed

Lines changed: 82 additions & 94 deletions

File tree

hplsql/src/main/java/org/apache/hive/hplsql/functions/BuiltinFunctions.java

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
/*
2+
* Licensed to the Apache Software Foundation (ASF) under one
3+
* or more contributor license agreements. See the NOTICE file
4+
* distributed with this work for additional information
5+
* regarding copyright ownership. The ASF licenses this file
6+
* to you under the Apache License, Version 2.0 (the
7+
* "License"); you may not use this file except in compliance
8+
* with the License. You may obtain a copy of the License at
29
*
3-
* * Licensed to the Apache Software Foundation (ASF) under one
4-
* * or more contributor license agreements. See the NOTICE file
5-
* * distributed with this work for additional information
6-
* * regarding copyright ownership. The ASF licenses this file
7-
* * to you under the Apache License, Version 2.0 (the
8-
* * "License"); you may not use this file except in compliance
9-
* * with the License. You may obtain a copy of the License at
10-
* *
11-
* * http://www.apache.org/licenses/LICENSE-2.0
12-
* *
13-
* * Unless required by applicable law or agreed to in writing, software
14-
* * distributed under the License is distributed on an "AS IS" BASIS,
15-
* * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* * See the License for the specific language governing permissions and
17-
* * limitations under the License.
10+
* http://www.apache.org/licenses/LICENSE-2.0
1811
*
12+
* Unless required by applicable law or agreed to in writing, software
13+
* distributed under the License is distributed on an "AS IS" BASIS,
14+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
* See the License for the specific language governing permissions and
16+
* limitations under the License.
1917
*/
2018

2119
package org.apache.hive.hplsql.functions;

ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezConfigurationFactory.java

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
/*
2+
* Licensed to the Apache Software Foundation (ASF) under one
3+
* or more contributor license agreements. See the NOTICE file
4+
* distributed with this work for additional information
5+
* regarding copyright ownership. The ASF licenses this file
6+
* to you under the Apache License, Version 2.0 (the
7+
* "License"); you may not use this file except in compliance
8+
* with the License. You may obtain a copy of the License at
29
*
3-
* * Licensed to the Apache Software Foundation (ASF) under one
4-
* * or more contributor license agreements. See the NOTICE file
5-
* * distributed with this work for additional information
6-
* * regarding copyright ownership. The ASF licenses this file
7-
* * to you under the Apache License, Version 2.0 (the
8-
* * "License"); you may not use this file except in compliance
9-
* * with the License. You may obtain a copy of the License at
10-
* *
11-
* * http://www.apache.org/licenses/LICENSE-2.0
12-
* *
13-
* * Unless required by applicable law or agreed to in writing, software
14-
* * distributed under the License is distributed on an "AS IS" BASIS,
15-
* * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* * See the License for the specific language governing permissions and
17-
* * limitations under the License.
10+
* http://www.apache.org/licenses/LICENSE-2.0
1811
*
12+
* Unless required by applicable law or agreed to in writing, software
13+
* distributed under the License is distributed on an "AS IS" BASIS,
14+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
* See the License for the specific language governing permissions and
16+
* limitations under the License.
1917
*/
2018
package org.apache.hadoop.hive.ql.exec.tez;
2119

ql/src/java/org/apache/hadoop/hive/ql/hooks/HiveHookEventProtoPartialBuilder.java

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
/*
2+
* Licensed to the Apache Software Foundation (ASF) under one
3+
* or more contributor license agreements. See the NOTICE file
4+
* distributed with this work for additional information
5+
* regarding copyright ownership. The ASF licenses this file
6+
* to you under the Apache License, Version 2.0 (the
7+
* "License"); you may not use this file except in compliance
8+
* with the License. You may obtain a copy of the License at
29
*
3-
* * Licensed to the Apache Software Foundation (ASF) under one
4-
* * or more contributor license agreements. See the NOTICE file
5-
* * distributed with this work for additional information
6-
* * regarding copyright ownership. The ASF licenses this file
7-
* * to you under the Apache License, Version 2.0 (the
8-
* * "License"); you may not use this file except in compliance
9-
* * with the License. You may obtain a copy of the License at
10-
* *
11-
* * http://www.apache.org/licenses/LICENSE-2.0
12-
* *
13-
* * Unless required by applicable law or agreed to in writing, software
14-
* * distributed under the License is distributed on an "AS IS" BASIS,
15-
* * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* * See the License for the specific language governing permissions and
17-
* * limitations under the License.
10+
* http://www.apache.org/licenses/LICENSE-2.0
1811
*
12+
* Unless required by applicable law or agreed to in writing, software
13+
* distributed under the License is distributed on an "AS IS" BASIS,
14+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
* See the License for the specific language governing permissions and
16+
* limitations under the License.
1917
*/
2018

2119
package org.apache.hadoop.hive.ql.hooks;

ql/src/java/org/apache/hadoop/hive/ql/optimizer/OrderlessLimitPushDownOptimizer.java

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
/*
2+
* Licensed to the Apache Software Foundation (ASF) under one
3+
* or more contributor license agreements. See the NOTICE file
4+
* distributed with this work for additional information
5+
* regarding copyright ownership. The ASF licenses this file
6+
* to you under the Apache License, Version 2.0 (the
7+
* "License"); you may not use this file except in compliance
8+
* with the License. You may obtain a copy of the License at
29
*
3-
* * Licensed to the Apache Software Foundation (ASF) under one
4-
* * or more contributor license agreements. See the NOTICE file
5-
* * distributed with this work for additional information
6-
* * regarding copyright ownership. The ASF licenses this file
7-
* * to you under the Apache License, Version 2.0 (the
8-
* * "License"); you may not use this file except in compliance
9-
* * with the License. You may obtain a copy of the License at
10-
* *
11-
* * http://www.apache.org/licenses/LICENSE-2.0
12-
* *
13-
* * Unless required by applicable law or agreed to in writing, software
14-
* * distributed under the License is distributed on an "AS IS" BASIS,
15-
* * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* * See the License for the specific language governing permissions and
17-
* * limitations under the License.
10+
* http://www.apache.org/licenses/LICENSE-2.0
1811
*
12+
* Unless required by applicable law or agreed to in writing, software
13+
* distributed under the License is distributed on an "AS IS" BASIS,
14+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
* See the License for the specific language governing permissions and
16+
* limitations under the License.
1917
*/
2018

2119
package org.apache.hadoop.hive.ql.optimizer;

ql/src/test/org/apache/hadoop/hive/ql/hooks/TestHiveHookEventProtoPartialBuilder.java

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
/*
2+
* Licensed to the Apache Software Foundation (ASF) under one
3+
* or more contributor license agreements. See the NOTICE file
4+
* distributed with this work for additional information
5+
* regarding copyright ownership. The ASF licenses this file
6+
* to you under the Apache License, Version 2.0 (the
7+
* "License"); you may not use this file except in compliance
8+
* with the License. You may obtain a copy of the License at
29
*
3-
* * Licensed to the Apache Software Foundation (ASF) under one
4-
* * or more contributor license agreements. See the NOTICE file
5-
* * distributed with this work for additional information
6-
* * regarding copyright ownership. The ASF licenses this file
7-
* * to you under the Apache License, Version 2.0 (the
8-
* * "License"); you may not use this file except in compliance
9-
* * with the License. You may obtain a copy of the License at
10-
* *
11-
* * http://www.apache.org/licenses/LICENSE-2.0
12-
* *
13-
* * Unless required by applicable law or agreed to in writing, software
14-
* * distributed under the License is distributed on an "AS IS" BASIS,
15-
* * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* * See the License for the specific language governing permissions and
17-
* * limitations under the License.
10+
* http://www.apache.org/licenses/LICENSE-2.0
1811
*
12+
* Unless required by applicable law or agreed to in writing, software
13+
* distributed under the License is distributed on an "AS IS" BASIS,
14+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
* See the License for the specific language governing permissions and
16+
* limitations under the License.
1917
*/
2018

2119
package org.apache.hadoop.hive.ql.hooks;

service/src/java/org/apache/hive/http/JdbcJarDownloadServlet.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
* to you under the Apache License, Version 2.0 (the
77
* "License"); you may not use this file except in compliance
88
* with the License. You may obtain a copy of the License at
9-
*
9+
*
1010
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
11+
*
1212
* Unless required by applicable law or agreed to in writing,
1313
* software distributed under the License is distributed on an
1414
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

service/src/test/org/apache/hive/http/TestJdbcJarDownloadServlet.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
* to you under the Apache License, Version 2.0 (the
77
* "License"); you may not use this file except in compliance
88
* with the License. You may obtain a copy of the License at
9-
*
9+
*
1010
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
11+
*
1212
* Unless required by applicable law or agreed to in writing,
1313
* software distributed under the License is distributed on an
1414
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/model/MStoredProc.java

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
/*
2+
* Licensed to the Apache Software Foundation (ASF) under one
3+
* or more contributor license agreements. See the NOTICE file
4+
* distributed with this work for additional information
5+
* regarding copyright ownership. The ASF licenses this file
6+
* to you under the Apache License, Version 2.0 (the
7+
* "License"); you may not use this file except in compliance
8+
* with the License. You may obtain a copy of the License at
29
*
3-
* * Licensed to the Apache Software Foundation (ASF) under one
4-
* * or more contributor license agreements. See the NOTICE file
5-
* * distributed with this work for additional information
6-
* * regarding copyright ownership. The ASF licenses this file
7-
* * to you under the Apache License, Version 2.0 (the
8-
* * "License"); you may not use this file except in compliance
9-
* * with the License. You may obtain a copy of the License at
10-
* *
11-
* * http://www.apache.org/licenses/LICENSE-2.0
12-
* *
13-
* * Unless required by applicable law or agreed to in writing, software
14-
* * distributed under the License is distributed on an "AS IS" BASIS,
15-
* * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* * See the License for the specific language governing permissions and
17-
* * limitations under the License.
10+
* http://www.apache.org/licenses/LICENSE-2.0
1811
*
12+
* Unless required by applicable law or agreed to in writing, software
13+
* distributed under the License is distributed on an "AS IS" BASIS,
14+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
* See the License for the specific language governing permissions and
16+
* limitations under the License.
1917
*/
2018

2119
package org.apache.hadoop.hive.metastore.model;

0 commit comments

Comments
 (0)