From acd84ed2e4423c94ab5393b96db5b520a603d3fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Flamary?= Date: Fri, 22 Dec 2023 01:40:50 -0600 Subject: [PATCH] Update LICENSE (#589) * [FIX] remove CUDA test on push to master CUDA test runner is not always available for energy reasons and should not be requires for all push to master. * Update LICENSE * upate license and maintainers * stuff --- LICENSE | 2 +- README.md | 9 +++++++-- docs/source/conf.py | 4 ++-- setup.py | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 822bdb669..018b317c4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016 Rémi Flamary +Copyright (c) 2016-2023 POT contributors 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/README.md b/README.md index 3c9b212ce..d3385eb3d 100644 --- a/README.md +++ b/README.md @@ -185,11 +185,16 @@ The examples folder contain several examples and use case for the library. The f ## Acknowledgements -This toolbox has been created and is maintained by +This toolbox has been created by -* [Rémi Flamary](http://remi.flamary.com/) +* [Rémi Flamary](https://remi.flamary.com/) * [Nicolas Courty](http://people.irisa.fr/Nicolas.Courty/) +It is currently maintained by + +* [Rémi Flamary](https://remi.flamary.com/) +* [Cédric Vincent-Cuaz](https://cedricvincentcuaz.github.io/) + The numerous contributors to this library are listed [here](CONTRIBUTORS.md). POT has benefited from the financing or manpower from the following partners: diff --git a/docs/source/conf.py b/docs/source/conf.py index ab767801c..6452cf857 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -99,8 +99,8 @@ def __getattr__(cls, name): # General information about the project. project = u'POT Python Optimal Transport' -copyright = u'2016-2021, Rémi Flamary, Nicolas Courty' -author = u'Rémi Flamary, Nicolas Courty' +copyright = u'2016-2023, POT Contributors' +author = u'Rémi Flamary, POT Contributors' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/setup.py b/setup.py index bf59c7d6d..201e89c65 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ description='Python Optimal Transport Library', long_description=README, long_description_content_type='text/markdown', - author=u'Remi Flamary, Nicolas Courty', + author=u'Remi Flamary, Nicolas Courty, POT Contributors', author_email='remi.flamary@gmail.com, ncourty@gmail.com', url='https://github.com/PythonOT/POT', packages=find_packages(exclude=["benchmarks"]),