Skip to content

Commit

Permalink
Update LICENSE (#589)
Browse files Browse the repository at this point in the history
* [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
  • Loading branch information
rflamary authored Dec 22, 2023
1 parent f5fbdd6 commit acd84ed
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected], [email protected]',
url='https://github.com/PythonOT/POT',
packages=find_packages(exclude=["benchmarks"]),
Expand Down

0 comments on commit acd84ed

Please sign in to comment.