From 7c965057622b88e6ebd4a4b29e5e6b5bbbb7a4f9 Mon Sep 17 00:00:00 2001 From: Emmanuel Roullit Date: Mon, 9 Jul 2012 22:33:38 +0200 Subject: [PATCH] Added copyright file. --- CMakeLists.txt | 2 ++ debian/copyright | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 debian/copyright diff --git a/CMakeLists.txt b/CMakeLists.txt index b19c419..b47bab0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,3 +77,5 @@ ADD_MANPAGE_TARGET() ADD_SUBDIRECTORY(libdabba) ADD_SUBDIRECTORY(dabbad) ADD_SUBDIRECTORY(dabba) + +INSTALL(FILES debian/copyright DESTINATION /usr/share/doc/${PROJECT_NAME}) diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..ee27914 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,28 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: dabba +Upstream-Contact: Emmanuel Roullit +Source: https://github.com/eroullit/dabba + +Files: * +Copyright: Copyright © 2011, 2012 Emmanuel Roullit +License: GPL-2+ + This program is free software; you can redistribute it + and/or modify it under the terms of the GNU General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later + version. + . + This program is distributed in the hope that it will be + useful, but WITHOUT ANY WARRANTY; without even the implied + warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the GNU General Public License for more + details. + . + You should have received a copy of the GNU General Public + License along with this package; if not, write to the Free + Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301 USA + . + On Debian systems, the full text of the GNU General Public + License version 2 can be found in the file + `/usr/share/common-licenses/GPL-2'. -- 2.11.4.GIT