[aseprite] 04/128: add missing licence info

Tobias Hansen thansen at moszumanska.debian.org
Mon May 9 21:24:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit f9d13e94ed1a8b8d60fafb7564c33a7f65ba9684
Author: Gabriel Rauter <rauter.gabriel at gmail.com>
Date:   Tue Apr 5 14:49:19 2016 +0200

    add missing licence info
---
 desktop/CMakeLists.txt                 | 7 +++++++
 desktop/aseprite-thumbnailer           | 8 ++++++++
 desktop/kde/CMakeLists.txt             | 9 ++++++++-
 desktop/kde/aseprite_thumb_creator.cpp | 7 +++++++
 desktop/kde/aseprite_thumb_creator.h   | 7 +++++++
 5 files changed, 37 insertions(+), 1 deletion(-)

diff --git a/desktop/CMakeLists.txt b/desktop/CMakeLists.txt
index d533a8d..9c0abb7 100644
--- a/desktop/CMakeLists.txt
+++ b/desktop/CMakeLists.txt
@@ -1,3 +1,10 @@
+# Aseprite Desktop Integration Module
+# Copyright (C) 2016  Gabriel Rauter
+#
+# 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.
+
 if(UNIX AND NOT APPLE)
   install(FILES mime/aseprite.xml
           DESTINATION share/mime/packages)
diff --git a/desktop/aseprite-thumbnailer b/desktop/aseprite-thumbnailer
index 5f8de9f..f4c5dfc 100755
--- a/desktop/aseprite-thumbnailer
+++ b/desktop/aseprite-thumbnailer
@@ -1,4 +1,12 @@
 #!/usr/bin/sh
+
+# Aseprite Desktop Integration Module
+# Copyright (C) 2016  Gabriel Rauter
+#
+# 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.
+
 if [ $# -ge 2 -a $# -lt 4 ]; then
   mkdir -p /tmp/Aseprite
   filename=${1//\//.}$RANDOM
diff --git a/desktop/kde/CMakeLists.txt b/desktop/kde/CMakeLists.txt
index 8639223..e34effc 100644
--- a/desktop/kde/CMakeLists.txt
+++ b/desktop/kde/CMakeLists.txt
@@ -1,3 +1,10 @@
+# Aseprite Desktop Integration Module
+# Copyright (C) 2016  Gabriel Rauter
+#
+# 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.
+
 cmake_minimum_required(VERSION 2.8.12)
 set(QT_MIN_VERSION "5.2.0")
 project(asepritethumbnail)
@@ -15,4 +22,4 @@ set(KDE_INSTALL_USE_QT_SYS_PATHS)
 add_library(asepritethumbnail MODULE aseprite_thumb_creator.cpp)
 target_link_libraries(asepritethumbnail KF5::KIOWidgets)
 install(TARGETS asepritethumbnail DESTINATION ${PLUGIN_INSTALL_DIR})
-install(FILES asepritethumbnail.desktop DESTINATION ${SERVICES_INSTALL_DIR})
\ No newline at end of file
+install(FILES asepritethumbnail.desktop DESTINATION ${SERVICES_INSTALL_DIR})
diff --git a/desktop/kde/aseprite_thumb_creator.cpp b/desktop/kde/aseprite_thumb_creator.cpp
index 1385dbd..534cdae 100644
--- a/desktop/kde/aseprite_thumb_creator.cpp
+++ b/desktop/kde/aseprite_thumb_creator.cpp
@@ -1,3 +1,10 @@
+// Aseprite Desktop Integration Module
+// Copyright (C) 2016  Gabriel Rauter
+//
+// 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.
+
 #include "aseprite_thumb_creator.h"
 
 #include <QImage>
diff --git a/desktop/kde/aseprite_thumb_creator.h b/desktop/kde/aseprite_thumb_creator.h
index c32e601..daba9c4 100644
--- a/desktop/kde/aseprite_thumb_creator.h
+++ b/desktop/kde/aseprite_thumb_creator.h
@@ -1,3 +1,10 @@
+// Aseprite Desktop Integration Module
+// Copyright (C) 2016  Gabriel Rauter
+//
+// 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.
+
 #ifndef _ASEPRITE_THUMBCREATOR_H_
 #define _ASEPRITE_THUMBCREATOR_H_
 #pragma once

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list