debian/copyright
changeset 2 c7cd77e9e42a
equal deleted inserted replaced
1:05240b778be1 2:c7cd77e9e42a
       
     1 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
       
     2 Upstream-Name: mydump
       
     3 Source: <url://example.com>
       
     4 
       
     5 Files: *
       
     6 Copyright: <years> <put author's name and email here>
       
     7            <years> <likewise for another author>
       
     8 License: GPL-3.0+
       
     9 
       
    10 Files: debian/*
       
    11 Copyright: 2014 Heiko Schlittermann <hs@schlittermann.de>
       
    12 License: GPL-3.0+
       
    13 
       
    14 License: GPL-3.0+
       
    15  This program is free software: you can redistribute it and/or modify
       
    16  it under the terms of the GNU General Public License as published by
       
    17  the Free Software Foundation, either version 3 of the License, or
       
    18  (at your option) any later version.
       
    19  .
       
    20  This package is distributed in the hope that it will be useful,
       
    21  but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    22  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
    23  GNU General Public License for more details.
       
    24  .
       
    25  You should have received a copy of the GNU General Public License
       
    26  along with this program. If not, see <http://www.gnu.org/licenses/>.
       
    27  .
       
    28  On Debian systems, the complete text of the GNU General
       
    29  Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
       
    30 
       
    31 # Please also look if there are files or directories which have a
       
    32 # different copyright/license attached and list them here.
       
    33 # Please avoid to pick license terms that are more restrictive than the
       
    34 # packaged work, as it may make Debian's contributions unacceptable upstream.