Skip to content

Commit

Permalink
Add license notice
Browse files Browse the repository at this point in the history
  • Loading branch information
mbikovitsky authored and tajmone committed Sep 23, 2021
1 parent 7862e51 commit cf25544
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions fts_fuzzy_match/0.2.0/kotlin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## Folder Contents

- `FuzzyMatch.kt` - Fuzzy Match v0.2.0 in Kotlin.
- `FuzzyMatchTest.kt` - Test script.
- [`FuzzyMatch.kt`](./FuzzyMatch.kt) - Fuzzy Match v0.2.0 in Kotlin.
- [`FuzzyMatchTest.kt`](./FuzzyMatchTest.kt) - Test script.

## Test File

Expand All @@ -14,5 +14,12 @@ To run the tests, open a shell and run:

Where [`kotlinc`][kotlinc] is the Kotlin compiler.

## License

This implementation is licensed under [Creative Commons Zero v1.0 Universal][cc].

[kotlinc]: https://kotlinlang.org/docs/command-line.html
"Kotlin command-line compiler | Kotlin"

[cc]: https://creativecommons.org/publicdomain/zero/1.0/
"Creative Commons — CC0 1.0 Universal"

0 comments on commit cf25544

Please sign in to comment.