Skip to content

Commit

Permalink
Update the license metadata.
Browse files Browse the repository at this point in the history
All source files already use the BSD 3-clause text, this change just reflects
the correct license in the package metadata.
  • Loading branch information
Martijn Pieters authored and wez committed Mar 3, 2016
1 parent af477d0 commit 150f1fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
keywords = (
'watchman inotify fsevents kevent kqueue portfs filesystem watcher'
),
license = 'Apache License (2.0)',
license = 'BSD',
packages = ['pywatchman'],
ext_modules = [
Extension('pywatchman.bser', sources = ['pywatchman/bser.c'])
Expand All @@ -28,7 +28,7 @@
classifiers = [
'Development Status :: 5 - Production/Stable',
'Topic :: System :: Filesystems',
'License :: OSI Approved :: Apache Software License',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent'
],
zip_safe = True,
Expand Down

0 comments on commit 150f1fb

Please sign in to comment.