copyright 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
  2. Upstream-Name: xkcdpass
  3. Upstream-Contact: Steven Tobin <steventtobin@gmail.com>
  4. Source: https://github.com/redacted/XKCD-password-generator/
  5. Files: *
  6. Copyright:
  7. © 2011–2016 Steven Tobin <steventtobin@gmail.com> and Contributors
  8. License: BSD-3-clause
  9. License-Grant:
  10. This is free software: you may copy, modify, and/or distribute
  11. this work under the terms of the BSD 3-Clause license.
  12. Files: xkcdpass/static/default.txt
  13. Copyright: none
  14. License: public-domain
  15. The default wordlist is derived mechanically from “12Dicts” by
  16. Alan Beale. It is the understanding of the author of “xkcdpass”
  17. that purely mechanical transformation does not imbue copyright in
  18. the resulting work.
  19. .
  20. The documentation for the “12Dicts” project at
  21. <URL:http://wordlist.aspell.net/12dicts/> contains the following
  22. dedication:
  23. .
  24. The 12dicts lists were compiled by Alan Beale. I explicitly
  25. release them to the public domain, but request acknowledgment of
  26. their use.
  27. Files: debian/*
  28. Copyright:
  29. © 2010–2016 Ben Finney <bignose@debian.org>
  30. License: BSD-3-clause
  31. License-Grant:
  32. This is free software; you may copy, modify and/or distribute this work
  33. under the terms of the BSD 3-clause license.
  34. No warranty expressed or implied.
  35. License: BSD-3-clause
  36. Redistribution and use in source and binary forms, with or without
  37. modification, are permitted provided that the following conditions are
  38. met:
  39. * Redistributions of source code must retain the above copyright
  40. notice, this list of conditions and the following disclaimer.
  41. * Redistributions in binary form must reproduce the above copyright
  42. notice, this list of conditions and the following disclaimer in the
  43. documentation and/or other materials provided with the distribution.
  44. * Neither the name of the <organization> nor the names of its
  45. contributors may be used to endorse or promote products derived from
  46. this software without specific prior written permission.
  47. .
  48. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
  49. IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
  50. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  51. PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR
  52. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  53. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  54. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  55. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  56. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  57. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  58. SUCH DAMAGE.
  59. # Local variables:
  60. # coding: utf-8
  61. # mode: debian-copyright
  62. # fill-column: 78
  63. # End:
  64. # vim: fileencoding=utf-8 textwidth=78 :