copyright 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
  2. Upstream-Name: jQuery throttle / debounce
  3. Upstream-Contact: Ben Alman <cowboy+contact@benalman.com>
  4. Source: https://github.com/cowboy/jquery-throttle-debounce/
  5. Files-Excluded:
  6. *.min.js
  7. shared/ba-debug.js
  8. shared/jquery-*.js
  9. shared/qunit.js
  10. shared/SyntaxHighlighter/
  11. docs/
  12. examples/index.css
  13. Files: *
  14. Copyright:
  15. © 2010 Ben Alman <cowboy+contact@benalman.com>
  16. License: Expat or GPL
  17. License-Grant:
  18. All of the original JavaScript, PHP, and other code samples, plugins, and
  19. snippets offered on this site are Copyright © 2010 “Cowboy” Ben Alman and
  20. dual licensed under the MIT and GPL licenses (except where the transition
  21. is not yet complete, and the code is still just MIT licensed). Please use
  22. and enjoy, and all I ask is that you let me know in the comments how it’s
  23. working for you.
  24. Comment:
  25. Retrieved 2016-07-03 from <URL:http://benalman.com/about/license/>.
  26. .
  27. The “MIT” license text at that page is identical to the terms of the Expat
  28. license as published by James Clark.
  29. Files: debian/*
  30. Copyright:
  31. © 2009–2016 Ben Finney <ben+debian@benfinney.id.au>
  32. License: GPL-3+
  33. License-Grant:
  34. This is free software; you may copy, modify, and/or distribute this work
  35. under the terms of the GNU General Public License as published by the Free
  36. Software Foundation; version 3 of that License or later.
  37. No warranty expressed or implied.
  38. License: Expat
  39. Permission is hereby granted, free of charge, to any person obtaining a
  40. copy of this software and associated documentation files (the "Software"),
  41. to deal in the Software without restriction, including without limitation
  42. the rights to use, copy, modify, merge, publish, distribute, sublicense,
  43. and/or sell copies of the Software, and to permit persons to whom the
  44. Software is furnished to do so, subject to the following conditions:
  45. .
  46. The above copyright notice and this permission notice shall be included in
  47. all copies or substantial portions of the Software.
  48. .
  49. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  50. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  51. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  52. THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  53. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  54. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  55. DEALINGS IN THE SOFTWARE.
  56. License: GPL
  57. On Debian systems, the complete text of the GNU General Public License can
  58. be found in ‘/usr/share/common-licenses/GPL’.
  59. License: GPL-3+
  60. On Debian systems, the complete text of the GNU General Public License
  61. version 3 can be found in ‘/usr/share/common-licenses/GPL-3’.
  62. # Local variables:
  63. # coding: utf-8
  64. # mode: debian-copyright
  65. # fill-column: 78
  66. # End:
  67. # vim: fileencoding=utf-8 textwidth=78 :