forked from nmap/npcap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Npcap-Third-Party-Open-Source.fodt
906 lines (905 loc) · 98.6 KB
/
Npcap-Third-Party-Open-Source.fodt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
<?xml version="1.0" encoding="UTF-8"?>
<office:document xmlns:officeooo="http://openoffice.org/2009/office" xmlns:css3t="http://www.w3.org/TR/css3-text/" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:rpt="http://openoffice.org/2005/report" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ooo="http://openoffice.org/2004/office" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" office:version="1.2" office:mimetype="application/vnd.oasis.opendocument.text">
<office:meta><dc:title>Third-Party Open Source Software Used By Npcap</dc:title><meta:initial-creator>Insecure.Com LLC</meta:initial-creator><meta:creation-date>2016-08-17T21:15:00</meta:creation-date><dc:date>2022-01-25T14:15:09.090000000</dc:date><meta:print-date>2016-08-17T21:19:00</meta:print-date><meta:editing-cycles>35</meta:editing-cycles><meta:editing-duration>PT23H14M2S</meta:editing-duration><meta:generator>LibreOffice/6.4.7.2$Linux_X86_64 LibreOffice_project/40$Build-2</meta:generator><meta:document-statistic meta:table-count="0" meta:image-count="0" meta:object-count="0" meta:page-count="5" meta:paragraph-count="93" meta:word-count="1939" meta:character-count="13263" meta:non-whitespace-character-count="11379"/><meta:template xlink:type="simple" xlink:actuate="onRequest" xlink:title="Normal" xlink:href=""/></office:meta>
<office:settings>
<config:config-item-set config:name="ooo:view-settings">
<config:config-item config:name="ViewAreaTop" config:type="long">0</config:config-item>
<config:config-item config:name="ViewAreaLeft" config:type="long">0</config:config-item>
<config:config-item config:name="ViewAreaWidth" config:type="long">22666</config:config-item>
<config:config-item config:name="ViewAreaHeight" config:type="long">31219</config:config-item>
<config:config-item config:name="ShowRedlineChanges" config:type="boolean">false</config:config-item>
<config:config-item config:name="InBrowseMode" config:type="boolean">false</config:config-item>
<config:config-item-map-indexed config:name="Views">
<config:config-item-map-entry>
<config:config-item config:name="ViewId" config:type="string">view2</config:config-item>
<config:config-item config:name="ViewLeft" config:type="long">15893</config:config-item>
<config:config-item config:name="ViewTop" config:type="long">23902</config:config-item>
<config:config-item config:name="VisibleLeft" config:type="long">0</config:config-item>
<config:config-item config:name="VisibleTop" config:type="long">0</config:config-item>
<config:config-item config:name="VisibleRight" config:type="long">22664</config:config-item>
<config:config-item config:name="VisibleBottom" config:type="long">31217</config:config-item>
<config:config-item config:name="ZoomType" config:type="short">3</config:config-item>
<config:config-item config:name="ViewLayoutColumns" config:type="short">1</config:config-item>
<config:config-item config:name="ViewLayoutBookMode" config:type="boolean">false</config:config-item>
<config:config-item config:name="ZoomFactor" config:type="short">159</config:config-item>
<config:config-item config:name="IsSelectedFrame" config:type="boolean">false</config:config-item>
<config:config-item config:name="AnchoredTextOverflowLegacy" config:type="boolean">false</config:config-item>
</config:config-item-map-entry>
</config:config-item-map-indexed>
</config:config-item-set>
<config:config-item-set config:name="ooo:configuration-settings">
<config:config-item config:name="PrintProspect" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintReversed" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintSingleJobs" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintLeftPages" config:type="boolean">true</config:config-item>
<config:config-item config:name="PrintTables" config:type="boolean">true</config:config-item>
<config:config-item config:name="PrintControls" config:type="boolean">true</config:config-item>
<config:config-item config:name="PrintPageBackground" config:type="boolean">true</config:config-item>
<config:config-item config:name="PrintDrawings" config:type="boolean">true</config:config-item>
<config:config-item config:name="PrintBlackFonts" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintAnnotationMode" config:type="short">0</config:config-item>
<config:config-item config:name="PrintTextPlaceholder" config:type="boolean">false</config:config-item>
<config:config-item config:name="EmptyDbFieldHidesPara" config:type="boolean">false</config:config-item>
<config:config-item config:name="DisableOffPagePositioning" config:type="boolean">true</config:config-item>
<config:config-item config:name="SubtractFlysAnchoredAtFlys" config:type="boolean">true</config:config-item>
<config:config-item config:name="PropLineSpacingShrinksFirstLine" config:type="boolean">false</config:config-item>
<config:config-item config:name="ApplyParagraphMarkFormatToNumbering" config:type="boolean">false</config:config-item>
<config:config-item config:name="TreatSingleColumnBreakAsPageBreak" config:type="boolean">false</config:config-item>
<config:config-item config:name="EmbedSystemFonts" config:type="boolean">false</config:config-item>
<config:config-item config:name="EmbedComplexScriptFonts" config:type="boolean">false</config:config-item>
<config:config-item config:name="EmbedAsianScriptFonts" config:type="boolean">false</config:config-item>
<config:config-item config:name="EmbedLatinScriptFonts" config:type="boolean">false</config:config-item>
<config:config-item config:name="EmbedOnlyUsedFonts" config:type="boolean">false</config:config-item>
<config:config-item config:name="ContinuousEndnotes" config:type="boolean">false</config:config-item>
<config:config-item config:name="EmbedFonts" config:type="boolean">false</config:config-item>
<config:config-item config:name="ClippedPictures" config:type="boolean">true</config:config-item>
<config:config-item config:name="FloattableNomargins" config:type="boolean">false</config:config-item>
<config:config-item config:name="UnbreakableNumberings" config:type="boolean">true</config:config-item>
<config:config-item config:name="HeaderSpacingBelowLastPara" config:type="boolean">false</config:config-item>
<config:config-item config:name="AllowPrintJobCancel" config:type="boolean">true</config:config-item>
<config:config-item config:name="UseOldPrinterMetrics" config:type="boolean">false</config:config-item>
<config:config-item config:name="TabOverMargin" config:type="boolean">true</config:config-item>
<config:config-item config:name="TabsRelativeToIndent" config:type="boolean">false</config:config-item>
<config:config-item config:name="UseOldNumbering" config:type="boolean">false</config:config-item>
<config:config-item config:name="InvertBorderSpacing" config:type="boolean">true</config:config-item>
<config:config-item config:name="PrintPaperFromSetup" config:type="boolean">false</config:config-item>
<config:config-item config:name="UpdateFromTemplate" config:type="boolean">true</config:config-item>
<config:config-item config:name="CurrentDatabaseCommandType" config:type="int">0</config:config-item>
<config:config-item config:name="LinkUpdateMode" config:type="short">1</config:config-item>
<config:config-item config:name="AddParaSpacingToTableCells" config:type="boolean">true</config:config-item>
<config:config-item config:name="CurrentDatabaseCommand" config:type="string"/>
<config:config-item config:name="PrinterIndependentLayout" config:type="string">high-resolution</config:config-item>
<config:config-item config:name="ApplyUserData" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintFaxName" config:type="string"/>
<config:config-item config:name="CurrentDatabaseDataSource" config:type="string"/>
<config:config-item config:name="ClipAsCharacterAnchoredWriterFlyFrames" config:type="boolean">false</config:config-item>
<config:config-item config:name="IsKernAsianPunctuation" config:type="boolean">false</config:config-item>
<config:config-item config:name="SaveThumbnail" config:type="boolean">false</config:config-item>
<config:config-item config:name="UseFormerTextWrapping" config:type="boolean">false</config:config-item>
<config:config-item config:name="AddExternalLeading" config:type="boolean">true</config:config-item>
<config:config-item config:name="AddParaTableSpacing" config:type="boolean">true</config:config-item>
<config:config-item config:name="StylesNoDefault" config:type="boolean">false</config:config-item>
<config:config-item config:name="ChartAutoUpdate" config:type="boolean">true</config:config-item>
<config:config-item-map-indexed config:name="ForbiddenCharacters">
<config:config-item-map-entry>
<config:config-item config:name="Language" config:type="string">ja</config:config-item>
<config:config-item config:name="Country" config:type="string">JP</config:config-item>
<config:config-item config:name="Variant" config:type="string"/>
<config:config-item config:name="BeginLine" config:type="string">!%),.:;?]}¢°’”‰′″℃、。々〉》」』】〕゛゜ゝゞ・ヽヾ!%),.:;?]}。」、・゙゚¢</config:config-item>
<config:config-item config:name="EndLine" config:type="string">$([\{£¥‘“〈《「『【〔$([{「£¥</config:config-item>
</config:config-item-map-entry>
</config:config-item-map-indexed>
<config:config-item config:name="PrinterSetup" config:type="base64Binary"/>
<config:config-item config:name="AddParaTableSpacingAtStart" config:type="boolean">true</config:config-item>
<config:config-item config:name="Rsid" config:type="int">6084322</config:config-item>
<config:config-item config:name="EmbeddedDatabaseName" config:type="string"/>
<config:config-item config:name="FieldAutoUpdate" config:type="boolean">true</config:config-item>
<config:config-item config:name="OutlineLevelYieldsNumbering" config:type="boolean">false</config:config-item>
<config:config-item config:name="AlignTabStopPosition" config:type="boolean">true</config:config-item>
<config:config-item config:name="CharacterCompressionType" config:type="short">0</config:config-item>
<config:config-item config:name="PrinterName" config:type="string"/>
<config:config-item config:name="SaveGlobalDocumentLinks" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrinterPaperFromSetup" config:type="boolean">false</config:config-item>
<config:config-item config:name="UseFormerLineSpacing" config:type="boolean">false</config:config-item>
<config:config-item config:name="AddParaLineSpacingToTableCells" config:type="boolean">false</config:config-item>
<config:config-item config:name="UseFormerObjectPositioning" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintGraphics" config:type="boolean">true</config:config-item>
<config:config-item config:name="SurroundTextWrapSmall" config:type="boolean">true</config:config-item>
<config:config-item config:name="ConsiderTextWrapOnObjPos" config:type="boolean">true</config:config-item>
<config:config-item config:name="MsWordCompTrailingBlanks" config:type="boolean">false</config:config-item>
<config:config-item config:name="TabAtLeftIndentForParagraphsInList" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintRightPages" config:type="boolean">true</config:config-item>
<config:config-item config:name="IgnoreFirstLineIndentInNumbering" config:type="boolean">false</config:config-item>
<config:config-item config:name="RedlineProtectionKey" config:type="base64Binary"/>
<config:config-item config:name="DoNotJustifyLinesWithManualBreak" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintProspectRTL" config:type="boolean">false</config:config-item>
<config:config-item config:name="PrintEmptyPages" config:type="boolean">false</config:config-item>
<config:config-item config:name="DoNotResetParaAttrsForNumFont" config:type="boolean">false</config:config-item>
<config:config-item config:name="AddFrameOffsets" config:type="boolean">true</config:config-item>
<config:config-item config:name="IgnoreTabsAndBlanksForLineCalculation" config:type="boolean">true</config:config-item>
<config:config-item config:name="LoadReadonly" config:type="boolean">false</config:config-item>
<config:config-item config:name="DoNotCaptureDrawObjsOnPage" config:type="boolean">false</config:config-item>
<config:config-item config:name="AddVerticalFrameOffsets" config:type="boolean">false</config:config-item>
<config:config-item config:name="UnxForceZeroExtLeading" config:type="boolean">false</config:config-item>
<config:config-item config:name="IsLabelDocument" config:type="boolean">false</config:config-item>
<config:config-item config:name="TableRowKeep" config:type="boolean">true</config:config-item>
<config:config-item config:name="RsidRoot" config:type="int">365532</config:config-item>
<config:config-item config:name="PrintHiddenText" config:type="boolean">false</config:config-item>
<config:config-item config:name="ProtectForm" config:type="boolean">false</config:config-item>
<config:config-item config:name="MsWordCompMinLineHeightByFly" config:type="boolean">false</config:config-item>
<config:config-item config:name="BackgroundParaOverDrawings" config:type="boolean">false</config:config-item>
<config:config-item config:name="SaveVersionOnClose" config:type="boolean">false</config:config-item>
<config:config-item config:name="MathBaselineAlignment" config:type="boolean">true</config:config-item>
<config:config-item config:name="SmallCapsPercentage66" config:type="boolean">false</config:config-item>
<config:config-item config:name="CollapseEmptyCellPara" config:type="boolean">true</config:config-item>
<config:config-item config:name="TabOverflow" config:type="boolean">true</config:config-item>
</config:config-item-set>
</office:settings>
<office:scripts>
<office:script script:language="ooo:Basic">
<ooo:libraries xmlns:ooo="http://openoffice.org/2004/office" xmlns:xlink="http://www.w3.org/1999/xlink">
<ooo:library-embedded ooo:name="Standard"/>
</ooo:libraries>
</office:script>
</office:scripts>
<office:font-face-decls>
<style:font-face style:name="OpenSymbol" svg:font-family="OpenSymbol" style:font-charset="x-symbol"/>
<style:font-face style:name="Lucida Sans" svg:font-family="'Lucida Sans'" style:font-family-generic="swiss"/>
<style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
<style:font-face style:name="Times" svg:font-family="Times" style:font-family-generic="roman" style:font-pitch="variable"/>
<style:font-face style:name="Times New Roman" svg:font-family="'Times New Roman'" style:font-family-generic="roman" style:font-pitch="variable"/>
<style:font-face style:name="Times New Roman1" svg:font-family="'Times New Roman'" style:font-adornments="Bold" style:font-family-generic="roman" style:font-pitch="variable"/>
<style:font-face style:name="Arial" svg:font-family="Arial" style:font-family-generic="swiss" style:font-pitch="variable"/>
<style:font-face style:name="Lohit Devanagari" svg:font-family="'Lohit Devanagari'" style:font-family-generic="system" style:font-pitch="variable"/>
<style:font-face style:name="Source Han Sans CN Regular" svg:font-family="'Source Han Sans CN Regular'" style:font-family-generic="system" style:font-pitch="variable"/>
</office:font-face-decls>
<office:styles>
<style:default-style style:family="graphic">
<style:graphic-properties svg:stroke-color="#3465a4" draw:fill-color="#729fcf" fo:wrap-option="no-wrap" draw:shadow-offset-x="0.1181in" draw:shadow-offset-y="0.1181in" draw:start-line-spacing-horizontal="0.1114in" draw:start-line-spacing-vertical="0.1114in" draw:end-line-spacing-horizontal="0.1114in" draw:end-line-spacing-vertical="0.1114in" style:flow-with-text="false"/>
<style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:font-independent-line-spacing="false">
<style:tab-stops/>
</style:paragraph-properties>
<style:text-properties style:use-window-font-color="true" style:font-name="Liberation Serif" fo:font-size="12pt" fo:language="en" fo:country="US" style:letter-kerning="true" style:font-name-asian="Source Han Sans CN Regular" style:font-size-asian="10.5pt" style:language-asian="zh" style:country-asian="CN" style:font-name-complex="Lohit Devanagari" style:font-size-complex="12pt" style:language-complex="hi" style:country-complex="IN"/>
</style:default-style>
<style:default-style style:family="paragraph">
<style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="0.5in" style:writing-mode="lr-tb"/>
<style:text-properties style:use-window-font-color="true" style:font-name="Liberation Serif" fo:font-size="12pt" fo:language="en" fo:country="US" style:letter-kerning="true" style:font-name-asian="Source Han Sans CN Regular" style:font-size-asian="10.5pt" style:language-asian="zh" style:country-asian="CN" style:font-name-complex="Lohit Devanagari" style:font-size-complex="12pt" style:language-complex="hi" style:country-complex="IN" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2" loext:hyphenation-no-caps="false"/>
</style:default-style>
<style:default-style style:family="table">
<style:table-properties table:border-model="collapsing"/>
</style:default-style>
<style:default-style style:family="table-row">
<style:table-row-properties fo:keep-together="auto"/>
</style:default-style>
<style:style style:name="Standard" style:family="paragraph" style:class="text">
<style:paragraph-properties fo:orphans="0" fo:widows="0" style:writing-mode="lr-tb"/>
<style:text-properties style:use-window-font-color="true" style:font-name="Times New Roman" fo:font-family="'Times New Roman'" style:font-family-generic="roman" style:font-pitch="variable" fo:font-size="11pt" fo:language="en" fo:country="US" style:font-name-asian="Times New Roman" style:font-family-asian="'Times New Roman'" style:font-family-generic-asian="roman" style:font-pitch-asian="variable" style:font-size-asian="11pt" style:font-name-complex="Times New Roman" style:font-family-complex="'Times New Roman'" style:font-family-generic-complex="roman" style:font-pitch-complex="variable" style:font-size-complex="10pt" style:language-complex="ar" style:country-complex="SA"/>
</style:style>
<style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Standard" style:default-outline-level="1" style:list-style-name="" style:class="text">
<style:paragraph-properties fo:margin-top="0.1665in" fo:margin-bottom="0.0417in" loext:contextual-spacing="false" fo:text-align="center" style:justify-single-word="false"/>
<style:text-properties style:font-name="Arial" fo:font-family="Arial" style:font-family-generic="swiss" style:font-pitch="variable" fo:font-size="16pt" fo:font-weight="bold" style:letter-kerning="true" style:font-size-asian="16pt" style:font-weight-asian="bold" style:font-name-complex="Arial" style:font-family-complex="Arial" style:font-family-generic-complex="swiss" style:font-pitch-complex="variable" style:font-size-complex="16pt" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
<style:paragraph-properties fo:margin-top="0in" fo:margin-bottom="0.0972in" loext:contextual-spacing="false" fo:line-height="115%"/>
</style:style>
<style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
<style:text-properties style:font-size-asian="12pt" style:font-name-complex="Lucida Sans" style:font-family-complex="'Lucida Sans'" style:font-family-generic-complex="swiss"/>
</style:style>
<style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
<style:paragraph-properties fo:margin-top="0.0835in" fo:margin-bottom="0.0835in" loext:contextual-spacing="false" text:number-lines="false" text:line-number="0"/>
<style:text-properties fo:font-size="12pt" fo:font-style="italic" style:font-size-asian="12pt" style:font-style-asian="italic" style:font-name-complex="Lucida Sans" style:font-family-complex="'Lucida Sans'" style:font-family-generic-complex="swiss" style:font-size-complex="12pt" style:font-style-complex="italic"/>
</style:style>
<style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
<style:paragraph-properties text:number-lines="false" text:line-number="0"/>
<style:text-properties fo:language="zxx" fo:country="none" style:font-size-asian="12pt" style:language-asian="zxx" style:country-asian="none" style:font-name-complex="Lucida Sans" style:font-family-complex="'Lucida Sans'" style:font-family-generic-complex="swiss" style:language-complex="zxx" style:country-complex="none"/>
</style:style>
<style:style style:name="Header_20_and_20_Footer" style:display-name="Header and Footer" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
<style:paragraph-properties text:number-lines="false" text:line-number="0">
<style:tab-stops>
<style:tab-stop style:position="3.4626in" style:type="center"/>
<style:tab-stop style:position="6.9252in" style:type="right"/>
</style:tab-stops>
</style:paragraph-properties>
</style:style>
<style:style style:name="Footer" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
<style:paragraph-properties>
<style:tab-stops>
<style:tab-stop style:position="2.8752in" style:type="center"/>
<style:tab-stop style:position="5.75in" style:type="right"/>
</style:tab-stops>
</style:paragraph-properties>
<style:text-properties fo:color="#ff0000" style:font-name="Times" fo:font-family="Times" style:font-family-generic="roman" style:font-pitch="variable" fo:font-size="6pt" style:font-size-asian="6pt" style:font-name-complex="Times" style:font-family-complex="Times" style:font-family-generic-complex="roman" style:font-pitch-complex="variable"/>
</style:style>
<style:style style:name="Header" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
<style:paragraph-properties>
<style:tab-stops>
<style:tab-stop style:position="3in" style:type="center"/>
<style:tab-stop style:position="6in" style:type="right"/>
</style:tab-stops>
</style:paragraph-properties>
</style:style>
<style:style style:name="Title" style:family="paragraph" style:parent-style-name="Heading" style:class="chapter">
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
<style:text-properties style:font-name="Times New Roman1" fo:font-family="'Times New Roman'" style:font-style-name="Bold" style:font-family-generic="roman" style:font-pitch="variable" fo:font-size="20pt" fo:font-weight="bold" style:font-size-asian="28pt" style:font-weight-asian="bold" style:font-size-complex="28pt" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="Subtitle" style:family="paragraph" style:parent-style-name="Heading" style:class="chapter">
<style:paragraph-properties fo:margin-top="0.0417in" fo:margin-bottom="0.0835in" loext:contextual-spacing="false" fo:text-align="center" style:justify-single-word="false"/>
<style:text-properties style:font-name="Times New Roman1" fo:font-family="'Times New Roman'" style:font-style-name="Bold" style:font-family-generic="roman" style:font-pitch="variable" fo:font-size="18pt" style:font-size-asian="18pt" style:font-size-complex="18pt"/>
</style:style>
<style:style style:name="Quotations" style:family="paragraph" style:parent-style-name="Standard" style:class="html">
<style:paragraph-properties fo:margin-left="0.3937in" fo:margin-right="0.3937in" fo:margin-top="0in" fo:margin-bottom="0.1965in" loext:contextual-spacing="false" fo:text-indent="0in" style:auto-text-indent="false"/>
</style:style>
<style:style style:name="Frame_20_contents" style:display-name="Frame contents" style:family="paragraph" style:parent-style-name="Standard" style:class="extra"/>
<style:style style:name="Internet_20_link" style:display-name="Internet link" style:family="text">
<style:text-properties fo:color="#0000ff" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color"/>
</style:style>
<style:style style:name="Bullet_20_Symbols" style:display-name="Bullet Symbols" style:family="text">
<style:text-properties style:font-name="OpenSymbol" fo:font-family="OpenSymbol" style:font-charset="x-symbol" style:font-name-asian="OpenSymbol" style:font-family-asian="OpenSymbol" style:font-charset-asian="x-symbol" style:font-name-complex="OpenSymbol" style:font-family-complex="OpenSymbol" style:font-charset-complex="x-symbol"/>
</style:style>
<style:style style:name="Visited_20_Internet_20_Link" style:display-name="Visited Internet Link" style:family="text">
<style:text-properties fo:color="#800000" fo:language="zxx" fo:country="none" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color" style:language-asian="zxx" style:country-asian="none" style:language-complex="zxx" style:country-complex="none"/>
</style:style>
<style:style style:name="Frame" style:family="graphic">
<style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="parallel" style:number-wrapped-paragraphs="no-limit" style:wrap-contour="false" style:vertical-pos="top" style:vertical-rel="paragraph-content" style:horizontal-pos="center" style:horizontal-rel="paragraph-content"/>
</style:style>
<style:style style:name="Graphics" style:family="graphic">
<style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="dynamic" style:number-wrapped-paragraphs="no-limit" style:wrap-contour="false" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
</style:style>
<style:style style:name="OLE" style:family="graphic">
<style:graphic-properties text:anchor-type="paragraph" svg:x="0in" svg:y="0in" style:wrap="dynamic" style:number-wrapped-paragraphs="no-limit" style:wrap-contour="false" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
</style:style>
<text:outline-style style:name="Outline">
<text:outline-level-style text:level="1" style:num-format="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.3in" fo:text-indent="-0.3in" fo:margin-left="0.3in"/>
</style:list-level-properties>
</text:outline-level-style>
<text:outline-level-style text:level="2" style:num-format="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.4in" fo:text-indent="-0.4in" fo:margin-left="0.4in"/>
</style:list-level-properties>
</text:outline-level-style>
<text:outline-level-style text:level="3" style:num-format="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.5in" fo:text-indent="-0.5in" fo:margin-left="0.5in"/>
</style:list-level-properties>
</text:outline-level-style>
<text:outline-level-style text:level="4" style:num-format="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.6in" fo:text-indent="-0.6in" fo:margin-left="0.6in"/>
</style:list-level-properties>
</text:outline-level-style>
<text:outline-level-style text:level="5" style:num-format="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.7in" fo:text-indent="-0.7in" fo:margin-left="0.7in"/>
</style:list-level-properties>
</text:outline-level-style>
<text:outline-level-style text:level="6" style:num-format="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.8in" fo:text-indent="-0.8in" fo:margin-left="0.8in"/>
</style:list-level-properties>
</text:outline-level-style>
<text:outline-level-style text:level="7" style:num-format="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.9in" fo:text-indent="-0.9in" fo:margin-left="0.9in"/>
</style:list-level-properties>
</text:outline-level-style>
<text:outline-level-style text:level="8" style:num-format="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1in" fo:text-indent="-1in" fo:margin-left="1in"/>
</style:list-level-properties>
</text:outline-level-style>
<text:outline-level-style text:level="9" style:num-format="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.1in" fo:text-indent="-1.1in" fo:margin-left="1.1in"/>
</style:list-level-properties>
</text:outline-level-style>
<text:outline-level-style text:level="10" style:num-format="">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.2in" fo:text-indent="-1.2in" fo:margin-left="1.2in"/>
</style:list-level-properties>
</text:outline-level-style>
</text:outline-style>
<text:notes-configuration text:note-class="footnote" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="document"/>
<text:notes-configuration text:note-class="endnote" style:num-format="i" text:start-value="0"/>
<text:linenumbering-configuration text:number-lines="false" text:offset="0.1965in" style:num-format="1" text:number-position="left" text:increment="5"/>
<style:default-page-layout>
<style:page-layout-properties style:writing-mode="lr-tb" style:layout-grid-standard-mode="true"/>
</style:default-page-layout>
</office:styles>
<office:automatic-styles>
<style:style style:name="P1" style:family="paragraph" style:parent-style-name="Footer">
<style:paragraph-properties fo:line-height="0.139in"/>
</style:style>
<style:style style:name="P2" style:family="paragraph" style:parent-style-name="Footer">
<style:paragraph-properties fo:line-height="0.139in"/>
<style:text-properties fo:font-size="9.5pt" style:font-size-asian="9.5pt"/>
</style:style>
<style:style style:name="P3" style:family="paragraph" style:parent-style-name="Footer">
<style:paragraph-properties fo:line-height="0.139in"/>
</style:style>
<style:style style:name="P4" style:family="paragraph" style:parent-style-name="Footer">
<style:paragraph-properties fo:line-height="0.139in"/>
<style:text-properties fo:font-size="9.5pt" style:font-size-asian="9.5pt"/>
</style:style>
<style:style style:name="P5" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties officeooo:paragraph-rsid="004e0489"/>
</style:style>
<style:style style:name="P6" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties officeooo:paragraph-rsid="0053ec82"/>
</style:style>
<style:style style:name="P7" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties officeooo:rsid="0053ec82" officeooo:paragraph-rsid="0053ec82"/>
</style:style>
<style:style style:name="P8" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties officeooo:rsid="00553f12" officeooo:paragraph-rsid="00553f12"/>
</style:style>
<style:style style:name="P9" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties officeooo:paragraph-rsid="005732ba"/>
</style:style>
<style:style style:name="P10" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties officeooo:paragraph-rsid="004f76bd"/>
</style:style>
<style:style style:name="P11" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties style:use-window-font-color="true" style:font-name="Times New Roman" fo:font-size="11pt" fo:language="en" fo:country="US" officeooo:rsid="0053ec82" officeooo:paragraph-rsid="005732ba" style:font-name-asian="Times New Roman" style:font-size-asian="11pt" style:font-name-complex="Times New Roman" style:font-size-complex="10pt" style:language-complex="ar" style:country-complex="SA"/>
</style:style>
<style:style style:name="P12" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties style:use-window-font-color="true" style:font-name="Times New Roman" fo:font-size="11pt" fo:language="en" fo:country="US" officeooo:rsid="0053ec82" officeooo:paragraph-rsid="0053ec82" style:font-name-asian="Times New Roman" style:font-size-asian="11pt" style:font-name-complex="Times New Roman" style:font-size-complex="10pt" style:language-complex="ar" style:country-complex="SA"/>
</style:style>
<style:style style:name="P13" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties style:use-window-font-color="true" style:font-name="Times New Roman" fo:font-size="11pt" fo:language="en" fo:country="US" officeooo:rsid="0053ec82" officeooo:paragraph-rsid="00553f12" style:font-name-asian="Times New Roman" style:font-size-asian="11pt" style:font-name-complex="Times New Roman" style:font-size-complex="10pt" style:language-complex="ar" style:country-complex="SA"/>
</style:style>
<style:style style:name="P14" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties fo:font-variant="normal" fo:text-transform="none" style:use-window-font-color="true" style:font-name="Times New Roman" fo:font-size="11pt" fo:letter-spacing="normal" fo:language="en" fo:country="US" fo:font-style="normal" fo:font-weight="normal" officeooo:rsid="0056425b" officeooo:paragraph-rsid="005732ba" style:font-name-asian="Times New Roman" style:font-size-asian="11pt" style:font-name-complex="Times New Roman" style:font-size-complex="10pt" style:language-complex="ar" style:country-complex="SA"/>
</style:style>
<style:style style:name="P15" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:orphans="0" fo:widows="0" style:writing-mode="lr-tb"/>
</style:style>
<style:style style:name="P16" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:orphans="0" fo:widows="0" style:writing-mode="lr-tb"/>
<style:text-properties officeooo:paragraph-rsid="0053ec82"/>
</style:style>
<style:style style:name="P17" style:family="paragraph" style:parent-style-name="Standard">
<style:paragraph-properties fo:orphans="0" fo:widows="0" style:writing-mode="lr-tb"/>
<style:text-properties style:use-window-font-color="true" style:font-name="Times New Roman" fo:font-size="11pt" fo:language="en" fo:country="US" officeooo:rsid="0053ec82" officeooo:paragraph-rsid="0053ec82" style:font-name-asian="Times New Roman" style:font-size-asian="11pt" style:font-name-complex="Times New Roman" style:font-size-complex="10pt" style:language-complex="ar" style:country-complex="SA"/>
</style:style>
<style:style style:name="P18" style:family="paragraph" style:parent-style-name="Subtitle">
<style:text-properties officeooo:paragraph-rsid="005732ba"/>
</style:style>
<style:style style:name="P19" style:family="paragraph" style:parent-style-name="Subtitle">
<style:text-properties fo:font-size="16pt" style:font-size-asian="16pt" style:font-size-complex="16pt"/>
</style:style>
<style:style style:name="P20" style:family="paragraph" style:parent-style-name="Subtitle">
<style:text-properties fo:font-size="16pt" officeooo:paragraph-rsid="005732ba" style:font-size-asian="16pt" style:font-size-complex="16pt"/>
</style:style>
<style:style style:name="P21" style:family="paragraph" style:parent-style-name="Title">
<style:text-properties fo:font-size="20pt" style:font-size-asian="20pt" style:font-size-complex="20pt"/>
</style:style>
<style:style style:name="P22" style:family="paragraph" style:parent-style-name="Standard" style:list-style-name="L1"/>
<style:style style:name="P23" style:family="paragraph" style:parent-style-name="Standard">
<style:text-properties officeooo:paragraph-rsid="005732ba"/>
</style:style>
<style:style style:name="T1" style:family="text">
<style:text-properties fo:font-size="9.5pt" style:font-size-asian="9.5pt"/>
</style:style>
<style:style style:name="T2" style:family="text">
<style:text-properties fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="T3" style:family="text">
<style:text-properties fo:font-weight="bold" officeooo:rsid="0049daac" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="T4" style:family="text">
<style:text-properties officeooo:rsid="0049daac"/>
</style:style>
<style:style style:name="T5" style:family="text">
<style:text-properties officeooo:rsid="004ab568"/>
</style:style>
<style:style style:name="T6" style:family="text">
<style:text-properties officeooo:rsid="004bd6bd"/>
</style:style>
<style:style style:name="T7" style:family="text">
<style:text-properties style:use-window-font-color="true" style:font-name="Times New Roman" fo:font-size="11pt" fo:language="en" fo:country="US" officeooo:rsid="004bd6bd" style:font-name-asian="Times New Roman" style:font-size-asian="11pt" style:font-name-complex="Times New Roman" style:font-size-complex="10pt" style:language-complex="ar" style:country-complex="SA"/>
</style:style>
<style:style style:name="T8" style:family="text">
<style:text-properties style:use-window-font-color="true" style:font-name="Times New Roman" fo:font-size="11pt" fo:language="en" fo:country="US" officeooo:rsid="0053ec82" style:font-name-asian="Times New Roman" style:font-size-asian="11pt" style:font-name-complex="Times New Roman" style:font-size-complex="10pt" style:language-complex="ar" style:country-complex="SA"/>
</style:style>
<style:style style:name="T9" style:family="text">
<style:text-properties style:use-window-font-color="true" style:font-name="Times New Roman" fo:font-size="11pt" fo:language="en" fo:country="US" officeooo:rsid="0053ed15" style:font-name-asian="Times New Roman" style:font-size-asian="11pt" style:font-name-complex="Times New Roman" style:font-size-complex="10pt" style:language-complex="ar" style:country-complex="SA"/>
</style:style>
<style:style style:name="T10" style:family="text">
<style:text-properties style:use-window-font-color="true" style:font-name="Times New Roman" fo:font-size="11pt" fo:language="en" fo:country="US" officeooo:rsid="00553f12" style:font-name-asian="Times New Roman" style:font-size-asian="11pt" style:font-name-complex="Times New Roman" style:font-size-complex="10pt" style:language-complex="ar" style:country-complex="SA"/>
</style:style>
<style:style style:name="T11" style:family="text">
<style:text-properties style:use-window-font-color="true" style:font-name="Times New Roman" fo:font-size="11pt" fo:language="en" fo:country="US" officeooo:rsid="0056425b" style:font-name-asian="Times New Roman" style:font-size-asian="11pt" style:font-name-complex="Times New Roman" style:font-size-complex="10pt" style:language-complex="ar" style:country-complex="SA"/>
</style:style>
<style:style style:name="T12" style:family="text">
<style:text-properties style:use-window-font-color="true" style:font-name="Times New Roman" fo:font-size="11pt" fo:language="en" fo:country="US" officeooo:rsid="005732ba" style:font-name-asian="Times New Roman" style:font-size-asian="11pt" style:font-name-complex="Times New Roman" style:font-size-complex="10pt" style:language-complex="ar" style:country-complex="SA"/>
</style:style>
<style:style style:name="T13" style:family="text">
<style:text-properties style:use-window-font-color="true" style:font-name="Times New Roman" fo:font-size="11pt" fo:language="en" fo:country="US" officeooo:rsid="00580212" style:font-name-asian="Times New Roman" style:font-size-asian="11pt" style:font-name-complex="Times New Roman" style:font-size-complex="10pt" style:language-complex="ar" style:country-complex="SA"/>
</style:style>
<style:style style:name="T14" style:family="text">
<style:text-properties style:use-window-font-color="true" style:font-name="Times New Roman" fo:font-size="11pt" fo:language="en" fo:country="US" officeooo:rsid="005b434a" style:font-name-asian="Times New Roman" style:font-size-asian="11pt" style:font-name-complex="Times New Roman" style:font-size-complex="10pt" style:language-complex="ar" style:country-complex="SA"/>
</style:style>
<style:style style:name="T15" style:family="text">
<style:text-properties style:use-window-font-color="true" style:text-position="super 58%" style:font-name="Times New Roman" fo:font-size="11pt" fo:language="en" fo:country="US" officeooo:rsid="0056425b" style:font-name-asian="Times New Roman" style:font-size-asian="11pt" style:font-name-complex="Times New Roman" style:font-size-complex="10pt" style:language-complex="ar" style:country-complex="SA"/>
</style:style>
<style:style style:name="T16" style:family="text">
<style:text-properties style:use-window-font-color="true" style:font-name="Times New Roman1" fo:font-size="18pt" fo:language="en" fo:country="US" fo:font-weight="bold" officeooo:rsid="005994ea" style:letter-kerning="true" style:font-name-asian="Times New Roman" style:font-size-asian="18pt" style:font-weight-asian="bold" style:font-name-complex="Arial" style:font-size-complex="18pt" style:language-complex="ar" style:country-complex="SA" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="T17" style:family="text">
<style:text-properties style:use-window-font-color="true" style:font-name="Times New Roman1" fo:language="en" fo:country="US" fo:font-weight="bold" officeooo:rsid="005994ea" style:letter-kerning="true" style:font-name-asian="Times New Roman" style:font-weight-asian="bold" style:font-name-complex="Arial" style:language-complex="ar" style:country-complex="SA" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="T18" style:family="text">
<style:text-properties officeooo:rsid="004c6593"/>
</style:style>
<style:style style:name="T19" style:family="text">
<style:text-properties officeooo:rsid="004cd03c"/>
</style:style>
<style:style style:name="T20" style:family="text">
<style:text-properties officeooo:rsid="004e0489"/>
</style:style>
<style:style style:name="T21" style:family="text">
<style:text-properties officeooo:rsid="004f76bd"/>
</style:style>
<style:style style:name="T22" style:family="text">
<style:text-properties officeooo:rsid="00515e90"/>
</style:style>
<style:style style:name="T23" style:family="text">
<style:text-properties officeooo:rsid="005223f1"/>
</style:style>
<style:style style:name="T24" style:family="text">
<style:text-properties style:text-position="super 58%" officeooo:rsid="005223f1"/>
</style:style>
<style:style style:name="T25" style:family="text">
<style:text-properties officeooo:rsid="0053ec82"/>
</style:style>
<style:style style:name="T26" style:family="text">
<style:text-properties fo:font-variant="normal" fo:text-transform="none" style:use-window-font-color="true" style:font-name="Times New Roman" fo:font-size="11pt" fo:letter-spacing="normal" fo:language="en" fo:country="US" fo:font-style="normal" fo:font-weight="normal" officeooo:rsid="0056425b" style:font-name-asian="Times New Roman" style:font-size-asian="11pt" style:font-name-complex="Times New Roman" style:font-size-complex="10pt" style:language-complex="ar" style:country-complex="SA"/>
</style:style>
<style:style style:name="T27" style:family="text">
<style:text-properties officeooo:rsid="005732ba"/>
</style:style>
<style:style style:name="T28" style:family="text">
<style:text-properties officeooo:rsid="00580212"/>
</style:style>
<style:style style:name="T29" style:family="text">
<style:text-properties officeooo:rsid="005994ea"/>
</style:style>
<style:style style:name="T30" style:family="text">
<style:text-properties officeooo:rsid="005c24eb"/>
</style:style>
<style:style style:name="fr1" style:family="graphic" style:parent-style-name="Frame">
<style:graphic-properties style:vertical-pos="top" style:vertical-rel="paragraph-content" style:horizontal-pos="center" style:horizontal-rel="paragraph-content"/>
</style:style>
<text:list-style style:name="L1">
<text:list-level-style-bullet text:level="1" text:style-name="Bullet_20_Symbols" text:bullet-char="•">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.5in" fo:text-indent="-0.25in" fo:margin-left="0.5in"/>
</style:list-level-properties>
</text:list-level-style-bullet>
<text:list-level-style-number text:level="2" style:num-suffix="." style:num-format="1">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.75in" fo:text-indent="-0.25in" fo:margin-left="0.75in"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="3" style:num-suffix="." style:num-format="1">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1in" fo:text-indent="-0.25in" fo:margin-left="1in"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="4" style:num-suffix="." style:num-format="1">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.25in" fo:text-indent="-0.25in" fo:margin-left="1.25in"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="5" style:num-suffix="." style:num-format="1">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.5in" fo:text-indent="-0.25in" fo:margin-left="1.5in"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="6" style:num-suffix="." style:num-format="1">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.75in" fo:text-indent="-0.25in" fo:margin-left="1.75in"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="7" style:num-suffix="." style:num-format="1">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2in" fo:text-indent="-0.25in" fo:margin-left="2in"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="8" style:num-suffix="." style:num-format="1">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.25in" fo:text-indent="-0.25in" fo:margin-left="2.25in"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="9" style:num-suffix="." style:num-format="1">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.5in" fo:text-indent="-0.25in" fo:margin-left="2.5in"/>
</style:list-level-properties>
</text:list-level-style-number>
<text:list-level-style-number text:level="10" style:num-suffix="." style:num-format="1">
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.75in" fo:text-indent="-0.25in" fo:margin-left="2.75in"/>
</style:list-level-properties>
</text:list-level-style-number>
</text:list-style>
<style:page-layout style:name="pm1">
<style:page-layout-properties fo:page-width="8.5in" fo:page-height="11in" style:num-format="1" style:print-orientation="portrait" fo:margin-top="0.5in" fo:margin-bottom="0.5in" fo:margin-left="0.8in" fo:margin-right="0.8in" style:writing-mode="lr-tb" style:layout-grid-color="#c0c0c0" style:layout-grid-lines="40" style:layout-grid-base-height="0.25in" style:layout-grid-ruby-height="0in" style:layout-grid-mode="none" style:layout-grid-ruby-below="false" style:layout-grid-print="false" style:layout-grid-display="false" style:layout-grid-base-width="0.1528in" style:layout-grid-snap-to="true" style:footnote-max-height="0in">
<style:footnote-sep style:width="0.0071in" style:distance-before-sep="0.0398in" style:distance-after-sep="0.0398in" style:line-style="solid" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
</style:page-layout-properties>
<style:header-style>
<style:header-footer-properties fo:min-height="0.25in" fo:margin-left="0in" fo:margin-right="0in" fo:margin-bottom="0.211in" style:dynamic-spacing="true"/>
</style:header-style>
<style:footer-style>
<style:header-footer-properties fo:min-height="0.5in" fo:margin-left="0in" fo:margin-right="0in" fo:margin-top="0.461in" style:dynamic-spacing="true"/>
</style:footer-style>
</style:page-layout>
</office:automatic-styles>
<office:master-styles>
<style:master-page style:name="Standard" style:page-layout-name="pm1">
<style:header>
<text:p text:style-name="Header"/>
</style:header>
<loext:header-first>
<text:p text:style-name="Header"><text:tab/><text:tab/></text:p>
</loext:header-first>
<style:footer>
<text:p text:style-name="P1"><draw:frame draw:style-name="fr1" draw:name="Frame1" text:anchor-type="paragraph" draw:z-index="3">
<draw:text-box fo:min-height="0.0228in" fo:min-width="0.0161in">
<text:p text:style-name="P2"><text:page-number text:select-page="current">5</text:page-number></text:p>
</draw:text-box>
</draw:frame></text:p>
</style:footer>
<loext:footer-first>
<text:p text:style-name="Footer"/>
</loext:footer-first>
</style:master-page>
</office:master-styles>
<office:body>
<office:text text:use-soft-page-breaks="true">
<office:forms form:automatic-focus="false" form:apply-design-mode="false"/>
<text:tracked-changes text:track-changes="false">
<text:changed-region xml:id="ct94633587116304" text:id="ct94633587116304">
<text:insertion>
<office:change-info>
<dc:creator>Unknown Author</dc:creator>
<dc:date>2022-03-22T03:32:18</dc:date>
</office:change-info>
</text:insertion>
</text:changed-region>
<text:changed-region xml:id="ct94633626899376" text:id="ct94633626899376">
<text:deletion>
<office:change-info>
<dc:creator>Unknown Author</dc:creator>
<dc:date>2022-03-22T03:31:41</dc:date>
</office:change-info>
</text:deletion>
</text:changed-region>
<text:changed-region xml:id="ct94633566174592" text:id="ct94633566174592">
<text:insertion>
<office:change-info>
<dc:creator>Unknown Author</dc:creator>
<dc:date>2022-03-22T03:31:42</dc:date>
</office:change-info>
</text:insertion>
</text:changed-region>
<text:changed-region xml:id="ct94633586141696" text:id="ct94633586141696">
<text:deletion>
<office:change-info>
<dc:creator>Unknown Author</dc:creator>
<dc:date>2022-03-22T03:31:45</dc:date>
</office:change-info>
</text:deletion>
</text:changed-region>
<text:changed-region xml:id="ct94633626995488" text:id="ct94633626995488">
<text:deletion>
<office:change-info>
<dc:creator>Unknown Author</dc:creator>
<dc:date>2022-03-22T03:32:29</dc:date>
</office:change-info>
</text:deletion>
</text:changed-region>
<text:changed-region xml:id="ct94633478984848" text:id="ct94633478984848">
<text:insertion>
<office:change-info>
<dc:creator>Unknown Author</dc:creator>
<dc:date>2022-03-22T03:32:53</dc:date>
</office:change-info>
</text:insertion>
</text:changed-region>
<text:changed-region xml:id="ct94633596093072" text:id="ct94633596093072">
<text:deletion>
<office:change-info>
<dc:creator>Unknown Author</dc:creator>
<dc:date>2022-03-22T03:32:46</dc:date>
</office:change-info>
</text:deletion>
</text:changed-region>
<text:changed-region xml:id="ct94633626963472" text:id="ct94633626963472">
<text:insertion>
<office:change-info>
<dc:creator>Unknown Author</dc:creator>
<dc:date>2022-03-22T03:32:47</dc:date>
</office:change-info>
</text:insertion>
</text:changed-region>
<text:changed-region xml:id="ct94633620066272" text:id="ct94633620066272">
<text:insertion>
<office:change-info>
<dc:creator>Unknown Author</dc:creator>
<dc:date>2022-03-22T03:33:37</dc:date>
</office:change-info>
</text:insertion>
</text:changed-region>
<text:changed-region xml:id="ct94633620066032" text:id="ct94633620066032">
<text:deletion>
<office:change-info>
<dc:creator>Unknown Author</dc:creator>
<dc:date>2022-03-22T03:33:50</dc:date>
</office:change-info>
</text:deletion>
</text:changed-region>
<text:changed-region xml:id="ct94633627337408" text:id="ct94633627337408">
<text:insertion>
<office:change-info>
<dc:creator>Unknown Author</dc:creator>
<dc:date>2022-03-22T03:33:52</dc:date>
</office:change-info>
</text:insertion>
</text:changed-region>
<text:changed-region xml:id="ct94633628263808" text:id="ct94633628263808">
<text:deletion>
<office:change-info>
<dc:creator>Unknown Author</dc:creator>
<dc:date>2022-03-22T03:34:45</dc:date>
</office:change-info>
</text:deletion>
</text:changed-region>
<text:changed-region xml:id="ct94633609969904" text:id="ct94633609969904">
<text:insertion>
<office:change-info>
<dc:creator>Unknown Author</dc:creator>
<dc:date>2022-03-22T03:34:45</dc:date>
</office:change-info>
</text:insertion>
</text:changed-region>
<text:changed-region xml:id="ct94633583131104" text:id="ct94633583131104">
<text:deletion>
<office:change-info>
<dc:creator>Unknown Author</dc:creator>
<dc:date>2022-03-22T03:36:25</dc:date>
</office:change-info>
</text:deletion>
</text:changed-region>
<text:changed-region xml:id="ct94633627977056" text:id="ct94633627977056">
<text:insertion>
<office:change-info>
<dc:creator>Unknown Author</dc:creator>
<dc:date>2022-03-22T03:36:25</dc:date>
</office:change-info>
</text:insertion>
</text:changed-region>
<text:changed-region xml:id="ct94633596655616" text:id="ct94633596655616">
<text:insertion>
<office:change-info>
<dc:creator>Unknown Author</dc:creator>
<dc:date>2022-03-22T03:31:10</dc:date>
</office:change-info>
</text:insertion>
</text:changed-region>
<text:changed-region xml:id="ct94633628852896" text:id="ct94633628852896">
<text:insertion>
<office:change-info>
<dc:creator>Unknown Author</dc:creator>
<dc:date>2022-03-22T03:31:10</dc:date>
</office:change-info>
</text:insertion>
</text:changed-region>
<text:changed-region xml:id="ct94633571121920" text:id="ct94633571121920">
<text:insertion>
<office:change-info>
<dc:creator>Unknown Author</dc:creator>
<dc:date>2022-03-22T03:31:10</dc:date>
</office:change-info>
</text:insertion>
</text:changed-region>
<text:changed-region xml:id="ct94633588509696" text:id="ct94633588509696">
<text:insertion>
<office:change-info>
<dc:creator>Unknown Author</dc:creator>
<dc:date>2022-03-22T03:37:13</dc:date>
</office:change-info>
</text:insertion>
</text:changed-region>
<text:changed-region xml:id="ct94633603178560" text:id="ct94633603178560">
<text:deletion>
<office:change-info>
<dc:creator>Unknown Author</dc:creator>
<dc:date>2022-03-22T03:31:04</dc:date>
</office:change-info>
</text:deletion>
</text:changed-region>
<text:changed-region xml:id="ct94633587242032" text:id="ct94633587242032">
<text:deletion>
<office:change-info>
<dc:creator>Unknown Author</dc:creator>
<dc:date>2022-03-22T03:30:58</dc:date>
</office:change-info>
</text:deletion>
</text:changed-region>
<text:changed-region xml:id="ct94633627815056" text:id="ct94633627815056">
<text:deletion>
<office:change-info>
<dc:creator>Unknown Author</dc:creator>
<dc:date>2022-03-22T03:28:39</dc:date>
</office:change-info>
</text:deletion>
</text:changed-region>
<text:changed-region xml:id="ct94633610698224" text:id="ct94633610698224">
<text:deletion>
<office:change-info>
<dc:creator>Unknown Author</dc:creator>
<dc:date>2022-03-22T03:30:58</dc:date>
</office:change-info>
</text:deletion>
</text:changed-region>
<text:changed-region xml:id="ct94633574189664" text:id="ct94633574189664">
<text:deletion>
<office:change-info>
<dc:creator>Unknown Author</dc:creator>
<dc:date>2022-03-21T20:33:26</dc:date>
</office:change-info>
</text:deletion>
</text:changed-region>
<text:changed-region xml:id="ct94633572232224" text:id="ct94633572232224">
<text:deletion>
<office:change-info>
<dc:creator>Unknown Author</dc:creator>
<dc:date>2022-03-21T20:36:45</dc:date>
</office:change-info>
</text:deletion>
</text:changed-region>
</text:tracked-changes>
<text:sequence-decls>
<text:sequence-decl text:display-outline-level="0" text:name="Illustration"/>
<text:sequence-decl text:display-outline-level="0" text:name="Table"/>
<text:sequence-decl text:display-outline-level="0" text:name="Text"/>
<text:sequence-decl text:display-outline-level="0" text:name="Drawing"/>
<text:sequence-decl text:display-outline-level="0" text:name="Figure"/>
</text:sequence-decls>
<text:h text:style-name="P21" text:outline-level="1">Third-Party Open Source Software Used By Npcap</text:h>
<text:p text:style-name="Standard"/>
<text:p text:style-name="P5"><text:span text:style-name="T6">Npcap </text:span><text:change-start text:change-id="ct94633587116304"/><text:span text:style-name="T27">(</text:span><text:a xlink:type="simple" xlink:href="https://npcap.com/" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link"><text:span text:style-name="T27">https://npcap.com</text:span></text:a><text:span text:style-name="T27">) </text:span><text:change-end text:change-id="ct94633587116304"/><text:span text:style-name="T6">is a software library for packet captu</text:span><text:span text:style-name="T19">re and transmission</text:span><text:span text:style-name="T6"> on the Microsoft Windows platform</text:span><text:change-start text:change-id="ct94633626899376"/><text:span text:style-name="T6">,</text:span><text:change-end text:change-id="ct94633626899376"/><text:change-start text:change-id="ct94633566174592"/><text:span text:style-name="T6">. </text:span><text:change-end text:change-id="ct94633566174592"/><text:change-start text:change-id="ct94633586141696"/><text:span text:style-name="T6"><text:s/>as </text:span><text:change-end text:change-id="ct94633586141696"/><text:change-start text:change-id="ct94633626995488"/><text:span text:style-name="T6">distributed and described at </text:span><text:a xlink:type="simple" xlink:href="https://npcap.com/" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link"><text:span text:style-name="T6">https://npcap.com</text:span></text:a><text:span text:style-name="T6">. </text:span><text:change-end text:change-id="ct94633626995488"/><text:span text:style-name="T18">The</text:span><text:span text:style-name="T20">re is a free/demo Npcap which is mostly for personal use, and a commercial </text:span><text:a xlink:type="simple" xlink:href="https://npcap.com/oem/" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link"><text:span text:style-name="T19">Npcap OEM Edition</text:span></text:a><text:span text:style-name="T19"> </text:span><text:span text:style-name="T20">for companies who want automated deployment, commercial support, greater internal-use rights, or even to redistribute Npcap OEM with</text:span><text:change-start text:change-id="ct94633478984848"/><text:span text:style-name="T27">in</text:span><text:change-end text:change-id="ct94633478984848"/><text:span text:style-name="T20"> their </text:span><text:change-start text:change-id="ct94633596093072"/><text:span text:style-name="T20">r</text:span><text:change-end text:change-id="ct94633596093072"/><text:span text:style-name="T20">p</text:span><text:change-start text:change-id="ct94633626963472"/><text:span text:style-name="T27">r</text:span><text:change-end text:change-id="ct94633626963472"/><text:span text:style-name="T20">oducts.</text:span></text:p>
<text:p text:style-name="P5"/>
<text:p text:style-name="P5"><text:span text:style-name="T6">Npcap </text:span>uses <text:span text:style-name="T28">three</text:span> third-party open source software <text:span text:style-name="T20">components: </text:span><text:span text:style-name="T28">Libpcap, Winpcap, and ieee80211_radiotap.h.</text:span> All <text:span text:style-name="T20">of these </text:span>are open source with BSD-style licenses that allow for unlimited use and royalty-free redistribution within other software (including commercial/proprietary software). Some include a warranty disclaimer (relating to the original authors) and require a small amount of acknowledgment text be added to the documentation of any software which includes them (including indirectly through Npcap). An example of such text <text:change-start text:change-id="ct94633620066272"/><text:span text:style-name="T27">provided in the next section of this document.</text:span><text:change-end text:change-id="ct94633620066272"/><text:change-start text:change-id="ct94633620066032"/><text:span text:style-name="T27">is in the copyright statements section at the end of this document. S</text:span><text:change-end text:change-id="ct94633620066032"/><text:change-start text:change-id="ct94633627337408"/> <text:span text:style-name="T27">S</text:span><text:change-end text:change-id="ct94633627337408"/>ince <text:span text:style-name="T7">Nmap Software</text:span> LLC is not the author of this third-party code, we can not waive or modify its software copyright or license. Npcap users and redistributors must comply with the relevant Npcap license (either the free/demo license or a commercial Npcap OEM license<text:span text:style-name="T20">)</text:span> as well as the fairly minimal requirements of th<text:span text:style-name="T20">e</text:span> third-party open source software <text:span text:style-name="T20">listed </text:span><text:span text:style-name="T28">here. <text:s/>Each of the three components has a section later in this document </text:span><text:span text:style-name="T13">detailing the software and providing its</text:span><text:span text:style-name="T28"> full license text.</text:span></text:p>
<text:p text:style-name="Standard"/>
<text:p text:style-name="Standard">Please note that all Npcap support, warranties and indemnification that we (<text:span text:style-name="T7">Nmap Software</text:span> LLC) offer to commercial customers <text:span text:style-name="T20">apply to </text:span>these third-party <text:change-start text:change-id="ct94633628263808"/>libraries along with all <text:change-end text:change-id="ct94633628263808"/><text:change-start text:change-id="ct94633609969904"/><text:span text:style-name="T12">components and all </text:span><text:change-end text:change-id="ct94633609969904"/>other Npcap code. The warranty disclaimers in their license text just mean that the original library authors and maintainers aren’t responsible for that support <text:span text:style-name="T20">you buy from us instead.</text:span></text:p>
<text:p text:style-name="Standard"/>
<text:p text:style-name="Standard">This document covers <text:span text:style-name="T2">Npcap version 1.60</text:span>. Licensees or potential licensees who want this information for a different N<text:span text:style-name="T4">pc</text:span>ap release should contact <text:a xlink:type="simple" xlink:href="mailto:[email protected]" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">[email protected]</text:a>.</text:p>
<text:p text:style-name="Standard"/>
<text:p text:style-name="P10"><text:span text:style-name="T21">Anyone may redistribute this document in whole or part, including incorporating it into larger documents. In particular, redistributing this document along with Npcap OEM (for parties who hold an </text:span><text:a xlink:type="simple" xlink:href="https://npcap.com/oem/redist.html" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link"><text:span text:style-name="T21">Npcap OEM Redistribution License</text:span></text:a><text:span text:style-name="T21">) is often helpful to comply with attribution </text:span><text:span text:style-name="T30">and warranty disclaimer </text:span><text:span text:style-name="T21">clauses of the software component licenses detailed </text:span><text:change-start text:change-id="ct94633583131104"/><text:span text:style-name="T21">below</text:span><text:change-end text:change-id="ct94633583131104"/><text:change-start text:change-id="ct94633627977056"/><text:span text:style-name="T12">herein</text:span><text:change-end text:change-id="ct94633627977056"/><text:span text:style-name="T21">.</text:span></text:p>
<text:p text:style-name="Standard"><text:change-start text:change-id="ct94633596655616"/></text:p>
<text:h text:style-name="P20" text:outline-level="1"><text:change-end text:change-id="ct94633596655616"/><text:span text:style-name="T17">Suggested</text:span><text:change-start text:change-id="ct94633628852896"/> Acknowledgment Text</text:h>
<text:p text:style-name="P9"/>
<text:p text:style-name="P9"><text:span text:style-name="T23">To give credit where due and also comply with attribution clauses of the various 3</text:span><text:span text:style-name="T24">rd</text:span><text:span text:style-name="T23"> party </text:span><text:span text:style-name="T25">software component licenses detailed in this document, we </text:span><text:span text:style-name="T8">suggest that </text:span><text:a xlink:type="simple" xlink:href="https://npcap.com/oem/redist.html" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">companies licensed to redistribute Npcap OEM</text:a><text:span text:style-name="T8"> include this document </text:span><text:span text:style-name="T12">itself </text:span><text:span text:style-name="T8">along with their software and also include </text:span><text:span text:style-name="T12">a statement like the one below </text:span><text:span text:style-name="T8">in their documentation:</text:span></text:p>
<text:p text:style-name="P11"/>
<text:p text:style-name="P9"><text:span text:style-name="T8">This </text:span><text:span text:style-name="T9">program</text:span><text:span text:style-name="T8"> contains the Npcap OEM Windows packet capturing software (</text:span><text:a xlink:type="simple" xlink:href="https://npcap.com/" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">https://npcap.com</text:a><text:span text:style-name="T8">) pursuant to a license </text:span><text:span text:style-name="T9">agreement with</text:span><text:span text:style-name="T8"> Nmap Software LLC. </text:span><text:span text:style-name="T9">Npcap OEM contains programming code from the Libpcap project (</text:span><text:a xlink:type="simple" xlink:href="https://www.tcpdump.org/" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">https://www.tcpdump.org</text:a><text:span text:style-name="T9">) which is Copyright (c) by The TCPdump Group and its contributors. Npcap also incorporates code from the now-defunct Win</text:span><text:change-end text:change-id="ct94633628852896"/><text:span text:style-name="T14">p</text:span><text:change-start text:change-id="ct94633571121920"/><text:span text:style-name="T9">cap </text:span><text:span text:style-name="T12">software</text:span><text:span text:style-name="T9"> (</text:span><text:a xlink:type="simple" xlink:href="https://winpcap.org/" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">https://winpcap.org</text:a><text:span text:style-name="T9">) which is Copyright (c) NetGroup, Politecnico di Torino, CACE Technologies, </text:span><text:span text:style-name="T10">and </text:span><text:span text:style-name="T9">The Regents of the University of California. </text:span><text:span text:style-name="T11">In addition, </text:span><text:span text:style-name="T10">Npcap contains an ieee80211_radiotap.h header file which is Copyright (c) David Young. </text:span><text:span text:style-name="T11">Full license text and details for these 3</text:span><text:span text:style-name="T15">rd</text:span><text:span text:style-name="T11"> party components are available in the Npcap-Third-Party-Open-Source.pdf file included with this program and/or available at </text:span><text:a xlink:type="simple" xlink:href="https://npcap.com/src/docs/Npcap-Third-Party-Open-Source.pdf" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">https://npcap.com/src/docs/Npcap-Third-Party-Open-Source.pdf</text:a><text:span text:style-name="T26">.</text:span><text:change-end text:change-id="ct94633571121920"/><text:change-start text:change-id="ct94633588509696"/></text:p>
<text:p text:style-name="P14"><text:change-end text:change-id="ct94633588509696"/></text:p>
<text:h text:style-name="P19" text:outline-level="1">Libpcap Portable Packet Capturing Library</text:h>
<text:p text:style-name="Standard"><text:soft-page-break/></text:p>
<text:p text:style-name="Standard"><text:span text:style-name="T2">Description:</text:span> Libpcap is a popular reference implementation of the pcap packet capturing API. It is produced by The T<text:span text:style-name="T4">CP</text:span>dump Group and supports Linux and Mac OS X systems (among others). Npcap implements this API for Microsoft Windows by combining the high-level open source libpcap API code with our own custom Windows driver that implements the low-level network operations. Our wpcap.dll library file is mostly <text:span text:style-name="T4">l</text:span>ibpcap code. We occasionally make our own fixes and changes to the libpcap code, but we have a great relationship with The T<text:span text:style-name="T4">CP</text:span>dump Group and try to submit all of our changes to them for incorporation in future libpcap releases.</text:p>
<text:p text:style-name="Standard"><text:span text:style-name="T2">Software URL:</text:span> <text:a xlink:type="simple" xlink:href="http://www.tcpdump.org/" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">http://www.tcpdump.org/</text:a></text:p>
<text:p text:style-name="Standard"><text:span text:style-name="T2">Version used:</text:span> 1.10</text:p>
<text:p text:style-name="Standard"><text:span text:style-name="T2">License Summary:</text:span> Modified BSD license (3-clause) – allows free redistribution as long as you include a short attribution statement and warranty disclaimer somewhere in your documentation.</text:p>
<text:p text:style-name="Standard"><text:span text:style-name="T2">License </text:span><text:span text:style-name="T3">T</text:span><text:span text:style-name="T2">ext:</text:span> Libpcap is Copyright (c) by The TCPdump <text:span text:style-name="T4">G</text:span>roup and its contributors. This license text was taken from <text:a xlink:type="simple" xlink:href="https://github.com/the-tcpdump-group/libpcap/blob/master/LICENSE" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">https://github.com/the-tcpdump-group/libpcap/blob/master/LICENSE</text:a> on August 25, 2020:</text:p>
<text:p text:style-name="Standard"/>
<text:p text:style-name="Quotations">License: BSD</text:p>
<text:p text:style-name="Quotations">Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</text:p>
<text:p text:style-name="Quotations"><text:s text:c="2"/>1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</text:p>
<text:p text:style-name="Quotations"><text:s text:c="2"/>2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.</text:p>
<text:p text:style-name="Quotations"><text:s text:c="2"/>3. The names of the authors may not be used to endorse or promote products derived from this software without specific prior written permission.</text:p>
<text:p text:style-name="Quotations">THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.</text:p>
<text:h text:style-name="P19" text:outline-level="1">Winpcap Windows Packet Capturing Library</text:h>
<text:p text:style-name="Standard"/>
<text:p text:style-name="Standard"><text:span text:style-name="T2">Description:</text:span> Winpcap is an earlier (now abandoned) open source implementation of the pcap API for Windows. The last Winpcap release was made in March 2013. <text:s text:c="4"/>We created Npcap by starting with that abandoned code and updating it to support modern Windows NDIS API’s and fixing well-known bugs and security issues. While Npcap has diverged substantially over the years, it still contains a substantial amount of original Winpcap code, so the Winpcap license must be followed. It is used by Nmap on Windows for raw packet reading during host discovery, port scanning, and OS detection. It is a derivative of LibPcap, so that license (see Libpcap section) must be followed as well. It is only needed and used on Windows.</text:p>
<text:p text:style-name="Standard"><text:span text:style-name="T2">Software URL:</text:span> <text:a xlink:type="simple" xlink:href="https://www.winpcap.org/" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">https://www.winpcap.org/</text:a></text:p>
<text:p text:style-name="Standard"><text:span text:style-name="T2">Version used:</text:span> 4.1.3</text:p>
<text:p text:style-name="Standard"><text:span text:style-name="T2">License Summary:</text:span> Modified BSD license (3-clause) – allows free redistribution as long as you include attribution statement and warranty disclaimer somewhere in your documentation. The fourth clause, which relates to attribution in advertising materials has been officially removed and revoked by the University of California, Berkeley: <text:a xlink:type="simple" xlink:href="https://ipira.berkeley.edu/sites/default/files/shared/docs/Advertising_clause_removed_from_BSD_license.pdf" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">https://ipira.berkeley.edu/sites/default/files/shared/docs/Advertising_clause_removed_from_BSD_license.pdf</text:a></text:p>
<text:p text:style-name="Standard"><text:soft-page-break/><text:span text:style-name="T2">License T</text:span><text:span text:style-name="T3">e</text:span><text:span text:style-name="T2">xt:</text:span> This was taken from <text:a xlink:type="simple" xlink:href="https://www.winpcap.org/misc/copyright.htm" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">https://www.winpcap.org/misc/copyright.htm</text:a> on March 11, 2016 and we made the following updates:</text:p>
<text:list xml:id="list445059606" text:style-name="L1">
<text:list-item>
<text:p text:style-name="P22">Removed the “advertising clause” from University of California, Berkeley copyright statement because they have officiall<text:span text:style-name="T4">y</text:span> removed and revoked that as documented here: <text:a xlink:type="simple" xlink:href="https://ipira.berkeley.edu/sites/default/files/shared/docs/Advertising_clause_removed_from_BSD_license.pdf" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">https://ipira.berkeley.edu/sites/default/files/shared/docs/Advertising_clause_removed_from_BSD_license.pdf</text:a></text:p>
</text:list-item>
<text:list-item>
<text:p text:style-name="P22">Removed copyright notice from Kungliga Tekniska Högskolan because that code is no longer in Npcap.</text:p>
</text:list-item>
<text:list-item>
<text:p text:style-name="P22">Removed copyright notice from Yen Yen Lim and north Dakota State University because that code is no longer in Npcap.</text:p>
</text:list-item>
<text:list-item>
<text:p text:style-name="P22">Removed copyright notice from Digital Equipment Corporation because that code is no longer in Npcap.</text:p>
</text:list-item>
<text:list-item>
<text:p text:style-name="P22">Removed copyright notice from WIDE Project because that code is no longer in Npcap.</text:p>
</text:list-item>
<text:list-item>
<text:p text:style-name="P22">Removed copyright notice from Juniper Networks because that code is no longer in Npcap.</text:p>
</text:list-item>
<text:list-item>
<text:p text:style-name="P22">Removed copyright notice from Daniel Hartmeier since that code is no longer in Npcap.</text:p>
</text:list-item>
<text:list-item>
<text:p text:style-name="P22">Removed copyright notice from Carnegie Mellon since that code is no longer in Npcap.</text:p>
</text:list-item>
<text:list-item>
<text:p text:style-name="P22">Removed the 1983 copyright notice from UC Berkeley since that code is no longer in Npcap. The notice from their 1990’s contributions is still there.</text:p>
</text:list-item>
</text:list>
<text:p text:style-name="Standard"/>
<text:p text:style-name="Quotations">Copyright (c) 1999 - 2005 NetGroup, Politecnico di Torino (Italy).</text:p>
<text:p text:style-name="Quotations">Copyright (c) 2005 - 2010 CACE Technologies, Davis (California).</text:p>
<text:p text:style-name="Quotations">All rights reserved.</text:p>
<text:p text:style-name="Quotations">Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</text:p>
<text:p text:style-name="Quotations">1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</text:p>
<text:p text:style-name="Quotations">2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.</text:p>
<text:p text:style-name="Quotations">3. Neither the name of the Politecnico di Torino, CACE Technologies nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.</text:p>
<text:p text:style-name="Quotations">THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</text:p>
<text:p text:style-name="Quotations">This product includes software developed by the University of California, Lawrence Berkeley <text:soft-page-break/>Laboratory and its contributors.</text:p>
<text:p text:style-name="Quotations">Portions Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997 The Regents of the University of California. All rights reserved.</text:p>
<text:p text:style-name="Quotations">Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</text:p>
<text:p text:style-name="Quotations">1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</text:p>
<text:p text:style-name="Quotations">2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.</text:p>
<text:p text:style-name="Quotations">3. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.</text:p>
<text:p text:style-name="Quotations">THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</text:p>
<text:h text:style-name="P19" text:outline-level="1">The ieee80211_radiotap.h Header File</text:h>
<text:p text:style-name="Standard"/>
<text:p text:style-name="Standard"><text:span text:style-name="T2">Description:</text:span> This is just a short header file defining data structures for the IEEE 802.11 radio capture header.</text:p>
<text:p text:style-name="Standard"><text:span text:style-name="T2">Software URL:</text:span> <text:a xlink:type="simple" xlink:href="http://web.mit.edu/~mkgray/afs/bar/afs/sipb.mit.edu/project/freebsd/head/contrib/wpa/src/utils/radiotap.h" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">http://web.mit.edu/~mkgray/afs/bar/afs/sipb.mit.edu/project/freebsd/head/contrib/wpa/src/utils/radiotap.h</text:a></text:p>
<text:p text:style-name="Standard"><text:span text:style-name="T2">Version used:</text:span> There is not a specific version number, but it says “Copyright (c) 2003, 2004 David Young”</text:p>
<text:p text:style-name="Standard"><text:span text:style-name="T2">License Summary:</text:span> Modified BSD license (3-clause) – allows free redistribution as long as you include a short attribution statement and warranty disclaimer somewhere in your documentation.</text:p>
<text:p text:style-name="Standard"><text:span text:style-name="T2">License Text: </text:span>This is from a comment near the top of <text:a xlink:type="simple" xlink:href="https://github.com/nmap/npcap/blob/master/packetWin7/npf/npf/ieee80211_radiotap.h" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">the ieee80211_radiotap.h file itself</text:a>:</text:p>
<text:p text:style-name="Standard"/>
<text:p text:style-name="Quotations">Copyright (c) 2003, 2004 David Young. <text:s/>All rights reserved.</text:p>
<text:p text:style-name="Quotations">Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</text:p>
<text:p text:style-name="Quotations">1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</text:p>
<text:p text:style-name="Quotations">2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the <text:soft-page-break/>distribution.</text:p>
<text:p text:style-name="Quotations">3. The name of David Young may not be used to endorse or promote products derived from this software without specific prior written permission.</text:p>
<text:p text:style-name="Quotations">THIS SOFTWARE IS PROVIDED BY DAVID YOUNG ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. <text:s/>IN NO EVENT SHALL DAVID YOUNG BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.<text:change-start text:change-id="ct94633603178560"/></text:p>
<text:p text:style-name="Quotations"><text:change-end text:change-id="ct94633603178560"/><text:change-start text:change-id="ct94633587242032"/>Copyright Statements and Acknowledgment/Disclaimer Text</text:p>
<text:p text:style-name="Standard"/>
<text:p text:style-name="P6"><text:span text:style-name="T23">To give credit where due and also comply with attribution clauses of the various 3</text:span><text:span text:style-name="T24">rd</text:span><text:span text:style-name="T23"> party </text:span><text:span text:style-name="T25">software component licenses detailed in this document, we </text:span><text:span text:style-name="T8">suggest that </text:span><text:a xlink:type="simple" xlink:href="https://npcap.com/oem/redist.html" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">companies licensed to redistribute Npcap OEM</text:a><text:span text:style-name="T8"> include this document along with their software and also include </text:span><text:change-end text:change-id="ct94633587242032"/><text:change-start text:change-id="ct94633627815056"/><text:span text:style-name="T9">the following (or similar) </text:span><text:span text:style-name="T8">statement </text:span><text:change-end text:change-id="ct94633627815056"/><text:change-start text:change-id="ct94633610698224"/><text:span text:style-name="T8">in their documentation:</text:span></text:p>
<text:p text:style-name="P12"/>
<text:p text:style-name="P6"><text:span text:style-name="T8">This </text:span><text:span text:style-name="T9">program</text:span><text:span text:style-name="T8"> contains the Npcap OEM Windows packet capturing software (</text:span><text:a xlink:type="simple" xlink:href="https://npcap.com/" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">https://npcap.com</text:a><text:span text:style-name="T8">) pursuant to a license </text:span><text:span text:style-name="T9">agreement with</text:span><text:span text:style-name="T8"> Nmap Software LLC. <text:s/></text:span><text:span text:style-name="T9">Npcap OEM contains programming code from the Libpcap project (</text:span><text:a xlink:type="simple" xlink:href="https://www.tcpdump.org/" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">https://www.tcpdump.org</text:a><text:span text:style-name="T9">) which is </text:span><text:change-end text:change-id="ct94633610698224"/><text:change-start text:change-id="ct94633574189664"/><text:span text:style-name="T9">and also from WinPcap (https://winpcap.org).</text:span><text:change-end text:change-id="ct94633574189664"/><text:change-start text:change-id="ct94633572232224"/></text:p>
<text:p text:style-name="P13"/>
<text:p text:style-name="P12">the following acknowledgment/disclaimer statement in the </text:p>
<text:p text:style-name="P6"/>
<text:p text:style-name="P7">Npcap is Copyright (c) 2013-2022 Nmap Software</text:p>
<text:p text:style-name="P6"/>
<text:p text:style-name="P6"><text:span text:style-name="T23"><text:s/>above</text:span>the <text:span text:style-name="T22">following </text:span>copyright/acknowledgment/disclaimer <text:span text:style-name="T22">text </text:span><text:s/><text:span text:style-name="T22">we use give fair attribution to the authors o</text:span>as required by the various open source licenses (see above). <text:s/>We’re including this both to fulfill the license agreements ourselves, and as a template that companies distributing Npcap (which is only allowed with the redistribution license described at <text:a xlink:type="simple" xlink:href="https://npcap.com/oem/redist.html" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">https://npcap.com/oem/redist.html</text:a>) can use in their own documentation as well.</text:p>
<text:p text:style-name="P17"/>
<text:p text:style-name="P16">Npcap is Copyright (c) 2013-202<text:span text:style-name="T5">2 Nmap Software</text:span> LLC. All rights reserved. See <text:a xlink:type="simple" xlink:href="https://npcap.com/" text:style-name="Internet_20_link" text:visited-style-name="Visited_20_Internet_20_Link">https://npcap.com</text:a> for details.</text:p>
<text:p text:style-name="P15">Portions of Npcap are Copyright (c) 1999 - 2005 NetGroup, Politecnico di Torino (Italy).</text:p>
<text:p text:style-name="P15">Portions of Npcap are Copyright (c) 2005 - 2010 CACE Technologies, Davis (California).</text:p>
<text:p text:style-name="P15">All rights reserved.</text:p>
<text:p text:style-name="P15">Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</text:p>
<text:p text:style-name="P15">1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</text:p>
<text:p text:style-name="P15">2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.</text:p>
<text:p text:style-name="P15">3. Neither the name of the Politecnico di Torino, CACE Technologies nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.</text:p>
<text:p text:style-name="P15">THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</text:p>
<text:p text:style-name="P15">This product includes software developed by the University of California, Lawrence Berkeley Laboratory and its contributors.</text:p>
<text:p text:style-name="P15">Portions of Npcap are Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997 The Regents of the University of California. All rights reserved.</text:p>
<text:p text:style-name="P15">Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</text:p>
<text:p text:style-name="P15">1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</text:p>
<text:p text:style-name="P15">2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.</text:p>
<text:p text:style-name="P15">3. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.</text:p>
<text:p text:style-name="P15">THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</text:p>
<text:p text:style-name="P15">Portions of Npcap are Copyright (c) 2003, 2004 David Young. <text:s/>All rights reserved.</text:p>
<text:p text:style-name="P15">Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</text:p>
<text:p text:style-name="P15">1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</text:p>
<text:p text:style-name="P15">2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.</text:p>
<text:p text:style-name="P15">3. The name of David Young may not be used to endorse or promote products derived from this software without specific prior written permission.</text:p>
<text:p text:style-name="P6">THIS SOFTWARE IS PROVIDED BY DAVID YOUNG ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. <text:s/>IN NO EVENT SHALL DAVID YOUNG BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.<text:change-end text:change-id="ct94633572232224"/></text:p>
</office:text>
</office:body>
</office:document>