From 98bd78bf13398e87f60314043a39f7956cbbcb2d Mon Sep 17 00:00:00 2001 From: shudson Date: Fri, 24 May 2019 10:46:25 -0500 Subject: [PATCH] Update licence to 3-clause in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 547861858..95e28f4a1 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def run_tests(self): url='https://github.com/Libensemble/libensemble', author='Jeffrey Larson, Stephen Hudson, Stefan M. Wild, and David Bindel', author_email='libensemble@lists.mcs.anl.gov', - license='BSD 2-clause', + license='BSD 3-clause', packages=['libensemble', 'libensemble.gen_funcs',