copyright.h 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: copyright.h
  3. // Purpose: Copyright and license page of the Doxygen manual
  4. // Author: wxWidgets team
  5. // Licence: wxWindows licence
  6. /////////////////////////////////////////////////////////////////////////////
  7. /**
  8. @page page_copyright Copyrights and Licenses
  9. @section section_copyright wxWidgets Copyrights and Licenses
  10. Copyright (c) 1992-2013 Julian Smart, Vadim Zeitlin, Stefan Csomor, Robert
  11. Roebling, and other members of the wxWidgets team, please see the
  12. acknowledgements section below.
  13. Portions (c) 1996 Artificial Intelligence Applications Institute
  14. Please also see the wxWindows licence files (preamble.txt, lgpl.txt, gpl.txt,
  15. licence.txt, licendoc.txt) for conditions of software and documentation use.
  16. Note that we use the old name wxWindows in the licence, pending
  17. recognition of the new name by OSI.
  18. @li @subpage page_copyright_wxlicense
  19. @li @subpage page_copyright_gnulicense
  20. @li @subpage page_copyright_xserver
  21. @section section_acknowledgements Acknowledgements
  22. The following is the list of the core, active developers of wxWidgets which keep
  23. it running and have provided an invaluable, extensive and high-quality amount of
  24. changes over the many of years of wxWidgets' life:
  25. @li Julian Smart
  26. @li Vadim Zeitlin
  27. @li Robert Roebling
  28. @li Robin Dunn
  29. @li Stefan Csomor
  30. @li Vaclav Slavik
  31. @li Paul Cornett
  32. @li Wlodzimierz `ABX' Skiba
  33. @li Chris Elliott
  34. @li David Elliott
  35. @li Kevin Hock
  36. @li Stefan Neis
  37. @li Michael Wetherell
  38. We would particularly like to thank the following peoples for their contributions
  39. to wxWidgets, and the many others who have been involved in the project over the years.
  40. Apologies for any unintentional omissions from this alphabetic list:
  41. Yiorgos Adamopoulos, Jamshid Afshar, Alejandro Aguilar-Sierra, AIAI,
  42. Patrick Albert, Karsten Ballueder, Mattia Barbon, Michael Bedward,
  43. Kai Bendorf, Yura Bidus, Keith Gary Boyce, Chris Breeze, Pete Britton,
  44. Ian Brown, C. Buckley, Marco Cavallini, Dmitri Chubraev, Robin Corbet, Cecil Coupe,
  45. Andrew Davison, Gilles Depeyrot, Neil Dudman, Hermann Dunkel, Jos van Eijndhoven,
  46. Tom Felici, Thomas Fettig, Matthew Flatt, Pasquale Foggia, Josep Fortiana, Todd Fries,
  47. Dominic Gallagher, Guillermo Rodriguez Garcia, Wolfram Gloger, Norbert Grotz,
  48. Stefan Gunter, Bill Hale, Patrick Halke, Stefan Hammes, Guillaume Helle,
  49. Harco de Hilster, Cord Hockemeyer, Markus Holzem, Olaf Klein, Leif Jensen,
  50. Bart Jourquin, Guilhem Lavaux, Ron Lee, Jan Lessner, Nicholas Liebmann,
  51. Torsten Liermann, Per Lindqvist, Francesco Montorsi, Thomas Runge, Tatu Männistö,
  52. Scott Maxwell, Thomas Myers, Oliver Niedung, Ryan Norton, Hernan Otero,
  53. Ian Perrigo, Timothy Peters, Giordano Pezzoli, Harri Pasanen, Thomaso Paoletti,
  54. Garrett Potts, Marcel Rasche, Dino Scaringella, Jobst Schmalenbach, Arthur Seaton,
  55. Paul Shirley, Stein Somers, Petr Smilauer, Neil Smith, Kari Systä, George Tasker,
  56. Arthur Tetzlaff-Deas, Jonathan Tonberg, Jyrki Tuomi, Janos Vegh, Andrea Venturoli,
  57. David Webster, Otto Wyss, Xiaokun Zhu, Edward Zimmermann.
  58. Many thanks also to AIAI for being willing to release the original version of
  59. wxWidgets into the public domain, and to our patient partners.
  60. `Graphplace', the basis for the wxGraphLayout library, is copyright Dr. Jos
  61. T.J. van Eijndhoven of Eindhoven University of Technology. The code has
  62. been used in wxGraphLayout (not in wxWidgets anymore) with his permission.
  63. We also acknowledge the author of XFIG, the excellent Unix drawing tool,
  64. from the source of which we have borrowed some spline drawing code.
  65. His copyright is included below.
  66. <em>
  67. XFig2.1 is copyright (c) 1985 by Supoj Sutanthavibul. Permission to
  68. use, copy, modify, distribute, and sell this software and its
  69. documentation for any purpose is hereby granted without fee, provided
  70. that the above copyright notice appear in all copies and that both that
  71. copyright notice and this permission notice appear in supporting
  72. documentation, and that the name of M.I.T. not be used in advertising or
  73. publicity pertaining to distribution of the software without specific,
  74. written prior permission. M.I.T. makes no representations about the
  75. suitability of this software for any purpose. It is provided ``as is''
  76. without express or implied warranty.
  77. </em>
  78. @page page_copyright_wxlicense wxWindows Library Licence
  79. @verbinclude "licence.txt"
  80. @page page_copyright_gnulicense GNU Library General Public License
  81. @verbinclude "lgpl.txt"
  82. @page page_copyright_xserver The Open Group and DEC License
  83. @verbinclude "xserver.txt"
  84. */