This is an automated email from the git hooks/post-receive script. detiste-guest pushed a commit to branch master in repository game-data-packager.
commit 8b7a37831a03004ff92ae15d8a0072e29cbd038e Author: Alexandre Detiste <[email protected]> Date: Sun Jan 10 20:25:07 2016 +0100 copyright --- debian/copyright | 1 + game_data_packager/games/doom_common.py | 4 ++-- game_data_packager/games/ecwolf_common.py | 3 ++- game_data_packager/games/residualvm_common.py | 4 ++-- game_data_packager/games/scummvm_common.py | 4 ++-- game_data_packager/games/z_code.py | 5 +++-- 6 files changed, 12 insertions(+), 9 deletions(-) diff --git a/debian/copyright b/debian/copyright index 414b233..ec89ddf 100644 --- a/debian/copyright +++ b/debian/copyright @@ -26,6 +26,7 @@ Files: Copyright: © 2014-2016 Simon McVittie © 2015-2016 Alexandre Detiste + © 2016 Stephen Kitt License: GPL-2+ License: GPL-2+ diff --git a/game_data_packager/games/doom_common.py b/game_data_packager/games/doom_common.py index de69258..a2fb992 100644 --- a/game_data_packager/games/doom_common.py +++ b/game_data_packager/games/doom_common.py @@ -1,8 +1,8 @@ #!/usr/bin/python3 # encoding=utf-8 # -# Copyright © 2015 Simon McVittie <[email protected]> -# 2015 Alexandre Detiste <[email protected]> +# Copyright © 2015-2016 Simon McVittie <[email protected]> +# 2015-2016 Alexandre Detiste <[email protected]> # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/game_data_packager/games/ecwolf_common.py b/game_data_packager/games/ecwolf_common.py index 4889c7b..98a16ca 100644 --- a/game_data_packager/games/ecwolf_common.py +++ b/game_data_packager/games/ecwolf_common.py @@ -1,7 +1,8 @@ #!/usr/bin/python3 # encoding=utf-8 # -# Copyright © 2015 Alexandre Detiste <[email protected]> +# Copyright © 2015-2016 Alexandre Detiste <[email protected]> +# 2016 Simon McVittie <[email protected]> # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/game_data_packager/games/residualvm_common.py b/game_data_packager/games/residualvm_common.py index d2a7411..9ce56ed 100644 --- a/game_data_packager/games/residualvm_common.py +++ b/game_data_packager/games/residualvm_common.py @@ -1,8 +1,8 @@ #!/usr/bin/python3 # encoding=utf-8 # -# Copyright © 2015 Simon McVittie <[email protected]> -# 2015 Alexandre Detiste <[email protected]> +# Copyright © 2015-2016 Simon McVittie <[email protected]> +# 2015-2016 Alexandre Detiste <[email protected]> # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/game_data_packager/games/scummvm_common.py b/game_data_packager/games/scummvm_common.py index 1a69ad1..c115dc9 100644 --- a/game_data_packager/games/scummvm_common.py +++ b/game_data_packager/games/scummvm_common.py @@ -1,8 +1,8 @@ #!/usr/bin/python3 # encoding=utf-8 # -# Copyright © 2015 Simon McVittie <[email protected]> -# 2015 Alexandre Detiste <[email protected]> +# Copyright © 2015-2016 Simon McVittie <[email protected]> +# 2015-2016 Alexandre Detiste <[email protected]> # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/game_data_packager/games/z_code.py b/game_data_packager/games/z_code.py index 80adc09..fb6ac0a 100644 --- a/game_data_packager/games/z_code.py +++ b/game_data_packager/games/z_code.py @@ -1,8 +1,9 @@ #!/usr/bin/python3 # encoding=utf-8 # -# Copyright © 2015 Simon McVittie <[email protected]> -# 2015 Alexandre Detiste <[email protected]> +# Copyright © 2015-2016 Simon McVittie <[email protected]> +# 2015-2016 Alexandre Detiste <[email protected]> +# 2016 Stephen Kitt # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

