From 355b4019486eb1bf8dfcb2db238249c9afe7d247 Mon Sep 17 00:00:00 2001 From: Xavier Dupre Date: Fri, 12 Jan 2024 01:45:36 +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 88dcf8a..7f33fcf 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2017-2023, Xavier Dupré +Copyright (c) 2017-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 3b30bc96f73241ffd66ce2d32be2c50190298b20 Mon Sep 17 00:00:00 2001 From: Xavier Dupre Date: Fri, 12 Jan 2024 09:49:51 +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 811119c..a9dcefb 100644 --- a/_doc/conf.py +++ b/_doc/conf.py @@ -41,7 +41,7 @@ source_suffix = ".rst" master_doc = "index" project = "pandas-streaming" -copyright = "2016-2023, Xavier Dupré" +copyright = "2017-2024, Xavier Dupré" author = "Xavier Dupré" version = __version__ release = __version__