mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-04 06:40:07 +00:00
switch to dual licence GPL2/MIT
This commit is contained in:
parent
f9d13e94ed
commit
039d926b17
@ -1,9 +1,12 @@
|
|||||||
# Aseprite Desktop Integration Module
|
# Aseprite Desktop Integration Module
|
||||||
# Copyright (C) 2016 Gabriel Rauter
|
# 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
|
# 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
|
# 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)
|
if(UNIX AND NOT APPLE)
|
||||||
install(FILES mime/aseprite.xml
|
install(FILES mime/aseprite.xml
|
||||||
|
@ -3,9 +3,12 @@
|
|||||||
# Aseprite Desktop Integration Module
|
# Aseprite Desktop Integration Module
|
||||||
# Copyright (C) 2016 Gabriel Rauter
|
# 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
|
# 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
|
# 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
|
if [ $# -ge 2 -a $# -lt 4 ]; then
|
||||||
mkdir -p /tmp/Aseprite
|
mkdir -p /tmp/Aseprite
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
# Aseprite Desktop Integration Module
|
# Aseprite Desktop Integration Module
|
||||||
# Copyright (C) 2016 Gabriel Rauter
|
# 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
|
# 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
|
# 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)
|
cmake_minimum_required(VERSION 2.8.12)
|
||||||
set(QT_MIN_VERSION "5.2.0")
|
set(QT_MIN_VERSION "5.2.0")
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
// Aseprite Desktop Integration Module
|
// Aseprite Desktop Integration Module
|
||||||
// Copyright (C) 2016 Gabriel Rauter
|
// 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
|
// 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
|
// 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"
|
#include "aseprite_thumb_creator.h"
|
||||||
|
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
// Aseprite Desktop Integration Module
|
// Aseprite Desktop Integration Module
|
||||||
// Copyright (C) 2016 Gabriel Rauter
|
// 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
|
// 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
|
// 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_
|
#ifndef _ASEPRITE_THUMBCREATOR_H_
|
||||||
#define _ASEPRITE_THUMBCREATOR_H_
|
#define _ASEPRITE_THUMBCREATOR_H_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user