From 58428cbf6cfba1fbaa43c7294e93b4bf459b2400 Mon Sep 17 00:00:00 2001 From: Niklas Fiekas Date: Thu, 11 Jan 2018 16:34:19 +0100 Subject: [PATCH] Happy new year, by the way! --- chess/__init__.py | 2 +- chess/engine.py | 2 +- chess/gaviota.py | 2 +- chess/pgn.py | 2 +- chess/polyglot.py | 2 +- chess/svg.py | 2 +- chess/syzygy.py | 2 +- chess/uci.py | 2 +- chess/variant.py | 2 +- chess/xboard.py | 4 ++-- docs/conf.py | 2 +- setup.py | 2 +- test.py | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/chess/__init__.py b/chess/__init__.py index 3380ab982..f19871a50 100644 --- a/chess/__init__.py +++ b/chess/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of the python-chess library. -# Copyright (C) 2012-2017 Niklas Fiekas +# Copyright (C) 2012-2018 Niklas Fiekas # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/chess/engine.py b/chess/engine.py index b0b3c7991..066a27404 100644 --- a/chess/engine.py +++ b/chess/engine.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of the python-chess library. -# Copyright (C) 2012-2017 Niklas Fiekas +# Copyright (C) 2012-2018 Niklas Fiekas # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/chess/gaviota.py b/chess/gaviota.py index aff1c5c5b..0971c3d80 100644 --- a/chess/gaviota.py +++ b/chess/gaviota.py @@ -2,7 +2,7 @@ # # This file is part of the python-chess library. # Copyright (C) 2015 Jean-Noël Avila -# Copyright (C) 2015-2017 Niklas Fiekas +# Copyright (C) 2015-2018 Niklas Fiekas # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/chess/pgn.py b/chess/pgn.py index 249522ac3..c611ad948 100644 --- a/chess/pgn.py +++ b/chess/pgn.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of the python-chess library. -# Copyright (C) 2012-2017 Niklas Fiekas +# Copyright (C) 2012-2018 Niklas Fiekas # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/chess/polyglot.py b/chess/polyglot.py index 39bed762b..9a23e21b1 100644 --- a/chess/polyglot.py +++ b/chess/polyglot.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of the python-chess library. -# Copyright (C) 2012-2017 Niklas Fiekas +# Copyright (C) 2012-2018 Niklas Fiekas # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/chess/svg.py b/chess/svg.py index a61ba4c66..6b9e61535 100644 --- a/chess/svg.py +++ b/chess/svg.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of the python-chess library. -# Copyright (C) 2016-2017 Niklas Fiekas +# Copyright (C) 2016-2018 Niklas Fiekas # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/chess/syzygy.py b/chess/syzygy.py index 534e634dd..65e98a7c8 100644 --- a/chess/syzygy.py +++ b/chess/syzygy.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of the python-chess library. -# Copyright (C) 2012-2017 Niklas Fiekas +# Copyright (C) 2012-2018 Niklas Fiekas # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/chess/uci.py b/chess/uci.py index 7b20382e7..ea23a552d 100644 --- a/chess/uci.py +++ b/chess/uci.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of the python-chess library. -# Copyright (C) 2012-2017 Niklas Fiekas +# Copyright (C) 2012-2018 Niklas Fiekas # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/chess/variant.py b/chess/variant.py index 827640030..2363cc578 100644 --- a/chess/variant.py +++ b/chess/variant.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of the python-chess library. -# Copyright (C) 2016-2017 Niklas Fiekas +# Copyright (C) 2016-2018 Niklas Fiekas # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/chess/xboard.py b/chess/xboard.py index 79ac58a08..06083cb08 100644 --- a/chess/xboard.py +++ b/chess/xboard.py @@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- # # This file is part of the python-chess library. -# Copyright (C) 2017 Manik Charan +# Copyright (C) 2017-2018 Manik Charan +# Copyright (C) 2017-2018 Niklas Fiekas # Copyright (C) 2017 Cash Costello -# Copyright (C) 2017 Niklas Fiekas # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/docs/conf.py b/docs/conf.py index 9578f39d5..7d68c3cd5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ # General information about the project. project = "python-chess" -copyright = "2014–2017, Niklas Fiekas" +copyright = "2014–2018, Niklas Fiekas" # The version. version = chess.__version__ diff --git a/setup.py b/setup.py index c6f89a0b7..b5601494b 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # This file is part of the python-chess library. -# Copyright (C) 2012-2017 Niklas Fiekas +# Copyright (C) 2012-2018 Niklas Fiekas # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/test.py b/test.py index 17263eb9b..3fa6eef8c 100755 --- a/test.py +++ b/test.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # This file is part of the python-chess library. -# Copyright (C) 2012-2017 Niklas Fiekas +# Copyright (C) 2012-2018 Niklas Fiekas # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by