From 150f1fb4eff94c0248b54154fb356f768a131d60 Mon Sep 17 00:00:00 2001 From: Martijn Pieters Date: Wed, 2 Mar 2016 16:13:19 +0000 Subject: [PATCH] Update the license metadata. All source files already use the BSD 3-clause text, this change just reflects the correct license in the package metadata. --- python/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/setup.py b/python/setup.py index 746978fca0d0..91f748f399c7 100755 --- a/python/setup.py +++ b/python/setup.py @@ -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']) @@ -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,