From 7f671586b079f2cbb91e8ac7c267b70f372a7a05 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 4 Jan 2019 10:37:07 -0200 Subject: [PATCH] Update copyright year --- LICENSE | 2 +- README.rst | 2 +- doc/en/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 629df45ac..477af2d2e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2004-2017 Holger Krekel and others +Copyright (c) 2004-2019 Holger Krekel and others Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/README.rst b/README.rst index 7454893a2..bd7f1daa6 100644 --- a/README.rst +++ b/README.rst @@ -111,7 +111,7 @@ Consult the `Changelog `__ pag License ------- -Copyright Holger Krekel and others, 2004-2018. +Copyright Holger Krekel and others, 2004-2019. Distributed under the terms of the `MIT`_ license, pytest is free and open source software. diff --git a/doc/en/conf.py b/doc/en/conf.py index 445449185..53600e616 100644 --- a/doc/en/conf.py +++ b/doc/en/conf.py @@ -64,7 +64,7 @@ master_doc = "contents" # General information about the project. project = u"pytest" year = datetime.datetime.utcnow().year -copyright = u"2015–2018 , holger krekel and pytest-dev team" +copyright = u"2015–2019 , holger krekel and pytest-dev team" # The language for content autogenerated by Sphinx. Refer to documentation