copyright 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
  2. Upstream-Name: pylockfile
  3. Upstream-Contact: OpenStack Foundation <openstack-dev@lists.openstack.org>
  4. Source: http://pypi.python.org/packages/source/l/lockfile/
  5. Files: *
  6. Copyright:
  7. © 2014–2015 OpenStack Foundation <openstack-dev@lists.openstack.org>
  8. © 2007–2012 Skip Montanaro <skip@pobox.com>
  9. © 2008–2014 Ben Finney <ben+python@benfinney.id.au>
  10. License: Expat
  11. Files: lockfile/pidlockfile.py
  12. Copyright:
  13. © 2008–2009 Ben Finney <ben+python@benfinney.id.au>
  14. License: Expat
  15. License-Grant:
  16. This is free software; you may copy, modify, and/or distribute this work
  17. under the terms of the Expat license as published by James Clark.
  18. No warranty expressed or implied.
  19. Comment:
  20. This is an additional grant of license, not yet published in the upstream
  21. source.
  22. Files: debian/*
  23. Copyright:
  24. © 2009–2016 Ben Finney <bignose@debian.org>
  25. License: Expat
  26. License-Grant:
  27. This is free software; you may copy, modify, and/or distribute this work
  28. under the terms of the Expat license as published by James Clark.
  29. No warranty expressed or implied.
  30. Files:
  31. debian/tests/smoke_test.py
  32. debian/tests/smoke-python*
  33. Copyright:
  34. © 2016 Ben Finney <bignose@debian.org>
  35. License: GPL-3+
  36. License-Grant:
  37. This is free software; you may copy, modify, and/or distribute this work
  38. under the terms of the GNU General Public License, version 3 or later.
  39. No warranty expressed or implied.
  40. License: Expat
  41. Permission is hereby granted, free of charge, to any person obtaining a
  42. copy of this software and associated documentation files (the "Software"),
  43. to deal in the Software without restriction, including without limitation
  44. the rights to use, copy, modify, merge, publish, distribute, sublicense,
  45. and/or sell copies of the Software, and to permit persons to whom the
  46. Software is furnished to do so, subject to the following conditions:
  47. .
  48. The above copyright notice and this permission notice shall be included in
  49. all copies or substantial portions of the Software.
  50. .
  51. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  52. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  53. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  54. THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  55. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  56. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  57. DEALINGS IN THE SOFTWARE.
  58. License: GPL-3+
  59. On Debian systems, the complete text of the GNU General Public
  60. License version 3 can be found in ‘/usr/share/common-licenses/GPL-3’.
  61. # Local variables:
  62. # coding: utf-8
  63. # mode: debian-copyright
  64. # fill-column: 78
  65. # End:
  66. # vim: fileencoding=utf-8 textwidth=78 :