-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* added working directory * removed accidentally added invoker.properties files * adoped changes from master * updated from master * refactored DocumentName * Update changes.xml Added changelog entry --------- Co-authored-by: P. Ottlinger <[email protected]>
- Loading branch information
Showing
44 changed files
with
161 additions
and
228 deletions.
There are no files selected for viewing
2 changes: 0 additions & 2 deletions
2
...t/resources/ReportTest/RAT_335/ignore.txt → ...ources/ReportTest/RAT_335/commandLine.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
--output-style | ||
xml | ||
--input-exclude | ||
**/.gitignore | ||
--input-exclude-parsed-scm | ||
GIT | ||
-- |
7 changes: 7 additions & 0 deletions
7
apache-rat-core/src/it/resources/ReportTest/RAT_335/src/.gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
*.md | ||
|
||
# This makes it ignore dir3/dir3.log and dir3/file3.log | ||
*.log | ||
|
||
# This makes it "unignore" dir3/file3.log | ||
!file*.log |
3 changes: 3 additions & 0 deletions
3
apache-rat-core/src/it/resources/ReportTest/RAT_335/src/dir1/.gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*.txt | ||
!dir1.md | ||
file1.log |
1 change: 1 addition & 0 deletions
1
apache-rat-core/src/it/resources/ReportTest/RAT_335/src/dir1/dir1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
File without a valid license |
1 change: 1 addition & 0 deletions
1
apache-rat-core/src/it/resources/ReportTest/RAT_335/src/dir1/file1.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
File without a valid license |
1 change: 1 addition & 0 deletions
1
apache-rat-core/src/it/resources/ReportTest/RAT_335/src/dir2/dir2.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
File without a valid license |
1 change: 1 addition & 0 deletions
1
apache-rat-core/src/it/resources/ReportTest/RAT_335/src/dir3/dir3.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
File without a valid license |
16 changes: 0 additions & 16 deletions
16
apache-rat-core/src/it/resources/ReportTest/RAT_335/src/invoker.properties
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
apache-rat-core/src/it/resources/ReportTest/RAT_335/src/root.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
File without a valid license |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/target/ | ||
/invoker_target/ | ||
/src/site/apt/argument_types.txt | ||
/invoker_target/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
apache-rat-plugin/src/it/CustomLicense/.rat/customConfig.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<rat-config> | ||
<families> | ||
<family id="CC" name="Creative Commons"/>" | ||
</families> | ||
<licenses> | ||
<license family="CC" id="CC-BY-NC-ND" | ||
name="Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International"> | ||
<any> | ||
<text>Attribution-NonCommercial-NoDerivatives</text> | ||
</any> | ||
</license> | ||
</licenses> | ||
<approved> | ||
<family license_ref='CC'/> | ||
</approved> | ||
</rat-config> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This file intentionally has no Apache License Header. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This file intentionally has no Apache License Header. |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This file intentionally has no Apache License Header. |
1 change: 1 addition & 0 deletions
1
apache-rat-plugin/src/test/resources/unit/RAT-107/submodule/.classpath
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This file intentionally has no Apache License Header. |
1 change: 1 addition & 0 deletions
1
apache-rat-plugin/src/test/resources/unit/RAT-107/submodule/.project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This file intentionally has no Apache License Header. |
Empty file.
1 change: 1 addition & 0 deletions
1
apache-rat-plugin/src/test/resources/unit/RAT-107/submodule/dummy.iml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This file intentionally has no Apache License Header. |
1 change: 1 addition & 0 deletions
1
apache-rat-plugin/src/test/resources/unit/RAT-107/submodule/dummy.ipr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This file intentionally has no Apache License Header. |
1 change: 1 addition & 0 deletions
1
apache-rat-plugin/src/test/resources/unit/RAT-107/submodule/dummy.iws
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This file intentionally has no Apache License Header. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
*.md | ||
|
||
# This makes it ignore dir3/dir3.log and dir3/file3.log | ||
*.log | ||
|
||
# This makes it "unignore" dir3/file3.log | ||
!file*.log |
3 changes: 3 additions & 0 deletions
3
apache-rat-plugin/src/test/resources/unit/RAT-335/dir1/.gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*.txt | ||
!dir1.md | ||
file1.log |
1 change: 1 addition & 0 deletions
1
apache-rat-plugin/src/test/resources/unit/RAT-335/dir1/dir1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
File without a valid license |
1 change: 1 addition & 0 deletions
1
apache-rat-plugin/src/test/resources/unit/RAT-335/dir1/file1.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
File without a valid license |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
File without a valid license |
1 change: 1 addition & 0 deletions
1
apache-rat-plugin/src/test/resources/unit/RAT-335/dir3/dir3.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
File without a valid license |
16 changes: 0 additions & 16 deletions
16
apache-rat-plugin/src/test/resources/unit/RAT-335/invoker.properties
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
File without a valid license |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/foo.md | ||
target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
File without a valid license |
16 changes: 0 additions & 16 deletions
16
apache-rat-plugin/src/test/resources/unit/RAT-362/invoker.properties
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
23 changes: 23 additions & 0 deletions
23
apache-rat-plugin/src/test/resources/unit/it5/.rat/customConfig.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<rat-config> | ||
<families> | ||
<family id="CC" name="Creative Commons"/>" | ||
<family id="YAL" name="Yet another license family"/>" | ||
</families> | ||
<licenses> | ||
<license family="CC" id="CC-BY-NC-ND" | ||
name="Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International"> | ||
<text>Attribution-NonCommercial-NoDerivatives</text> | ||
</license> | ||
<license family="YAL" | ||
name="Yet another license"> | ||
<any> | ||
<text>Yet another license</text> | ||
<spdx name="YAL"/> | ||
</any> | ||
</license> | ||
</licenses> | ||
<approved> | ||
<family license_ref='CC'/> | ||
</approved> | ||
</rat-config> |
Oops, something went wrong.