diff --git a/desktop/CMakeLists.txt b/desktop/CMakeLists.txt index 172912d21..b348e45f7 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 41aa5ce94..74277ea08 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 208ca9e34..0b0ccd076 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 002621ddc..c5f1a6553 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 e3e3918aa..bc1e80089 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_