LICENSE 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. Copyright (c) 2005-2021 remains with the authors.
  2. Agda 2 was originally written by Ulf Norell,
  3. partially based on code from Agda 1 by Catarina Coquand and Makoto Takeyama,
  4. and from Agdalight by Ulf Norell and Andreas Abel.
  5. Agda 2 is currently actively developed mainly by Andreas Abel,
  6. Guillaume Allais, Liang-Ting Chen, Jesper Cockx, Matthew Daggitt, Nils
  7. Anders Danielsson, Ulf Norell, Andrés Sicard-Ramírez, and Andrea
  8. Vezzosi.
  9. Further, Agda 2 has received contributions by, amongst others, Stevan
  10. Andjelkovic, Marcin Benke, Jean-Philippe Bernardy, Guillaume Brunerie,
  11. James Chapman, Dominique Devriese, Péter Diviánszky, Robert Estelle,
  12. Olle Fredriksson, Adam Gundry, Daniel Gustafsson, Philipp Hausmann,
  13. Alan Jeffrey, Wolfram Kahl, Wen Kokke, John Leo, Fredrik Lindblad,
  14. Víctor López Juan, Ting-Gan Lua, Francesco Mazzoli, Stefan Monnier,
  15. Guilhem Moulin, Fredrik Nordvall Forsberg, Nicolas Pouillard, Jonathan
  16. Prieto, Christian Sattler, Makoto Takeyama, Noam Zeilberger, and Tesla
  17. Ice Zhang. The full list of contributors is available at
  18. https://github.com/agda/agda/graphs/contributors or from the git
  19. repository via ``git shortlog -sne``.
  20. Permission is hereby granted, free of charge, to any person obtaining
  21. a copy of this software and associated documentation files (the
  22. "Software"), to deal in the Software without restriction, including
  23. without limitation the rights to use, copy, modify, merge, publish,
  24. distribute, sublicense, and/or sell copies of the Software, and to
  25. permit persons to whom the Software is furnished to do so, subject to
  26. the following conditions:
  27. The above copyright notice and this permission notice shall be
  28. included in all copies or substantial portions of the Software.
  29. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  30. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  31. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  32. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  33. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  34. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  35. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  36. --------------------------------------------------------------------------------
  37. The file src/full/Agda/Utils/Maybe/Strict.hs (and the following
  38. license text?) uses the following license:
  39. Copyright (c) Roman Leshchinskiy 2006-2007
  40. Redistribution and use in source and binary forms, with or without
  41. modification, are permitted provided that the following conditions
  42. are met:
  43. 1. Redistributions of source code must retain the above copyright
  44. notice, this list of conditions and the following disclaimer.
  45. 2. Redistributions in binary form must reproduce the above copyright
  46. notice, this list of conditions and the following disclaimer in the
  47. documentation and/or other materials provided with the distribution.
  48. 3. Neither the name of the author nor the names of his contributors
  49. may be used to endorse or promote products derived from this software
  50. without specific prior written permission.
  51. THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTORS ``AS IS'' AND
  52. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  53. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  54. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
  55. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  56. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  57. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  58. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  59. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  60. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  61. SUCH DAMAGE.
  62. ------------------------------------------------------------------------
  63. The file src/data/html/highlight-hover.js (and the following licence
  64. text?) seems to use the following licence:
  65. Copyright 2002-2010, Simon Marlow. All rights reserved.
  66. Redistribution and use in source and binary forms, with or without
  67. modification, are permitted provided that the following conditions are met:
  68. - Redistributions of source code must retain the above copyright notice,
  69. this list of conditions and the following disclaimer.
  70. - Redistributions in binary form must reproduce the above copyright notice,
  71. this list of conditions and the following disclaimer in the documentation
  72. and/or other materials provided with the distribution.
  73. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "AS IS" AND ANY
  74. EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  75. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  76. PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE
  77. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  78. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  79. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
  80. BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  81. WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
  82. OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
  83. IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.