mdirolf / pyporter2

A python implementation of the porter2 stemmer: http://snowball.tartarus.org/algorithms/english/stemmer.html

Home Page:http://dirolf.com/project/pyporter2.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License

langston-barrett opened this issue · comments

I can't seem to find the license for this code. From http://choosealicense.com/no-license [1]:

You’ll have to check with your own legal counsel regarding your particular project, but generally speaking, the absence of a license means that default copyright laws apply. This means that you retain all rights to your source code and that nobody else may reproduce, distribute, or create derivative works from your work.

Did you intend for this code to be open source? If so, can you upload a license, or point me to it?

Thanks!

[1]: See also: the Berne Convention, the international law: http://zvon.org/law/r/bern.html#intro

@mdirolf Thanks for the pointer! Generally, people include a LICENSE file in the root of the repo, which might help other people looking for it!