Skip to content

Commit 58428cb

Browse files
committed
Happy new year, by the way!
1 parent 57b2378 commit 58428cb

13 files changed

Lines changed: 14 additions & 14 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-2017 Niklas Fiekas <niklas.fiekas@backscattering.de>
4+
# Copyright (C) 2012-2018 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-2017 Niklas Fiekas <niklas.fiekas@backscattering.de>
4+
# Copyright (C) 2012-2018 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-2017 Niklas Fiekas <niklas.fiekas@backscattering.de>
5+
# Copyright (C) 2015-2018 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-2017 Niklas Fiekas <niklas.fiekas@backscattering.de>
4+
# Copyright (C) 2012-2018 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-2017 Niklas Fiekas <niklas.fiekas@backscattering.de>
4+
# Copyright (C) 2012-2018 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-2017 Niklas Fiekas <niklas.fiekas@backscattering.de>
4+
# Copyright (C) 2016-2018 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-2017 Niklas Fiekas <niklas.fiekas@backscattering.de>
4+
# Copyright (C) 2012-2018 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-2017 Niklas Fiekas <niklas.fiekas@backscattering.de>
4+
# Copyright (C) 2012-2018 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-2017 Niklas Fiekas <niklas.fiekas@backscattering.de>
4+
# Copyright (C) 2016-2018 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/xboard.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- coding: utf-8 -*-
22
#
33
# This file is part of the python-chess library.
4-
# Copyright (C) 2017 Manik Charan <mkchan2951@gmail.com>
4+
# Copyright (C) 2017-2018 Manik Charan <mkchan2951@gmail.com>
5+
# Copyright (C) 2017-2018 Niklas Fiekas <niklas.fiekas@backscattering.de>
56
# Copyright (C) 2017 Cash Costello <cash.costello@gmail.com>
6-
# Copyright (C) 2017 Niklas Fiekas <niklas.fiekas@backscattering.de>
77
#
88
# This program is free software: you can redistribute it and/or modify
99
# it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)