copyright 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
  2. Upstream-Name: portspoof-ng
  3. Source: <url://example.com>
  4. Files: *
  5. Copyright: 2016 Michele Orrù
  6. License: MIT-License
  7. Licensed under the Apache License, Version 2.0 <LICENSE-APACHE
  8. or http://www.apache.org/licenses/LICENSE-2.0> or the MIT
  9. license <LICENSE-MIT or http://opensource.org/licenses/MIT>,
  10. at your option. All files in the project carrying such
  11. notice may not be copied, modified, or distributed except
  12. according to those terms.
  13. # If you want to use GPL v2 or later for the /debian/* files use
  14. # the following clauses, or change it to suit. Delete these two lines
  15. Files: debian/*
  16. Copyright: 2016 Michele Orru` <maker@tumbolandia.net>
  17. License: GPL-2+
  18. This package is free software; you can redistribute it and/or modify
  19. it under the terms of the GNU General Public License as published by
  20. the Free Software Foundation; either version 2 of the License, or
  21. (at your option) any later version.
  22. .
  23. This package is distributed in the hope that it will be useful,
  24. but WITHOUT ANY WARRANTY; without even the implied warranty of
  25. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  26. GNU General Public License for more details.
  27. .
  28. You should have received a copy of the GNU General Public License
  29. along with this program. If not, see <https://www.gnu.org/licenses/>
  30. .
  31. On Debian systems, the complete text of the GNU General
  32. Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
  33. # Please also look if there are files or directories which have a
  34. # different copyright/license attached and list them here.
  35. # Please avoid picking licenses with terms that are more restrictive than the
  36. # packaged work, as it may make Debian's contributions unacceptable upstream.