Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.7
-
None
-
None
-
Shouldn't matter, but I tested on Mac OSX with java -version
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04-307-10M3261)
Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03-307, mixed mode)
Description
In org.apache.rat.Report, the --addLicense flag doesn't work. I notice "license" is spelled as "licence" below:
Option addLicence = new Option(
"a",
"addLicence",
false,
"Add the default licence header to any file with an unknown licence that is not in the exclusion list. By default new files will be created with the licence header, to force the modification of existing files use the --force option.");