diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-12-06 00:26:27 +0100 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-12-06 00:26:27 +0100 |
commit | 7a21cda13e56f21b9f0cb60f69c42ec1e7830edd (patch) | |
tree | b61a58cb1c5bbe3a930c7256d69b601549084794 /debian/copyright | |
parent | e3ef07dd34b1d8d39d32fa1e43351b7d54c61336 (diff) | |
download | libgato-7a21cda13e56f21b9f0cb60f69c42ec1e7830edd.tar.gz libgato-7a21cda13e56f21b9f0cb60f69c42ec1e7830edd.zip |
adding better debian packaging
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..24b6984 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,53 @@ +This work was packaged for Debian by: + + unknown <maemo@javispedro.com> on Fri, 06 Dec 2013 00:15:27 +0100 + +It was downloaded from: + + <url://example.com> + +Upstream Author(s): + + <put author's name and email here> + <likewise for another author> + +Copyright: + + <Copyright (C) YYYY Firstname Lastname> + <likewise for another author> + +License: + +### SELECT: ### + This package 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. +### OR ### + This package 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. +########## + + This package 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 program. If not, see <http://www.gnu.org/licenses/> + +On Debian systems, the complete text of the GNU General +Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +The Debian packaging is: + + Copyright (C) 2013 unknown <maemo@javispedro.com> + +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. + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. |