AUTHORS 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. KallistiOS Authors List
  2. -----------------------
  3. The following is a list of all of the attributed authors for KallistiOS, as well
  4. as the year(s) of their contributions. As KallistiOS is copyrighted computer
  5. software, any use of any parts of KallistiOS must give attribution to the
  6. authors who produced it. The names here are listed in no particular order. It is
  7. the responsibility of any contributors to KallistiOS to add themselves to this
  8. file in order to document their contributions. Note that this list covers only
  9. KallistiOS itself, and not any utilities that are bundled with it nor any
  10. external libraries that it may use on any given platform (such as Newlib or
  11. libgcc). Please consult a legal professional if you intend to use KallistiOS for
  12. any commercial purposes to clarify the licensing restrictions that may be placed
  13. on your software due to its use of KallistiOS or other libraries.
  14. Also, keep in mind that libraries included in kos-ports are also not covered by
  15. this list, and may have differing license restrictions than KallistiOS itself.
  16. Once again, if in doubt, contact a legal professional.
  17. For more information about the license that KallistiOS is distributed under,
  18. please see the README.KOS file in the doc directory.
  19. Contributors list (under the normal KOS license):
  20. -------------------------------------------------
  21. Dan Potter: 1997, 2000, 2001, 2002, 2003, 2004
  22. Lawrence Sebald: 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018
  23. Sam Steele: 2004
  24. Gil Megidish: 2002
  25. Florian Schulze: 2002
  26. Walter van Niftrik: 2005
  27. Donald Haase: 2008, 2014
  28. Andrew Kieschnick: 2000, 2001, 2002, 2003
  29. Jordan DeLong: 2000, 2001, 2002
  30. Bero: 2002
  31. Kazuaki Matsumoto: 2002
  32. Anders Clerwall (scav): 2001
  33. Nick Kochakian: 2002, 2004
  34. Vincent Penne: 2004
  35. Roger Cattermole: 2002
  36. Paul Boese: 2002
  37. Brian Paul: 1999, 2000, 2001
  38. Josh Pearson: 2013, 2014, 2015, 2016
  39. Joe Fenton: 2016
  40. Stefan Galowicz: 2016, 2017
  41. Files with Specific licenses:
  42. -----------------------------
  43. include/pthread.h:
  44. /* pthread.h
  45. *
  46. * Written by Joel Sherrill <joel@OARcorp.com>.
  47. *
  48. * COPYRIGHT (c) 1989-2000.
  49. * On-Line Applications Research Corporation (OAR).
  50. *
  51. * Permission to use, copy, modify, and distribute this software for any
  52. * purpose without fee is hereby granted, provided that this entire notice
  53. * is included in all copies of any software which is or includes a copy
  54. * or modification of this software.
  55. *
  56. * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
  57. * WARRANTY. IN PARTICULAR, THE AUTHOR MAKES NO REPRESENTATION
  58. * OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY OF THIS
  59. * SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
  60. *
  61. */
  62. kernel/libc/koslib/realpath.c:
  63. /*
  64. * Copyright (c) 2003 Constantin S. Svintsoff <kostik@iclub.nsu.ru>
  65. *
  66. * Redistribution and use in source and binary forms, with or without
  67. * modification, are permitted provided that the following conditions
  68. * are met:
  69. * 1. Redistributions of source code must retain the above copyright
  70. * notice, this list of conditions and the following disclaimer.
  71. * 2. Redistributions in binary form must reproduce the above copyright
  72. * notice, this list of conditions and the following disclaimer in the
  73. * documentation and/or other materials provided with the distribution.
  74. * 3. The names of the authors may not be used to endorse or promote
  75. * products derived from this software without specific prior written
  76. * permission.
  77. *
  78. * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  79. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  80. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  81. * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  82. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  83. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  84. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  85. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  86. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  87. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  88. * SUCH DAMAGE.
  89. */
  90. kernel/arch/dreamcast/kernel/gdb_stub.c:
  91. /* This is originally based on an m68k software stub written by Glenn
  92. Engel at HP, but has changed quite a bit.
  93. Modifications for the SH by Ben Lee and Steve Chamberlain
  94. Modifications for KOS by Dan Potter (earlier) and Richard Moats (more
  95. recently).
  96. */
  97. /****************************************************************************
  98. THIS SOFTWARE IS NOT COPYRIGHTED
  99. HP offers the following for use in the public domain. HP makes no
  100. warranty with regard to the software or it's performance and the
  101. user accepts the software "AS IS" with all faults.
  102. HP DISCLAIMS ANY WARRANTIES, EXPRESS OR IMPLIED, WITH REGARD
  103. TO THIS SOFTWARE INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  104. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  105. ****************************************************************************/