Skip to content

Commit d795b58

Browse files
committed
fix license
1 parent ad81eb3 commit d795b58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016 PyFilesystem
3+
Copyright (c) 2016 Will McGugan
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

fs/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.1a0"
1+
__version__ = "2.0.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
CLASSIFIERS = [
99
'Development Status :: 5 - Production/Stable',
1010
'Intended Audience :: Developers',
11-
'License :: OSI Approved :: BSD License',
11+
'License :: OSI Approved :: MIT License',
1212
'Operating System :: OS Independent',
1313
'Programming Language :: Python',
1414
'Programming Language :: Python :: 2.7',

0 commit comments

Comments
 (0)