diff --git a/LICENSE b/LICENSE index 3724c08e..b6efb3ad 100644 --- a/LICENSE +++ b/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 diff --git a/setup.py b/setup.py index d3b4930b..aafebbe5 100644 --- a/setup.py +++ b/setup.py @@ -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'],