From 3e3042b2348d3108edcf6a21737262aafab42c22 Mon Sep 17 00:00:00 2001 From: vschaffn Date: Thu, 24 Oct 2024 14:20:37 +0200 Subject: [PATCH] docs: modify license and copyright in setup.cfg and conf.py --- doc/source/conf.py | 4 ++-- setup.cfg | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index af0066c4..d83a00dd 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -26,8 +26,8 @@ # -- Project information ----------------------------------------------------- project = "xDEM" -copyright = "2020, GlacioHack" -author = "xDEM contributors" +copyright = "2024, xDEM developers" +author = "Erik Mannerfelt, Romain Hugonnet, Amaury Dehecq and others" # The full version, including alpha/beta/rc tags release = xdem.__version__ diff --git a/setup.cfg b/setup.cfg index a31d36ff..c687f654 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,12 +1,12 @@ [metadata] -author = xDEM contributors +author = xDEM developers name = xdem version = 0.0.20 description = Analysis of digital elevation models (DEMs) keywords = dem, elevation, geoutils, xarray long_description = file: README.md long_description_content_type = text/markdown -license = MIT +license = Apache 2.0 license_files = LICENSE platform = any classifiers = @@ -14,7 +14,7 @@ classifiers = Intended Audience :: Developers Intended Audience :: Science/Research Natural Language :: English - License :: OSI Approved :: MIT License + License :: OSI Approved :: Apache Software License Operating System :: OS Independent Topic :: Scientific/Engineering :: GIS Topic :: Scientific/Engineering :: Image Processing