You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2021/06/11 09:42:27 UTC

[incubator-hop] branch master updated: APL license header fix

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 721aa1a  APL license header fix
     new afc6e12  Merge pull request #864 from mattcasters/master
721aa1a is described below

commit 721aa1a0c164d338dbbc1f5085c7b4a707d624b4
Author: Matt Casters <ma...@gmail.com>
AuthorDate: Fri Jun 11 09:57:30 2021 +0200

    APL license header fix
---
 .../org/apache/hop/core/sql/SqlFieldsUnitTest.java | 23 +++++++++-------------
 1 file changed, 9 insertions(+), 14 deletions(-)

diff --git a/core/src/test/java/org/apache/hop/core/sql/SqlFieldsUnitTest.java b/core/src/test/java/org/apache/hop/core/sql/SqlFieldsUnitTest.java
index 70ec313..67e5521 100644
--- a/core/src/test/java/org/apache/hop/core/sql/SqlFieldsUnitTest.java
+++ b/core/src/test/java/org/apache/hop/core/sql/SqlFieldsUnitTest.java
@@ -1,24 +1,19 @@
-/*! ******************************************************************************
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
- * Pentaho Data Integration
- *
- * Copyright (C) 2002-2017 by Hitachi Vantara : http://www.pentaho.com
- *
- *******************************************************************************
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- *
- *    http://www.apache.org/licenses/LICENSE-2.0
+ *       http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
- ******************************************************************************/
+ */
 
 package org.apache.hop.core.sql;