-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathtosdr_annotated_v1.json
4030 lines (4030 loc) · 368 KB
/
tosdr_annotated_v1.json
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
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"tosdr001": {
"case_code": "1,s",
"case_text": "This service does not track you",
"doc": "Privacy Policy",
"note": "",
"original_text": "search encrypt does not track search history in any user identifiable way. the most popular search engines create search profiles of specific users in order to retarget ads based on those search queries as the user navigates the internet. search encrypt does not track your search history in any user identifiable way.",
"reference_summary": "this service does not track you.",
"title_code": "2,s",
"title_text": "no tracking",
"uid": "tosdr001",
"urls": "{'searchencrypt.com'}"
},
"tosdr002": {
"doc": "Privacy Policy",
"note": "",
"original_text": "we also provide you additional data control options created by the gdpr but provided to the stack overflow community regardless of geographic location with respect to your information including data access and portability including the right to obtain and download a copy of the personal data you provided to stack overflow data correction the ability to update the personal data we collect and display on you in many cases via your account settings data deletion where stack overflow will delete personal information stored on you which we are not required by necessity to maintain and the ability to have us stop processing your personal data with certain exceptions as may be necessary. for more information on these choices you have over how we collect and store your personal data please visit our gdpr page. please also be aware that in order to provide some of these data choices to you we may need to first verify your identity.",
"reference_summary": "you can request access and deletion of personal data.",
"title_code": "1,s",
"title_text": "you can request access and deletion of personal data",
"uid": "tosdr002",
"urls": "{'stackoverflow.com'}"
},
"tosdr003": {
"case_code": "2,s",
"case_text": "The copyright license that users grant to the service is limited for the purposes of that same service, and not third parties.",
"doc": "Additional Terms of Service",
"note": "",
"original_text": "rvices you grant oath the following worldwide royalty free and non exclusive license the license to use distribute reproduce modify adapt publicly perform and publicly display such content on the services solely for the purpose for which such content was submitted or made available. this license exists only for as long as you elect to continue to include such content on the services and will terminate at the time you remove or oath removes such content from the services.",
"reference_summary": "the copyright license granted to yahoo for photos graphics audio and video is limited solely for the purpose for which such content was submitted or made available.",
"title_code": "3,d",
"title_text": "Yahoo's copyright license for photos, graphics, audio and video limited for purpose",
"tldr_code": "1",
"tldr_text": "The copyright license granted to Yahoo for photos, graphics, audio and video is limited \u201csolely for the purpose for which such Content was submitted or made available\u201d. ",
"uid": "tosdr003",
"urls": "{'flickr.com'}"
},
"tosdr004": {
"doc": "Terms and Conditions",
"note": "",
"original_text": "we may change these terms and conditions to reflect a changes in applicable laws. b regulatory or security requirements. c relevant guidance or codes of practice. d technical alterations to jagex products. and e to improve clarity and consistency. please check the terms and conditions whenever you use a jagex product. if you are not a subscriber we will treat your continued use of a jagex product as acceptance of these changes from their effective date as shown above. if you are a subscriber we will treat the first renewal date of your subscription after the changes as your acceptance of the changes. if you do not agree with the changes you should cancel your subscription as explained below in section 14 of these terms and conditions before the renewal date.",
"reference_summary": "if you are a subscriber jagex will treat the first renewal date of your subscription after the changes as your acceptance of the changes.",
"title_code": "2,s",
"title_text": "Terms may be changed any time at their discretion, without notice to the user ",
"tldr_code": "1",
"tldr_text": "If you are a subscriber, Jagex will treat the first renewal date of your subscription after the changes as your acceptance of the changes.",
"uid": "tosdr004",
"urls": "{'jagex.com'}"
},
"tosdr005": {
"case_code": "1,s",
"case_text": "The service uses your personal data to employ targeted third-party advertising",
"doc": "Privacy Policy",
"note": "",
"original_text": "it also enables us to serve you advertising and other relevant content on and off of the academia edu services.",
"reference_summary": "the service uses your personal data to employ targeted third party advertising.",
"title_code": "2,d",
"title_text": "targeted third-party advertising",
"uid": "tosdr005",
"urls": "{'academia.edu'}"
},
"tosdr006": {
"doc": "Terms of Use",
"note": "",
"original_text": "you must not use any automated script or other software to collect information or content from cybernet s sites in any way.",
"reference_summary": "users cannot scrape the website of the service.",
"title_code": "1,s",
"title_text": "Users cannot scrape the website of the service",
"uid": "tosdr006",
"urls": "{'kink.com'}"
},
"tosdr007": {
"doc": "Terms of Use",
"note": "",
"original_text": "you are not permitted to attempt to overload flood spam mailbomb or crash the website or servers.",
"reference_summary": "this service prohibits users sending chain letters junk mail spam or any unsolicited messages.",
"title_code": "1,s",
"title_text": "This service prohibits users sending chain letters, junk mail, spam or any unsolicited messages",
"uid": "tosdr007",
"urls": "{'kink.com'}"
},
"tosdr008": {
"case_code": "2,s",
"case_text": "This service does not sell your personal data",
"doc": "Privacy / Terms",
"note": "",
"original_text": "no sale of personal information librarything will not sell or give personally identifiable information to any third party. this would be evil and we are not evil. yes still.",
"reference_summary": "librarything will not sell or give personally identifiable information to any third party.",
"title_code": "3",
"title_text": "Will not sell your data",
"tldr_code": "1",
"tldr_text": "LibraryThing will not sell or give personally-identifiable information to any third party.",
"uid": "tosdr008",
"urls": "{'librarything.com'}"
},
"tosdr009": {
"doc": "Privacy Policy",
"note": "",
"original_text": "sharing data like address book contacts anonymous usage statistics and crash logs is completely optional on your part. you can opt out anytime.",
"reference_summary": "the privacy policy states sharing data like anonymous usage statistics and crash logs is completely optional.",
"title_code": "2,s",
"title_text": "This service does not track you",
"tldr_code": "1,q-",
"tldr_text": "The privacy policy states \"Sharing data like /\u2026/ anonymous usage statistics, and crash logs is completely optional\u2026\"",
"uid": "tosdr009",
"urls": "{'wire.com'}"
},
"tosdr010": {
"doc": "Privacy Policy",
"note": "",
"original_text": "if you choose to create an account then the minimum we ask is that you choose a unique username and password use a web browser that accepts session cookies and provide a verified email address.",
"reference_summary": "the service allows you to use pseudonyms.",
"title_code": "1,s",
"title_text": "The service allows you to use pseudonyms",
"uid": "tosdr010",
"urls": "{'musicbrainz.org'}"
},
"tosdr011": {
"doc": "Data License",
"note": "",
"original_text": "supplementary data the remaining portions of the database are released under the creative commons attribution noncommercial sharealike 3 0 license.",
"reference_summary": "you publish under a free license not a bilateral one.",
"title_code": "1,s",
"title_text": "you publish under a free license, not a bilateral one",
"uid": "tosdr011",
"urls": "{'musicbrainz.org'}"
},
"tosdr012": {
"doc": "Privacy Policy",
"note": "",
"original_text": "you do not have to provide any personal data to be able to browse the contents of the databases published by metabrainz.",
"reference_summary": "no need to register.",
"title_code": "1,s",
"title_text": "No need to register",
"uid": "tosdr012",
"urls": "{'musicbrainz.org'}"
},
"tosdr013": {
"doc": "Privacy Policy",
"note": "",
"original_text": "information collected automatically stack overflow receives and records information from your browser or mobile device when you visit the network or use the apps such as your internet protocol ip address or unique device identifier. cookies and data about which pages you visit on our network allow us to operate and optimize the products and services we provide to you. this information is stored in secure logs and is collected automatically. we may combine this browser information with other information we collect about you. this information is used to keep the products and services secure analyze and understand how our products and services are used optimize such usage provide advertising across the network as well as certain products and services to personalize your experience and to help connect you with potential job opportunities in the case of our recruiting products and services.",
"reference_summary": "the service uses your personal data for advertising.",
"title_code": "1,s",
"title_text": "The service uses your personal data for advertising",
"uid": "tosdr013",
"urls": "{'stackoverflow.com'}"
},
"tosdr014": {
"doc": "Social Contract",
"note": "",
"original_text": "the client and server software will remain free and accessible under generally accepted open licenses.",
"reference_summary": "features of the website are made available under a free software license.",
"title_code": "1,s",
"title_text": "Features of the website are made available under a free software license",
"uid": "tosdr014",
"urls": "{'musicbrainz.org'}"
},
"tosdr016": {
"case_code": "1,d",
"case_text": "The service provides details about what kinds of personal information they collect",
"doc": "Privacy Policy",
"note": "not a summary",
"original_text": "i don t store any personally identifiable data about you as my visitor.",
"reference_summary": "the service provides details about what kinds of personal information they collect.",
"uid": "tosdr016",
"urls": "{'r3bl.me'}"
},
"tosdr018": {
"doc": "Privacy Policy",
"note": "",
"original_text": "you do not have to give your personal or legal name to create an npm account. you can use a pseudonym instead.",
"reference_summary": "the service allows you to use pseudonyms.",
"title_code": "1,s",
"title_text": "The service allows you to use pseudonyms",
"uid": "tosdr018",
"urls": "{'npm.im', 'npmjs.com', 'npmjs.org'}"
},
"tosdr020": {
"doc": "Open-Source Terms",
"note": "",
"original_text": "nothing in this agreement gives npm any ownership rights in intellectual property that you share with npm services such as your account information or any packages you share with npm services your content.",
"reference_summary": "you maintain ownership of your data.",
"title_code": "1,s",
"title_text": "You maintain ownership of your data",
"uid": "tosdr020",
"urls": "{'npm.im', 'npmjs.com', 'npmjs.org'}"
},
"tosdr021": {
"doc": "Open-Source Terms",
"note": "\"You decide whether and how to license it\" i added more context to the quoteText. But when more text is added I don't feel like this is as good because \"But at a minimum, you license npm to provide Your Content to users of npm Services when you share Your Content.\"",
"original_text": "your content belongs to you. you decide whether and how to license it. but at a minimum you license npm to provide your content to users of npm services when you share your content. that special license allows npm to copy publish and analyze your content and to share its analyses with others. npm may run computer code in your content to analyze it but npm s special license alone does not give npm the right to run code for its functionality in npm products or services.",
"reference_summary": "users are free to choose the type of copyright license that they want to use over their content.",
"title_code": "1,s",
"title_text": "Users are free to choose the type of copyright license that they want to use over their content",
"uid": "tosdr021",
"urls": "{'npm.im', 'npmjs.com', 'npmjs.org'}"
},
"tosdr022": {
"doc": "Open-Source Terms",
"note": "I have no clue what indemnify means --- ",
"original_text": "you will indemnify npm its officers directors employees representatives and agents and hold them harmless for all liability expenses damages and costs from any third party claims demands lawsuits or other proceedings alleging that your content your use of npm services or both violate the intellectual property right of a third party this agreement or applicable law.",
"reference_summary": "you agree to defend indemnify and hold the service harmless in case of a claim related to your use of the service.",
"title_code": "1,s",
"title_text": "You agree to defend, indemnify, and hold the service harmless in case of a claim related to your use of the service",
"uid": "tosdr022",
"urls": "{'npm.im', 'npmjs.com', 'npmjs.org'}"
},
"tosdr023": {
"doc": "Open-Source Terms",
"note": "",
"original_text": "you must be at least 13 years of age to use npm services.",
"reference_summary": "this service is only available to users of a certain age.",
"title_code": "1,s",
"title_text": "This service is only available to users of a certain age",
"uid": "tosdr023",
"urls": "{'npm.im', 'npmjs.com', 'npmjs.org'}"
},
"tosdr025": {
"doc": "Open-Source Terms",
"note": "",
"original_text": "use of npm services is at your sole risk. npm services are provided on an as is and as available basis.",
"reference_summary": "the service is provided as is and to be used at the users sole risk.",
"title_code": "1,s",
"title_text": "The service is provided 'as is' and to be used at the users' sole risk",
"uid": "tosdr025",
"urls": "{'npm.im', 'npmjs.com', 'npmjs.org'}"
},
"tosdr026": {
"doc": "Open-Source Terms",
"note": "",
"original_text": "npm makes no warranty that npm services will meet your requirements operate in an uninterrupted timely secure or error free manner.",
"reference_summary": "the service provider makes no warranty regarding uninterrupted timely secure or error free service.",
"title_code": "1,s",
"title_text": "The service provider makes no warranty regarding uninterrupted, timely, secure or error-free service",
"uid": "tosdr026",
"urls": "{'npm.im', 'npmjs.com', 'npmjs.org'}"
},
"tosdr028": {
"doc": "Open-Source Terms",
"note": "",
"original_text": "you will be solely responsible for any damage to your computer system and network as well as any data loss that may result from use of npm services or material received via npm services.",
"reference_summary": "users are responsible for any risks damages or losses they may incur by downloading materials.",
"title_code": "1,s",
"title_text": "Users are responsible for any risks, damages, or losses they may incur by downloading materials",
"uid": "tosdr028",
"urls": "{'npm.im', 'npmjs.com', 'npmjs.org'}"
},
"tosdr029": {
"doc": "Open-Source Terms",
"note": "",
"original_text": "npm services may provide information and software that is inaccurate incomplete misleading illegal offensive or otherwise harmful.",
"reference_summary": "the service does not guarantee accuracy or reliability of the information provided.",
"title_code": "1,s",
"title_text": "The service does not guarantee accuracy or reliability of the information provided",
"uid": "tosdr029",
"urls": "{'npm.im', 'npmjs.com', 'npmjs.org'}"
},
"tosdr030": {
"doc": "Open-Source Terms",
"note": "",
"original_text": "you will settle any dispute as an individual and not as part of a class action or other representative proceeding whether as the plaintiff or a class member.",
"reference_summary": "you wave your right to a class action.",
"title_code": "1,s",
"title_text": "You wave your right to a class action.",
"uid": "tosdr030",
"urls": "{'npm.im', 'npmjs.com', 'npmjs.org'}"
},
"tosdr031": {
"case_code": "2,s",
"case_text": "The service may collect extra data about you through promotions",
"doc": "Privacy Policy",
"note": "",
"original_text": "contests surveys and sweepstakes data this personal data is used to allow you to sign up and participate in these types of promotions. the exact personal data collected will vary depending on the promotion.",
"reference_summary": "spotify may merge your current personal info with more if you participate in a special promotion.",
"title_code": "1",
"title_text": "Spotify may merge your current personal info with more if you participate in a Special Promotion",
"tldr_code": "3",
"tldr_text": "If you participate in a Special Promotion (sweepstakes, contests, surveys), Spotify may ask for certain personal information in addition to what they already have. They may then combine that information with your current file.",
"uid": "tosdr031",
"urls": "{'spotify.com'}"
},
"tosdr032": {
"case_code": "3,s",
"case_text": "no refund policy",
"doc": "Terms and Conditions of Use",
"note": "",
"original_text": "if you do not want to continue to be charged on a recurring monthly basis you must cancel the applicable paid subscription through your spotify account s subscription page or terminate your spotify account before the end of the recurring monthly period. paid subscriptions cannot be terminated before the end of the period for which you have already paid and except as expressly provided in these terms spotify will not refund any fees that you have already paid. the limitation section sets forth additional terms regarding cancellation of your paid subscription.",
"reference_summary": "spotify doesn t provide refunds.",
"title_code": "1",
"title_text": "Spotify doesn't provide refunds",
"tldr_code": "2",
"tldr_text": "Spotify does not offer refunds upon termination of their services, either by you or Spotify.",
"uid": "tosdr032",
"urls": "{'spotify.com'}"
},
"tosdr033": {
"case_code": "3,s",
"case_text": "This services gives no guarantee regarding quality",
"doc": "Terms and Conditions of Use",
"note": "",
"original_text": "to the fullest extent permitted by applicable law spotify and all owners of the content make no representations and disclaim any warranties or conditions of satisfactory quality merchantability fitness for a particular purpose or non infringement. neither spotify nor any owner of content warrants that the spotify service is free of malware or other harmful components.",
"reference_summary": "there is no guarantee of quality of service. if the service is not delivered to your expectations you still pay for it to the extent of applicable law.",
"title_code": "2,s",
"title_text": "Spotify gives no guarantee for quality of service",
"tldr_code": "1",
"tldr_text": "There is no guarantee of quality of service. If the service is not delivered to your expectations, you still pay for it to the extent of applicable law.",
"uid": "tosdr033",
"urls": "{'spotify.com'}"
},
"tosdr034": {
"doc": "Privacy Policy",
"note": "tldr contains additional quotes",
"original_text": "technical data which may include url information cookie data your ip address the types of devices you are using to access or connect to the spotify service unique device ids device attributes network connection type e g. wifi 3g lte bluetooth and provider network and device performance browser type language information enabling digital rights management operating system and spotify application version.",
"reference_summary": "the service may use tracking pixels web beacons browser fingerprinting and or device fingerprinting on users.",
"title_code": "1,s",
"title_text": "The service may use tracking pixels, web beacons, browser fingerprinting, and/or device fingerprinting on users.",
"uid": "tosdr034",
"urls": "{'spotify.com'}"
},
"tosdr035": {
"doc": "Privacy Policy",
"note": "",
"original_text": "open book publishers will not send you email that you have not agreed to receive. if you are a member of our mailing list you may be contacted with announcements news portfolio additions and new products or services. with each email sent you have the option of unsubscribing from our mailing list at any time thereby disabling any further such email communication from being sent.",
"reference_summary": "you can opt out of promotional communications.",
"title_code": "1,s",
"title_text": "You can opt out of promotional communications",
"uid": "tosdr035",
"urls": "{'openbookpublishers.com'}"
},
"tosdr036": {
"doc": "Privacy Policy",
"note": "",
"original_text": "where you request that we delete your account from our system we will immediately lock the account and archive the information then delete it from our severs within approximately 7 days from the date of your request.",
"reference_summary": "you can delete your content from this service.",
"title_code": "1,s",
"title_text": "You can delete your content from this service",
"uid": "tosdr036",
"urls": "{'fastmail.com'}"
},
"tosdr037": {
"case_code": "1,s",
"case_text": "This service allows tracking via third-party cookies for purposes including targeted advertising.",
"doc": "Privacy Policy",
"note": "",
"original_text": "the app may use third party code and libraries that use cookies to collection information and to improve their services.",
"reference_summary": "this service allows tracking via third party cookies for purposes including targeted advertising.",
"title_code": "2,s",
"title_text": "sets third-party cookies and/or ads",
"uid": "tosdr037",
"urls": "{'skycloud.pro'}"
},
"tosdr039": {
"case_code": "1,s",
"case_text": "This service does not track you",
"doc": "Privacy Policy",
"note": "",
"original_text": "we also save searches but again not in a personally identifiable way as we do not store ip addresses or unique user agent strings.",
"reference_summary": "this service does not track you.",
"title_code": "2,s",
"title_text": "No Tracking",
"uid": "tosdr039",
"urls": "{'privatebrowsingmyths.com', 'donttrack.us', 'duckduckhack.com', 'cispaletter.org', 'duck.co', 'duckduckgo.com', 'spreadprivacy.com'}"
},
"tosdr040": {
"doc": "Privacy Policy",
"note": "seems to be a note of some kind",
"original_text": "if this policy is substantively updated we will update the text of this page and provide notice to you at https duckduckgo com about by writing updated in red next to the link to this page in the footer for a period of at least 30 days.",
"reference_summary": "conditions may change but your continued acceptance is not inferred from an earlier acceptance flow.",
"title_code": "1,s",
"title_text": "Conditions may change, but your continued acceptance is not inferred from an earlier acceptance flow",
"uid": "tosdr040",
"urls": "{'privatebrowsingmyths.com', 'donttrack.us', 'duckduckhack.com', 'cispaletter.org', 'duck.co', 'duckduckgo.com', 'spreadprivacy.com'}"
},
"tosdr041": {
"doc": "Privacy Policy",
"note": "seems to be a note of some kind",
"original_text": "we also allow specific partners to collect information from your browser or device for advertising and measurement purposes using their own cookies or similar technologies.",
"reference_summary": "the service may use tracking pixels web beacons browser fingerprinting and or device fingerprinting on users.",
"title_code": "1,s",
"title_text": "The service may use tracking pixels, web beacons, browser fingerprinting, and/or device fingerprinting on users.",
"uid": "tosdr041",
"urls": "{'blogger.com', 'blogspot.com'}"
},
"tosdr042": {
"doc": "Privacy Policy",
"note": "",
"original_text": "things could change. we may amend or terminate any terms of this agreement at any time and such amendment or termination will be effective at the time we post the revised terms on the site.",
"reference_summary": "terms may be changed any time at their discretion without notice to the user.",
"title_code": "1,s",
"title_text": "Terms may be changed any time at their discretion, without notice to the user ",
"uid": "tosdr042",
"urls": "{'abine.com'}"
},
"tosdr043": {
"doc": "Terms of Service and Privacy (EU)",
"note": "",
"original_text": "we may amend or update these terms. unless otherwise required by law we will provide you at least 30 days notice of amendments to our terms which will give you the opportunity to review the revised terms before continuing to use our services. we will also update the last modified date at the top of our terms. changes to these terms shall become effective no sooner than 30 days after we provide notice of planned changes. please note that we may not be able to provide such notice for changes to these terms that are required to address technical evolutions of our services or for changes made for legal reasons both of which will become effective immediately. your continued use of our services following the notice period of planned changes confirms your acceptance of our terms as amended.",
"reference_summary": "they can change the terms of service any time they see fit even without notification to the user. your use of the service supposedly constitutes acceptance of the changes in the terms.",
"title_code": "2,s",
"title_text": "Terms may be changed any time at their discretion, without notice to the user",
"tldr_code": "1,s",
"tldr_text": "They can change the terms of service any time they see fit, even without notification to the user. Your use of the service supposedly constitutes acceptance of the changes in the terms.",
"uid": "tosdr043",
"urls": "{'whatsapp.com'}"
},
"tosdr044": {
"case_code": "1,j",
"case_text": "The court of law governing the terms is in the State of California ",
"doc": "Terms of Service and Privacy",
"note": "updated from \"location X\" ",
"original_text": "if you are not subject to the special arbitration provision for united states or canada users section below you agree that you will resolve any claim you have with us relating to arising out of or in any way in connection with our terms us or our services each a dispute and together disputes exclusively in the united states district court for the northern district of california or a state court located in san mateo county in california and you agree to submit to the personal jurisdiction of such courts for the purpose of litigating all such disputes. governing law. the laws of the state of california govern our terms as well as any disputes whether in court or arbitration which might arise between whatsapp and you without regard to conflict of law provisions.",
"reference_summary": "the court of law governing the terms is in the state of california.",
"title_code": "2,j",
"title_text": "court of law is in the State of California ",
"uid": "tosdr044",
"urls": "{'whatsapp.com'}"
},
"tosdr045": {
"doc": "Privacy Policy",
"note": "",
"original_text": "sharing with third parties we share information with third parties that help us operate provide improve integrate customize support and market our services. service providers we work with third party service providers to provide website and application development hosting maintenance backup storage virtual infrastructure payment processing analysis and other services for us which may require them to access or use information about you. if a service provider needs to access information about you to perform services on our behalf they do so under instruction from us including abiding by policies and procedures designed to protect your information. trello partners we work with third parties who provide consulting sales support and technical services to deliver and implement customer solutions around the services including the atlassian global partner network 7 we may share your information with these third parties in connection with their services such as to assist with billing and collections to provide localized support and to provide customizations. we may also share information with these third parties where you have agreed to that sharing like when you agree to us sharing your information with a trello expert for support related questions. third party apps you your administrator or other service users may choose to add new functionality or change the behavior of the services by enabling third party apps like power ups within the services. doing so may give third party apps access to your account and information about you like your name and email address and any content you choose to use in connection with those apps. if you are an administrator or contact listed on an account we share your details with the third party app provider upon installation. third party app policies and procedures are not controlled by us and this privacy policy does not cover how third party apps use your information. we encourage you to review the privacy policies of third parties before connecting to or using their applications or services to learn more about their privacy and information handling practices. if you object to information about you being shared with these third parties please disable the app. links to third party sites the services may include links that direct you to other websites or services whose privacy practices may differ from ours. your use of and any information you submit to any of those third party sites is governed by their privacy policies not this one. third party widgets some of our services contain widgets and social media features such as the twitter tweet button. these widgets and features collect your ip address which page you are visiting on the services and may set a cookie to enable the feature to function properly. widgets and social media features are either hosted by a third party or hosted directly on our services. your interactions with these features are governed by the privacy policy of the company providing it. with your consent we share information about you with third parties when you give us consent to do so. for example we often display personal testimonials of satisfied customers on our public websites. with your consent we may post your name alongside the testimonial. compliance with enforcement requests and applicable laws. enforcement of our rights in exceptional circumstances we may share information about you with a third party if we believe that sharing is reasonably necessary to a comply with any applicable law regulation legal process or governmental request including to meet national security requirements b enforce our agreements policies and terms of service c protect the security or integrity of our products and services d protect trello our customers or the public from harm or illegal activities or e respond to an emergency which we believe in good faith requires us to disclose information to assist in preventing the death or serious bodily injury of any person. for more information on how we respond to government requests see our guidelines for law enforcement8 and our transparency report 9.",
"reference_summary": "third parties may be involved in operating the service.",
"title_code": "1,s",
"title_text": "third parties may be involved in operating the service",
"uid": "tosdr045",
"urls": "{'trello.com'}"
},
"tosdr046": {
"doc": "Information for Authors",
"note": "",
"original_text": "your work your copyright all our titles are published using creative commons licences. these licences mean that you are in full control of your own copyright and can choose how your work is used by other people. we recommend creative commons attribution licences cc by which allows others to copy distribute display and perform your copyrighted work but ensures that they must give you full credit.",
"reference_summary": "users are free to choose the type of copyright license that they want to use over their content.",
"title_code": "1,s",
"title_text": "Users are free to choose the type of copyright license that they want to use over their content",
"uid": "tosdr046",
"urls": "{'openbookpublishers.com'}"
},
"tosdr047": {
"doc": "Privacy Policy",
"note": "",
"original_text": "send do not track signals some browsers have incorporated do not track dnt features that can send a signal to the websites you visit indicating you do not wish to be tracked. because there is not yet a common understanding of how to interpret the dnt signal our services do not currently respond to browser dnt signals. you can use the range of other tools we provide to control data collection and use including the ability to opt out of receiving marketing from us as described above.",
"reference_summary": "even though the do not track dnt header was not implemented perfectly services should not track users whose browsers send a dnt header.",
"title_code": "2,s",
"title_text": "This service ignores the Do Not Track (DNT) header and tracks users anyway even if they set this header.",
"tldr_code": "1",
"tldr_text": "Even though the Do Not Track (DNT) header was not implemented perfectly, services should not track users whose browsers send a DNT header.",
"uid": "tosdr047",
"urls": "{'trello.com'}"
},
"tosdr048": {
"doc": "Iron Horse Games' Privacy Policy",
"note": "",
"original_text": "to measure reach and effectiveness of advertisement campaigns to offer targeted advertising to personalize experience by showing advertisements for products and services that are more likely to appeal to you i e. behavioral advertising.",
"reference_summary": "the service uses your personal data to employ targeted third party advertising.",
"title_code": "1,s",
"title_text": "The service uses your personal data to employ targeted third-party advertising",
"uid": "tosdr048",
"urls": "{'ironhorsegames.org'}"
},
"tosdr049": {
"doc": "Iron Horse Games' Privacy Policy",
"note": "",
"original_text": "information we collect about you from third party companies including but not limited to publishing partners platforms advertising platforms and partners and data aggregators which may include attributes about you and your interests as well as other games and services you use and demographic and general location information.",
"reference_summary": "the service may collect extra data about you through promotions.",
"title_code": "1,s",
"title_text": "The service may collect extra data about you through promotions",
"uid": "tosdr049",
"urls": "{'ironhorsegames.org'}"
},
"tosdr050": {
"doc": "Iron Horse Games' Privacy Policy",
"note": "",
"original_text": "ad identifiers are non permanent non personal identifiers such as the android advertising id and or apple s id for advertising the idfa which are uniquely associated with your device. similar technologies include tracking pixels within ads.",
"reference_summary": "the service may use tracking pixels web beacons browser fingerprinting and or device fingerprinting on users.",
"title_code": "1,s",
"title_text": "The service may use tracking pixels, web beacons, browser fingerprinting, and/or device fingerprinting on users.",
"uid": "tosdr050",
"urls": "{'ironhorsegames.org'}"
},
"tosdr051": {
"doc": "License Terms",
"note": "",
"original_text": "you must be 18 to accept these terms and buy the app you must be 18 or over to accept these terms and buy the app.",
"reference_summary": "this service is only available to users of a certain age.",
"title_code": "1,s",
"title_text": "This service is only available to users of a certain age",
"uid": "tosdr051",
"urls": "{'ironhorsegames.org'}"
},
"tosdr052": {
"doc": "Terms of Service",
"note": "",
"original_text": "the failure of weebly to exercise or enforce any right or provision of these terms shall not constitute a waiver of such right or provision.",
"reference_summary": "failure to enforce any provision of the terms of service does not constitute a waiver of such provision.",
"title_code": "1,s",
"title_text": "Failure to enforce any provision of the Terms of Service does not constitute a waiver of such provision",
"uid": "tosdr052",
"urls": "{'weebly.com'}"
},
"tosdr053": {
"doc": "Privacy Policy",
"note": "quote not part of text",
"original_text": "device information. in addition to log data we may also collect information about the device you re using pinterest on including what type of device it is what operating system you re using device settings unique device identifiers and crash data. whether we collect some or all of this information often depends on what type of device you re using and its settings. for example different types of information are available depending on whether you re using a mac or a pc or an iphone or an android phone. to learn more about what information your device makes available to us please also check the policies of your device manufacturer or software provider.",
"reference_summary": "the service may use tracking pixels web beacons browser fingerprinting and or device fingerprinting on users.",
"title_code": "1,s",
"title_text": "The service may use tracking pixels, web beacons, browser fingerprinting, and/or device fingerprinting on users.",
"uid": "tosdr053",
"urls": "{'pinterest.com'}"
},
"tosdr054": {
"case_code": "1,j",
"case_text": "The court of law governing the terms is in location the State of California ",
"doc": "Terms of Service",
"note": "",
"original_text": "these terms and the relationship between you and weebly shall be governed by the laws of the state of california without regard to its conflict of law provisions.",
"reference_summary": "the court of law governing the terms is in location the state of california.",
"title_code": "2,j",
"title_text": "The court of law governing the terms is in the State of California, US",
"uid": "tosdr054",
"urls": "{'weebly.com'}"
},
"tosdr055": {
"doc": "Terms of Service",
"note": "",
"original_text": "to the fullest extent permitted by applicable law in no event will ibm be liable to any party for any direct indirect incidental special exemplary or consequential damages of any type whatsoever related to or arising from this web site or any use of this web site or of any site or resource linked to referenced or accessed through this web site or for the use or downloading of or access to any materials information products or services including without limitation any lost profits business interruption lost savings or loss of programs or other data even if ibm is expressly advised of the possibility of such damages.",
"reference_summary": "this service assumes no liability for any losses or damages resulting from any matter relating to the service.",
"title_code": "1,s",
"title_text": "This service assumes no liability for any losses or damages resulting from any matter relating to the service",
"uid": "tosdr055",
"urls": "{'cloudant.com'}"
},
"tosdr056": {
"doc": "Privacy",
"note": "",
"original_text": "from time to time we may update this privacy statement as well as any other specific privacy statement. when making changes to this privacy statement we will add a new date at the top of this privacy statement.",
"reference_summary": "they can change the terms of service any time they see fit even without notification to the user. your use of the service supposedly constitutes acceptance of the changes in the terms.",
"title_code": "2,s",
"title_text": "Terms may be changed any time at their discretion, without notice to the user",
"tldr_code": "1,s",
"tldr_text": "They can change the terms of service any time they see fit, even without notification to the user. Your use of the service supposedly constitutes acceptance of the changes in the terms.",
"uid": "tosdr056",
"urls": "{'cloudant.com'}"
},
"tosdr057": {
"doc": "Terms of Use",
"note": "",
"original_text": "by submitting any feedback you grant us the right to use the feedback without any restriction or any compensation to you.",
"reference_summary": "if you offer suggestions to the service they become the owner of the ideas that you give them.",
"title_code": "1,s",
"title_text": "If you offer suggestions to the service, they become the owner of the ideas that you give them",
"uid": "tosdr057",
"urls": "{'coursera.org'}"
},
"tosdr058": {
"doc": "Terms of Service",
"note": "",
"original_text": "you agree to defend indemnify and hold harmless the site its affiliates and licensors and their respective officers directors employees contractors agents and licensors from and against any claims liabilities damages judgments awards losses costs expenses or fees including reasonable attorneys fees resulting from your violation of these terms and conditions or your use of the site including without limitation any use of the site s content services or items purchased through the site.",
"reference_summary": "you agree to defend indemnify and hold the service harmless in case of a claim related to your use of the service.",
"title_code": "1,s",
"title_text": "You agree to defend, indemnify, and hold the service harmless in case of a claim related to your use of the service",
"uid": "tosdr058",
"urls": "{'patook.com'}"
},
"tosdr059": {
"doc": "Terms of Use",
"note": "",
"original_text": "to the extent that you provide user content you grant coursera a fully transferable royalty free perpetual sublicensable non exclusive worldwide license to copy distribute modify create derivative works based on publicly perform publicly display and otherwise use the user content.",
"reference_summary": "this service can use your content for all their existing and future services.",
"title_code": "1,s",
"title_text": "This service can use your content for all their existing and future services",
"uid": "tosdr059",
"urls": "{'coursera.org'}"
},
"tosdr060": {
"doc": "Terms of Use",
"note": "",
"original_text": "indemnificationyou agree to indemnify defend and hold harmless the coursera parties from any and all claims liabilities expenses and damages including reasonable attorneys fees and costs made by any third party related to a your use or attempted use of the services in violation of these terms. b your violation of any law or rights of any third party. or c user content including without limitation any claim of infringement or misappropriation of intellectual property or other proprietary rights.",
"reference_summary": "you agree to defend indemnify and hold the service harmless in case of a claim related to your use of the service.",
"title_code": "1,s",
"title_text": "You agree to defend, indemnify, and hold the service harmless in case of a claim related to your use of the service",
"uid": "tosdr060",
"urls": "{'coursera.org'}"
},
"tosdr061": {
"doc": "Terms of Use",
"note": "",
"original_text": "jetbrains reserves the right at its sole discretion to change add or remove any part of these terms of use at any time without prior notice to you. we may at our discretion choose to notify those subscribed to our newsletters and rss feeds of such changes. however it is up to you to check these terms of use for changes.",
"reference_summary": "terms may be changed any time at their discretion without notice to the user.",
"title_code": "1,s",
"title_text": "Terms may be changed any time at their discretion, without notice to the user ",
"uid": "tosdr061",
"urls": "{'jetbrains.com'}"
},
"tosdr063": {
"doc": "Terms of Use",
"note": "",
"original_text": "jetbrains reserves the exclusive right to revoke authorization to view download and print site content at any time and you shall discontinue such use immediately upon notice from jetbrains.",
"reference_summary": "the service can delete your account without prior notice and without a reason.",
"title_code": "1,s",
"title_text": "The service can delete your account without prior notice and without a reason",
"uid": "tosdr063",
"urls": "{'jetbrains.com'}"
},
"tosdr064": {
"doc": "Privacy Policy",
"note": "",
"original_text": "by voluntarily providing us with personal information you are consenting to our use of it in accordance with this privacy policy and agreeing that it may be transferred to the offices and servers of pure and the authorized third parties referred to herein located in the united states.",
"reference_summary": "this service can share your personal information to third parties.",
"title_code": "1,s",
"title_text": "This service can share your personal information to third parties",
"uid": "tosdr064",
"urls": "{'pure.dating'}"
},
"tosdr066": {
"doc": "Terms of Service",
"note": "",
"original_text": "you agree that disputes between you and us will be resolved by binding individual arbitration and you waive your right to participate in a class action lawsuit or class wide arbitration. we explain some exceptions and how you can opt out of arbitration below.",
"reference_summary": "by agreeing to instagram s terms you agree that you can only bring any claim against them on your own behalf. you waive your right to being part of a class action or participating in claims brought in any representative capacity.",
"title_code": "2,s",
"title_text": "You waive your right to a class action",
"tldr_code": "1",
"tldr_text": "By agreeing to Instagram's terms, you agree that you can only bring any claim against them on your own behalf. You waive your right to being part of a class action, or participating in claims brought in any representative capacity.",
"uid": "tosdr066",
"urls": "{'instagram.com'}"
},
"tosdr067": {
"case_code": "1,s",
"case_text": "When the service wants to change its terms, users are notified a week or more in advance.",
"doc": "Terms of Service",
"note": "",
"original_text": "we may change our service and policies and we may need to make changes to these terms so that they accurately reflect our service and policies. unless otherwise required by law we will notify you for example through our service before we make changes to these terms and give you an opportunity to review them before they go into effect.",
"reference_summary": "when the service wants to change its terms users are notified a week or more in advance.",
"title_code": "3",
"title_text": "Terms may be changed at their discretion, but they will notify you before.",
"tldr_code": "2",
"tldr_text": "They can change the terms at their discretion, but they will notify the user in reasonable advance by email or by posting them online. However, your use of the service constitutes acceptance of the changes in the terms without explicit consent.",
"uid": "tosdr067",
"urls": "{'instagram.com'}"
},
"tosdr069": {
"doc": "Terms of Service",
"note": "",
"original_text": "your payments to the site are nonrefundable.",
"reference_summary": "no refund policy.",
"title_code": "1,s",
"title_text": "no refund policy",
"uid": "tosdr069",
"urls": "{'patook.com'}"
},
"tosdr070": {
"case_code": "1,j",
"case_text": "The court of law governing the terms is in the State of California ",
"doc": "Terms of Service",
"note": "updated from \"location X\" ",
"original_text": "the laws of the state of california to the extent not preempted by or inconsistent with federal law will govern these terms and any claim without regard to conflict of law provisions.",
"reference_summary": "the court of law governing the terms is in the state of california.",
"title_code": "2,j",
"title_text": "Instagram Court of law is California",
"uid": "tosdr070",
"urls": "{'instagram.com'}"
},
"tosdr071": {
"case_code": "1,s",
"case_text": "Many third parties are involved in operating the service",
"doc": "Data Policy",
"note": "",
"original_text": "since the like button is a little piece of facebook embedded on another website the browser is sending info about the request to load facebook content on that page. we record some of this info to help show you a personalized experience on that site and to improve our products.",
"reference_summary": "many third parties are involved in operating the service.",
"title_code": "3,s",
"title_text": "Instagram shares information with many third parties",
"tldr_code": "2",
"tldr_text": "Instagram shares information with lots of third-parties, among them other instagram users (people and businesses), advertisers (only non-personally identifiable information, unless given permission), measurement partners (analytics), partners offering goods and services within instagram's products, vendors and service providers, researchers and academics as well as law enforcement.",
"uid": "tosdr071",
"urls": "{'instagram.com'}"
},
"tosdr072": {
"doc": "Terms of Service",
"note": "",
"original_text": "we can refuse to provide or stop providing all or part of the service to you including terminating or disabling your account immediately to protect our community or services or if you create risk or legal exposure for us violate these terms of use or our policies including our instagram community guidelines if you repeatedly infringe other people s intellectual property rights or where we are permitted or required to do so by law.",
"reference_summary": "the service can suspend your account for several reasons.",
"title_code": "1,s",
"title_text": "The service can suspend your account for several reasons",
"uid": "tosdr072",
"urls": "{'instagram.com'}"
},
"tosdr073": {
"doc": "Terms of Service",
"note": "",
"original_text": "uber may immediately terminate these terms or any services with respect to you or generally cease offering or deny access to the services or any portion thereof at any time for any reason.",
"reference_summary": "the service can delete your account without prior notice and without a reason.",
"title_code": "1,s",
"title_text": "The service can delete your account without prior notice and without a reason",
"tldr_code": "2,s",
"tldr_text": "At any time, your account can be terminated without explanation and without warning by the service. ",
"uid": "tosdr073",
"urls": "{'uber.com'}"
},
"tosdr074": {
"case_code": "3,s",
"case_text": "This service tracks you on other websites",
"doc": "Privacy Policy",
"note": "",
"original_text": "here are some of the types of information we collect log data. when you use pinterest or go to a webpage or use an app that has pinterest features like our pin it button our servers automatically record information log data including information that your browser sends whenever you visit a website or your mobile app sends when you re using it. this log data may include your internet protocol address the address of the web pages you visited that had pinterest features browser type and settings the date and time of your request how you used pinterest and cookie data.",
"reference_summary": "pinterest collects user log data such as ip addresses browser type and settings the date and time people access pinterest and the way they use it. they also collect user log data on other websites that contain pin it buttons.",
"title_code": "2",
"title_text": "Pinterest collects user log data on its own website and other websites with Pin It buttons.",
"tldr_code": "1",
"tldr_text": "Pinterest collects user log data, such as IP addresses, browser type and settings, the date and time people access Pinterest and the way they use it. They also collect user log data on other websites that contain Pin It buttons.",
"uid": "tosdr074",
"urls": "{'pinterest.com'}"
},
"tosdr076": {
"case_code": "1,s",
"case_text": "This service only uses temporary session cookies",
"doc": "Privacy Policy",
"note": "",
"original_text": "we do not use cookies for tracking purposes.",
"reference_summary": "this service only uses temporary session cookies.",
"title_code": "2,s",
"title_text": "Temporary session cookies",
"uid": "tosdr076",
"urls": "{'windowslogic.co.uk'}"
},
"tosdr078": {
"doc": "Terms of Use",
"note": "",
"original_text": "you also agree to register one account only for your use of the site. the site administrators reserve the right to ban users because of accessing the site with more than one account. the information we obtain through your use of this site including your registration data is subject to our privacy policy which is specifically incorporated by reference into these terms of use.",
"reference_summary": "service does not allow alternative accounts.",
"title_code": "1,s",
"title_text": "Service does not allow alternative accounts",
"uid": "tosdr078",
"urls": "{'blendswap.com'}"
},
"tosdr080": {
"case_code": "1,s",
"case_text": "The service uses your personal data for advertising",
"doc": "Privacy Policy",
"note": "edited text to remove and/or ",
"original_text": "offer you targeted advertising in order to personalize your experience by showing you advertisements that are more relevant to you.",
"reference_summary": "the service uses your personal data for advertising.",
"title_code": "2,s",
"title_text": "personal data is used for advertising",
"uid": "tosdr080",
"urls": " (\"offer you targeted advertising in order to personalize your experience by showing you advertisements that are more relevant to you. and/or\")"
},
"tosdr081": {
"case_code": "2,s",
"case_text": "Users are not allowed to use pseudonyms, as trust and transparency between users regarding their identities is relevant to the service.",
"doc": "Terms of Service",
"note": "",
"original_text": "researchgate strives to connect the world of science. it is essential for the credibility of the world of science and for the reputation of researchers that researchers identify themselves using their real names and their affiliation. you must therefore provide only true and non misleading statements and your real name. you may not use pseudonyms or pen names. you may not accept adopt or post content that falsely or misleadingly implies an incorrect identity inaccurate biographical facts or misleading information about your qualifications work experience or achievements. you warrant and represent that all personal information you provide is accurate and complete. you are obliged to update such data when it changes. if you choose to use a profile photo you must use a photo where you can be clearly identified. images of other people animals text and logos are not permitted. this again is essential for the credibility of the researchers using the service and is in the best interest of the world of science.",
"reference_summary": "pseudonym not allowed user to user trust is relevant for service.",
"title_code": "1,s",
"title_text": "pseudonym not allowed (user-to-user trust is relevant for service)",
"uid": "tosdr081",
"urls": "{'researchgate.net'}"
},
"tosdr082": {
"doc": "Privacy Policy",
"note": "does it really say that though?",
"original_text": "we collect content of your files and communications when necessary to provide you with the services you use.",
"reference_summary": "the service can read your private messages.",
"title_code": "1,s",
"title_text": "The service can read your private messages",
"uid": "tosdr082",
"urls": "{'bing.com'}"
},
"tosdr083": {
"doc": "Privacy Policy",
"note": "",
"original_text": "our use of web beacons and analytics services microsoft web pages may contain electronic images known as web beacons also called single pixel gifs that we use to help deliver cookies on our sites count users who have visited those sites and deliver co branded services. we also include web beacons in our promotional email messages or newsletters to determine whether you open and act on them.",
"reference_summary": "tracking pixels used in service to user communication.",
"title_code": "1,s",
"title_text": "tracking pixels used in service-to-user communication",
"uid": "tosdr083",
"urls": "{'bing.com'}"
},
"tosdr085": {
"case_code": "1,s",
"case_text": "This service does not track you",
"doc": "Legal information",
"note": "",
"original_text": "we do not use cookies or any other tracking technology.",
"reference_summary": "this service does not track you.",
"title_code": "2,s",
"title_text": "ToS;DR does not track you",
"uid": "tosdr085",
"urls": "{'tosdr.org'}"
},
"tosdr088": {
"case_code": "1,s",
"case_text": "This service will continue using anonymized user-generated content even after erasure of personal information",
"doc": "About our edit tool",
"note": "",
"original_text": "when cancelling your account we scramble your data in our database so you cannot recover your account and we don t loose your contributions.",
"reference_summary": "this service will continue using anonymized user generated content even after erasure of personal information.",
"title_code": "2,s",
"title_text": "ToS;DR will continue using anonymized user-generated content even after erasure of personal information",
"uid": "tosdr088",
"urls": "{'tosdr.org'}"
},
"tosdr089": {
"case_code": "2,s",
"case_text": "The service refers users to external documents for more information",
"doc": "About our edit tool",
"note": "",
"original_text": "phoenix is hosted on heroku for development purposes. please refer to their tos for any more details.",
"reference_summary": "tos dr refers users to heroku s terms of service for more information.",
"title_code": "1",
"title_text": "ToS;DR refers users to Heroku's Terms of Service for more information",
"uid": "tosdr089",
"urls": "{'tosdr.org'}"
},
"tosdr090": {
"doc": "Privacy Policy",
"note": "",
"original_text": "we may update this privacy policy from time to time at our sole discretion.",
"reference_summary": "terms may be changed any time at their discretion without notice to the user.",
"title_code": "1,s",
"title_text": "Terms may be changed any time at their discretion, without notice to the user ",
"uid": "tosdr090",
"urls": "{'patook.com'}"
},
"tosdr091": {
"case_code": "2,s",
"case_text": "This services gives no guarantee regarding quality",
"doc": "About our edit tool",
"note": "",
"original_text": "nothing here should be considered legal advice. we express our opinion with no guarantee and we do not endorse any service in any way. please refer to a qualified attorney for legal advice. reading tos dr is in no way a replacement for reading the full terms to which you are bound.",
"reference_summary": "tos dr gives no guarantee regarding quality.",
"title_code": "1,s",
"title_text": "ToS;DR gives no guarantee regarding quality",
"uid": "tosdr091",
"urls": "{'tosdr.org'}"
},
"tosdr092": {
"doc": "CoReadingWebPrivacyPolicy",
"note": "",
"original_text": "information collected if you visit a web site maintained by the city of reading to read or download information we collect the following information the name of domain. for example xcompany com if you use a private internet access account or yourschool edu if you are connecting from a university domain an ip address. a number automatically assigned to your computer when you are using the internet the type of browser and operating system used to access our site the internet address of the website from which you linked directly to our site the pages you visit within the city s site. and the links made to other web sites through this site. this information is collected for statistical analysis using standard third party software programs to create summary statistics. the statistics are used for the purpose of determining what information is of most and least interest to all visitors and identifying system performance or problem areas. this information is not collected for commercial marketing purposes and the city does not sell information collected online for commercial marketing purposes. if during your visit to the city s web site you voluntarily provide personally identifiable information we will collect such information. examples of personally identifiable information may include an email address if you are communicating to us through email information you voluntarily submit to the city for the purposes of completing or submitting an application or form online. and other information volunteered such as survey information or content of email. in general please note the information collected whether or not personally identifiable is not limited to text characters and may include audio video and other graphic formats you send us. information is retained in accordance with existing laws and other city policies.",
"reference_summary": "the service provides details about what kinds of personal information they collect.",
"title_code": "1,s",
"title_text": "The service provides details about what kinds of personal information they collect",
"uid": "tosdr092",
"urls": "{'readingpa.gov'}"
},
"tosdr093": {
"doc": "CoReadingWebPrivacyPolicy",
"note": "",
"original_text": "public disclosure as a general rule the city does not disclose any personally identifiable information collected online except where you have given us permission or where the information is public information under the pennsylvania right to know act 65 p s. 66 1 et seq or other applicable laws. visitors should be aware that information collected by the city on its website may be subject to examination and inspection if such information is a public record and not otherwise protected from disclosure.",
"reference_summary": "the service will not allow third parties to access your personal information without a legal basis.",
"title_code": "1,s",
"title_text": "The service will not allow third parties to access your personal information without a legal basis",
"uid": "tosdr093",
"urls": "{'readingpa.gov'}"
},
"tosdr094": {
"doc": "CoReadingWebPrivacyPolicy",
"note": "",
"original_text": "choice you may decline participation in any activity that asks for information i e surveys or emails. your choice to not participate will have no effect on your ability to access information on the city s web sites.",
"reference_summary": "you can choose with whom you share content.",
"title_code": "1,s",
"title_text": "You can choose with whom you share content",
"uid": "tosdr094",
"urls": "{'readingpa.gov'}"
},
"tosdr095": {
"doc": "CoReadingWebPrivacyPolicy",
"note": "",
"original_text": "cookies to better serve you we occasionally use cookies to customize your browsing experience. cookies are simple text files stored by your web browser and they provide a method of distinguishing among visitors to the web sites. cookies created on your computer by using our web sites do not contain personally identifiable information and do not compromise your privacy or security. we use the cookie feature to store a randomly generated identifying tag on your computer. you can refuse the cookie or delete the cookie file from your computer at any time by using any one of a number of widely available methods.",
"reference_summary": "the cookies used by this service do not contain information that would personally identify you.",
"title_code": "1,s",
"title_text": "The cookies used by this service do not contain information that would personally identify you",
"uid": "tosdr095",
"urls": "{'readingpa.gov'}"
},
"tosdr096": {
"doc": "CoReadingWebPrivacyPolicy",
"note": "not sure what this is saying",
"original_text": "security the city has taken steps to safeguard the submission of information by implementing detailed technology and security policies. security measures have been integrated into the design implementation and day to day operations of the entire operating environment as part of our continuing commitment to the security of electronic content as well as the electronic transmission of information.",
"reference_summary": "this service prohibits users from attempting to gain unauthorized access to other computer systems.",
"title_code": "1,s",
"title_text": "This service prohibits users from attempting to gain unauthorized access to other computer systems",
"uid": "tosdr096",
"urls": "{'readingpa.gov'}"
},
"tosdr097": {
"doc": "CoReadingWebPrivacyPolicy",
"note": "",
"original_text": "information disclaimer information provided on the city s web sites is intended to allow the public immediate access to public information. while all attempts are made to provide accurate current and reliable information we recognize the possibility of human and or mechanical error. therefore the city of reading pa its employees officers and agencies expressly deny any warranty of the accuracy reliability or timeliness of any information published by this system and shall not be held liable for any losses caused by reliance upon the accuracy reliability or timeliness of such information. any person who relies upon such information obtained from this system does so at his or her own risk.",
"reference_summary": "this services gives no guarantee regarding quality.",
"title_code": "1,s",
"title_text": "This services gives no guarantee regarding quality",
"uid": "tosdr097",
"urls": "{'readingpa.gov'}"
},
"tosdr098": {
"doc": "Linking Policy",
"note": "changed from quote text from \"hate\" ",
"original_text": "readingpa gov will not approve a link to any web site that exhibits hate bias or discrimination.",
"reference_summary": "users agree not to submit libelous harassing or threatening content.",
"title_code": "1,s",
"title_text": "Users agree not to submit libelous, harassing or threatening content",
"uid": "tosdr098",
"urls": "{'readingpa.gov'}"
},
"tosdr099": {
"doc": "Linking Policy",
"note": "changed quotetext from \"bias or discrimination\" ",
"original_text": "furthermore the city of reading pa reserves the right to deny or remove any link that contains misleading information or unsubstantiated claims or is determined to be in conflict with the city of reading pa mission or policies.",
"reference_summary": "prohibits the posting of content which promotes or glorifies violence or politically or religiously extremist values.",
"title_code": "1,s",
"title_text": "Prohibits the posting of content which promotes or glorifies violence or politically or religiously extremist values.",
"uid": "tosdr099",
"urls": "{'readingpa.gov'}"
},
"tosdr101": {
"doc": "Privacy Policy",
"note": "",
"original_text": "when we post changes to this privacy policy we will revise the last updated date at the top of this privacy policy.",
"reference_summary": "there is a date of the last update of the terms.",
"title_code": "1,s",
"title_text": "There is a date of the last update of the terms",
"uid": "tosdr101",
"urls": "{'patook.com'}"
},
"tosdr106": {
"doc": "Privacy Policy",
"note": "",
"original_text": "this site doesn t track you in any way shape or form. period.",
"reference_summary": "this service does not track you.",
"title_code": "1,s",
"title_text": "This service does not track you",
"uid": "tosdr106",
"urls": "{'liamrosenfeld.com'}"
},
"tosdr107": {
"doc": "Privacy Policy",
"note": "tldr is a quote, but not from quotetext",
"original_text": "we may also automatically collect device specific information when you install access or use our services. this information may include information such as the hardware model operating system information app version app usage and debugging information browser information ip address and device identifiers.",
"reference_summary": "the service may use tracking pixels web beacons browser fingerprinting and or device fingerprinting on users.",
"title_code": "1,s",
"title_text": "The service may use tracking pixels, web beacons, browser fingerprinting, and/or device fingerprinting on users.",
"tldr_code": "2,q-",
"tldr_text": "\"We may also collect information about your use of the Services [...], including your IP address, browser information (including referrers), device information (such as [...])\"",
"uid": "tosdr107",
"urls": "{'etsy.com'}"
},
"tosdr108": {
"case_code": "1,s",
"case_text": "You waive your right to a class action.",
"doc": "Terms of Service",
"note": "quote not part of text",
"original_text": "you and 500px agree that any proceedings to resolve or litigate any dispute arising hereunder will be conducted solely on an individual basis and that you will not seek to have any dispute heard as a class action a representative action a collective action a private attorney general action or in any proceeding in which you act or propose to act in a representative capacity. you further agree that no proceeding will be joined consolidated or combined with another proceeding without the prior written consent of 500px and all parties to any such proceeding.",
"reference_summary": "you waive your right to a class action.",
"title_code": "2,d",
"title_text": "Waiver of legal actions",
"uid": "tosdr108",
"urls": "{'500px.me', '500px.net', '500px.org', '500px.com'}"
},
"tosdr109": {
"case_code": "2,s",
"case_text": "The service allows you to use pseudonyms",
"doc": "Terms of Service",
"note": "",
"original_text": "as a condition to using services you are required to open an account with 500px and select a password and username and to provide registration information. the registration information you provide must be accurate complete and current at all times.",
"reference_summary": "you do not have to provide your legal name except for paid accounts for billing purposes and you can use the service with a pseudonym.",
"title_code": "3,s",
"title_text": "Pseudonyms allowed",
"tldr_code": "1",
"tldr_text": "You do not have to provide your legal name (except for paid accounts for billing purposes) and you can use the service with a pseudonym.",
"uid": "tosdr109",
"urls": "{'500px.me', '500px.net', '500px.org', '500px.com'}"
},
"tosdr110": {
"doc": "Terms of Service",
"note": "",
"original_text": "500px reserves the right at its sole discretion to modify or replace the terms at any time. if the alterations constitute a material change to the terms 500px will notify you by posting an announcement on the site. what constitutes a material change will be determined at 500px s sole discretion. you are responsible for reviewing and becoming familiar with any such modifications. using any service or viewing any visual content constitutes your acceptance of the terms as modified.",
"reference_summary": "terms may be changed any time at their discretion without notice to the user.",
"title_code": "1,s",
"title_text": "Terms may be changed any time at their discretion, without notice to the user ",
"tldr_code": "2,q-",
"tldr_text": "\u201c500px reserves the right, at its sole discretion, to modify or replace the terms at any time. If the alterations constitute a material change to the terms, 500px will notify you by Posting an announcement on the site. What constitutes a material change will be Determined at 500px\u2019s sole discretion.\u201d",
"uid": "tosdr110",
"urls": "{'500px.me', '500px.net', '500px.org', '500px.com'}"
},
"tosdr111": {
"doc": "Terms of Service",
"note": "opinion",
"original_text": "by posting visual content to the site you grant to 500px a non exclusive or exclusive transferable fully paid worldwide license to use sublicense distribute reproduce modify adapt publicly perform and publicly display such visual content in connection with the services. this license will exist for the period during which the visual content is posted on the site and will automatically terminate upon the removal of the visual content from the site subject to the terms of any license granted by an authorized 500px distributor the license granted to 500px includes the right to use visual content fully or partially for promotional reasons and to distribute and redistribute visual content to other parties websites authorized agents applications and other entities provided such visual content is attributed in accordance with the required credits i e. username or collection name profile picture photo title descriptions tags and other accompanying information if any and as appropriate as submitted to 500px subject to any credit requirements governing the licensing of visual content pursuant to the contributor agreement notwithstanding the foregoing no inadvertent failure to provide appropriate attribution shall be considered a breach of these terms 500px and its distributors have the right to modify alter and amend photo titles descriptions tags metadata and other accompanying information for any visual content and the right to submit visual content to other parties and authorized agents for the purpose of creating tags for visual content.",
"reference_summary": "the copyright license you grant to 500px is transferable and sublicensable. the copyright license is limited for use in connection with the services which includes promotional uses and redistribution to other parties web sites applications and other entities if you are credited properly. the license on your content terminates when you remove such content.",
"tldr_code": "1",
"tldr_text": "The copyright license you grant to 500px is transferable and sublicensable. The copyright license is limited for use \u201cin connection with the Services\u201d which includes promotional uses and redistribution \u201cto other parties, web-sites, applications, and other entities\u201d if you are credited properly. The license on your content terminates when you remove such content.",
"uid": "tosdr111",
"urls": "{'500px.me', '500px.net', '500px.org', '500px.com'}"
},
"tosdr112": {
"case_code": "1",
"case_text": "This service requires first-party cookies, which are cookies that only belong to the domain of the service and not a third party.",
"doc": "Privacy Policy",
"note": "",