Skip to content

Commit

Permalink
Fix typo in LICENSE.md text
Browse files Browse the repository at this point in the history
The original BUSL-1.1 license has "fourth anniversary". The typo in the text says "forth", which is not sensible.

Also a newline was munched when the text was formatted for 72 character line width. This patch restores it.

Signed-off-by: Tim Siegel <[email protected]>
  • Loading branch information
softmoth authored Jul 7, 2024
1 parent ac328e1 commit 7ee6a4d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ derivative works, redistribute, and make non-production use of the
Licensed Work. The Licensor may make an Additional Use Grant, above,
permitting limited production use.

Effective on the Change Date, or the forth anniversary of the first
Effective on the Change Date, or the fourth anniversary of the first
publicly available distribution of a specific version of the Licensed
Work under this License, whichever comes first, the Licensor hereby
grants you rights under the terms of the Change License, and the rights
Expand Down Expand Up @@ -50,9 +50,10 @@ and all other versions of the Licensed Work.

This License does not grant you any right in any trademark or logo of
Licensor or its affiliates (provided that you may use a trademark or
logo of Licensor as expressly required by this License).TO THE EXTENT
PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON AN “AS IS”
BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS, EXPRESS
OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
TITLE.
logo of Licensor as expressly required by this License).

TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED
ON AN “AS IS” BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND
CONDITIONS, EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION)
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE,
NON-INFRINGEMENT, AND TITLE.

0 comments on commit 7ee6a4d

Please sign in to comment.