Skip to content

Commit 30aec79

Browse files
committed
Bump copyright to 2017
1 parent 9673fd5 commit 30aec79

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-2016 Niklas Fiekas <niklas.fiekas@backscattering.de>
4+
# Copyright (C) 2012-2017 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-2016 Niklas Fiekas <niklas.fiekas@backscattering.de>
5+
# Copyright (C) 2015-2017 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-2016 Niklas Fiekas <niklas.fiekas@backscattering.de>
4+
# Copyright (C) 2012-2017 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-2016 Niklas Fiekas <niklas.fiekas@backscattering.de>
4+
# Copyright (C) 2012-2017 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 Niklas Fiekas <niklas.fiekas@backscattering.de>
4+
# Copyright (C) 2016-2017 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-2016 Niklas Fiekas <niklas.fiekas@backscattering.de>
4+
# Copyright (C) 2012-2017 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/uci.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-2016 Niklas Fiekas <niklas.fiekas@backscattering.de>
4+
# Copyright (C) 2012-2017 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 Niklas Fiekas <niklas.fiekas@backscattering.de>
4+
# Copyright (C) 2016-2017 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
@@ -19,7 +19,7 @@
1919

2020
# General information about the project.
2121
project = "python-chess"
22-
copyright = "2014-2016, Niklas Fiekas"
22+
copyright = "2014-2017, Niklas Fiekas"
2323

2424
# The version.
2525
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-2016 Niklas Fiekas <niklas.fiekas@backscattering.de>
5+
# Copyright (C) 2012-2017 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)