licenses.list.txt 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864
  1. ====================BSD-3-Clause====================
  2. Redistribution and use in source and binary forms, with or without
  3. modification, are permitted provided that this notice is preserved.
  4. ====================BSD-4-Clause-UC====================
  5. * Redistribution and use in source and binary forms, with or without
  6. * modification, are permitted provided that the following conditions
  7. * are met:
  8. * 1. Redistributions of source code must retain the above copyright
  9. * notice, this list of conditions and the following disclaimer.
  10. * 2. Redistributions in binary form must reproduce the above copyright
  11. * notice, this list of conditions and the following disclaimer in the
  12. * documentation and/or other materials provided with the distribution.
  13. * 3. All advertising materials mentioning features or use of this software
  14. * must display the following acknowledgement:
  15. * This product includes software developed by the University of
  16. * California, Berkeley and its contributors.
  17. * 4. Neither the name of the University nor the names of its contributors
  18. * may be used to endorse or promote products derived from this software
  19. * without specific prior written permission.
  20. *
  21. * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  22. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  23. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  24. * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  25. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  26. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  27. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  28. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  29. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  30. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  31. * SUCH DAMAGE.
  32. ====================BSD-4-Clause-UC====================
  33. * See also: ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
  34. ====================Bsd-Original-Uc-1986====================
  35. * Redistribution and use in source and binary forms are permitted
  36. * provided that this notice is preserved and that due credit is given
  37. * to the University of Michigan at Ann Arbor. The name of the
  38. * University may not be used to endorse or promote products derived
  39. * from this software without specific prior written permission. This
  40. * software is provided ``as is'' without express or implied warranty.
  41. ====================Bsd-Original-Uc-1986====================
  42. * Redistribution and use in source and binary forms are permitted
  43. * provided that this notice is preserved and that due credit is given
  44. * to the University of Michigan at Ann Arbor. The name of the University
  45. * may not be used to endorse or promote products derived from this
  46. * software without specific prior written permission. This software
  47. * is provided ``as is'' without express or implied warranty.
  48. ====================Bsd-Original-Uc-1986====================
  49. Redistribution and use in source and binary forms are permitted
  50. provided that this notice is preserved and that due credit is given
  51. to the University of Michigan at Ann Arbor. The name of the
  52. University may not be used to endorse or promote products derived
  53. from this software without specific prior written permission. This
  54. software is provided ``as is'' without express or implied warranty.
  55. ====================Bsd-Original-Uc-1986====================
  56. The names of the copyright holders may not be used to endorse or
  57. promote products derived from this software without their specific
  58. prior written permission. This software is provided ``as is''
  59. without express or implied warranty.
  60. ====================COPYRIGHT====================
  61. (dst)->bv_val = memchr( (bv)->bv_val, (c), (bv)->bv_len ); \
  62. (dst)->bv_len = (dst)->bv_val ? (bv)->bv_len - ((dst)->bv_val - (bv)->bv_val) : 0; \
  63. } while (0)
  64. ====================COPYRIGHT====================
  65. ((char *) memchr( (bv)->bv_val, (c), (bv)->bv_len ))
  66. ====================COPYRIGHT====================
  67. * Copyright (C) 1999, 2000 Novell, Inc. All Rights Reserved.
  68. ====================COPYRIGHT====================
  69. * Copyright (C) 2000 Novell, Inc. All Rights Reserved.
  70. ====================COPYRIGHT====================
  71. * Copyright 1998-2024 The OpenLDAP Foundation.
  72. * Copyright 2006 Hans Leidekker
  73. * All rights reserved.
  74. ====================COPYRIGHT====================
  75. * Copyright 1998-2024 The OpenLDAP Foundation.
  76. * Portions Copyright 1998 A. Hartgers.
  77. * All rights reserved.
  78. ====================COPYRIGHT====================
  79. * Copyright 1998-2024 The OpenLDAP Foundation.
  80. * Portions Copyright 1999 Lars Uffmann.
  81. * All rights reserved.
  82. ====================COPYRIGHT====================
  83. * Copyright 1998-2024 The OpenLDAP Foundation.
  84. * Portions Copyright 2007 Pierangelo Masarati.
  85. * All rights reserved.
  86. ====================COPYRIGHT====================
  87. * Copyright 1998-2024 The OpenLDAP Foundation.
  88. * Portions Copyright 2008 Pierangelo Masarati.
  89. * All rights reserved.
  90. ====================COPYRIGHT====================
  91. * Copyright 1998-2024 The OpenLDAP Foundation.
  92. * Portions Copyright 2018 Howard Chu.
  93. * All rights reserved.
  94. ====================COPYRIGHT====================
  95. * Copyright 1999-2024 The OpenLDAP Foundation.
  96. * Portions Copyright 1999-2003 Kurt D. Zeilenga.
  97. * All rights reserved.
  98. ====================COPYRIGHT====================
  99. * Copyright 2001-2024 The OpenLDAP Foundation.
  100. * All rights reserved.
  101. ====================COPYRIGHT====================
  102. * Copyright 2003-2024 The OpenLDAP Foundation.
  103. * Portions Copyright 2003 IBM Corporation.
  104. * All rights reserved.
  105. ====================COPYRIGHT====================
  106. * Copyright 2004-2024 The OpenLDAP Foundation.
  107. * Portions Copyright 2004 Hewlett-Packard Company.
  108. * Portions Copyright 2004 Howard Chu, Symas Corp.
  109. * All rights reserved.
  110. ====================COPYRIGHT====================
  111. * Copyright 2005-2024 The OpenLDAP Foundation.
  112. * Portions Copyright (c) 2005 by Howard Chu, Symas Corp.
  113. * All rights reserved.
  114. ====================COPYRIGHT====================
  115. * Copyright 2005-2024 The OpenLDAP Foundation.
  116. * Portions Copyright 2005-2006 SysNet s.n.c.
  117. * All rights reserved.
  118. ====================COPYRIGHT====================
  119. * Copyright 2006-2024 The OpenLDAP Foundation.
  120. * All rights reserved.
  121. ====================COPYRIGHT====================
  122. * Copyright 2008-2024 The OpenLDAP Foundation.
  123. * All rights reserved.
  124. ====================COPYRIGHT====================
  125. * Copyright 2019-2024 The OpenLDAP Foundation.
  126. * All rights reserved.
  127. ====================COPYRIGHT====================
  128. # Copyright 1999 Computing Research Labs, New Mexico State University
  129. ====================COPYRIGHT====================
  130. /* Portions Copyright (c) 1995 Regents of the University of Michigan.
  131. * All rights reserved.
  132. ====================COPYRIGHT====================
  133. /* Copyright (c) 1991, 1993
  134. * The Regents of the University of California. All rights reserved.
  135. ====================COPYRIGHT====================
  136. /* Copyright 1999, Juan C. Gomez, All rights reserved.
  137. ====================COPYRIGHT====================
  138. /* Copyright 2001 Computing Research Labs, New Mexico State University
  139. ====================COPYRIGHT====================
  140. /* Portions (C) Copyright PADL Software Pty Ltd. 1999
  141. * Redistribution and use in source and binary forms, with or without
  142. * modification, are permitted provided that this notice is preserved
  143. * and that due credit is given to PADL Software Pty Ltd. This software
  144. * is provided ``as is'' without express or implied warranty.
  145. ====================COPYRIGHT====================
  146. /* Portions Copyright (C) 1999, 2000 Novell, Inc. All Rights Reserved.
  147. ====================COPYRIGHT====================
  148. /* Portions Copyright (c) 1990 Regents of the University of Michigan.
  149. * All rights reserved.
  150. ====================COPYRIGHT====================
  151. /* Portions Copyright (c) 1993 Regents of the University of Michigan.
  152. * All rights reserved.
  153. ====================COPYRIGHT====================
  154. /* Portions Copyright (c) 1994 Regents of the University of Michigan.
  155. * All rights reserved.
  156. ====================COPYRIGHT====================
  157. /* Portions Copyright (c) 1994 The Regents of the University of Michigan.
  158. * All rights reserved.
  159. ====================COPYRIGHT====================
  160. /* Portions Copyright (c) 1996 Regents of the University of Michigan.
  161. * All rights reserved.
  162. ====================COPYRIGHT====================
  163. Copyright 1998-2024 The OpenLDAP Foundation
  164. All rights reserved.
  165. ====================COPYRIGHT====================
  166. Copyright 1999-2003 The OpenLDAP Foundation, Redwood City, California, USA.
  167. ====================COPYRIGHT====================
  168. Copyright 1999-2024 The OpenLDAP Foundation, Redwood City, California, USA.
  169. ====================COPYRIGHT====================
  170. Portions Copyright (c) 1992-1996 Regents of the University of Michigan.
  171. All rights reserved.
  172. ====================COPYRIGHT====================
  173. Portions Copyright 1998-2013 Kurt D. Zeilenga.
  174. Portions Copyright 1998-2006 Net Boolean Incorporated.
  175. Portions Copyright 2001-2006 IBM Corporation.
  176. All rights reserved.
  177. ====================COPYRIGHT====================
  178. Portions Copyright 1999-2008 Howard Y.H. Chu.
  179. Portions Copyright 1999-2008 Symas Corporation.
  180. Portions Copyright 1998-2003 Hallvard B. Furuseth.
  181. Portions Copyright 2007-2011 Gavin Henry.
  182. Portions Copyright 2007-2011 Suretec Systems Ltd.
  183. All rights reserved.
  184. ====================Custom-openldap====================
  185. * Redistribution and use in source and binary forms, with or without
  186. * modification, are permitted provided that this notice is preserved
  187. ====================Custom-openldap====================
  188. * This software is not subject to any license of Silicon Graphics
  189. * Inc. or Purdue University.
  190. *
  191. * Redistribution and use in source and binary forms are permitted
  192. * without restriction or fee of any kind as long as this notice
  193. * is preserved.
  194. ====================File: LICENSE====================
  195. The OpenLDAP Public License
  196. Version 2.8, 17 August 2003
  197. Redistribution and use of this software and associated documentation
  198. ("Software"), with or without modification, are permitted provided
  199. that the following conditions are met:
  200. 1. Redistributions in source form must retain copyright statements
  201. and notices,
  202. 2. Redistributions in binary form must reproduce applicable copyright
  203. statements and notices, this list of conditions, and the following
  204. disclaimer in the documentation and/or other materials provided
  205. with the distribution, and
  206. 3. Redistributions must contain a verbatim copy of this document.
  207. The OpenLDAP Foundation may revise this license from time to time.
  208. Each revision is distinguished by a version number. You may use
  209. this Software under terms of this license revision or under the
  210. terms of any subsequent revision of the license.
  211. THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND ITS
  212. CONTRIBUTORS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
  213. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  214. AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
  215. SHALL THE OPENLDAP FOUNDATION, ITS CONTRIBUTORS, OR THE AUTHOR(S)
  216. OR OWNER(S) OF THE SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,
  217. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  218. BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  219. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  220. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  221. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
  222. ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  223. POSSIBILITY OF SUCH DAMAGE.
  224. The names of the authors and copyright holders must not be used in
  225. advertising or otherwise to promote the sale, use or other dealing
  226. in this Software without specific, written prior permission. Title
  227. to copyright in this Software shall at all times remain with copyright
  228. holders.
  229. OpenLDAP is a registered trademark of the OpenLDAP Foundation.
  230. Copyright 1999-2003 The OpenLDAP Foundation, Redwood City,
  231. California, USA. All Rights Reserved. Permission to copy and
  232. distribute verbatim copies of this document is granted.
  233. ====================File: libraries/liblmdb/LICENSE====================
  234. The OpenLDAP Public License
  235. Version 2.8, 17 August 2003
  236. Redistribution and use of this software and associated documentation
  237. ("Software"), with or without modification, are permitted provided
  238. that the following conditions are met:
  239. 1. Redistributions in source form must retain copyright statements
  240. and notices,
  241. 2. Redistributions in binary form must reproduce applicable copyright
  242. statements and notices, this list of conditions, and the following
  243. disclaimer in the documentation and/or other materials provided
  244. with the distribution, and
  245. 3. Redistributions must contain a verbatim copy of this document.
  246. The OpenLDAP Foundation may revise this license from time to time.
  247. Each revision is distinguished by a version number. You may use
  248. this Software under terms of this license revision or under the
  249. terms of any subsequent revision of the license.
  250. THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND ITS
  251. CONTRIBUTORS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
  252. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  253. AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
  254. SHALL THE OPENLDAP FOUNDATION, ITS CONTRIBUTORS, OR THE AUTHOR(S)
  255. OR OWNER(S) OF THE SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,
  256. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  257. BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  258. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  259. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  260. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
  261. ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  262. POSSIBILITY OF SUCH DAMAGE.
  263. The names of the authors and copyright holders must not be used in
  264. advertising or otherwise to promote the sale, use or other dealing
  265. in this Software without specific, written prior permission. Title
  266. to copyright in this Software shall at all times remain with copyright
  267. holders.
  268. OpenLDAP is a registered trademark of the OpenLDAP Foundation.
  269. Copyright 1999-2003 The OpenLDAP Foundation, Redwood City,
  270. California, USA. All Rights Reserved. Permission to copy and
  271. distribute verbatim copies of this document is granted.
  272. ====================MIT====================
  273. * Permission is hereby granted, free of charge, to any person obtaining a
  274. * copy of this software and associated documentation files (the "Software"),
  275. * to deal in the Software without restriction, including without limitation
  276. * the rights to use, copy, modify, merge, publish, distribute, sublicense,
  277. * and/or sell copies of the Software, and to permit persons to whom the
  278. * Software is furnished to do so, subject to the following conditions:
  279. *
  280. * The above copyright notice and this permission notice shall be included in
  281. * all copies or substantial portions of the Software.
  282. *
  283. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  284. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  285. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  286. * THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY
  287. * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
  288. * OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
  289. * THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  290. ====================MIT====================
  291. # Permission is hereby granted, free of charge, to any person obtaining a
  292. # copy of this software and associated documentation files (the "Software"),
  293. # to deal in the Software without restriction, including without limitation
  294. # the rights to use, copy, modify, merge, publish, distribute, sublicense,
  295. # and/or sell copies of the Software, and to permit persons to whom the
  296. # Software is furnished to do so, subject to the following conditions:
  297. #
  298. # The above copyright notice and this permission notice shall be included in
  299. # all copies or substantial portions of the Software.
  300. #
  301. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  302. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  303. # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  304. # THE COMPUTING RESEARCH LAB OR NEW MEXICO STATE UNIVERSITY BE LIABLE FOR ANY
  305. # CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
  306. # OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
  307. # THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  308. ====================OLDAP-2.8====================
  309. This software is available under the OpenLDAP Public License,
  310. ====================OLDAP-2.8====================
  311. * 2.0.1 OF THE OPENLDAP PUBLIC LICENSE, A COPY OF WHICH IS AVAILABLE AT
  312. ====================OLDAP-2.8====================
  313. * 2.0.1 OF THE OPENLDAP PUBLIC LICENSE, A COPY OF WHICH IS AVAILABLE AT
  314. * HTTP://WWW.OPENLDAP.ORG/LICENSE.HTML OR IN THE FILE "LICENSE" IN THE
  315. * TOP-LEVEL DIRECTORY OF THE DISTRIBUTION. ANY USE OR EXPLOITATION OF THIS
  316. ====================OLDAP-2.8====================
  317. * Copyright 1998-2024 The OpenLDAP Foundation
  318. * All rights reserved.
  319. *
  320. * Redistribution and use in source and binary forms, with or without
  321. * modification, are permitted only as authorized by the OpenLDAP
  322. * Public License.
  323. *
  324. * A copy of this license is available in the file LICENSE in the
  325. * top-level directory of the distribution or, alternatively, at
  326. * <http://www.OpenLDAP.org/license.html>.
  327. ====================OLDAP-2.8====================
  328. * Copyright 1998-2024 The OpenLDAP Foundation.
  329. * All rights reserved.
  330. *
  331. * Redistribution and use in source and binary forms, with or without
  332. * modification, are permitted only as authorized by the OpenLDAP
  333. * Public License.
  334. *
  335. * A copy of this license is available in file LICENSE in the
  336. * top-level directory of the distribution or, alternatively, at
  337. * <http://www.OpenLDAP.org/license.html>.
  338. ====================OLDAP-2.8====================
  339. * Copyright 1998-2024 The OpenLDAP Foundation.
  340. * All rights reserved.
  341. *
  342. * Redistribution and use in source and binary forms, with or without
  343. * modification, are permitted only as authorized by the OpenLDAP
  344. * Public License.
  345. *
  346. * A copy of this license is available in the file LICENSE in the
  347. * top-level directory of the distribution or, alternatively, at
  348. * <http://www.OpenLDAP.org/license.html>.
  349. ====================OLDAP-2.8====================
  350. * Copyright 1998-2024 The OpenLDAP Foundation.
  351. * Copyright 2006 Hans Leidekker
  352. * All rights reserved.
  353. *
  354. * Redistribution and use in source and binary forms, with or without
  355. * modification, are permitted only as authorized by the OpenLDAP
  356. * Public License.
  357. *
  358. * A copy of this license is available in the file LICENSE in the
  359. * top-level directory of the distribution or, alternatively, at
  360. * <http://www.OpenLDAP.org/license.html>.
  361. ====================OLDAP-2.8====================
  362. * Copyright 1998-2024 The OpenLDAP Foundation.
  363. * Portions Copyright 1998 A. Hartgers.
  364. * All rights reserved.
  365. *
  366. * Redistribution and use in source and binary forms, with or without
  367. * modification, are permitted only as authorized by the OpenLDAP
  368. * Public License.
  369. *
  370. * A copy of this license is available in the file LICENSE in the
  371. * top-level directory of the distribution or, alternatively, at
  372. * <http://www.OpenLDAP.org/license.html>.
  373. ====================OLDAP-2.8====================
  374. * Copyright 1998-2024 The OpenLDAP Foundation.
  375. * Portions Copyright 1999 Lars Uffmann.
  376. * All rights reserved.
  377. *
  378. * Redistribution and use in source and binary forms, with or without
  379. * modification, are permitted only as authorized by the OpenLDAP
  380. * Public License.
  381. *
  382. * A copy of this license is available in the file LICENSE in the
  383. * top-level directory of the distribution or, alternatively, at
  384. * <http://www.OpenLDAP.org/license.html>.
  385. ====================OLDAP-2.8====================
  386. * Copyright 1998-2024 The OpenLDAP Foundation.
  387. * Portions Copyright 2007 Pierangelo Masarati.
  388. * All rights reserved.
  389. *
  390. * Redistribution and use in source and binary forms, with or without
  391. * modification, are permitted only as authorized by the OpenLDAP
  392. * Public License.
  393. *
  394. * A copy of this license is available in the file LICENSE in the
  395. * top-level directory of the distribution or, alternatively, at
  396. * <http://www.OpenLDAP.org/license.html>.
  397. ====================OLDAP-2.8====================
  398. * Copyright 1998-2024 The OpenLDAP Foundation.
  399. * Portions Copyright 2008 Pierangelo Masarati.
  400. * All rights reserved.
  401. *
  402. * Redistribution and use in source and binary forms, with or without
  403. * modification, are permitted only as authorized by the OpenLDAP
  404. * Public License.
  405. *
  406. * A copy of this license is available in the file LICENSE in the
  407. * top-level directory of the distribution or, alternatively, at
  408. * <http://www.OpenLDAP.org/license.html>.
  409. ====================OLDAP-2.8====================
  410. * Copyright 1998-2024 The OpenLDAP Foundation.
  411. * Portions Copyright 2018 Howard Chu.
  412. * All rights reserved.
  413. *
  414. * Redistribution and use in source and binary forms, with or without
  415. * modification, are permitted only as authorized by the OpenLDAP
  416. * Public License.
  417. *
  418. * A copy of this license is available in the file LICENSE in the
  419. * top-level directory of the distribution or, alternatively, at
  420. * <http://www.OpenLDAP.org/license.html>.
  421. ====================OLDAP-2.8====================
  422. * Copyright 1999-2024 The OpenLDAP Foundation.
  423. * Portions Copyright 1999-2003 Kurt D. Zeilenga.
  424. * All rights reserved.
  425. *
  426. * Redistribution and use in source and binary forms, with or without
  427. * modification, are permitted only as authorized by the OpenLDAP
  428. * Public License.
  429. *
  430. * A copy of this license is available in the file LICENSE in the
  431. * top-level directory of the distribution or, alternatively, at
  432. * <http://www.OpenLDAP.org/license.html>.
  433. ====================OLDAP-2.8====================
  434. * Copyright 2001-2024 The OpenLDAP Foundation.
  435. * All rights reserved.
  436. *
  437. * Redistribution and use in source and binary forms, with or without
  438. * modification, are permitted only as authorized by the OpenLDAP
  439. * Public License.
  440. *
  441. * A copy of this license is available in file LICENSE in the
  442. * top-level directory of the distribution or, alternatively, at
  443. * <http://www.OpenLDAP.org/license.html>.
  444. ====================OLDAP-2.8====================
  445. * Copyright 2003-2024 The OpenLDAP Foundation.
  446. * Portions Copyright 2003 IBM Corporation.
  447. * All rights reserved.
  448. *
  449. * Redistribution and use in source and binary forms, with or without
  450. * modification, are permitted only as authorized by the OpenLDAP
  451. * Public License.
  452. *
  453. * A copy of this license is available in file LICENSE in the
  454. * top-level directory of the distribution or, alternatively, at
  455. * <http://www.OpenLDAP.org/license.html>.
  456. ====================OLDAP-2.8====================
  457. * Copyright 2004-2024 The OpenLDAP Foundation.
  458. * Portions Copyright 2004 Hewlett-Packard Company.
  459. * Portions Copyright 2004 Howard Chu, Symas Corp.
  460. * All rights reserved.
  461. *
  462. * Redistribution and use in source and binary forms, with or without
  463. * modification, are permitted only as authorized by the OpenLDAP
  464. * Public License.
  465. *
  466. * A copy of this license is available in the file LICENSE in the
  467. * top-level directory of the distribution or, alternatively, at
  468. * <http://www.OpenLDAP.org/license.html>.
  469. ====================OLDAP-2.8====================
  470. * Copyright 2005-2024 The OpenLDAP Foundation.
  471. * All rights reserved.
  472. *
  473. * Redistribution and use in source and binary forms, with or without
  474. * modification, are permitted only as authorized by the OpenLDAP
  475. * Public License.
  476. *
  477. * A copy of this license is available in file LICENSE in the
  478. * top-level directory of the distribution or, alternatively, at
  479. * <http://www.OpenLDAP.org/license.html>.
  480. ====================OLDAP-2.8====================
  481. * Copyright 2005-2024 The OpenLDAP Foundation.
  482. * All rights reserved.
  483. *
  484. * Redistribution and use in source and binary forms, with or without
  485. * modification, are permitted only as authorized by the OpenLDAP
  486. * Public License.
  487. *
  488. * A copy of this license is available in the file LICENSE in the
  489. * top-level directory of the distribution or, alternatively, at
  490. * <http://www.OpenLDAP.org/license.html>.
  491. ====================OLDAP-2.8====================
  492. * Copyright 2005-2024 The OpenLDAP Foundation.
  493. * Portions Copyright (c) 2005 by Howard Chu, Symas Corp.
  494. * All rights reserved.
  495. *
  496. * Redistribution and use in source and binary forms, with or without
  497. * modification, are permitted only as authorized by the OpenLDAP
  498. * Public License.
  499. *
  500. * A copy of this license is available in the file LICENSE in the
  501. * top-level directory of the distribution or, alternatively, at
  502. * <http://www.OpenLDAP.org/license.html>.
  503. ====================OLDAP-2.8====================
  504. * Copyright 2005-2024 The OpenLDAP Foundation.
  505. * Portions Copyright 2005-2006 SysNet s.n.c.
  506. * All rights reserved.
  507. *
  508. * Redistribution and use in source and binary forms, with or without
  509. * modification, are permitted only as authorized by the OpenLDAP
  510. * Public License.
  511. *
  512. * A copy of this license is available in the file LICENSE in the
  513. * top-level directory of the distribution or, alternatively, at
  514. * <http://www.OpenLDAP.org/license.html>.
  515. ====================OLDAP-2.8====================
  516. * Copyright 2006-2024 The OpenLDAP Foundation.
  517. * All rights reserved.
  518. *
  519. * Redistribution and use in source and binary forms, with or without
  520. * modification, are permitted only as authorized by the OpenLDAP
  521. * Public License.
  522. *
  523. * A copy of this license is available in the file LICENSE in the
  524. * top-level directory of the distribution or, alternatively, at
  525. * <http://www.OpenLDAP.org/license.html>.
  526. ====================OLDAP-2.8====================
  527. * Copyright 2008-2024 The OpenLDAP Foundation.
  528. * All rights reserved.
  529. *
  530. * Redistribution and use in source and binary forms, with or without
  531. * modification, are permitted only as authorized by the OpenLDAP
  532. * Public License.
  533. *
  534. * A copy of this license is available in the file LICENSE in the
  535. * top-level directory of the distribution or, alternatively, at
  536. * <http://www.OpenLDAP.org/license.html>.
  537. ====================OLDAP-2.8====================
  538. * Copyright 2019-2024 The OpenLDAP Foundation.
  539. * All rights reserved.
  540. *
  541. * Redistribution and use in source and binary forms, with or without
  542. * modification, are permitted only as authorized by the OpenLDAP
  543. * Public License.
  544. *
  545. * A copy of this license is available in file LICENSE in the
  546. * top-level directory of the distribution or, alternatively, at
  547. * <http://www.OpenLDAP.org/license.html>.
  548. ====================OLDAP-2.8====================
  549. * Note: A verbatim copy of version 2.0.1 of the OpenLDAP Public License
  550. ====================OLDAP-2.8====================
  551. * OF THIS WORK OTHER THAN AS AUTHORIZED IN VERSION 2.0.1 OF THE OPENLDAP
  552. * PUBLIC LICENSE, OR OTHER PRIOR WRITTEN CONSENT FROM NOVELL, COULD SUBJECT
  553. ====================OLDAP-2.8====================
  554. * TO VERSION 2.0.1 OF THE OPENLDAP PUBLIC LICENSE, A COPY OF WHICH IS
  555. ====================OLDAP-2.8====================
  556. * TO VERSION 2.0.1 OF THE OPENLDAP PUBLIC LICENSE, A COPY OF WHICH IS
  557. * AVAILABLE AT HTTP://WWW.OPENLDAP.ORG/LICENSE.HTML OR IN THE FILE "LICENSE"
  558. * IN THE TOP-LEVEL DIRECTORY OF THE DISTRIBUTION. ANY USE OR EXPLOITATION
  559. ====================OLDAP-2.8====================
  560. * WORK OTHER THAN AS AUTHORIZED IN VERSION 2.0.1 OF THE OPENLDAP PUBLIC
  561. * LICENSE, OR OTHER PRIOR WRITTEN CONSENT FROM NOVELL, COULD SUBJECT THE
  562. ====================OLDAP-2.8====================
  563. /* Note: A verbatim copy of version 2.0.1 of the OpenLDAP Public License
  564. ====================OLDAP-2.8====================
  565. /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  566. ====================OLDAP-2.8====================
  567. OpenLDAP is a registered trademark of the OpenLDAP Foundation.
  568. ====================OLDAP-2.8====================
  569. Redistribution and use in source and binary forms, with or without
  570. modification, are permitted only as authorized by the OpenLDAP
  571. Public License.
  572. ====================OLDAP-2.8====================
  573. Redistribution and use in source and binary forms, with or without
  574. modification, are permitted only as authorized by the OpenLDAP
  575. Public License.
  576. A copy of this license is available in the file LICENSE in the
  577. top-level directory of the distribution or, alternatively, at
  578. <http://www.OpenLDAP.org/license.html>.
  579. ====================OLDAP-2.8====================
  580. Redistribution and use in source and binary forms, with or without
  581. modification, are permitted only as authorized by the OpenLDAP
  582. Public License.
  583. A copy of this license is available in the file LICENSE in the
  584. top-level directory of the distribution or, alternatively, at
  585. <http://www.OpenLDAP.org/license.html>.
  586. OpenLDAP is a registered trademark of the OpenLDAP Foundation.
  587. Individual files and/or contributed packages may be copyright by
  588. other parties and/or subject to additional restrictions.
  589. This work is derived from the University of Michigan LDAP v3.3
  590. distribution. Information concerning this software is available
  591. at <http://www.umich.edu/~dirsvcs/ldap/ldap.html>.
  592. This work also contains materials derived from public sources.
  593. Additional information about OpenLDAP can be obtained at
  594. <http://www.openldap.org/>.
  595. ====================OLDAP-2.8====================
  596. The OpenLDAP Public License
  597. Version 2.8, 17 August 2003
  598. Redistribution and use of this software and associated documentation
  599. ("Software"), with or without modification, are permitted provided
  600. that the following conditions are met:
  601. 1. Redistributions in source form must retain copyright statements
  602. and notices,
  603. 2. Redistributions in binary form must reproduce applicable copyright
  604. statements and notices, this list of conditions, and the following
  605. disclaimer in the documentation and/or other materials provided
  606. with the distribution, and
  607. 3. Redistributions must contain a verbatim copy of this document.
  608. The OpenLDAP Foundation may revise this license from time to time.
  609. Each revision is distinguished by a version number. You may use
  610. this Software under terms of this license revision or under the
  611. terms of any subsequent revision of the license.
  612. THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND ITS
  613. CONTRIBUTORS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
  614. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  615. AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
  616. SHALL THE OPENLDAP FOUNDATION, ITS CONTRIBUTORS, OR THE AUTHOR(S)
  617. OR OWNER(S) OF THE SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,
  618. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  619. BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  620. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  621. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  622. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
  623. ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  624. POSSIBILITY OF SUCH DAMAGE.
  625. The names of the authors and copyright holders must not be used in
  626. advertising or otherwise to promote the sale, use or other dealing
  627. in this Software without specific, written prior permission. Title
  628. to copyright in this Software shall at all times remain with copyright
  629. holders.
  630. OpenLDAP is a registered trademark of the OpenLDAP Foundation.
  631. Copyright 1999-2003 The OpenLDAP Foundation, Redwood City,
  632. California, USA. All Rights Reserved. Permission to copy and
  633. distribute verbatim copies of this document is granted.
  634. ====================OLDAP-2.8====================
  635. This work is part of OpenLDAP Software <http://www.openldap.org/>.
  636. ====================Unicode-Mappings====================
  637. Disclaimer
  638. The Unicode Character Database is provided as is by Unicode, Inc.
  639. No claims are made as to fitness for any particular purpose. No
  640. warranties of any kind are expressed or implied. The recipient
  641. agrees to determine applicability of information provided. If this
  642. file has been purchased on magnetic or optical media from Unicode,
  643. Inc., the sole remedy for any claim will be exchange of defective
  644. media within 90 days of receipt.
  645. This disclaimer is applicable for all other data files accompanying
  646. the Unicode Character Database, some of which have been compiled
  647. by the Unicode Consortium, and some of which have been supplied by
  648. other sources.
  649. Limitations on Rights to Redistribute This Data
  650. Recipient is granted the right to make copies in any form for
  651. internal distribution and to freely use the information supplied
  652. in the creation of products supporting the Unicode (TM) Standard.
  653. The files in the Unicode Character Database can be redistributed
  654. to third parties or other organizations (whether for profit or not)
  655. as long as this notice and the disclaimer notice are retained.
  656. Information can be extracted from these files and used in documentation
  657. or programs, as long as there is an accompanying notice indicating
  658. the source.