Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can it be an open source project? #2

Closed
evandrocoan opened this issue Jul 24, 2017 · 2 comments
Closed

Can it be an open source project? #2

evandrocoan opened this issue Jul 24, 2017 · 2 comments

Comments

@evandrocoan
Copy link

Searching through the repository I cannot find any mention to open source licence. By this project being on Github, I am allowed to fork it by the Github TOS (Terms Of Service). However I am not allowed to create derivative works from it (pull requests). Meaning I cannot fork this repository, change its code and perform pull requests without the danger/liability of being prosecuted by violating the All rights reserved copyright granted by berne convention law.


Related issues:

  1. Can it be an open source project? SublimeText/LaTeXTools#1175 Can it be an open source project?
@gamcoh
Copy link
Owner

gamcoh commented Jul 24, 2017

Of course! But how can i create an open source license?

@evandrocoan
Copy link
Author

evandrocoan commented Jul 24, 2017

As you are the only contributor to the project, you can choose any license you would like. I found the site:

  1. https://choosealicense.com/licenses/

Which explains how to apply the Open Source License:

How to apply this license

Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.

On that page, also on the apache own site you can find copy of the license:

  1. http://www.apache.org/licenses/LICENSE-2.0.txt

You can download that file and commit it to your project. They recommend you to put a header on each of your source files, but it is too tedious keep editing and copying it.

But GitHub has a built-in system to add licenses to your project. You can just follow their tutorial on:

  1. https://help.github.com/articles/adding-a-license-to-a-repository/

  2. image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants