Skip to content

Commit 46070f1

Browse files
committed
OSL-2.0: Fix "Licensev." -> "License v."
The typo came in with the license in 0162ea9 (Automated, 2016-03-30, #180). Also add an optional "The " to match the archived original: $ curl -s https://web.archive.org/web/20041020171434/http://www.rosenlaw.com/osl2.0.html | grep 'Open Software License' | head -n2 <!-- End Wayback Rewrite JS Include --><h1>The Open Software License<br/> v. 2.0</h1> <p>This Open Software License (the "License") ...
1 parent 23ecf89 commit 46070f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/OSL-2.0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<standardLicenseHeader>Licensed under the Open Software License version 2.0</standardLicenseHeader>
88
<text>
99
<titleText>
10-
<p>Open Software Licensev. 2.0</p>
10+
<p><optional>The </optional>Open Software License v. 2.0</p>
1111
</titleText>
1212

1313
<p>This Open Software License (the "License") applies to any original work of authorship (the

test/simpleTestForGenerator/OSL-2.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Open Software Licensev. 2.0
1+
Open Software License v. 2.0
22

33
This Open Software License (the "License") applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following notice immediately following the copyright notice for the Original Work:
44

0 commit comments

Comments
 (0)