You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The official Apache 1.1 license text on the website has line breaks in different words.
This PR allows for line breaks on the matching regex for the alt text.
Reference spdx/Spdx-Java-Library#230
Copy file name to clipboardexpand all lines: src/Apache-1.1.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@
45
45
</item>
46
46
<item>
47
47
<bullet>5.</bullet>
48
-
<altmatch="(Productsderivedfromthissoftwaremaynot be called\s.+nor may\s.+appear in theirname,withoutpriorwrittenpermissionof\s.+.|Productsmaynotinclude\s.+intheirname,withoutpriorwrittenpermission of\s.+.)"name="Clause5">Products derived from this software may not be called "Apache"
48
+
<altmatch="(Products\s+derived\s+from\s+this\s+software\s+may\s+not\s+be\s+called\s+.+nor may\s+.+appear\s+in\s+their\s+name,\s+without\s+prior\s+written\s+permission\s+of\s+.+.|Products\s+may\s+not\s+include\s+.+in\s+their\s+name,\s+without\s+prior\s+written\s+permission\s+of.+)"name="Clause5">Products derived from this software may not be called "Apache"
49
49
nor may "Apache" [ex. the names] appear in their name,
50
50
without prior written permission of the Apache Software Foundation.</alt>
0 commit comments