Skip to content

Commit

Permalink
Merge pull request #33 from softwaresaved/30-bug-copying-licenses-not…
Browse files Browse the repository at this point in the history
…-recognised

#30 add COPYING to license file names
  • Loading branch information
karacolada authored May 23, 2024
2 parents a21f96e + 793a027 commit 1778e73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fuji_server/data/software_file.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"parse": "full",
"pattern": [
"(\\w*/)*LICEN(S|C)E(\\.\\w*)?",
"(\\w*/)*licen(s|c)e(\\.\\w*)?"
"(\\w*/)*licen(s|c)e(\\.\\w*)?",
"(\\w*/)*COPYING"
]
},
"maven_pom": {
Expand Down

0 comments on commit 1778e73

Please sign in to comment.