Skip to content

Commit

Permalink
Now code is under the GNU General Public License
Browse files Browse the repository at this point in the history
I have now changed the licence to GNU General Public License.
  • Loading branch information
AceLewis committed Jul 22, 2015
1 parent f4ea06b commit 297389b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
20 changes: 20 additions & 0 deletions LICENCE
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
spintax, a Python module for parsing spintax, unlike any other modules this also allows the user to escape the special characters used in its syntax.
Copyright (C) 2015 Alexander Lewis
http://www.AceLewis.com
https://github.com/AceLewis
https://github.com/AceLewis/spintax

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

Contact:
Twitter: @_AceLewis
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,7 @@ To parse the example string of "{Hey|Hello|Hi} this is {spin syntax|spintax}{.|!
# Regex help

I would like to say that http://regex101.com helped me a lot with the creation of the Regex, if you need to make Regex I recommend using this website as it is a great tool. They also have an IRC channel that is friendly, and the user OnlineCop helped me with the non capturing group I used to match the spintax brackets.

# Licence

This software is licensed under the GNU General Public License (version 3) as published by the Free Software Foundation this licence http://www.gnu.org/licenses/ . If you would want a different licence please contact me, @_AceLewis.

0 comments on commit 297389b

Please sign in to comment.