From 841ec61ea58460e08cd87aeaebf859514143e449 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 | 2 +- setup.cfg | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 12578468..000fb1c8 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -25,7 +25,7 @@ # -- Project information ----------------------------------------------------- project = "xDEM" -copyright = "2021, Erik Mannerfelt, Romain Hugonnet, Amaury Dehecq and others" +copyright = "2024, xDEM developers" author = "Erik Mannerfelt, Romain Hugonnet, Amaury Dehecq and others" # The full version, including alpha/beta/rc tags diff --git a/setup.cfg b/setup.cfg index 6817781f..e4a817db 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,12 +1,12 @@ [metadata] -author = The GlacioHack Team +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