Adding d/copyright
This commit is contained in:
parent
56594dcbe9
commit
5d44dc56b7
1 changed files with 34 additions and 14 deletions
48
debian/copyright
vendored
48
debian/copyright
vendored
|
@ -1,20 +1,25 @@
|
||||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
Upstream-Name: pagure
|
Upstream-Name: pagure
|
||||||
Source: <url://example.com>
|
Source: https://pagure.io/pagure
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: <years> <put author's name and email here>
|
Copyright: 2014-2016 Red Hat, Inc
|
||||||
<years> <likewise for another author>
|
License: GPL-2+
|
||||||
License: <special license>
|
|
||||||
<Put the license of the package here indented by 1 space>
|
Files: pagure/hooks/files/git_multimail.py
|
||||||
<This follows the format of Description: lines in control file>
|
Copyright:
|
||||||
.
|
2012-2014 Michael Haggerty and others
|
||||||
<Including paragraphs>
|
2007 Andy Parkins
|
||||||
|
License: GPL-2
|
||||||
|
|
||||||
|
Files: pagure/static/codemirror/codemirror.js
|
||||||
|
Copyright: 2016 Marijn Haverbeke <marijnh@gmail.com> and others
|
||||||
|
License: Expat
|
||||||
|
|
||||||
# If you want to use GPL v2 or later for the /debian/* files use
|
|
||||||
# the following clauses, or change it to suit. Delete these two lines
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2016 Sergio Durigan Junior <sergiodj@sergiodj.net>
|
Copyright: 2016 Sergio Durigan Junior <sergiodj@sergiodj.net>
|
||||||
|
License: GPL-2+
|
||||||
|
|
||||||
License: GPL-2+
|
License: GPL-2+
|
||||||
This package is free software; you can redistribute it and/or modify
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -32,7 +37,22 @@ License: GPL-2+
|
||||||
On Debian systems, the complete text of the GNU General
|
On Debian systems, the complete text of the GNU General
|
||||||
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
|
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
|
||||||
|
|
||||||
# Please also look if there are files or directories which have a
|
License: Expat
|
||||||
# different copyright/license attached and list them here.
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
# Please avoid picking licenses with terms that are more restrictive than the
|
a copy of this software and associated documentation files (the
|
||||||
# packaged work, as it may make Debian's contributions unacceptable upstream.
|
"Software"), to deal in the Software without restriction, including
|
||||||
|
without limitation the rights to use, copy, modify, merge, publish,
|
||||||
|
distribute, sublicense, and/or sell copies of the Software, and to
|
||||||
|
permit persons to whom the Software is furnished to do so, subject to
|
||||||
|
the following conditions:
|
||||||
|
.
|
||||||
|
The above copyright notice and this permission notice shall be
|
||||||
|
included in all copies or substantial portions of the Software.
|
||||||
|
.
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||||
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||||
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||||
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||||
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
Loading…
Reference in a new issue