copyright 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
  2. Source: <url://example.com>
  3. Upstream-Name: kbdled
  4. Upstream-Contact: <preferred name and address to reach the upstream project>
  5. Files:
  6. *
  7. Copyright:
  8. <years> <put author's name and email here>
  9. <years> <likewise for another author>
  10. License: <special license>
  11. <Put the license of the package here indented by 1 space>
  12. <This follows the format of Description: lines in control file>
  13. .
  14. <Including paragraphs>
  15. # If you want to use GPL v2 or later for the /debian/* files use
  16. # the following clauses, or change it to suit. Delete these two lines
  17. Files:
  18. debian/*
  19. Copyright:
  20. 2026 devnull <debian@siningsoft.de>
  21. License: GPL-2+
  22. This package is free software; you can redistribute it and/or modify
  23. it under the terms of the GNU General Public License as published by
  24. the Free Software Foundation; either version 2 of the License, or
  25. (at your option) any later version.
  26. .
  27. This package is distributed in the hope that it will be useful,
  28. but WITHOUT ANY WARRANTY; without even the implied warranty of
  29. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  30. GNU General Public License for more details.
  31. .
  32. You should have received a copy of the GNU General Public License
  33. along with this program. If not, see <https://www.gnu.org/licenses/>
  34. Comment:
  35. On Debian systems, the complete text of the GNU General
  36. Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
  37. # Please also look if there are files or directories which have a
  38. # different copyright/license attached and list them here.
  39. # Please avoid picking licenses with terms that are more restrictive than the
  40. # packaged work, as it may make Debian's contributions unacceptable upstream.
  41. #
  42. # If you need, there are some extra license texts available in two places:
  43. # /usr/share/debhelper/dh_make/licenses/
  44. # /usr/share/common-licenses/