copyright 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
  2. Upstream-Name: jquery-textcomplete
  3. Upstream-Contact: Yuku Takahashi <taka84u9@gmail.com>
  4. Source: https://github.com/yuku-t/jquery-textcomplete/
  5. Files-Excluded:
  6. dist/
  7. src/vendor/
  8. Files: *
  9. Copyright:
  10. © 2013–2016 Yuku Takahashi <taka84u9@gmail.com>
  11. License: Expat
  12. Files: debian/*
  13. Copyright:
  14. © 2008–2016 Ben Finney <bignose@debian.org>
  15. License: GPL-3+
  16. License-Grant:
  17. This is free software; you may copy, modify, and/or distribute this work
  18. under the terms of the GNU General Public License as published by the Free
  19. Software Foundation; version 3 of that License or later.
  20. No warranty expressed or implied.
  21. License: Expat
  22. Permission is hereby granted, free of charge, to any person obtaining a
  23. copy of this software and associated documentation files (the "Software"),
  24. to deal in the Software without restriction, including without limitation
  25. the rights to use, copy, modify, merge, publish, distribute, sublicense,
  26. and/or sell copies of the Software, and to permit persons to whom the
  27. Software is furnished to do so, subject to the following conditions:
  28. .
  29. The above copyright notice and this permission notice shall be included in
  30. all copies or substantial portions of the Software.
  31. .
  32. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  33. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  34. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  35. THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  36. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  37. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  38. DEALINGS IN THE SOFTWARE.
  39. License: GPL-3+
  40. On Debian systems, the complete text of the GNU General Public License
  41. version 3 can be found in ‘/usr/share/common-licenses/GPL-3’.
  42. # Local variables:
  43. # coding: utf-8
  44. # mode: debian-copyright
  45. # fill-column: 78
  46. # End:
  47. # vim: fileencoding=utf-8 textwidth=78 :