From af501edd7f6f77e00d4fd5ae48faf0c1566eb28d Mon Sep 17 00:00:00 2001 From: Xavier Dupre Date: Fri, 12 Jan 2024 01:47:50 +0100 Subject: [PATCH 1/2] update license --- LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index 156f6712..a1b7c791 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2016-2023, Xavier Dupré +Copyright (c) 2016-2024, Xavier Dupré Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From a32fe53699f7a68aea9fd2be1745e2e37ff9a18b Mon Sep 17 00:00:00 2001 From: Xavier Dupre Date: Fri, 12 Jan 2024 09:41:11 +0100 Subject: [PATCH 2/2] year --- _doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_doc/conf.py b/_doc/conf.py index 587696ad..027f2104 100644 --- a/_doc/conf.py +++ b/_doc/conf.py @@ -41,7 +41,7 @@ source_suffix = ".rst" master_doc = "index" project = "mlstatpy" -copyright = "2016-2023, Xavier Dupré" +copyright = "2016-2024, Xavier Dupré" author = "Xavier Dupré" version = __version__ release = __version__