This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 039d926b17b79a75e3db555b1b3c11536c1aceb9 Author: Gabriel Rauter <[email protected]> Date: Tue Apr 5 23:09:02 2016 +0200 switch to dual licence GPL2/MIT --- desktop/CMakeLists.txt | 5 ++++- desktop/aseprite-thumbnailer | 5 ++++- desktop/kde/CMakeLists.txt | 5 ++++- desktop/kde/aseprite_thumb_creator.cpp | 5 ++++- desktop/kde/aseprite_thumb_creator.h | 5 ++++- 5 files changed, 20 insertions(+), 5 deletions(-) diff --git a/desktop/CMakeLists.txt b/desktop/CMakeLists.txt index 9c0abb7..172912d 100644 --- a/desktop/CMakeLists.txt +++ b/desktop/CMakeLists.txt @@ -1,9 +1,12 @@ # 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. +# published by the Free Software Foundation or 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 f4c5dfc..41aa5ce 100755 --- a/desktop/aseprite-thumbnailer +++ b/desktop/aseprite-thumbnailer @@ -3,9 +3,12 @@ # 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. +# published by the Free Software Foundation or 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 e34effc..208ca9e 100644 --- a/desktop/kde/CMakeLists.txt +++ b/desktop/kde/CMakeLists.txt @@ -1,9 +1,12 @@ # 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. +# published by the Free Software Foundation or 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 534cdae..002621d 100644 --- a/desktop/kde/aseprite_thumb_creator.cpp +++ b/desktop/kde/aseprite_thumb_creator.cpp @@ -1,9 +1,12 @@ // 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. +// published by the Free Software Foundation or 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 daba9c4..e3e3918 100644 --- a/desktop/kde/aseprite_thumb_creator.h +++ b/desktop/kde/aseprite_thumb_creator.h @@ -1,9 +1,12 @@ // 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. +// published by the Free Software Foundation or 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

