25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

33 lines
1.2 KiB

  1. Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
  2. Upstream-Name: wiringpi
  3. Source: https://git.drogon.net/?p=wiringPi;a=summary
  4. Files: *
  5. Copyright: 2012-2018 Gordon Henderson <projects@drogon.net>
  6. License: LGPL-3.0+
  7. Files: wiringPi/wiringShift.h
  8. Copyright: 2009-2012 Gordon Henderson <projects@drogon.net>
  9. License: LGPL-3.0+
  10. Files: debian/*
  11. Copyright: 2019 Dave Jones <dave.jones@canonical.com>
  12. License: LGPL-3.0+
  13. License: LGPL-3.0+
  14. This package is free software; you can redistribute it and/or
  15. modify it under the terms of the GNU Lesser General Public
  16. License as published by the Free Software Foundation; either
  17. version 3 of the License, or (at your option) any later version.
  18. .
  19. This package is distributed in the hope that it will be useful,
  20. but WITHOUT ANY WARRANTY; without even the implied warranty of
  21. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  22. Lesser General Public License for more details.
  23. .
  24. You should have received a copy of the GNU Lesser General Public License
  25. along with this program. If not, see <https://www.gnu.org/licenses/>.
  26. .
  27. On Debian systems, the complete text of the GNU Lesser General
  28. Public License can be found in "/usr/share/common-licenses/LGPL-3".