Skip to content

Commit 97efe82

Browse files
committed
Bump copyright year to 2020
1 parent a869cd6 commit 97efe82

11 files changed

Lines changed: 11 additions & 11 deletions

File tree

chess/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
# This file is part of the python-chess library.
4-
# Copyright (C) 2012-2019 Niklas Fiekas <niklas.fiekas@backscattering.de>
4+
# Copyright (C) 2012-2020 Niklas Fiekas <niklas.fiekas@backscattering.de>
55
#
66
# This program is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by

chess/engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
# This file is part of the python-chess library.
4-
# Copyright (C) 2012-2019 Niklas Fiekas <niklas.fiekas@backscattering.de>
4+
# Copyright (C) 2012-2020 Niklas Fiekas <niklas.fiekas@backscattering.de>
55
#
66
# This program is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by

chess/gaviota.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# This file is part of the python-chess library.
44
# Copyright (C) 2015 Jean-Noël Avila <jn.avila@free.fr>
5-
# Copyright (C) 2015-2019 Niklas Fiekas <niklas.fiekas@backscattering.de>
5+
# Copyright (C) 2015-2020 Niklas Fiekas <niklas.fiekas@backscattering.de>
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

chess/pgn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
# This file is part of the python-chess library.
4-
# Copyright (C) 2012-2019 Niklas Fiekas <niklas.fiekas@backscattering.de>
4+
# Copyright (C) 2012-2020 Niklas Fiekas <niklas.fiekas@backscattering.de>
55
#
66
# This program is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by

chess/polyglot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
# This file is part of the python-chess library.
4-
# Copyright (C) 2012-2019 Niklas Fiekas <niklas.fiekas@backscattering.de>
4+
# Copyright (C) 2012-2020 Niklas Fiekas <niklas.fiekas@backscattering.de>
55
#
66
# This program is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by

chess/svg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
# This file is part of the python-chess library.
4-
# Copyright (C) 2016-2019 Niklas Fiekas <niklas.fiekas@backscattering.de>
4+
# Copyright (C) 2016-2020 Niklas Fiekas <niklas.fiekas@backscattering.de>
55
#
66
# This program is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by

chess/syzygy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
# This file is part of the python-chess library.
4-
# Copyright (C) 2012-2019 Niklas Fiekas <niklas.fiekas@backscattering.de>
4+
# Copyright (C) 2012-2020 Niklas Fiekas <niklas.fiekas@backscattering.de>
55
#
66
# This program is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by

chess/variant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
# This file is part of the python-chess library.
4-
# Copyright (C) 2016-2019 Niklas Fiekas <niklas.fiekas@backscattering.de>
4+
# Copyright (C) 2016-2020 Niklas Fiekas <niklas.fiekas@backscattering.de>
55
#
66
# This program is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
# General information about the project.
2626
project = "python-chess"
27-
copyright = "2014–2019, Niklas Fiekas"
27+
copyright = "2014–2020, Niklas Fiekas"
2828

2929
# The version.
3030
version = chess.__version__

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33
#
44
# This file is part of the python-chess library.
5-
# Copyright (C) 2012-2019 Niklas Fiekas <niklas.fiekas@backscattering.de>
5+
# Copyright (C) 2012-2020 Niklas Fiekas <niklas.fiekas@backscattering.de>
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)