Skip to content

Commit

Permalink
Clarify software license
Browse files Browse the repository at this point in the history
Closes #156
  • Loading branch information
Chris Swierczewski committed Feb 22, 2018
1 parent 6f2e02f commit c6f6f4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016 Chris Swierczewski
Copyright (c) 2018 Chris Swierczewski

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -170,7 +170,7 @@ def run(self):
author = 'Chris Swierczewski',
author_email = 'cswiercz@gmail.com',
url = 'https://github.com/cswiercz/abelfunctions',
license = 'GPL v2+',
license = 'MIT',
packages = packages,
ext_modules = cythonize(ext_modules),
platforms = ['all'],
Expand Down

0 comments on commit c6f6f4c

Please sign in to comment.