I noticed the copyright year at the bottom of https://docs.ovn.org/en/latest/contents.html
Signed-off-by: Igor Zhukov <[email protected]> --- Documentation/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/conf.py b/Documentation/conf.py index f8fc0125f..828e9443b 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -46,7 +46,7 @@ master_doc = 'contents' # General information about the project. project = u'Open Virtual Network (OVN)' -copyright = u'2020-2023, The Open Virtual Network (OVN) Development Community' +copyright = u'2020-2024, The Open Virtual Network (OVN) Development Community' author = u'The Open Virtual Network (OVN) Development Community' # The version info for the project you're documenting, acts as replacement for -- 2.43.0.windows.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
