skolson / KmpIO

Kotlin multi-platform simple File I/O library
Other
32 stars 2 forks source link

Needs license clarification #7

Closed gandrewstone closed 1 month ago

gandrewstone commented 3 months ago

There appears to be no license on the project yet (or maybe I just can't find one). Having a file in the project root called COPYING with your license is pretty standard, AFAICT.

gandrewstone commented 3 months ago

I see in build.gradle.kts its marked as apache-2.0: summary = "Kotlin Multiplatform API for basic File I/O" homepage = githubUrl license = "Apache 2.0"

I still think that it would be better to specify the license in a separate file though to make it easier to find.

skolson commented 3 months ago

Yup, I'll add a LICENSE.md in the next commit.

jbruchanov commented 1 month ago

@skolson it's gonna be 2 months in 2 days and there is still no license 😉

skolson commented 1 month ago

Lol when 0.1.6 was published to maven, I missed doing the push. Push is now done.