My build of the simple terminal from suckless.org.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

102 lines
4.1 KiB

  1. Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
  2. Upstream-Name: st
  3. Upstream-Contact: https://suckless.org/community/
  4. Source: https://st.suckless.org
  5. Files: *
  6. Copyright:
  7. 2014-2018 Hiltjo Posthuma <hiltjo at codemadness dot org>
  8. 2018 Devin J. Pohly <djpohly at gmail dot com>
  9. 2014-2017 Quentin Rameau <quinq at fifth dot space>
  10. 2009-2012 Aurélien APTEL <aurelien dot aptel at gmail dot com>
  11. 2008-2017 Anselm R Garbe <garbeam at gmail dot com>
  12. 2012-2017 Roberto E. Vargas Caballero <k0ga at shike2 dot com>
  13. 2012-2016 Christoph Lohmann <20h at r-36 dot net>
  14. 2013 Eon S. Jeon <esjeon at hyunmu dot am>
  15. 2013 Alexander Sedov <alex0player at gmail dot com>
  16. 2013 Mark Edgar <medgar123 at gmail dot com>
  17. 2013-2014 Eric Pruitt <eric.pruitt at gmail dot com>
  18. 2013 Michael Forney <mforney at mforney dot org>
  19. 2013-2014 Markus Teich <markus dot teich at stusta dot mhn dot de>
  20. 2014-2015 Laslo Hunhold <dev at frign dot de>
  21. License: Expat
  22. Files: arg.h
  23. Copyright: 2017-2018 Christoph Lohmann <20h at r-36 dot net>
  24. License: Expat
  25. Comment:
  26. Got written permission from the Author.
  27. The relevant email excerpts follow.
  28. .
  29. On 2017-07-25 13:56, Christoph Lohmann wrote:
  30. > On Tue, 25 Jul 2017 13:56:30 Paride Legovini <pl@ninthfloor.org> wrote:
  31. > > while working on software packaging I encountered your arg.h file, with
  32. > > just the following notice:
  33. > >
  34. > > /*
  35. > > * Copy me if you can.
  36. > > * by 20h
  37. > > */
  38. > >
  39. > > and no proper copyright attribution. I tracked down the file to `sbase',
  40. > > but I'm still unsure about where your actual intentions about the
  41. > > license for this file. May I assume it's MIX/X Consortium licensed as
  42. > > the rest of sbase?
  43. >
  44. > The license is meant to be public domain. History has destroyed this
  45. > dream of real public domain and lawyers live their greed.
  46. >
  47. > You can assume that it is MIT/X licensed. This will satisfy all
  48. > discussions.
  49. .
  50. On 2017-07-26 13:20, Christoph Lohmann wrote:
  51. > On Wed, 26 Jul 2017 13:20:40 Paride Legovini <pl@ninthfloor.org> wrote:
  52. >
  53. > > May I publicly quote your email?
  54. >
  55. > You are allowed to do that.
  56. Files: debian/*
  57. Copyright:
  58. 2009-2016 Jari Aalto <jari.aalto@cante.net>
  59. 2016 Dmitry Bogatov <KAction@gnu.org>
  60. 2016 Gianfranco Costamagna <locutusofborg@debian.org>
  61. 2018 Paride Legovini <pl@ninthfloor.org>
  62. License: GPL-2+
  63. License: Expat
  64. Permission is hereby granted, free of charge, to any person obtaining a
  65. copy of this software and associated documentation files (the "Software"),
  66. to deal in the Software without restriction, including without limitation
  67. the rights to use, copy, modify, merge, publish, distribute, sublicense,
  68. and/or sell copies of the Software, and to permit persons to whom the
  69. Software is furnished to do so, subject to the following conditions:
  70. .
  71. The above copyright notice and this permission notice shall be included in
  72. all copies or substantial portions of the Software.
  73. .
  74. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  75. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  76. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  77. THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  78. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  79. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  80. DEALINGS IN THE SOFTWARE.
  81. License: GPL-2+
  82. This package is free software; you can redistribute it and/or modify
  83. it under the terms of the GNU General Public License as published by
  84. the Free Software Foundation; either version 2 of the License, or
  85. (at your option) any later version.
  86. .
  87. This package is distributed in the hope that it will be useful,
  88. but WITHOUT ANY WARRANTY; without even the implied warranty of
  89. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  90. GNU General Public License for more details.
  91. .
  92. You should have received a copy of the GNU General Public License
  93. along with this program. If not, see <http://www.gnu.org/licenses/>.
  94. .
  95. On Debian systems, the complete text of the GNU General
  96. Public License can be found in "/usr/share/common-licenses/GPL-2".