Skip to content

Commit

Permalink
[incubator-kie-issues-1616] notice file for drools is not correct (ap…
Browse files Browse the repository at this point in the history
…ache#6153)

* [incubator-kie-issues-1616] notice file for drools is not correct

* fix .rat-excludes

* consolidate LICENSE files to single LICENSE file

* fixed missing license header

* fix CsvLineParser license

* exclude drools-docs related licenses, because they will not be included in source distoribution
  • Loading branch information
tkobayas committed Nov 21, 2024
1 parent 6f82712 commit 6cba6ff
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 34 deletions.
4 changes: 3 additions & 1 deletion .rat-excludes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
\.rat-excludes
\.gitignore
DISCLAIMER-WIP
LICENSE-.*\.txt
ui-bundle\.zip
\.git-blame-ignore-revs
dependency-reduced-pom\.xml
Expand Down Expand Up @@ -38,4 +39,5 @@ drl\.ftl
goal\.txt
adult\.txt
antora\.yml
.*\.iml
.*\.iml
CsvLineParser\.java
11 changes: 11 additions & 0 deletions LICENSE-Apache-2.0.txt → LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,14 @@
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.

------------------------------------------------------------------------------------
for drools-decisiontables/src/main/java/org/drools/decisiontable/parser/csv/CsvLineParser.java

Inner logic adapted from a C++ original that was Copyright (C) 1999
Lucent Technologies Excerpted from 'The Practice of Programming' by Brian
Kernighan and Rob Pike.

Included by permission of the http://tpop.awl.com/ web site, which says:
"You may use this code for any purpose, as long as you leave the
copyright notice and book citation attached."
16 changes: 1 addition & 15 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,5 @@ This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

The Initial Developer of some parts of the framework, which are copied from, derived from, or
inspired by KIE (Knowledge Is Everthing) group, is Red Hat, Inc (https://www.redhat.com/).
inspired by KIE (Knowledge Is Everything) group, is Red Hat, Inc (https://www.redhat.com/).
Copyright Red Hat, Inc. and/or its affiliates.. All Rights Reserved.

This product also includes the following third-party components:

* lunr 2.3.9
Downloaded from: https://lunrjs.com/
License: MIT

* search-ui
Downloaded from: https://gitlab.com/antora/antora-lunr-extension
License: Mozilla Public License 2.0

* antora ui-bundle
Downloaded from: https://github.com/stephengold/antora-ui-bundle
License: Mozilla Public License 2.0
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
/**
* 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
*
* 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.decisiontable.parser.csv;

import java.util.ArrayList;
Expand Down

0 comments on commit 6cba6ff

Please sign in to comment.