Skip to content

Commit 26092c8

Browse files
authored
Merge pull request #126 from sdpython/copy
update license
2 parents d24736f + 60247cd commit 26092c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2017-2023, Xavier Dupré
1+
Copyright (c) 2017-2024, Xavier Dupré
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

_doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
source_suffix = ".rst"
4040
master_doc = "index"
4141
project = "mlinsights"
42-
copyright = "2023, Xavier Dupré"
42+
copyright = "2017-2024, Xavier Dupré"
4343
author = "Xavier Dupré"
4444
version = __version__
4545
release = __version__

_doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ version...
9393
from sklearn import __version__
9494
print(__version__)
9595

96-
Source are available at `sdpython/mlinsights <https://github.com/sdpython/mlinsights/>_`.
96+
Source are available at `sdpython/mlinsights <https://github.com/sdpython/mlinsights/>`_.
9797

9898
Older versions
9999
++++++++++++++

0 commit comments

Comments
 (0)