license.html
57.3 KB
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
907
908
909
910
911
912
913
<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 15">
<meta name=Originator content="Microsoft Word 15">
<script>var w=window;if(w.performance||w.mozPerformance||w.msPerformance||w.webkitPerformance){var d=document;AKSB=w.AKSB||{},AKSB.q=AKSB.q||[],AKSB.mark=AKSB.mark||function(e,_){AKSB.q.push(["mark",e,_||(new Date).getTime()])},AKSB.measure=AKSB.measure||function(e,_,t){AKSB.q.push(["measure",e,_,t||(new Date).getTime()])},AKSB.done=AKSB.done||function(e){AKSB.q.push(["done",e])},AKSB.mark("firstbyte",(new Date).getTime()),AKSB.prof={custid:"331274",ustr:"",originlat:"0",clientrtt:"7",ghostip:"2.21.172.173",ipv6:false,pct:"10",clientip:"194.88.44.97",requestid:"18af16be",region:"24168",protocol:"",blver:13,akM:"dspb",akN:"ae",akTT:"O",akTX:"1",akTI:"18af16be",ai:"205055",ra:"false",pmgn:"",pmgi:"",pmp:"",qc:""},function(e){var _=d.createElement("script");_.async="async",_.src=e;var t=d.getElementsByTagName("script"),t=t[t.length-1];t.parentNode.insertBefore(_,t)}(("https:"===d.location.protocol?"https:":"http:")+"//ds-aksb-a.akamaihd.net/aksb.min.js")}</script>
</head>
<body lang=EN-US link="#000000" vlink="#954F72" style='tab-interval:.5in'>
<div class=WordSection1>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:0in'>
<b>
<span style='font-family:"Tahoma",sans-serif;color:black'>
MICROSOFT
SOFTWARE LICENSE TERMS
</span>
</b><b>
<span style='font-size:14.0pt;font-family:
"Tahoma",sans-serif;color:black'><o:p></o:p></span>
</b>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:0in'>
<b>
<span style='font-family:"Tahoma",sans-serif;color:black'>
MICROSOFT
.NET LIBRARY
</span>
</b><b>
<span style='font-size:14.0pt;font-family:"Tahoma",sans-serif;
color:black'><o:p></o:p></span>
</b>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:0in'>
<b>
<span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;
color:black'>
These license terms are an agreement between Microsoft Corporation
(or based on where you live, one of its affiliates) and you. Please read them.
They apply to the software named above, which includes the media on which you
received it, if any. The terms also apply to any Microsoft<o:p></o:p>
</span>
</b>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:.5in;text-indent:-18.15pt'>
<span style='font-size:9.5pt;font-family:
Symbol;mso-bidi-font-family:Tahoma;color:black'>·</span><span style='font-size:
7.0pt;font-family:"Times New Roman",serif;color:black'> </span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;color:black'>updates,<o:p></o:p></span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:.5in;text-indent:-18.15pt'>
<span style='font-size:9.5pt;font-family:
Symbol;mso-bidi-font-family:Tahoma;color:black'>·</span><span style='font-size:
7.0pt;font-family:"Times New Roman",serif;color:black'> </span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;color:black'>supplements,<o:p></o:p></span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:.5in;text-indent:-18.15pt'>
<span style='font-size:9.5pt;font-family:
Symbol;mso-bidi-font-family:Tahoma;color:black'>·</span><span style='font-size:
7.0pt;font-family:"Times New Roman",serif;color:black'> </span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;color:black'>
Internet-based
services, and<o:p></o:p>
</span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:.5in;text-indent:-18.15pt'>
<span style='font-size:9.5pt;font-family:
Symbol;mso-bidi-font-family:Tahoma;color:black'>·</span><span style='font-size:
7.0pt;font-family:"Times New Roman",serif;color:black'> </span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;color:black'>
support
services<o:p></o:p>
</span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:0in'>
<b>
<span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;
color:black'>
for this software, unless other terms accompany those items. If
so, those terms apply.<o:p></o:p>
</span>
</b>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:0in'>
<b>
<span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;
color:black'>
BY USING THE SOFTWARE, YOU ACCEPT THESE TERMS. IF YOU DO NOT
ACCEPT THEM, DO NOT USE THE SOFTWARE.<o:p></o:p>
</span>
</b>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:0in'>
<b>
<span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;
color:black'>
IF YOU COMPLY WITH THESE LICENSE TERMS, YOU HAVE THE PERPETUAL
RIGHTS BELOW.<o:p></o:p>
</span>
</b>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:17.85pt;text-indent:-17.85pt;mso-outline-level:1'>
<b>
<span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>1.</span>
</b><span style='font-size:7.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'> </span><b>
<span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>
INSTALLATION AND USE
RIGHTS.<o:p></o:p>
</span>
</b>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:.5in;text-indent:-18.15pt;mso-outline-level:2'>
<b>
<span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black'>a.</span>
</b><span style='font-size:7.0pt;
font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman";
color:black'> </span><b>
<span style='font-size:9.5pt;
font-family:"Tahoma",sans-serif;mso-fareast-font-family:"Times New Roman";
color:black'>Installation and Use.</span>
</b><span style='font-size:10.0pt;
font-family:"Tahoma",sans-serif;mso-fareast-font-family:"Times New Roman";
color:black'>
You may install and use any number of copies of the software
to design, develop and test your programs.
</span><b>
<span style='font-size:
9.5pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:"Times New Roman";
color:black'><o:p></o:p></span>
</b>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:.5in;text-indent:-18.15pt;mso-outline-level:2'>
<b>
<span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black'>b.</span>
</b><span style='font-size:7.0pt;
font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman";
color:black'> </span><b>
<span style='font-size:9.5pt;
font-family:"Tahoma",sans-serif;mso-fareast-font-family:"Times New Roman";
color:black'>Third Party Programs.</span>
</b><span style='font-size:10.0pt;
font-family:"Tahoma",sans-serif;mso-fareast-font-family:"Times New Roman";
color:black'>
The software may include third party programs that
Microsoft, not the third party, licenses to you under this agreement. Notices,
if any, for the third party program are included for your information only.
</span><b>
<span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black'><o:p></o:p></span>
</b>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:17.85pt;text-indent:-17.85pt;mso-outline-level:1'>
<b>
<span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>2.</span>
</b><span style='font-size:7.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'> </span><b>
<span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>DATA. </span>
</b><span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black'>
The software may collect information about you
and your use of the software, and send that to Microsoft. Microsoft may use
this information to improve our products and services. You can learn more
about data collection and use in the help documentation and the privacy
statement at
</span><a href="http://go.microsoft.com/fwlink/?LinkId=528096&clcid=0x409"
target="_blank">
<u>
<span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;
mso-fareast-font-family:"Times New Roman";color:blue'>http://go.microsoft.com/fwlink/?LinkId=528096</span>
</u>
</a><span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black'>
. Your use of the software operates as your
consent to these practices.
</span><b>
<span style='font-size:9.5pt;font-family:
"Tahoma",sans-serif;mso-fareast-font-family:"Times New Roman";color:black;
mso-font-kerning:18.0pt'><o:p></o:p></span>
</b>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:17.85pt;text-indent:-17.85pt;mso-outline-level:1'>
<b>
<span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>3.</span>
</b><span style='font-size:7.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'> </span><b>
<span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>
ADDITIONAL LICENSING
REQUIREMENTS AND/OR USE RIGHTS.
</span>
</b><b>
<span style='font-size:9.5pt;
font-family:"Tahoma",sans-serif;mso-fareast-font-family:"Times New Roman";
color:black;mso-font-kerning:18.0pt'><o:p></o:p></span>
</b>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:.5in;text-indent:-18.15pt;mso-outline-level:2'>
<b>
<span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black'>a.</span>
</b><span style='font-size:7.0pt;
font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman";
color:black'> </span><b>
<span style='font-size:10.0pt;
font-family:"Tahoma",sans-serif;mso-fareast-font-family:"Times New Roman";
color:black'>DISTRIBUTABLE CODE. </span>
</b><span style='font-size:
10.0pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:"Times New Roman";
color:black'>
The software is comprised of Distributable Code. “Distributable
Code” is code that you are permitted to distribute in programs you develop if
you comply with the terms below.
</span><b>
<span style='font-size:9.5pt;
font-family:"Tahoma",sans-serif;mso-fareast-font-family:"Times New Roman";
color:black'><o:p></o:p></span>
</b>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:53.85pt;text-indent:-17.85pt;mso-outline-level:3'>
<span class=SpellE>
<b>
<span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;
mso-fareast-font-family:"Times New Roman";color:black'>i</span>
</b>
</span><b>
<span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black'>.</span>
</b><span style='font-size:7.0pt;
font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman";
color:black'> </span><b>
<span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black'>Right to Use and Distribute.</span>
</b><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black'><o:p></o:p></span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:71.7pt;text-indent:-17.85pt'>
<span style='font-size:10.0pt;
font-family:Symbol;mso-bidi-font-family:Tahoma;color:black'>·</span><span style='font-size:7.0pt;font-family:"Times New Roman",serif;color:black'> </span><span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;color:black'>
You may
copy and distribute the object code form of the software.
</span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;color:black'><o:p></o:p></span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:71.7pt;text-indent:-17.85pt'>
<span style='font-size:10.0pt;
font-family:Symbol;mso-bidi-font-family:Tahoma;color:black'>·</span><span style='font-size:7.0pt;font-family:"Times New Roman",serif;color:black'> </span><span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;color:black'>
Third
Party Distribution. You may permit distributors of your programs to copy and
distribute the Distributable Code as part of those programs.
</span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;color:black'><o:p></o:p></span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:53.85pt;text-indent:-17.85pt;mso-outline-level:3'>
<b>
<span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black'>ii.</span>
</b><span style='font-size:7.0pt;
font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman";
color:black'> </span><b>
<span style='font-size:10.0pt;
font-family:"Tahoma",sans-serif;mso-fareast-font-family:"Times New Roman";
color:black'>Distribution Requirements.</span>
</b><span style='font-size:10.0pt;
font-family:"Tahoma",sans-serif;mso-fareast-font-family:"Times New Roman";
color:black'>
<b>
For any Distributable Code you distribute, <span class=GramE>you</span> must
</b>
</span><span style='font-size:9.5pt;font-family:
"Tahoma",sans-serif;mso-fareast-font-family:"Times New Roman";color:black'><o:p></o:p></span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:71.7pt;text-indent:-17.85pt'>
<span style='font-size:10.0pt;
font-family:Symbol;mso-bidi-font-family:Tahoma;color:black'>·</span><span style='font-size:7.0pt;font-family:"Times New Roman",serif;color:black'> </span><span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;color:black'>
add
significant primary functionality to it in your programs;
</span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;color:black'><o:p></o:p></span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:71.7pt;text-indent:-17.85pt'>
<span style='font-size:10.0pt;
font-family:Symbol;mso-bidi-font-family:Tahoma;color:black'>·</span><span style='font-size:7.0pt;font-family:"Times New Roman",serif;color:black'> </span><span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;color:black'>
require
distributors and external end users to agree to terms that protect it at least
as much as this agreement;
</span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;
color:black'><o:p></o:p></span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:71.7pt;text-indent:-17.85pt'>
<span style='font-size:10.0pt;
font-family:Symbol;mso-bidi-font-family:Tahoma;color:black'>·</span><span style='font-size:7.0pt;font-family:"Times New Roman",serif;color:black'> </span><span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;color:black'>
display
your valid copyright notice on your programs; and
</span><span style='font-size:
9.5pt;font-family:"Tahoma",sans-serif;color:black'><o:p></o:p></span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:71.7pt;text-indent:-17.85pt'>
<span style='font-size:10.0pt;
font-family:Symbol;mso-bidi-font-family:Tahoma;color:black'>·</span><span style='font-size:7.0pt;font-family:"Times New Roman",serif;color:black'> </span><span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;color:black'>
indemnify,
defend, and hold harmless Microsoft from any claims, including attorneys’ fees,
related to the distribution or use of your programs.
</span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;color:black'><o:p></o:p></span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:53.85pt;text-indent:-17.85pt;mso-outline-level:3'>
<b>
<span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black'>iii.</span>
</b><span style='font-size:7.0pt;
font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman";
color:black'> </span><b>
<span style='font-size:10.0pt;
font-family:"Tahoma",sans-serif;mso-fareast-font-family:"Times New Roman";
color:black'>Distribution Restrictions.</span>
</b><span style='font-size:10.0pt;
font-family:"Tahoma",sans-serif;mso-fareast-font-family:"Times New Roman";
color:black'> <b>You may not</b></span><span style='font-size:9.5pt;
font-family:"Tahoma",sans-serif;mso-fareast-font-family:"Times New Roman";
color:black'><o:p></o:p></span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:71.7pt;text-indent:-17.85pt'>
<span style='font-size:10.0pt;
font-family:Symbol;mso-bidi-font-family:Tahoma;color:black'>·</span><span style='font-size:7.0pt;font-family:"Times New Roman",serif;color:black'> </span><span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;color:black'>
alter any
copyright, trademark or patent notice in the Distributable Code;
</span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;color:black'><o:p></o:p></span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:71.7pt;text-indent:-17.85pt'>
<span style='font-size:10.0pt;
font-family:Symbol;mso-bidi-font-family:Tahoma;color:black'>·</span><span style='font-size:7.0pt;font-family:"Times New Roman",serif;color:black'> </span><span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;color:black'>
use Microsoft’s
trademarks in your programs’ names or in a way that suggests your programs come
from or are endorsed by Microsoft;
</span><span style='font-size:9.5pt;
font-family:"Tahoma",sans-serif;color:black'><o:p></o:p></span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:71.7pt;text-indent:-17.85pt'>
<span style='font-size:10.0pt;
font-family:Symbol;mso-bidi-font-family:Tahoma;color:black'>·</span><span style='font-size:7.0pt;font-family:"Times New Roman",serif;color:black'> </span><span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;color:black'>
include
Distributable Code in malicious, deceptive or unlawful programs; or
</span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;color:black'><o:p></o:p></span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:71.7pt;text-indent:-17.85pt'>
<span style='font-size:10.0pt;
font-family:Symbol;mso-bidi-font-family:Tahoma;color:black'>·</span><span style='font-size:7.0pt;font-family:"Times New Roman",serif;color:black'> </span><span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;color:black'>
modify or
distribute the source code of any Distributable Code so that any part of it
becomes subject to an Excluded License. An Excluded License is one that
requires, as a condition of use, modification or distribution, that
</span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;color:black'><o:p></o:p></span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:89.6pt;text-indent:-17.9pt'>
<span style='font-size:10.0pt;
font-family:Symbol;mso-bidi-font-family:Tahoma;color:black'>·</span><span style='font-size:7.0pt;font-family:"Times New Roman",serif;color:black'> </span><span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;color:black'>
the code
be disclosed or distributed in source code form; or
</span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;color:black'><o:p></o:p></span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:89.6pt;text-indent:-17.9pt'>
<span style='font-size:10.0pt;
font-family:Symbol;mso-bidi-font-family:Tahoma;color:black'>·</span><span style='font-size:7.0pt;font-family:"Times New Roman",serif;color:black'> </span><span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;color:black'>
others
have the right to modify it.
</span><span style='font-size:9.5pt;font-family:
"Tahoma",sans-serif;color:black'><o:p></o:p></span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:17.85pt;text-indent:-17.85pt;mso-outline-level:1'>
<b>
<span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>4.</span>
</b><span style='font-size:7.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'> </span><b>
<span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>SCOPE OF LICENSE. </span>
</b><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>
The software is
licensed, not sold. This agreement only gives you some rights to use the
software. Microsoft reserves all other rights. Unless applicable law gives you
more rights despite this limitation, you may use the software only as expressly
permitted in this agreement. In doing so, you must comply with any technical
limitations in the software that only allow you to use it in certain ways. You
may not<b><o:p></o:p></b>
</span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:.5in;text-indent:-18.15pt'>
<span style='font-size:9.5pt;font-family:
Symbol;mso-bidi-font-family:Tahoma;color:black'>·</span><span style='font-size:
7.0pt;font-family:"Times New Roman",serif;color:black'> </span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;color:black'>
work around
any technical limitations in the software;<o:p></o:p>
</span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:.5in;text-indent:-18.15pt'>
<span style='font-size:9.5pt;font-family:
Symbol;mso-bidi-font-family:Tahoma;color:black'>·</span><span style='font-size:
7.0pt;font-family:"Times New Roman",serif;color:black'> </span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;color:black'>
reverse
engineer, decompile or disassemble the software, except and only to the extent
that applicable law expressly permits, despite this limitation;<o:p></o:p>
</span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:.5in;text-indent:-18.15pt'>
<span style='font-size:9.5pt;font-family:
Symbol;mso-bidi-font-family:Tahoma;color:black'>·</span><span style='font-size:
7.0pt;font-family:"Times New Roman",serif;color:black'> </span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;color:black'>
publish the
software for others to copy;<o:p></o:p>
</span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:.5in;text-indent:-18.15pt'>
<span style='font-size:9.5pt;font-family:
Symbol;mso-bidi-font-family:Tahoma;color:black'>·</span><span style='font-size:
7.0pt;font-family:"Times New Roman",serif;color:black'> </span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;color:black'>
rent, lease
or lend the software;<o:p></o:p>
</span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:.5in;text-indent:-18.15pt'>
<span style='font-size:9.5pt;font-family:
Symbol;mso-bidi-font-family:Tahoma;color:black'>·</span><span style='font-size:
7.0pt;font-family:"Times New Roman",serif;color:black'> </span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;color:black'>
transfer
the software or this agreement to any third party; or<o:p></o:p>
</span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:.5in;text-indent:-18.15pt'>
<span style='font-size:9.5pt;font-family:
Symbol;mso-bidi-font-family:Tahoma;color:black'>·</span><span style='font-size:
7.0pt;font-family:"Times New Roman",serif;color:black'> </span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;color:black'>
use the
software for commercial software hosting services.<o:p></o:p>
</span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:17.85pt;text-indent:-17.85pt;mso-outline-level:1'>
<b>
<span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>5.</span>
</b><span style='font-size:7.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'> </span><b>
<span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>BACKUP COPY. </span>
</b><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>
You may make one backup
copy of the software. You may use it only to reinstall the software.<b><o:p></o:p></b>
</span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:17.85pt;text-indent:-17.85pt;mso-outline-level:1'>
<b>
<span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>6.</span>
</b><span style='font-size:7.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'> </span><b>
<span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>DOCUMENTATION. </span>
</b><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>
Any person that has
valid access to your computer or internal network may copy and use the
documentation for your internal, reference purposes.<b><o:p></o:p></b>
</span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:17.85pt;text-indent:-17.85pt;mso-outline-level:1'>
<b>
<span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>7.</span>
</b><span style='font-size:7.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'> </span><b>
<span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>
EXPORT
RESTRICTIONS.
</span>
</b><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;
mso-fareast-font-family:"Times New Roman";color:black;mso-font-kerning:18.0pt'>
The
software is subject to United States export laws and regulations. You must
comply with all domestic and international export laws and regulations that
apply to the software. These laws include restrictions on destinations, end
users and end use. For additional information, see
</span><span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";mso-font-kerning:18.0pt'>www.microsoft.com/exporting</span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>.<b><o:p></o:p></b></span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:17.85pt;text-indent:-17.85pt;mso-outline-level:1'>
<b>
<span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>8.</span>
</b><span style='font-size:7.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'> </span><b>
<span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>SUPPORT SERVICES. </span>
</b><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>
Because this software is
“as is,” we may not provide support services for it.<b><o:p></o:p></b>
</span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:17.85pt;text-indent:-17.85pt;mso-outline-level:1'>
<b>
<span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>9.</span>
</b><span style='font-size:7.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'> </span><b>
<span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>ENTIRE AGREEMENT. </span>
</b><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>
This agreement, and the
terms for supplements, updates, Internet-based services and support services
that you use, are the entire agreement for the software and support services.<b><o:p></o:p></b>
</span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:17.85pt;text-indent:-17.85pt;mso-outline-level:1'>
<b>
<span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>10.</span>
</b><span style='font-size:7.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'> </span><b>
<span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>APPLICABLE LAW.<o:p></o:p></span>
</b>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:.5in;text-indent:-18.15pt;mso-outline-level:2'>
<b>
<span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black'>a.</span>
</b><span style='font-size:7.0pt;
font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman";
color:black'> </span><b>
<span style='font-size:9.5pt;
font-family:"Tahoma",sans-serif;mso-fareast-font-family:"Times New Roman";
color:black'>United States. </span>
</b><span style='font-size:9.5pt;
font-family:"Tahoma",sans-serif;mso-fareast-font-family:"Times New Roman";
color:black'>
If you acquired the software in the United States, Washington
state law governs the interpretation of this agreement and applies to claims
for breach of it, regardless of conflict of laws principles. The laws of the
state where you live govern all other claims, including claims under state
consumer protection laws, unfair competition laws, and in tort.<b><o:p></o:p></b>
</span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:.5in;text-indent:-18.15pt;mso-outline-level:2'>
<b>
<span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black'>b.</span>
</b><span style='font-size:7.0pt;
font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman";
color:black'> </span><b>
<span style='font-size:9.5pt;
font-family:"Tahoma",sans-serif;mso-fareast-font-family:"Times New Roman";
color:black'>
Outside the United States. If you acquired the software in any
other country, the laws of that country apply.<o:p></o:p>
</span>
</b>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:17.85pt;text-indent:-17.85pt;mso-outline-level:1'>
<b>
<span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>11.</span>
</b><span style='font-size:7.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'> </span><b>
<span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>LEGAL EFFECT. </span>
</b><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>
This agreement describes
certain legal rights. You may have other rights under the laws of your country.
You may also have rights with respect to the party from whom you acquired the
software. This agreement does not change your rights under the laws of your
country if the laws of your country do not permit it to do so.<b><o:p></o:p></b>
</span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:17.85pt;text-indent:-17.85pt;mso-outline-level:1'>
<b>
<span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>12.</span>
</b><span style='font-size:7.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'> </span><b>
<span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>
DISCLAIMER OF WARRANTY.
THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK OF USING IT. MICROSOFT
GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. YOU MAY HAVE ADDITIONAL
CONSUMER RIGHTS OR STATUTORY GUARANTEES UNDER YOUR LOCAL LAWS WHICH THIS
AGREEMENT CANNOT CHANGE. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS,
MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NON-INFRINGEMENT.<o:p></o:p>
</span>
</b>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:17.85pt'>
<b>
<span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;
color:black'>
FOR AUSTRALIA – YOU HAVE STATUTORY GUARANTEES UNDER THE AUSTRALIAN
CONSUMER LAW AND NOTHING IN THESE TERMS IS INTENDED TO AFFECT THOSE RIGHTS.
</span>
</b><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;color:black'><o:p></o:p></span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:17.85pt;text-indent:-17.85pt;mso-outline-level:1'>
<b>
<span style='font-size:10.0pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>13.</span>
</b><span style='font-size:7.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'> </span><b>
<span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>
LIMITATION ON AND
EXCLUSION OF REMEDIES AND DAMAGES. YOU CAN RECOVER FROM MICROSOFT AND ITS
SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S. $5.00. YOU CANNOT RECOVER ANY OTHER
DAMAGES, INCLUDING CONSEQUENTIAL, LOST PROFITS, SPECIAL, INDIRECT OR INCIDENTAL
DAMAGES.<o:p></o:p>
</span>
</b>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:17.85pt'>
<span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;
color:black'>This limitation applies to<o:p></o:p></span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:.5in;text-indent:-18.15pt'>
<span style='font-size:9.5pt;font-family:
Symbol;mso-bidi-font-family:Tahoma;color:black'>·</span><span style='font-size:
7.0pt;font-family:"Times New Roman",serif;color:black'> </span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;color:black'>
anything
related to the software, services, content (including code) on third party
Internet sites, or third party programs; and<o:p></o:p>
</span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:.5in;text-indent:-18.15pt'>
<span style='font-size:9.5pt;font-family:
Symbol;mso-bidi-font-family:Tahoma;color:black'>·</span><span style='font-size:
7.0pt;font-family:"Times New Roman",serif;color:black'> </span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;color:black'>
claims for
breach of contract, breach of warranty, guarantee or condition, strict
liability, negligence, or other tort to the extent permitted by applicable law.<o:p></o:p>
</span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:0in'>
<span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;
color:black'>
It also applies even if Microsoft knew or should have known about
the possibility of the damages. The above limitation or exclusion may not apply
to you because your country may not allow the exclusion or limitation of
incidental, consequential or other damages.<o:p></o:p>
</span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:0in'>
<span lang=EN style='font-size:9.5pt;font-family:"Tahoma",sans-serif;
color:black;mso-ansi-language:EN'>
Please note: As this software is distributed
in Quebec, Canada, some of the clauses in this agreement are provided below in
French.
</span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;
color:black'><o:p></o:p></span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:0in'>
<span lang=EN style='font-size:9.5pt;font-family:"Tahoma",sans-serif;
color:black;mso-ansi-language:EN'>
Remarque : Ce <span class=SpellE>logiciel</span>
<span class=SpellE>étant</span> <span class=SpellE>distribué</span> au Québec,
Canada, <span class=SpellE>certaines</span> des clauses <span class=SpellE>dans</span>
<span class=SpellE>ce</span> <span class=SpellE>contrat</span> <span class=SpellE>sont</span> <span class=SpellE>fournies</span> ci-<span class=SpellE>dessous</span> <span class=SpellE>en</span> <span class=SpellE>français</span>.
</span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;color:black'><o:p></o:p></span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:0in;mso-outline-level:1'>
<b>
<span style='font-size:9.5pt;
font-family:"Tahoma",sans-serif;mso-fareast-font-family:"Times New Roman";
color:black;mso-font-kerning:18.0pt'>EXONÉRATION DE GARANTIE. </span>
</b><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>
Le <span class=SpellE>logiciel</span>
<span class=SpellE>visé</span> par <span class=SpellE>une</span> <span class=SpellE>licence</span> <span class=SpellE>est</span> <span class=SpellE>offert</span>
« <span class=SpellE>tel</span> <span class=SpellE>quel</span> ». <span class=SpellE>Toute</span> <span class=SpellE>utilisation</span> de <span class=SpellE>ce</span> <span class=SpellE>logiciel</span> <span class=SpellE>est</span>
à <span class=SpellE>votre</span> <span class=SpellE>seule</span> <span class=SpellE>risque</span> et <span class=SpellE>péril</span>. Microsoft <span class=SpellE>n’accorde</span> <span class=SpellE>aucune</span> <span class=SpellE>autre</span> <span class=SpellE>garantie</span> <span class=SpellE>expresse</span>. <span class=SpellE>Vous</span> <span class=SpellE>pouvez</span> <span class=SpellE>bénéficier</span> de droits <span class=SpellE>additionnels</span> <span class=SpellE>en</span> <span class=SpellE>vertu</span> du droit local sur la protection des <span class=SpellE>consommateurs</span>, que <span class=SpellE>ce</span> <span class=SpellE>contrat</span> ne <span class=SpellE>peut</span> modifier. La <span class=SpellE>ou</span> <span class=SpellE>elles</span> <span class=SpellE>sont</span>
<span class=SpellE>permises</span> par le droit locale, les <span class=SpellE>garanties</span>
<span class=SpellE>implicites</span> de <span class=SpellE>qualité</span> <span class=SpellE>marchande</span>, <span class=SpellE>d’adéquation</span> à un
usage <span class=SpellE>particulier</span> et <span class=SpellE>d’absence</span>
de <span class=SpellE>contrefaçon</span> <span class=SpellE>sont</span> <span class=SpellE>exclues</span>.<b><o:p></o:p></b>
</span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:0in;mso-outline-level:1'>
<b>
<span style='font-size:9.5pt;
font-family:"Tahoma",sans-serif;mso-fareast-font-family:"Times New Roman";
color:black;mso-font-kerning:18.0pt'>
LIMITATION DES DOMMAGES-INTÉRÊTS ET
EXCLUSION DE RESPONSABILITÉ POUR LES DOMMAGES.
</span>
</b><span class=SpellE>
<span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;
mso-fareast-font-family:"Times New Roman";color:black;mso-font-kerning:18.0pt'>Vous</span>
</span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>
<span class=SpellE>pouvez</span>
<span class=SpellE>obtenir</span> de Microsoft et de <span class=SpellE>ses</span>
<span class=SpellE>fournisseurs</span> <span class=SpellE>une</span> <span class=SpellE>indemnisation</span> <span class=SpellE>en</span> <span class=SpellE>cas</span> de <span class=SpellE>dommages</span> directs <span class=SpellE>uniquement</span> à hauteur de 5,00 $ US. <span class=SpellE>Vous</span>
ne <span class=SpellE>pouvez</span> <span class=SpellE>prétendre</span> à <span class=SpellE>aucune</span> <span class=SpellE>indemnisation</span> pour les <span class=SpellE>autres</span> <span class=SpellE>dommages</span>, y <span class=SpellE>compris</span> les <span class=SpellE>dommages</span> <span class=SpellE>spéciaux</span>, <span class=SpellE>indirects</span> <span class=SpellE>ou</span> <span class=SpellE>accessoires</span> et <span class=SpellE>pertes</span> de <span class=SpellE>bénéfices</span>.<b><o:p></o:p></b>
</span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:0in'>
<span class=SpellE>
<span lang=EN style='font-size:9.5pt;
font-family:"Tahoma",sans-serif;color:black;mso-ansi-language:EN'>Cette</span>
</span><span lang=EN style='font-size:9.5pt;font-family:"Tahoma",sans-serif;color:black;
mso-ansi-language:EN'>limitation<span class=SpellE>concerne</span>:</span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;color:black'><o:p></o:p></span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:0in;
margin-left:.5in;margin-bottom:.0001pt'>
<span lang=EN style='font-size:9.5pt;
font-family:Symbol;mso-bidi-font-family:Tahoma;color:black;mso-ansi-language:
EN'>·</span><span lang=EN style='font-size:7.0pt;font-family:"Times New Roman",serif;
color:black;mso-ansi-language:EN'> </span><span lang=EN style='font-size:9.5pt;font-family:"Tahoma",sans-serif;color:black;
mso-ansi-language:EN'>
tout <span class=SpellE>ce</span> qui <span class=SpellE>est</span>
<span class=SpellE>relié</span> au <span class=SpellE>logiciel</span>, aux
services <span class=SpellE>ou</span> au <span class=SpellE>contenu</span> (y <span class=SpellE>compris</span> le code) figurant sur des sites Internet tiers <span class=SpellE>ou</span> <span class=SpellE>dans</span> des <span class=SpellE>programmes</span>
tiers ; et
</span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;
color:black'><o:p></o:p></span>
</p>
<p class=MsoNormal style='margin-top:0in;margin-right:0in;margin-bottom:6.0pt;
margin-left:.5in'>
<span lang=EN style='font-size:9.5pt;font-family:Symbol;
mso-bidi-font-family:Tahoma;color:black;mso-ansi-language:EN'>·</span><span lang=EN style='font-size:7.0pt;font-family:"Times New Roman",serif;color:black;
mso-ansi-language:EN'> </span><span lang=EN style='font-size:9.5pt;font-family:"Tahoma",sans-serif;color:black;
mso-ansi-language:EN'>
les <span class=SpellE>réclamations</span> au <span class=SpellE>titre</span> de violation de <span class=SpellE>contrat</span> <span class=SpellE>ou</span> de <span class=SpellE>garantie</span>, <span class=SpellE>ou</span> au <span class=SpellE>titre</span> de <span class=SpellE>responsabilité</span> <span class=SpellE>stricte</span>, de <span class=SpellE>négligence</span> <span class=SpellE>ou</span> <span class=SpellE>d’une</span>
<span class=SpellE>autre</span> <span class=SpellE>faute</span> <span class=SpellE>dans</span> la <span class=SpellE>limite</span> <span class=SpellE>autorisée</span> <span class=SpellE>par</span> la <span class=SpellE>loi</span> <span class=SpellE>en</span> <span class=SpellE>vigueur</span>.
</span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;color:black'><o:p></o:p></span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:0in'>
<span lang=EN style='font-size:9.5pt;font-family:"Tahoma",sans-serif;
color:black;mso-ansi-language:EN'>
Elle <span class=SpellE>s’applique</span> <span class=SpellE>également</span>, <span class=SpellE>même</span> <span class=SpellE>si</span> Microsoft <span class=SpellE>connaissait</span> <span class=SpellE>ou</span> <span class=SpellE>devrait</span> <span class=SpellE>connaître</span>
<span class=SpellE>l’éventualité</span> d’un <span class=SpellE>tel</span> <span class=SpellE>dommage</span>. Si <span class=SpellE>votre</span> pays <span class=SpellE>n’autorise</span> pas <span class=SpellE>l’exclusion</span> <span class=SpellE>ou</span> la limitation de <span class=SpellE>responsabilité</span>
pour les <span class=SpellE>dommages</span> <span class=SpellE>indirects</span>,
<span class=SpellE>accessoires</span> <span class=SpellE>ou</span> de <span class=SpellE>quelque</span> nature que <span class=SpellE>ce</span> <span class=SpellE>soit</span>, <span class=SpellE>il</span> se <span class=SpellE>peut</span>
que la limitation <span class=SpellE>ou</span> <span class=SpellE>l’exclusion</span>
ci-<span class=SpellE>dessus</span> ne <span class=SpellE>s’appliquera</span>
pas à <span class=SpellE>votre</span> <span class=SpellE>égard</span>.
</span><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;color:black'><o:p></o:p></span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:0in;mso-outline-level:1'>
<b>
<span style='font-size:9.5pt;
font-family:"Tahoma",sans-serif;mso-fareast-font-family:"Times New Roman";
color:black;mso-font-kerning:18.0pt'>EFFET JURIDIQUE. </span>
</b><span style='font-size:9.5pt;font-family:"Tahoma",sans-serif;mso-fareast-font-family:
"Times New Roman";color:black;mso-font-kerning:18.0pt'>
Le <span class=SpellE>présent</span>
<span class=SpellE>contrat</span> <span class=SpellE>décrit</span> <span class=SpellE>certains</span> droits <span class=SpellE>juridiques</span>. <span class=SpellE>Vous</span> <span class=SpellE>pourriez</span> <span class=SpellE>avoir</span>
<span class=SpellE>d’autres</span> droits <span class=SpellE>prévus</span> par
les <span class=SpellE>lois</span> de <span class=SpellE>votre</span> pays. Le <span class=SpellE>présent</span> <span class=SpellE>contrat</span> ne <span class=SpellE>modifie</span> pas les droits que <span class=SpellE>vous</span> <span class=SpellE>confèrent</span> les <span class=SpellE>lois</span> de <span class=SpellE>votre</span> pays <span class=SpellE>si</span> <span class=SpellE>celles</span>-ci
ne le <span class=SpellE>permettent</span> pas.<b><o:p></o:p></b>
</span>
</p>
<p class=MsoNormal style='margin-top:6.0pt;margin-right:0in;margin-bottom:6.0pt;
margin-left:0in'>
<b>
<span lang=FR style='font-size:10.0pt;font-family:"Tahoma",sans-serif;
color:black;mso-ansi-language:FR'> </span>
</b><b>
<span style='font-size:
9.5pt;font-family:"Tahoma",sans-serif;color:black'><o:p></o:p></span>
</b>
</p>
<p class=MsoNormal><o:p> </o:p></p>
</div>
</body>
</html>