Permissive copyright #10
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey Mark,
I know, through your prior Youtube comments that you intend others to be able to use your IBDesignable classes; however, you don't have a license in your repo.
Fun fact: According to a representative of the Open Source Initiative (OSI) if you don't have a license on your software, it defaults to the least permissive license, All Rights Reserved. This arguably means that, legally, no one can use, modify, share, reproduce, or even LOOK AT / READ your code/software.
This PR removes the default XCode headers from your .swift files and adds a LICENSE file to the root of the repo. Please read over the changes, particularly the license, to make sure the align with your interests.
I've picked the MIT License as it's one of the most permissive licenses available. If you wish to read more or pick a different license you can get a good overview at https://choosealicense.com/ or https://tldrlegal.com/ .
I'm happy to answer any questions and thank you for your ample contributions to this community.
-- Ben Espey