Skip to content

Commit 6b02370

Browse files
committed
LICENSE.txt: Fixed all .editorconfig rules
1 parent b806da8 commit 6b02370

1 file changed

Lines changed: 90 additions & 90 deletions

File tree

LICENSE.txt

Lines changed: 90 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-

1+
22
Apache License
33
Version 2.0, January 2004
44
http://www.apache.org/licenses/
@@ -203,26 +203,26 @@
203203

204204
========
205205

206-
Some code in src/Lucene.Net/Util/UnicodeUtil.cs was derived from unicode
206+
Some code in src/Lucene.Net/Util/UnicodeUtil.cs was derived from unicode
207207
conversion examples available at http://www.unicode.org/Public/PROGRAMS/CVTUTF.
208208

209209
Here is the copyright from those sources:
210210

211211
/*
212212
* Copyright 2001-2004 Unicode, Inc.
213-
*
213+
*
214214
* Disclaimer
215-
*
215+
*
216216
* this source code is provided as is by Unicode, Inc. No claims are
217217
* made as to fitness for any particular purpose. No warranties of any
218218
* kind are expressed or implied. The recipient agrees to determine
219219
* applicability of information provided. If this file has been
220220
* purchased on magnetic or optical media from Unicode, Inc., the
221221
* sole remedy for any claim will be exchange of defective media
222222
* within 90 days of receipt.
223-
*
223+
*
224224
* Limitations on Rights to Redistribute this Code
225-
*
225+
*
226226
* Unicode, Inc. hereby grants the right to freely use the information
227227
* supplied in this file in the creation of products supporting the
228228
* Unicode Standard, and to make copies of this file in any form
@@ -232,8 +232,8 @@ Here is the copyright from those sources:
232232

233233
========
234234

235-
Some code in src/Lucene.Net/Util/ArrayUtil.cs was derived from Python 2.4.2
236-
sources available at http://www.python.org.
235+
Some code in src/Lucene.Net/Util/ArrayUtil.cs was derived from Python 2.4.2
236+
sources available at http://www.python.org.
237237

238238
Full license is here:
239239

@@ -256,7 +256,7 @@ www.brics.dk/automaton/. Here is the copyright from those sources:
256256
/*
257257
* Copyright (c) 2001-2009 Anders Moeller
258258
* All rights reserved.
259-
*
259+
*
260260
* Redistribution and use in source and binary forms, with or without
261261
* modification, are permitted provided that the following conditions
262262
* are met:
@@ -267,7 +267,7 @@ www.brics.dk/automaton/. Here is the copyright from those sources:
267267
* documentation and/or other materials provided with the distribution.
268268
* 3. The name of the author may not be used to endorse or promote products
269269
* derived from this software without specific prior written permission.
270-
*
270+
*
271271
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
272272
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
273273
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
@@ -282,7 +282,7 @@ www.brics.dk/automaton/. Here is the copyright from those sources:
282282

283283
========
284284

285-
The levenshtein automata tables in src/Lucene.Net/Util/Automaton
285+
The levenshtein automata tables in src/Lucene.Net/Util/Automaton
286286
were automatically generated with the moman/finenight FSA package.
287287
Here is the copyright for those sources:
288288

@@ -313,34 +313,34 @@ Here is the copyright for those sources:
313313

314314
Some code in src/Lucene.Net/Util/UnicodeUtil.cs was
315315
derived from ICU (http://www.icu-project.org)
316-
The full license is available here:
316+
The full license is available here:
317317
http://source.icu-project.org/repos/icu/icu/trunk/license.html
318318

319319
/*
320320
* Copyright (C) 1999-2010, International Business Machines
321321
* Corporation and others. All Rights Reserved.
322322
*
323-
* Permission is hereby granted, free of charge, to any person obtaining a copy
323+
* Permission is hereby granted, free of charge, to any person obtaining a copy
324324
* of this software and associated documentation files (the "Software"), to deal
325-
* in the Software without restriction, including without limitation the rights
326-
* to use, copy, modify, merge, publish, distribute, and/or sell copies of the
327-
* Software, and to permit persons to whom the Software is furnished to do so,
328-
* provided that the above copyright notice(s) and this permission notice appear
325+
* in the Software without restriction, including without limitation the rights
326+
* to use, copy, modify, merge, publish, distribute, and/or sell copies of the
327+
* Software, and to permit persons to whom the Software is furnished to do so,
328+
* provided that the above copyright notice(s) and this permission notice appear
329329
* in all copies of the Software and that both the above copyright notice(s) and
330330
* this permission notice appear in supporting documentation.
331-
*
332-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
333-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
334-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
335-
* IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE
336-
* LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR
337-
* ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
338-
* IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
331+
*
332+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
333+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
334+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
335+
* IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE
336+
* LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR
337+
* ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
338+
* IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
339339
* OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
340340
*
341-
* Except as contained in this notice, the name of a copyright holder shall not
342-
* be used in advertising or otherwise to promote the sale, use or other
343-
* dealings in this Software without prior written authorization of the
341+
* Except as contained in this notice, the name of a copyright holder shall not
342+
* be used in advertising or otherwise to promote the sale, use or other
343+
* dealings in this Software without prior written authorization of the
344344
* copyright holder.
345345
*/
346346

@@ -419,36 +419,36 @@ Copyright (c) 2006 Dawid Weiss
419419
Copyright (c) 2007-2011 Dawid Weiss, Marcin Miłkowski
420420
All rights reserved.
421421

422-
Redistribution and use in source and binary forms, with or without modification,
422+
Redistribution and use in source and binary forms, with or without modification,
423423
are permitted provided that the following conditions are met:
424424

425-
* Redistributions of source code must retain the above copyright notice,
425+
* Redistributions of source code must retain the above copyright notice,
426426
this list of conditions and the following disclaimer.
427-
428-
* Redistributions in binary form must reproduce the above copyright notice,
429-
this list of conditions and the following disclaimer in the documentation
427+
428+
* Redistributions in binary form must reproduce the above copyright notice,
429+
this list of conditions and the following disclaimer in the documentation
430430
and/or other materials provided with the distribution.
431-
432-
* Neither the name of Morfologik nor the names of its contributors
433-
may be used to endorse or promote products derived from this software
431+
432+
* Neither the name of Morfologik nor the names of its contributors
433+
may be used to endorse or promote products derived from this software
434434
without specific prior written permission.
435435

436-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
437-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
438-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
439-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
440-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
441-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
442-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
443-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
444-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
436+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
437+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
438+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
439+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
440+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
441+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
442+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
443+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
444+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
445445
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
446446

447447
---
448448

449-
The dictionary comes from Morfologik project. Morfologik uses data from
450-
Polish ispell/myspell dictionary hosted at http://www.sjp.pl/slownik/en/ and
451-
is licenced on the terms of (inter alia) LGPL and Creative Commons
449+
The dictionary comes from Morfologik project. Morfologik uses data from
450+
Polish ispell/myspell dictionary hosted at http://www.sjp.pl/slownik/en/ and
451+
is licenced on the terms of (inter alia) LGPL and Creative Commons
452452
ShareAlike. The part-of-speech tags were added in Morfologik project and
453453
are not found in the data from sjp.pl. The tagset is similar to IPI PAN
454454
tagset.
@@ -461,8 +461,8 @@ used by org.apache.lucene.analysis.morfologik.
461461
BSD-licensed dictionary of Polish (SGJP)
462462
http://sgjp.pl/morfeusz/
463463

464-
Copyright © 2011 Zygmunt Saloni, Włodzimierz Gruszczyński,
465-
Marcin Woliński, Robert Wołosz
464+
Copyright © 2011 Zygmunt Saloni, Włodzimierz Gruszczyński,
465+
Marcin Woliński, Robert Wołosz
466466

467467
All rights reserved.
468468

@@ -492,60 +492,60 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
492492

493493
========
494494

495-
Some code in src/Lucene.Net/Support/LimitedConcurrencyLevelTaskScheduler.cs
495+
Some code in src/Lucene.Net/Support/LimitedConcurrencyLevelTaskScheduler.cs
496496
was derived from the MSDN web site and falls under the following license:
497497

498498
MICROSOFT LIMITED PUBLIC LICENSE version 1.1
499-
This license governs use of code marked as "sample" or "example" available on this web site
500-
without a license agreement, as provided under the section above titled
501-
"NOTICE SPECIFIC TO SOFTWARE AVAILABLE ON THIS WEB SITE." If you use such
502-
code (the "software"), you accept this license. If you do not accept the
499+
This license governs use of code marked as "sample" or "example" available on this web site
500+
without a license agreement, as provided under the section above titled
501+
"NOTICE SPECIFIC TO SOFTWARE AVAILABLE ON THIS WEB SITE." If you use such
502+
code (the "software"), you accept this license. If you do not accept the
503503
license, do not use the software.
504504

505505
1. Definitions
506-
The terms "reproduce," "reproduction," "derivative works," and "distribution" have the
506+
The terms "reproduce," "reproduction," "derivative works," and "distribution" have the
507507
same meaning here as under U.S. copyright law.
508508
A "contribution" is the original software, or any additions or changes to the software.
509509
A "contributor" is any person that distributes its contribution under this license.
510510
"Licensed patents" are a contributor’s patent claims that read directly on its contribution.
511511

512512
2. Grant of Rights
513-
(A) Copyright Grant - Subject to the terms of this license, including the license conditions
514-
and limitations in section 3, each contributor grants you a non-exclusive, worldwide,
515-
royalty-free copyright license to reproduce its contribution, prepare derivative works
513+
(A) Copyright Grant - Subject to the terms of this license, including the license conditions
514+
and limitations in section 3, each contributor grants you a non-exclusive, worldwide,
515+
royalty-free copyright license to reproduce its contribution, prepare derivative works
516516
of its contribution, and distribute its contribution or any derivative works that you create.
517-
(B) Patent Grant - Subject to the terms of this license, including the license conditions
518-
and limitations in section 3, each contributor grants you a non-exclusive, worldwide,
519-
royalty-free license under its licensed patents to make, have made, use, sell,
520-
offer for sale, import, and/or otherwise dispose of its contribution in the
517+
(B) Patent Grant - Subject to the terms of this license, including the license conditions
518+
and limitations in section 3, each contributor grants you a non-exclusive, worldwide,
519+
royalty-free license under its licensed patents to make, have made, use, sell,
520+
offer for sale, import, and/or otherwise dispose of its contribution in the
521521
software or derivative works of the contribution in the software.
522522

523523
3. Conditions and Limitations
524-
(A) No Trademark License- This license does not grant you rights to use any contributors’
524+
(A) No Trademark License- This license does not grant you rights to use any contributors’
525525
name, logo, or trademarks.
526-
(B) If you bring a patent claim against any contributor over patents that you claim are
527-
infringed by the software, your patent license from such contributor to the software
526+
(B) If you bring a patent claim against any contributor over patents that you claim are
527+
infringed by the software, your patent license from such contributor to the software
528528
ends automatically.
529-
(C) If you distribute any portion of the software, you must retain all copyright, patent,
529+
(C) If you distribute any portion of the software, you must retain all copyright, patent,
530530
trademark, and attribution notices that are present in the software.
531-
(D) If you distribute any portion of the software in source code form, you may do so only
532-
under this license by including a complete copy of this license with your distribution.
533-
If you distribute any portion of the software in compiled or object code form, you may
531+
(D) If you distribute any portion of the software in source code form, you may do so only
532+
under this license by including a complete copy of this license with your distribution.
533+
If you distribute any portion of the software in compiled or object code form, you may
534534
only do so under a license that complies with this license.
535-
(E) The software is licensed "as-is." You bear the risk of using it. The contributors
536-
give no express warranties, guarantees or conditions. You may have additional consumer
537-
rights under your local laws which this license cannot change. To the extent permitted
538-
under your local laws, the contributors exclude the implied warranties of merchantability,
535+
(E) The software is licensed "as-is." You bear the risk of using it. The contributors
536+
give no express warranties, guarantees or conditions. You may have additional consumer
537+
rights under your local laws which this license cannot change. To the extent permitted
538+
under your local laws, the contributors exclude the implied warranties of merchantability,
539539
fitness for a particular purpose and non-infringement.
540-
(F) Platform Limitation - The licenses granted in sections 2(A) and 2(B) extend only
541-
to the software or derivative works that you create that run directly on a Microsoft
542-
Windows operating system product, Microsoft run-time technology (such as the .NET
543-
Framework or Silverlight), or Microsoft application platform (such as Microsoft
540+
(F) Platform Limitation - The licenses granted in sections 2(A) and 2(B) extend only
541+
to the software or derivative works that you create that run directly on a Microsoft
542+
Windows operating system product, Microsoft run-time technology (such as the .NET
543+
Framework or Silverlight), or Microsoft application platform (such as Microsoft
544544
Office or Microsoft Dynamics).
545545

546546
========
547547

548-
Some code in src/Lucene.Net.Analysis.Stempel/Egothor.Stemmer and
548+
Some code in src/Lucene.Net.Analysis.Stempel/Egothor.Stemmer and
549549
src/Lucene.Net.Tests.Analysis.Stempel/Egothor.Stemmer falls
550550
under the following license:
551551

@@ -602,34 +602,34 @@ under the following license:
602602
created by Leo Galambos (Leo.G@seznam.cz).
603603

604604
========
605-
605+
606606
The code RectangularArrays classes falls under the following license
607607

608608
Copyright © 2007 - 2013 Tangible Software Solutions Inc.
609609
this class can be used by anyone provided that the copyright notice remains intact.
610610

611611
========
612-
612+
613613
src/Lucene.Net.Suggest/Suggest/Jaspell/JaspellTernarySearchTrie.cs
614614
falls under the following license
615615

616616
Copyright (c) 2005 Bruno Martins
617617
All rights reserved.
618-
619-
Redistribution and use in source and binary forms, with or without
620-
modification, are permitted provided that the following conditions
618+
619+
Redistribution and use in source and binary forms, with or without
620+
modification, are permitted provided that the following conditions
621621
are met:
622-
1. Redistributions of source code must retain the above copyright
622+
1. Redistributions of source code must retain the above copyright
623623
notice, this list of conditions and the following disclaimer.
624624
2. Redistributions in binary form must reproduce the above copyright
625625
notice, this list of conditions and the following disclaimer in the
626626
documentation and/or other materials provided with the distribution.
627627
3. Neither the name of the organization nor the names of its contributors
628628
may be used to endorse or promote products derived from this software
629629
without specific prior written permission.
630-
630+
631631
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
632-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
632+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
633633
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
634634
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
635635
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
@@ -740,17 +740,17 @@ src/Lucene.Net.Tests.TestFramework.NUnitExtensions/*
740740
falls under the following license:
741741

742742
// Copyright (c) 2021 Charlie Poole, Rob Prouse
743-
//
743+
//
744744
// Permission is hereby granted, free of charge, to any person obtaining a copy
745745
// of this software and associated documentation files (the "Software"), to deal
746746
// in the Software without restriction, including without limitation the rights
747747
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
748748
// copies of the Software, and to permit persons to whom the Software is
749749
// furnished to do so, subject to the following conditions:
750-
//
750+
//
751751
// The above copyright notice and this permission notice shall be included in
752752
// all copies or substantial portions of the Software.
753-
//
753+
//
754754
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
755755
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
756756
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

0 commit comments

Comments
 (0)