This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 6ceee02a6d6425549e0733dcc1a873f3c484da6b Author: Gabriel Rauter <[email protected]> Date: Wed Apr 6 00:15:40 2016 +0200 licence under MIT only --- desktop/CMakeLists.txt | 7 +------ desktop/aseprite-thumbnailer | 7 +------ desktop/kde/CMakeLists.txt | 7 +------ desktop/kde/aseprite_thumb_creator.cpp | 7 +------ desktop/kde/aseprite_thumb_creator.h | 7 +------ 5 files changed, 5 insertions(+), 30 deletions(-) diff --git a/desktop/CMakeLists.txt b/desktop/CMakeLists.txt index 172912d..b348e45 100644 --- a/desktop/CMakeLists.txt +++ b/desktop/CMakeLists.txt @@ -1,12 +1,7 @@ # Aseprite Desktop Integration Module # Copyright (C) 2016 Gabriel Rauter # -# Dual licensed under the MIT and GPL 2 licenses. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as -# published by the Free Software Foundation or the MIT License -# (https://opensource.org/licenses/MIT). +# Licensed under the the MIT License (https://opensource.org/licenses/MIT). if(UNIX AND NOT APPLE) install(FILES mime/aseprite.xml diff --git a/desktop/aseprite-thumbnailer b/desktop/aseprite-thumbnailer index 41aa5ce..74277ea 100755 --- a/desktop/aseprite-thumbnailer +++ b/desktop/aseprite-thumbnailer @@ -3,12 +3,7 @@ # Aseprite Desktop Integration Module # Copyright (C) 2016 Gabriel Rauter # -# Dual licensed under the MIT and GPL 2 licenses. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as -# published by the Free Software Foundation or the MIT License -# (https://opensource.org/licenses/MIT). +# Licensed under the the MIT License (https://opensource.org/licenses/MIT). if [ $# -ge 2 -a $# -lt 4 ]; then mkdir -p /tmp/Aseprite diff --git a/desktop/kde/CMakeLists.txt b/desktop/kde/CMakeLists.txt index 208ca9e..0b0ccd0 100644 --- a/desktop/kde/CMakeLists.txt +++ b/desktop/kde/CMakeLists.txt @@ -1,12 +1,7 @@ # Aseprite Desktop Integration Module # Copyright (C) 2016 Gabriel Rauter # -# Dual licensed under the MIT and GPL 2 licenses. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as -# published by the Free Software Foundation or the MIT License -# (https://opensource.org/licenses/MIT). +# Licensed under the the MIT License (https://opensource.org/licenses/MIT). cmake_minimum_required(VERSION 2.8.12) set(QT_MIN_VERSION "5.2.0") diff --git a/desktop/kde/aseprite_thumb_creator.cpp b/desktop/kde/aseprite_thumb_creator.cpp index 002621d..c5f1a65 100644 --- a/desktop/kde/aseprite_thumb_creator.cpp +++ b/desktop/kde/aseprite_thumb_creator.cpp @@ -1,12 +1,7 @@ // Aseprite Desktop Integration Module // Copyright (C) 2016 Gabriel Rauter // -// Dual licensed under the MIT and GPL 2 licenses. -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation or the MIT License -// (https://opensource.org/licenses/MIT). +// Licensed under the the MIT License (https://opensource.org/licenses/MIT). #include "aseprite_thumb_creator.h" diff --git a/desktop/kde/aseprite_thumb_creator.h b/desktop/kde/aseprite_thumb_creator.h index e3e3918..bc1e800 100644 --- a/desktop/kde/aseprite_thumb_creator.h +++ b/desktop/kde/aseprite_thumb_creator.h @@ -1,12 +1,7 @@ // Aseprite Desktop Integration Module // Copyright (C) 2016 Gabriel Rauter // -// Dual licensed under the MIT and GPL 2 licenses. -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation or the MIT License -// (https://opensource.org/licenses/MIT). +// Licensed under the the MIT License (https://opensource.org/licenses/MIT). #ifndef _ASEPRITE_THUMBCREATOR_H_ #define _ASEPRITE_THUMBCREATOR_H_ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

