diff --git a/COPYING b/COPYING index 3a45feef..9fa04ed0 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ Ponysay — Cowsay reimplemention for ponies, see LICENSE for the license. -Copyright (C) 2012, 2013 Erkin Batu Altunbaş et al. +Copyright (C) 2012, 2013, 2014 Erkin Batu Altunbaş et al. This program is free software: you can redistribute it and/or modify diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index ebe25d81..afeaaccb 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -23,7 +23,7 @@ This manual is for ponysay (version @value{VERSION}). -Copyright @copyright{} 2012, 2013 Mattias Andrée, et al. +Copyright @copyright{} 2012, 2013, 2014 Mattias Andrée, et al. @quotation Permission is granted to copy, distribute and/or modify this document @@ -4163,7 +4163,7 @@ Patchers and other contributors of ponysay: @appendix Ponysay license Ponysay is release by Erkin Batu Altunbaş et al. @*@* -Copyright @copyright{} 2012, 2013 Erkin Batu Altunbaş et al. +Copyright @copyright{} 2012, 2013, 2014 Erkin Batu Altunbaş et al. @* diff --git a/src/__main__.py b/src/__main__.py index 2da77b20..6d8e0e80 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -4,7 +4,7 @@ ''' ponysay - Ponysay, cowsay reimplementation for ponies -Copyright (C) 2012, 2013 Erkin Batu Altunbaş et al. +Copyright (C) 2012, 2013, 2014 Erkin Batu Altunbaş et al. This program is free software: you can redistribute it and/or modify diff --git a/src/argparser.py b/src/argparser.py index 4df7dfdb..4e70c42e 100755 --- a/src/argparser.py +++ b/src/argparser.py @@ -4,7 +4,7 @@ ''' ponysay - Ponysay, cowsay reimplementation for ponies -Copyright (C) 2012, 2013 Erkin Batu Altunbaş et al. +Copyright (C) 2012, 2013, 2014 Erkin Batu Altunbaş et al. This program is free software: you can redistribute it and/or modify diff --git a/src/backend.py b/src/backend.py index 9e9aa272..8c4bdfc1 100755 --- a/src/backend.py +++ b/src/backend.py @@ -4,7 +4,7 @@ ''' ponysay - Ponysay, cowsay reimplementation for ponies -Copyright (C) 2012, 2013 Erkin Batu Altunbaş et al. +Copyright (C) 2012, 2013, 2014 Erkin Batu Altunbaş et al. This program is free software: you can redistribute it and/or modify diff --git a/src/balloon.py b/src/balloon.py index edaff950..363ce3d1 100755 --- a/src/balloon.py +++ b/src/balloon.py @@ -4,7 +4,7 @@ ''' ponysay - Ponysay, cowsay reimplementation for ponies -Copyright (C) 2012, 2013 Erkin Batu Altunbaş et al. +Copyright (C) 2012, 2013, 2014 Erkin Batu Altunbaş et al. This program is free software: you can redistribute it and/or modify diff --git a/src/colourstack.py b/src/colourstack.py index 25da30cb..f27ad5e0 100755 --- a/src/colourstack.py +++ b/src/colourstack.py @@ -4,7 +4,7 @@ ''' ponysay - Ponysay, cowsay reimplementation for ponies -Copyright (C) 2012, 2013 Erkin Batu Altunbaş et al. +Copyright (C) 2012, 2013, 2014 Erkin Batu Altunbaş et al. This program is free software: you can redistribute it and/or modify diff --git a/src/common.py b/src/common.py index bb296d97..ffe9f393 100755 --- a/src/common.py +++ b/src/common.py @@ -4,7 +4,7 @@ ''' ponysay - Ponysay, cowsay reimplementation for ponies -Copyright (C) 2012, 2013 Erkin Batu Altunbaş et al. +Copyright (C) 2012, 2013, 2014 Erkin Batu Altunbaş et al. This program is free software: you can redistribute it and/or modify diff --git a/src/kms.py b/src/kms.py index f10baf12..901e42c7 100755 --- a/src/kms.py +++ b/src/kms.py @@ -4,7 +4,7 @@ ''' ponysay - Ponysay, cowsay reimplementation for ponies -Copyright (C) 2012, 2013 Erkin Batu Altunbaş et al. +Copyright (C) 2012, 2013, 2014 Erkin Batu Altunbaş et al. This program is free software: you can redistribute it and/or modify diff --git a/src/list.py b/src/list.py index 4dfc6f44..633cacfd 100755 --- a/src/list.py +++ b/src/list.py @@ -4,7 +4,7 @@ ''' ponysay - Ponysay, cowsay reimplementation for ponies -Copyright (C) 2012, 2013 Erkin Batu Altunbaş et al. +Copyright (C) 2012, 2013, 2014 Erkin Batu Altunbaş et al. This program is free software: you can redistribute it and/or modify diff --git a/src/metadata.py b/src/metadata.py index ff09aeec..06091ea0 100755 --- a/src/metadata.py +++ b/src/metadata.py @@ -4,7 +4,7 @@ ''' ponysay - Ponysay, cowsay reimplementation for ponies -Copyright (C) 2012, 2013 Erkin Batu Altunbaş et al. +Copyright (C) 2012, 2013, 2014 Erkin Batu Altunbaş et al. This program is free software: you can redistribute it and/or modify diff --git a/src/ponysay.py b/src/ponysay.py index c17f3116..476655c1 100755 --- a/src/ponysay.py +++ b/src/ponysay.py @@ -4,7 +4,7 @@ ''' ponysay - Ponysay, cowsay reimplementation for ponies -Copyright (C) 2012, 2013 Erkin Batu Altunbaş et al. +Copyright (C) 2012, 2013, 2014 Erkin Batu Altunbaş et al. This program is free software: you can redistribute it and/or modify diff --git a/src/ponysaytool.py b/src/ponysaytool.py index 5b6fee3b..0677fc14 100755 --- a/src/ponysaytool.py +++ b/src/ponysaytool.py @@ -4,7 +4,7 @@ ''' ponysay - Ponysay, cowsay reimplementation for ponies -Copyright (C) 2012, 2013 Erkin Batu Altunbaş et al. +Copyright (C) 2012, 2013, 2014 Erkin Batu Altunbaş et al. This program is free software: you can redistribute it and/or modify diff --git a/src/spellocorrecter.py b/src/spellocorrecter.py index a4b3a897..375a7b65 100755 --- a/src/spellocorrecter.py +++ b/src/spellocorrecter.py @@ -4,7 +4,7 @@ ''' ponysay - Ponysay, cowsay reimplementation for ponies -Copyright (C) 2012, 2013 Erkin Batu Altunbaş et al. +Copyright (C) 2012, 2013, 2014 Erkin Batu Altunbaş et al. This program is free software: you can redistribute it and/or modify diff --git a/src/ucs.py b/src/ucs.py index d52fc9c0..6eebed1b 100755 --- a/src/ucs.py +++ b/src/ucs.py @@ -4,7 +4,7 @@ ''' ponysay - Ponysay, cowsay reimplementation for ponies -Copyright (C) 2012, 2013 Erkin Batu Altunbaş et al. +Copyright (C) 2012, 2013, 2014 Erkin Batu Altunbaş et al. This program is free software: you can redistribute it and/or modify