This is an automated email from the ASF dual-hosted git repository.
mariofusco pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
The following commit(s) were added to refs/heads/main by this push:
new 505f8828b9 Remove leftover license headers (#5658)
505f8828b9 is described below
commit 505f8828b9b6c518fe86a6cddffd874aff18a530
Author: Jiří Locker <[email protected]>
AuthorDate: Mon Jan 22 16:21:34 2024 +0100
Remove leftover license headers (#5658)
---
.../main/java/org/drools/compiler/lang/DescrDumper.java | 15 +--------------
.../java/org/drools/drl/parser/lang/DRL5Parser.java | 13 -------------
.../java/org/drools/drl/parser/lang/DRL6Parser.java | 13 -------------
.../org/drools/drl/parser/lang/DRL6StrictParser.java | 13 -------------
.../org/drools/drl/parser/lang/DroolsEditorType.java | 13 -------------
.../java/org/drools/drl/parser/lang/DroolsTree.java | 13 -------------
.../java/org/drools/drl/parser/lang/ParserHelper.java | 17 ++---------------
.../src/main/java/org/drools/mvel/DrlDumper.java | 13 -------------
8 files changed, 3 insertions(+), 107 deletions(-)
diff --git
a/drools-compiler/src/main/java/org/drools/compiler/lang/DescrDumper.java
b/drools-compiler/src/main/java/org/drools/compiler/lang/DescrDumper.java
index 812215bc02..b3f40adbb8 100644
--- a/drools-compiler/src/main/java/org/drools/compiler/lang/DescrDumper.java
+++ b/drools-compiler/src/main/java/org/drools/compiler/lang/DescrDumper.java
@@ -16,19 +16,6 @@
* specific language governing permissions and limitations
* under the License.
*/
-/*
- * 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
- *
- * 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.drools.compiler.lang;
import java.util.ArrayList;
@@ -579,4 +566,4 @@ public class DescrDumper extends ReflectiveVisitor
implements ExpressionRewriter
private DumperContext createContext() {
return new DumperContext();
}
-}
\ No newline at end of file
+}
diff --git
a/drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/lang/DRL5Parser.java
b/drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/lang/DRL5Parser.java
index e722ad2787..3645da2e7c 100644
---
a/drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/lang/DRL5Parser.java
+++
b/drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/lang/DRL5Parser.java
@@ -16,19 +16,6 @@
* specific language governing permissions and limitations
* under the License.
*/
-/*
- * 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
- *
- * 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.drools.drl.parser.lang;
import org.antlr.runtime.CommonToken;
diff --git
a/drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/lang/DRL6Parser.java
b/drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/lang/DRL6Parser.java
index 5998110e52..ebfec99223 100644
---
a/drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/lang/DRL6Parser.java
+++
b/drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/lang/DRL6Parser.java
@@ -16,19 +16,6 @@
* specific language governing permissions and limitations
* under the License.
*/
-/*
- * 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
- *
- * 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.drools.drl.parser.lang;
import java.util.ArrayList;
diff --git
a/drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/lang/DRL6StrictParser.java
b/drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/lang/DRL6StrictParser.java
index be9a34f036..a99b3f0adc 100644
---
a/drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/lang/DRL6StrictParser.java
+++
b/drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/lang/DRL6StrictParser.java
@@ -16,19 +16,6 @@
* specific language governing permissions and limitations
* under the License.
*/
-/*
- * 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
- *
- * 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.drools.drl.parser.lang;
import org.antlr.runtime.CommonToken;
diff --git
a/drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/lang/DroolsEditorType.java
b/drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/lang/DroolsEditorType.java
index 17ffcbb13f..65a37e6d11 100644
---
a/drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/lang/DroolsEditorType.java
+++
b/drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/lang/DroolsEditorType.java
@@ -16,19 +16,6 @@
* specific language governing permissions and limitations
* under the License.
*/
-/*
- * 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
- *
- * 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.drools.drl.parser.lang;
/**
diff --git
a/drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/lang/DroolsTree.java
b/drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/lang/DroolsTree.java
index 610df67f06..eee438ac48 100644
---
a/drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/lang/DroolsTree.java
+++
b/drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/lang/DroolsTree.java
@@ -16,19 +16,6 @@
* specific language governing permissions and limitations
* under the License.
*/
-/*
- * 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
- *
- * 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.drools.drl.parser.lang;
import org.antlr.runtime.Token;
diff --git
a/drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/lang/ParserHelper.java
b/drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/lang/ParserHelper.java
index f47eeb44ef..28ac2c7a32 100644
---
a/drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/lang/ParserHelper.java
+++
b/drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/lang/ParserHelper.java
@@ -16,19 +16,6 @@
* specific language governing permissions and limitations
* under the License.
*/
-/*
- * 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
- *
- * 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.drools.drl.parser.lang;
import java.util.ArrayDeque;
@@ -389,7 +376,7 @@ public class ParserHelper {
/**
* Method that adds a paraphrase type into paraphrases stack.
- *
+ *
* @param type
* paraphrase type
*/
@@ -406,7 +393,7 @@ public class ParserHelper {
/**
* Method that sets paraphrase value for a type into paraphrases stack.
- *
+ *
* @param type
* paraphrase type
* @param value
diff --git a/drools-mvel/src/main/java/org/drools/mvel/DrlDumper.java
b/drools-mvel/src/main/java/org/drools/mvel/DrlDumper.java
index 5e97e91004..8d53974800 100644
--- a/drools-mvel/src/main/java/org/drools/mvel/DrlDumper.java
+++ b/drools-mvel/src/main/java/org/drools/mvel/DrlDumper.java
@@ -16,19 +16,6 @@
* specific language governing permissions and limitations
* under the License.
*/
-/*
- * 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
- *
- * 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.drools.mvel;
import java.util.HashMap;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]