Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The project contains a lot of files without licenses, like this one: https://github.com/apache/drill/blob/f2654eed3b6d444280b5c0c2a507edc355c676e6/contrib/format-excel/src/main/resources/drill-module.conf.
Besides *.conf files, there are other file types that may and should contain license.
Except for adding licenses, some binary files should be excluded from the check to avoid warnings like this one:
[INFO] --- license-maven-plugin:3.0:check (default) @ drill-root --- [INFO] Checking licenses... [WARNING] Unknown file extension: /home/runner/work/drill/drill/contrib/format-esri/src/test/resources/shapefiles/CA-cities.shp [WARNING] Unknown file extension: /home/runner/work/drill/drill/contrib/format-esri/src/test/resources/shapefiles/CA-cities.prj [WARNING] Unknown file extension: /home/runner/work/drill/drill/contrib/format-esri/src/test/resources/shapefiles/CA-cities.dbf [WARNING] Unknown file extension: /home/runner/work/drill/drill/contrib/storage-hive/core/src/test/resources/complex_types/map/map_union_tbl.avro [WARNING] Unknown file extension: /home/runner/work/drill/drill/exec/java-exec/src/test/resources/avro/map_string_to_long.avro [WARNING] Unknown file extension: /home/runner/work/drill/drill/exec/java-exec/src/test/resources/regex/firewall.ssdlog [WARNING] Unable to find a comment style definition for some files. You may want to add a custom mapping for the relevant file extensions.
Attachments
Issue Links
- links to