From 49ff7f9b85667a104295bba347ffac336d97d773 Mon Sep 17 00:00:00 2001 From: Baudouin Raoult Date: Sun, 3 Nov 2024 08:20:56 +0000 Subject: [PATCH] missing copyrigths --- docs/conf.py | 4 ++-- pyproject.toml | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 8a5d568..32e7531 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,7 +29,7 @@ project = "Anemoi Models" -author = "ECMWF" +author = "Anemoi contributors" year = datetime.datetime.now().year if year == 2024: @@ -37,7 +37,7 @@ else: years = "2024-%s" % (year,) -copyright = "%s, ECMWF" % (years,) +copyright = "%s, Anemoi contributors" % (years,) try: from anemoi.models._version import __version__ diff --git a/pyproject.toml b/pyproject.toml index 214f82c..ba0b9d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,12 @@ -# (C) Copyright 2024 ECMWF. +# (C) Copyright 2024 Anemoi contributors. # # This software is licensed under the terms of the Apache Licence Version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. +# # In applying this licence, ECMWF does not waive the privileges and immunities # granted to it by virtue of its status as an intergovernmental organisation # nor does it submit to any jurisdiction. -# https://packaging.python.org/en/latest/guides/writing-pyproject-toml/ - [build-system] build-backend = "setuptools.build_meta"