server icon indicating copy to clipboard operation
server copied to clipboard

Missing license

Open precondition opened this issue 2 years ago • 2 comments

The repository is missing an open-source license on the code. One could argue that I technically infringed on your copyrights by forking the repo, modifying the code and redistributing those modifications online.

INTELLECTUAL PROPERTY RIGHTS Unless otherwise indicated, the Site is our proprietary property and all source code, databases, functionality, software, website designs, audio, video, text, photographs, and graphics on the Site (collectively, the “Content”) and the trademarks, service marks, and logos contained therein (the “Marks”) are owned or controlled by us or licensed to us, and are protected by copyright and trademark laws and various other intellectual property rights and unfair competition laws of the United States, international copyright laws, and international conventions.

precondition avatar Oct 10 '23 05:10 precondition

Thank you for bringing it to my attention. Currently, I'm leaning more toward a GPL license, but it will take me some time. There are a lot of licenses out there, so I'm in over my head at the moment. However, I'm open to suggestions. I'm mostly looking for a license that is free to fork, modify, and redistribute but requires contributions back to the original project. That's why I'm leaning toward the GPL license. It would also be nice to restrict commercial use so that LC can continue to generate income to sustain its operating costs.

The entire term of service was generated using an online generator. So, I'll need to figure out how to reword that to be consistent with whatever license I end up deciding to go with.

danielzeljko avatar Oct 10 '23 07:10 danielzeljko

Because a lot of the code runs on the server, AGPL could also be a good license if you want to ensure someone doesn't just distribute a version of this with their own custom frontend, and thus keep their alternative closed source.

amosjyng avatar Nov 02 '23 00:11 amosjyng