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 26eee7848ce48e912b6635c3bfe70d3cd12609c1 Author: Alexandre Detiste <[email protected]> Date: Sat Jul 11 20:36:14 2015 +0200 Zork Grand Inquisitor: add icon --- data/zork-inquisitor.xpm | 76 ++++++++++++++++++++++++++++++++++++++++++++++++ debian/copyright | 25 ++++++++++++++++ 2 files changed, 101 insertions(+) diff --git a/data/zork-inquisitor.xpm b/data/zork-inquisitor.xpm new file mode 100644 index 0000000..a76e1b6 --- /dev/null +++ b/data/zork-inquisitor.xpm @@ -0,0 +1,76 @@ +/* XPM */ +/* +(c) Sri Kadimisetty +https://thenounproject.com/term/kerosene-lantern-lamp/64456/ +*/ +static char *zork_inquisitor[] = { +/* columns rows colors chars-per-pixel */ +"64 64 2 1 ", +" c black", +". c None", +/* pixels */ +"................................................................", +"............................... ..............................", +".............................. .................................", +".............................. .................................", +".............................. ..............................", +"........................... ..........................", +".......................... .........................", +"........................... .. . ...........................", +"........................... ... ... ..........................", +"........................... ..........................", +".......................... .........................", +"......................... .........................", +"....................... ......................", +"..................... ....................", +".................... .. ... ...................", +".................... ... .... ...................", +"................... .... ..... ..................", +"................... ... .... ..................", +"................... .... ..... ..................", +"................... ....... ........ ..................", +"................... ....... ....... ..................", +"................... ....... ....... ..................", +"................... ...... ...... ..................", +"................... ...... ...... ..................", +"................... ...... ........... ...... ..................", +"................... ...... ........... ...... ..................", +"................... ...... ........... ...... ..................", +".................. ...... ........... ..... .................", +".................. ..... ............ ..... .................", +".................. ..... ............. ..... .................", +".................. ..... ............. .... .................", +".................. ..... ............. .... .................", +".................. .... .............. .... .................", +".................. .... ............... ..... .................", +".................. ..... ............... .... .................", +".................. .... ............... .... .................", +".................. .... ................ .... .................", +".................. .... ................ .... .................", +".................. .... ........ ....... .... .................", +".................. .... ................. .... .................", +"................. .... ................. .... .................", +"................. .... ................. .... .................", +"................. .... ................. .... .................", +"................. .... ................ .... ................", +"................. ..... ............... .... ................", +"................. ..... ............... ..... ................", +"................. ..... ............. . ... ................", +"................. ..... . ...... ................", +"................. ........ . .... ................", +"................. ......... ........ ................", +"................. ........ ........ ................", +".................. ..... ..... .................", +".................. ..................", +".................... ...................", +"..................... .....................", +"..................... .....................", +"..................... .....................", +"..................... .....................", +"..................... .....................", +".................... ....................", +".................... ...................", +".................... ...................", +"..................... ....................", +"........................ ......................." +}; diff --git a/debian/copyright b/debian/copyright index eef1f31..d5c25a9 100644 --- a/debian/copyright +++ b/debian/copyright @@ -66,3 +66,28 @@ Files: Copyright: © 2013, Fabian Greffrath <[email protected]> License: GPL-2+ + +Files: + data/zork-inquisitor.xpm +Copyright: + © 2015, Sri Kadimisetty +License: CC-BY-3.0-US + You are free to: + . + Share — copy and redistribute the material in any medium or format + Adapt — remix, transform, and build upon the material + for any purpose, even commercially. + . + The licensor cannot revoke these freedoms as long as you follow + the license terms. + . + Attribution — You must give appropriate credit, provide a link to + the license, and indicate if changes were made. + You may do so in any reasonable manner, but not in any way that + suggests the licensor endorses you or your use. + . + No additional restrictions — You may not apply legal terms or + technological measures that legally restrict others + from doing anything the license permits. + . + http://creativecommons.org/licenses/by/3.0/us/ -- 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

