COPYING 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. Apt is copyright 1997, 1998, 1999 Jason Gunthorpe and others.
  2. Apt is licensed under the terms of the GNU General Public License (GPL),
  3. version 2.0 or later, as published by the Free Software Foundation. See
  4. the file COPYING.GPL [included], /usr/share/common-licenses/GPL, or
  5. <http://www.gnu.org/copyleft/gpl.txt> for the terms of the latest version
  6. of the GNU General Public License.
  7. In addition, prior to November 15th, 2000, apt may be distributed under
  8. terms identical to the above with the following addition:
  9. Works using apt may link against the GUI library "libqt", copyright by
  10. Troll Tech AS, Norway, provided that:
  11. 1. The version of "libqt" is licensed under the terms of the "Qt Free Edition
  12. License" published by Troll Tech AS. The license terms identified as
  13. the Qt Free Edition License below are the only such terms under which
  14. distribution of works derived from both apt and "libqt" are permitted;
  15. and
  16. 2. The source code of the version of "libqt" used is
  17. a) Distributed with the binary version;
  18. or
  19. b) Downloadable by anyone, without fee, using a publicly-announced
  20. URL on the Internet, for a duration of at least three years
  21. starting with distribution of the binary version.
  22. On and after November 15th, 2000, the above additional terms lose all
  23. force, and apt will be licensed only under the terms of the GNU General
  24. Public License, version 2.0 or later.
  25. _______________________________________________________________
  26. The following text, up to the text of the Qt Free Edition License, is
  27. informational and not part of the license terms on apt.
  28. Modifications to apt in either source or compiled form must be licensed
  29. under the terms of the GNU General Public License, version 2.0 (or later),
  30. but need not include the above clause permitting usage of the "libqt"
  31. library under the Qt Free Edition License. Note that removal of this
  32. clause will result in software which is not licensed for binary
  33. redistribution linked against software governed by the Qt Free Edition
  34. License. In the event that a version of "libqt" is released that is
  35. licensed under terms that do not conflict with the GPL, the additional
  36. clause above is not required to grant permission for distribution of works
  37. that are derived from both apt and "libqt".
  38. No part of apt is licensed under the Qt Free Edition License. The terms
  39. below are provided to help identify the circumstances under which the
  40. "libqt" library may be used with apt (or a work derived from both). The
  41. terms below are copied from the LICENSE file of the qt-1.44 distribution,
  42. as of November 10th, 1999.
  43. _______________________________________________________________
  44. QT FREE EDITION LICENSE
  45. Copyright (C) 1992-1999 Troll Tech AS. All rights reserved.
  46. This is the license for Qt Free Edition version 1.44; it covers private use,
  47. use of third-party application programs based on Qt, and development of
  48. free software for the free software community.
  49. COPYRIGHT AND RESTRICTIONS
  50. The Qt toolkit is a product of Troll Tech AS. The Qt Free Edition is limited
  51. to use with the X Window System.
  52. You may copy this version of the Qt Free Edition provided that the entire
  53. archive is distributed unchanged and as a whole, including this notice.
  54. You may use this version of the Qt Free Edition to compile, link and run
  55. application programs legally developed by third parties.
  56. You may use the Qt Free Edition to create application programs
  57. provided that:
  58. You accept this license.
  59. Your software does not require modifications to Qt Free Edition.
  60. You satisfy ONE of the following three requirements
  61. EITHER
  62. Users of your software can freely obtain source code for the
  63. software, freely modify the source code (possibly with
  64. restrictions on copyright notices, attributions and legal
  65. responsibility), and freely redistribute original or modified
  66. versions of the software.
  67. OR
  68. Your software is distributed under the GNU GENERAL
  69. PUBLIC LICENSE, version 2 or later, as defined by the
  70. Free Software Foundation.
  71. OR
  72. Your software is distributed under the GNU LIBRARY
  73. GENERAL PUBLIC LICENSE, version 2 or later, as
  74. defined by the Free Software Foundation.
  75. If you are paid to develop something with Qt Free Edition or it is a part of
  76. your job the following conditions also apply:
  77. Your software must not require libraries, programs, data or
  78. documentation that are not available outside your organization in
  79. order to compile or use.
  80. If and when your organization starts using the software, you must
  81. notify Troll Tech AS of the following:
  82. Your organization's name and purpose.
  83. The software's name and purpose.
  84. The software's license.
  85. That your organization considers the software to be free
  86. software.
  87. You may also use the Qt Free Edition to create reusable components
  88. (such as libraries) provided that you accept the terms above, and in
  89. addition that:
  90. Your components' license includes the following text:
  91. [Your package] requires the Qt library, which is
  92. copyright Troll Tech AS. Freely distributable
  93. programs may generally use Qt Free Edition free of
  94. charge, see [README.QT] for details.
  95. README.QT is distributed along with your components.
  96. Qt Free Edition is not distributed as an integral part of your
  97. components.
  98. LIMITATIONS OF LIABILITY
  99. Troll Tech AS makes no obligation under this license to support or
  100. upgrade Qt Free Edition, or assist in the use of Qt Free Edition.
  101. In no event shall Troll Tech AS be liable for any lost revenue or profits or
  102. other direct, indirect, special, incidental or consequential damages, even
  103. if Troll Tech has been advised of the possibility of such damages.
  104. QT FREE EDITION IS PROVIDED AS IS WITH NO WARRANTY OF ANY KIND,
  105. INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A
  106. PARTICULAR PURPOSE.
  107. _______________________________________________________________