forked from github/opensource.guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtos.html
811 lines (551 loc) · 59.5 KB
/
tos.html
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
<!DOCTYPE html>
<html>
<head>
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub:Help" />
<title>
GitHub Terms of Service - User Documentation
</title>
<link rel="icon" type="image/x-icon" href="/assets/images/site/favicon.ico">
<link rel="stylesheet" href="/assets/stylesheets/application.css">
<script src="/assets/javascripts/application.js"></script>
<meta name="Description" content="Thank you for using GitHub! We're happy you're here. Please read this Terms of Service agreement carefully before accessing or using GitHub. Because it is such an important contract between us and our …">
<script type="text/javascript">
$(function() {
$('#quicksearch-query').lunrSearch({
indexUrl: '/search/search.json',
quickSearchResults: '.autocomplete-results',
quickSearchEntries: '.result-group',
quickSearchTemplate: '#quicksearch-results-template',
searchResults: '.search-container',
searchEntries: '.search-results',
searchTemplate: '#search-results-template'
});
});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3769691-27']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head>
<body id="com">
<div id="not-footer">
<div id="header">
<div class="clearfix">
<h1 class="site-logo"><a href="/">GitHub Help</a></h1>
<ul class="top-nav">
<li>
<button class="js-dropdown-button dropdown-button">Version <div class="dropdown-caret"></div></button>
<div class="dropdown-menu js-dropdown-menu">
<a href="/">GitHub.com</a>
<a href="/enterprise/2.10/">GitHub Enterprise 2.10</a>
<a href="/enterprise/2.9/">GitHub Enterprise 2.9</a>
<a href="/enterprise/2.8/">GitHub Enterprise 2.8</a>
<a href="/enterprise/2.7/">GitHub Enterprise 2.7</a>
</div>
</li>
<li><a href="https://github.com/contact">Contact Support</a></li>
<li><a href="https://github.com/">Return to GitHub</a></li>
</ul>
</div>
</div>
<div id="content-wrapper">
<div class="site">
<div class="content-header small">
<h6 class="breadcrumbs">
<a href="/categories/site-policy">Site Policy</a>
/
GitHub Terms of Service
</h6>
<div class="search-form small right">
<script id="quicksearch-results-template" type="text/mustache">
<div class="header">
<a class="initial quicksearch-seemore" href="/search?q=">See more results</a>
</div>
[[#entries]]
<tr class="article">
<td class="info">
<a href="[[url]]" class="js-articles-quicksearch-link">[[title]]</a>
</td>
</tr>
[[/entries]]
</script>
<form accept-charset="UTF-8" action="/search" id="articles-search" method="get"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /></div>
<div class="outer">
<div class="inner fade-label">
<input type="text" name="q" id="quicksearch-query" class="js-articles-quicksearch"
placeholder="How can we help?" />
<div class="search-form-btn">
<button><span class="octicon octicon-search"></span></button>
</div>
</div>
</div>
</form>
<div class="autocomplete-results" style="display: none;">
<table class="result-group" border="0" cellpadding="0" cellspacing="0">
</table>
</div>
</div>
</div>
<div class="article js-hide-during-search">
<h2>GitHub Terms of Service</h2>
<div id="article-platform-nav">
<ul>
<li class="platform-mac">
<a href="#platform-mac" data-platform="mac">
mac
</a>
</li>
<li class="platform-windows">
<a href="#platform-windows" data-platform="windows">
windows
</a>
</li>
<li class="platform-linux">
<a href="#platform-linux" data-platform="linux">
linux
</a>
</li>
<li class="platform-all">
<a href="#platform-all" data-platform="all">
all
</a>
</li>
</ul>
</div>
<div class="article-body content-body wikistyle markdown-format">
<div class='intro'>
</div>
<p>Thank you for using GitHub! We're happy you're here. Please read this Terms of Service agreement carefully before accessing or using GitHub. Because it is such an important contract between us and our users, we have tried to make it as clear as possible. For your convenience, we have presented these terms in a short non-binding summary followed by the full legal terms.</p>
<h3>
<a id="summary" class="anchor" href="#summary" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Summary</h3>
<table>
<thead>
<tr>
<th>Section</th>
<th>What can you find there?</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="#a-definitions">A. Definitions</a></td>
<td>Some basic terms, defined in a way that will help you understand this agreement. Refer back up to this section for clarification.</td>
</tr>
<tr>
<td><a href="#b-account-terms">B. Account Terms</a></td>
<td>These are the basic requirements of having an account on GitHub.</td>
</tr>
<tr>
<td><a href="#c-acceptable-use">C. Acceptable Use</a></td>
<td>These are the basic rules you must follow when using your GitHub account.</td>
</tr>
<tr>
<td><a href="#d-user-generated-content">D. User-Generated Content</a></td>
<td>You own the content you post on GitHub. However, you have some responsibilities regarding it, and we ask you to grant us some rights so we can provide services to you.</td>
</tr>
<tr>
<td><a href="#e-copyright-infringement-and-dmca-policy">E. Copyright & DMCA Policy</a></td>
<td>This section talks about how GitHub will respond if you believe someone is infringing your copyrights on GitHub.</td>
</tr>
<tr>
<td><a href="#f-intellectual-property-notice">F. Intellectual Property Notice</a></td>
<td>This describes GitHub's rights in the website and service.</td>
</tr>
<tr>
<td><a href="#g-api-terms">G. API Terms</a></td>
<td>These are the rules for using GitHub's APIs, whether you are using the API for development or data collection.</td>
</tr>
<tr>
<td><a href="#h-additional-terms-for-github-pages">H. Additional Terms for GitHub Pages</a></td>
<td>We have a few specific rules for content hosted using GitHub Pages.</td>
</tr>
<tr>
<td><a href="#i-additional-terms-for-github-marketplace">I. Additional Terms for GitHub Marketplace</a></td>
<td>We have another set of terms for GitHub Marketplace.</td>
</tr>
<tr>
<td><a href="#j-advertising-on-github">J. Advertising on GitHub</a></td>
<td>If you want to promote your content on GitHub, this section lays out some rules you must follow.</td>
</tr>
<tr>
<td><a href="#k-payment">K. Payment</a></td>
<td>You are responsible for payment. We are responsible for billing you accurately.</td>
</tr>
<tr>
<td><a href="#l-cancellation-and-termination">L. Cancellation and Termination</a></td>
<td>You may cancel this agreement and close your account at any time.</td>
</tr>
<tr>
<td><a href="#m-communications-with-github">M. Communications with GitHub</a></td>
<td>We only use email and other electronic means to stay in touch with our users. We do not provide phone support.</td>
</tr>
<tr>
<td><a href="#n-disclaimer-of-warranties">N. Disclaimer of Warranties</a></td>
<td>We provide our service as is, and we make no promises or guarantees about this service. <strong>Please read this section carefully; you should understand what to expect.</strong>
</td>
</tr>
<tr>
<td><a href="#o-limitation-of-liability">O. Limitation of Liability</a></td>
<td>We will not be liable for damages or losses arising from your use or inability to use the service or otherwise arising under this agreement. <strong>Please read this section carefully; it limits our obligations to you.</strong>
</td>
</tr>
<tr>
<td><a href="#p-release-and-indemnification">P. Release and Indemnification</a></td>
<td>You are fully responsible for your use of the service.</td>
</tr>
<tr>
<td><a href="#q-changes-to-these-terms">Q. Changes to these Terms of Service</a></td>
<td>We may modify this agreement, but we will give you 30 days' notice of changes that affect your rights.</td>
</tr>
<tr>
<td><a href="#r-miscellaneous">R. Miscellaneous</a></td>
<td>Please see this section for legal details including our choice of law.</td>
</tr>
</tbody>
</table>
<h3>
<a id="the-github-terms-of-service" class="anchor" href="#the-github-terms-of-service" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>The GitHub Terms of Service</h3>
<p>Effective date: May 22, 2017</p>
<h3>
<a id="a-definitions" class="anchor" href="#a-definitions" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>A. Definitions</h3>
<p><strong>Short version:</strong> <em>We use these basic terms throughout the agreement, and they have specific meanings. You should know what we mean when we use each of the terms. There's not going to be a test on it, but it's still useful information.</em></p>
<ol>
<li>The “Agreement” refers, collectively, to all the terms, conditions, notices contained or referenced in this document (the “Terms of Service” or the "Terms") and all other operating rules, policies (including the GitHub Privacy Statement, available at <a href="https://github.com/site/privacy">github.com/site/privacy</a>) and procedures that we may publish from time to time on the Website. Most of our site policies are available at <a href="/categories/site-policy/">help.github.com/categories/site-policy</a>.</li>
<li>The “Service” refers to the applications, software, products, and services provided by GitHub.</li>
<li>The “Website” refers to GitHub’s website located at <a href="https://github.com/">github.com</a>, and all content, services, and products provided by GitHub at or through the Website. It also refers to GitHub-owned subdomains of github.com, such as <a href="https://education.github.com/">education.github.com</a> and <a href="https://pages.github.com/">pages.github.com</a>. These Terms also govern GitHub’s conference websites, such as <a href="https://CodeConf.com/">CodeConf.com</a> and product websites, such as <a href="https://atom.io/">atom.io</a>. Occasionally, websites owned by GitHub may provide different or additional terms of service. If those additional terms conflict with this Agreement, the more specific terms apply to the relevant page or service.</li>
<li>“The User,” “You,” and “Your” refer to the individual person, company, or organization that has visited or is using the Website or Service; that accesses or uses any part of the account; or that directs the use of the account in the performance of its functions. A User must be at least 13 years of age. Special terms may apply for business or government accounts (See <a href="#4-additional-terms">Section B(4): Additional Terms</a>).</li>
<li>“GitHub,” “We,” and “Us” refer to GitHub, Inc., as well as our affiliates, directors, subsidiaries, contractors, licensors, officers, agents, and employees.</li>
<li>“Content” refers to content featured or displayed through the Website, including without limitation text, data, articles, images, photographs, graphics, software, applications, designs, features, and other materials that are available on the Website or otherwise available through the Service. "Content" also includes Services. “User-Generated Content” is Content, written or otherwise, created or uploaded by our Users. “Paid Content” is Content only available to Users who are participating in a payment plan, including private repositories.</li>
</ol>
<h3>
<a id="b-account-terms" class="anchor" href="#b-account-terms" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>B. Account Terms</h3>
<p><strong>Short version:</strong> <em>A human must create your account; you must be 13 or over; you must provide a valid email address; and you may not have more than one free account. You alone are responsible for your account and anything that happens while you are signed in to or using your account. You are responsible for keeping your account secure.</em></p>
<h4>
<a id="1-required-information" class="anchor" href="#1-required-information" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>1. Required Information</h4>
<p>You must provide a valid email address in order to complete the signup process. Any other information requested, such as your real name, is optional, unless you are accepting these terms on behalf of a legal entity (in which case we need more information about the legal entity) or if you opt for a <a href="#k-payment">paid account</a>, in which case additional information will be necessary for billing purposes.</p>
<h4>
<a id="2-account-requirements" class="anchor" href="#2-account-requirements" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>2. Account Requirements</h4>
<p>We have a few simple rules for accounts on GitHub's Service.</p>
<ul>
<li>You must be a human to create an account. Accounts registered by "bots" or other automated methods are not permitted. We do permit machine accounts:<br>
</li>
<li>A machine account is an account set up by an individual human who accepts the Terms on behalf of the account, provides a valid email address, and is responsible for its actions. A machine account is used exclusively for performing automated tasks. Multiple users may direct the actions of a machine account, but the owner of the account is ultimately responsible for the machine's actions. You may maintain no more than one free machine account in addition to your free personal account.</li>
<li>One person or legal entity may maintain no more than one free account (if you choose to control a machine account as well, that's fine, but it can only be used for running a machine).</li>
<li>You must be age 13 or older. While we are thrilled to see brilliant young coders get excited by learning to program, we must comply with United States law. GitHub does not target our Service to children under 13, and we do not permit any Users under 13 on our Service. If we learn of any User under the age of 13, we will <a href="#l-cancellation-and-termination">terminate that User’s account immediately</a>. If you are a resident of a country outside the United States, your country’s minimum age may be older; in such a case, you are responsible for complying with your country’s laws.</li>
<li>Your login may only be used by one person — i.e., a single login may not be shared by multiple people. A paid organization account may create separate logins for as many users as its subscription allows.</li>
<li>Overall, the number of Users must not exceed the number of accounts you've ordered from us.</li>
</ul>
<h4>
<a id="3-user-account-security" class="anchor" href="#3-user-account-security" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>3. User Account Security</h4>
<p>You are responsible for keeping your account secure while you use our Service. We offer tools such as two-factor authentication to help you maintain your account's security, but the content of your account and its security are up to you.</p>
<ul>
<li>You are responsible for all content posted and activity that occurs under your account (even when content is posted by others who have accounts under your account).</li>
<li>You are responsible for maintaining the security of your account and password. GitHub cannot and will not be liable for any loss or damage from your failure to comply with this security obligation.</li>
<li>You will promptly <a href="https://github.com/contact">notify GitHub</a> if you become aware of any unauthorized use of, or access to, our Service through your account, including any unauthorized use of your password or account.</li>
</ul>
<h4>
<a id="4-additional-terms" class="anchor" href="#4-additional-terms" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>4. Additional Terms</h4>
<p>In some situations, third parties' terms may apply to your use of GitHub. For example, you may be a member of an organization on GitHub with its own terms or license agreements; you may download an application that integrates with GitHub; or you may use GitHub to authenticate to another service. Please be aware that while these Terms are our full agreement with you, other parties' terms govern their relationships with you.</p>
<p>If you are a government User or otherwise accessing or using any GitHub Service in a government capacity, this <a href="/articles/amendment-to-github-terms-of-service-applicable-to-u-s-federal-government-users/">Government Amendment to GitHub Terms of Service</a> applies to you, and you agree to its provisions.</p>
<p>If you have signed up for a Business plan, the <a href="/articles/github-business-plan-addendum/">Business Plan Addendum</a> applies to you, and you agree to its provisions.</p>
<p>If you are an owner or administrator of an Organization on GitHub, additional terms may govern your relationship with us and supersede this Agreement.</p>
<h3>
<a id="c-acceptable-use" class="anchor" href="#c-acceptable-use" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>C. Acceptable Use</h3>
<p><strong>Short version:</strong> <em>GitHub hosts a wide variety of collaborative projects from all over the world, and that collaboration only works when our users are able to work together in good faith. While using the service, you must follow this Acceptable Use Policy, which includes some restrictions on content you can post, conduct on the service, and other limitations. In short, be excellent to each other.</em></p>
<h4>
<a id="1-compliance-with-laws-and-regulations" class="anchor" href="#1-compliance-with-laws-and-regulations" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>1. Compliance with Laws and Regulations</h4>
<p>Your use of the Website and Service must not violate any applicable laws, including copyright or trademark laws, export control laws, or other laws in your jurisdiction. You are responsible for making sure that your use of the Service is in compliance with laws and any applicable regulations.</p>
<h4>
<a id="2-content-restrictions" class="anchor" href="#2-content-restrictions" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>2. Content Restrictions</h4>
<p>You agree that you will not under any circumstances upload, post, host, or transmit any content that:</p>
<ul>
<li>is unlawful or promotes unlawful activities;</li>
<li>is or contains sexually obscene content;</li>
<li>is libelous, defamatory, or fraudulent;</li>
<li>is discriminatory or abusive toward any individual or group;</li>
<li>contains or installs any active malware or exploits, or uses our platform for exploit delivery (such as part of a command and control system); or</li>
<li>infringes on any proprietary right of any party, including patent, trademark, trade secret, copyright, right of publicity, or other rights.</li>
</ul>
<h4>
<a id="3-conduct-restrictions" class="anchor" href="#3-conduct-restrictions" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>3. Conduct Restrictions</h4>
<p>While using GitHub, you agree that you will not under any circumstances:</p>
<ul>
<li>harass, abuse, threaten, or incite violence towards any individual or group, including GitHub employees, officers, and agents, or other GitHub Users;</li>
<li>use our servers for any form of excessive automated bulk activity (for example, spamming), or relay any other form of unsolicited advertising or solicitation through our servers, such as get-rich-quick schemes;</li>
<li>attempt to disrupt or tamper with GitHub's servers in ways that could harm our Website or Service, to place undue burden on GitHub's servers through automated means, or to access GitHub's Service in ways that exceed your authorization (other than those authorized by the <a href="https://bounty.github.com/">GitHub Bug Bounty program</a>);</li>
<li>impersonate any person or entity, including any of our employees or representatives, including through false association with GitHub, or by fraudulently misrepresenting your identity or site's purpose; or</li>
<li>violate the privacy of any third party, such as by posting another person's personal information without consent.</li>
</ul>
<h4>
<a id="4-services-usage-limits" class="anchor" href="#4-services-usage-limits" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>4. Services Usage Limits</h4>
<p>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service without GitHub's express written permission.</p>
<h4>
<a id="5-scraping" class="anchor" href="#5-scraping" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>5. Scraping</h4>
<p>Scraping refers to extracting data from our Website via an automated process, such as a bot or webcrawler. It does not refer to the collection of information through GitHub's API. Please see <a href="#g-api-terms">Section G</a> for our API Terms. You may scrape the website for the following reasons:</p>
<ul>
<li>Researchers may scrape public, non-personal information from GitHub for research purposes, only if any publications resulting from that research are open access.</li>
<li>Archivists may scrape GitHub for public data for archival purposes.</li>
</ul>
<p>You may not scrape GitHub for spamming purposes, including for the purposes of selling GitHub users' personal information, such as to recruiters, headhunters, and job boards.</p>
<p>All use of GitHub data gathered through scraping must comply with the <a href="https://github.com/site/privacy">GitHub Privacy Statement</a>.</p>
<h4>
<a id="6-privacy" class="anchor" href="#6-privacy" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>6. Privacy</h4>
<p>Misuse of GitHub Users' Personal Information is prohibited.</p>
<p>Any person, entity, or service collecting data from GitHub must comply with the <a href="https://github.com/site/privacy">GitHub Privacy Statement</a>, particularly in regards to the collection of our Users' Personal Information (as defined in the GitHub Privacy Statement). If you collect any GitHub User's Personal Information from GitHub, you agree that you will only use the Personal Information you gather for the purpose for which our User has authorized it. You agree that you will reasonably secure any Personal Information you have gathered from GitHub, and you will respond promptly to complaints, removal requests, and "do not contact" requests from GitHub or GitHub Users.</p>
<h4>
<a id="7-excessive-bandwidth-use" class="anchor" href="#7-excessive-bandwidth-use" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>7. Excessive Bandwidth Use</h4>
<p>If we determine your bandwidth usage to be significantly excessive in relation to other GitHub customers, we reserve the right to suspend your account or throttle your file hosting until you can reduce your bandwidth consumption.</p>
<h4>
<a id="8-user-protection" class="anchor" href="#8-user-protection" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>8. User Protection</h4>
<p>You agree not to engage in activity that significantly harms our Users. We will resolve disputes in favor of protecting our Users as a whole.</p>
<h3>
<a id="d-user-generated-content" class="anchor" href="#d-user-generated-content" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>D. User-Generated Content</h3>
<p><strong>Short version:</strong> <em>You own content you create, but you allow us certain rights to it, so that we can display and share the content you post. You still have control over your content, and responsibility for it, and the rights you grant us are limited to those we need to provide the service. We have the right to remove content or close accounts if we need to.</em></p>
<h4>
<a id="1-responsibility-for-user-generated-content" class="anchor" href="#1-responsibility-for-user-generated-content" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>1. Responsibility for User-Generated Content</h4>
<p>You may create User-Generated Content while using the Service. You are solely responsible for the content of, and any harm resulting from, any User-Generated Content that you post, upload, link to or otherwise make available via the Service, regardless of the form of that Content. We are not responsible for any public display or misuse of your User-Generated Content.</p>
<h4>
<a id="2-ownership-of-content-and-right-to-post" class="anchor" href="#2-ownership-of-content-and-right-to-post" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>2. Ownership of Content and Right to Post</h4>
<p>You retain ownership of and responsibility for Content you create. If you're posting anything you did not create yourself, you agree that you will only submit Content that you have the right to post, and you will fully comply with any third party licenses relating to Content you post.</p>
<h4>
<a id="3-github-may-remove-content" class="anchor" href="#3-github-may-remove-content" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>3. GitHub May Remove Content</h4>
<p>We do not pre-screen User-Generated Content, but we have the right (though not the obligation) to refuse or remove any User-Generated Content that, in our sole discretion, violates any GitHub terms or policies.</p>
<h4>
<a id="4-license-grant-to-us" class="anchor" href="#4-license-grant-to-us" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>4. License Grant to Us</h4>
<p>Your Content belongs to you, and you are responsible for Content you post even if it does not belong to you. However, we need the legal right to do things like host it, publish it, and share it. You grant us and our legal successors the right to store and display your Content and make incidental copies as necessary to render the Website and provide the Service. </p>
<p>That means you're giving us the right to do things like reproduce your content (so we can do things like copy it to our database and make backups); display it (so we can do things like show it to you and other users); modify it (so our server can do things like parse it into a search index); distribute it (so we can do things like share it with other users); and perform it (in case your content is something like music or video). </p>
<p>This license does not grant GitHub the right to sell your Content or otherwise distribute it outside of our Service.</p>
<h4>
<a id="5-license-grant-to-other-users" class="anchor" href="#5-license-grant-to-other-users" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>5. License Grant to Other Users</h4>
<p>Any Content you post publicly, including issues, comments, and contributions to other Users' repositories, may be viewed by others. By setting your repositories to be viewed publicly, you agree to allow others to view and "fork" your repositories (this means that others may make their own copies of your Content in repositories they control).</p>
<p>If you set your pages and repositories to be viewed publicly, you grant each User of GitHub a nonexclusive, worldwide license to access your Content through the GitHub Service, and to use, display and perform your Content, and to reproduce your Content solely on GitHub as permitted through GitHub's functionality. You may grant further rights if you <a href="/articles/adding-a-license-to-a-repository/#including-an-open-source-license-in-your-repository">adopt a license</a>.</p>
<h4>
<a id="6-contributions-under-repository-license" class="anchor" href="#6-contributions-under-repository-license" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>6. Contributions Under Repository License</h4>
<p>Whenever you make a contribution to a repository containing notice of a license, you license your contribution under the same terms, and you agree that you have the right to license your contribution under those terms. If you have a separate agreement to license your contributions under different terms, such as a contributor license agreement, that agreement will supercede.</p>
<p>Isn't this just how it works already? Yep. This is widely accepted as the norm in the open-source community; it's commonly referred to by the shorthand "inbound=outbound". We're just making it explicit. </p>
<h4>
<a id="7-moral-rights" class="anchor" href="#7-moral-rights" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>7. Moral Rights</h4>
<p>You retain all moral rights to Content you upload, publish, or submit to any part of the Service, including the rights of integrity and attribution. However, you waive these rights and agree not to assert them against us, to enable us to reasonably exercise the rights granted in Section D.4, but not otherwise. You understand that you will not receive any payment for any of the rights granted in this Section.</p>
<p>To the extent such an agreement is not enforceable by applicable law, you grant GitHub a nonexclusive, revocable, worldwide, royalty-free right to (1) use the Content without attribution strictly as necessary to render the Website and provide the Service; and (2) make reasonable adaptations of the Content as provided in this Section. We need these rights to allow basic functions like search to work. </p>
<h4>
<a id="8-private-repositories" class="anchor" href="#8-private-repositories" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>8. Private Repositories</h4>
<p>Paid accounts may have <a href="/articles/making-a-public-repository-private/">private repositories</a>, which allow the User to control access to Content. GitHub employees <a href="/articles/github-security/#employee-access">only access private repositories when access is required for security or maintenance</a> or for support reasons, and then only with the consent of the repository owner. Because we respect your privacy in private repositories, you must respect the Terms of Service in everything you post to a private repository. If we have reason to believe the contents of a private repository are in violation of the law or of these Terms, we have the right to remove them.</p>
<h3>
<a id="e-copyright-infringement-and-dmca-policy" class="anchor" href="#e-copyright-infringement-and-dmca-policy" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>E. Copyright Infringement and DMCA Policy</h3>
<p>If you believe that content on our website violates your copyright, please contact us in accordance with our <a href="/articles/dmca-takedown-policy/">Digital Millennium Copyright Act Policy</a>. If you are a copyright owner and you believe that content on GitHub violates your rights, please contact us via <a href="https://github.com/contact/dmca">our convenient DMCA form</a> or by emailing <a href="mailto:[email protected]">[email protected]</a>. There may be legal consequences for sending a false or frivolous takedown notice. Before sending a takedown request, you must consider legal uses such as fair use and licensed uses.</p>
<p>We will terminate the accounts of <a href="/articles/dmca-takedown-policy/#e-repeated-infringement">repeat infringers</a> of this policy.</p>
<h3>
<a id="f-intellectual-property-notice" class="anchor" href="#f-intellectual-property-notice" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>F. Intellectual Property Notice</h3>
<p><strong>Short version:</strong> <em>We own the service and all of our content. In order for you to use our content, we give you certain rights to it, but you may only use our content in the way we have allowed.</em></p>
<h4>
<a id="1-githubs-rights-to-content" class="anchor" href="#1-githubs-rights-to-content" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>1. GitHub's Rights to Content</h4>
<p>GitHub and our licensors, vendors, agents, and/or our content providers retain ownership of all intellectual property rights of any kind related to the Website and Service. We reserve all rights that are not expressly granted to you under this Agreement or by law. The look and feel of the Website and Service is copyright © GitHub, Inc. All rights reserved. You may not duplicate, copy, or reuse any portion of the HTML/CSS, Javascript, or visual design elements or concepts without express written permission from GitHub.</p>
<h4>
<a id="2-github-trademarks-and-logos" class="anchor" href="#2-github-trademarks-and-logos" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>2. GitHub Trademarks and Logos</h4>
<p>If you’d like to use GitHub’s trademarks, you must follow all of our trademark guidelines, including those on our logos page: <a href="https://github.com/logos">https://github.com/logos</a>.</p>
<h4>
<a id="3-license-to-github-policies" class="anchor" href="#3-license-to-github-policies" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>3. License to GitHub Policies</h4>
<p>This Agreement is licensed under the <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution license</a>. You may use it freely under the terms of the Creative Commons license.</p>
<h3>
<a id="g-api-terms" class="anchor" href="#g-api-terms" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>G. API Terms</h3>
<p><strong>Short version:</strong> <em>You agree to these Terms of Service, plus this Section G, when using any of GitHub's APIs (Application Provider Interface), including use of the API through a third party product that accesses GitHub.</em></p>
<h4>
<a id="1-limitation-of-liability-for-api-use" class="anchor" href="#1-limitation-of-liability-for-api-use" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>1. Limitation of Liability for API Use</h4>
<p>You understand and agree that GitHub is not liable for any direct, indirect, incidental, special, consequential or exemplary damages, including but not limited to damages for loss of profits, goodwill, use, data or other intangible losses (even if GitHub has been advised of the possibility of such damages), resulting from your use of the API or third-party products that access data via the API.</p>
<h4>
<a id="2-no-abuse-or-overuse-of-the-api" class="anchor" href="#2-no-abuse-or-overuse-of-the-api" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>2. No Abuse or Overuse of the API</h4>
<p>Abuse or excessively frequent requests to GitHub via the API may result in the temporary or permanent suspension of your account's access to the API. GitHub, in our sole discretion, will determine abuse or excessive usage of the API. We will make a reasonable attempt to warn you via email prior to suspension.</p>
<p>You may not share API tokens to exceed GitHub's rate limitations.</p>
<p>You may not use the API to download data or Content from GitHub for spamming purposes, including for the purposes of selling GitHub users' personal information, such as to recruiters, headhunters, and job boards.</p>
<p>All use of the GitHub API is subject to these Terms of Service and the <a href="https://github.com/site/privacy">GitHub Privacy Statement</a>.</p>
<p>GitHub may offer subscription-based access to our API for those Users who require high-throughput access or access that would result in resale of GitHub's Service.</p>
<h4>
<a id="3-github-may-terminate-your-use-of-the-api" class="anchor" href="#3-github-may-terminate-your-use-of-the-api" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>3. GitHub May Terminate Your Use of the API</h4>
<p>We reserve the right at any time to modify or discontinue, temporarily or permanently, your access to the API or any part of it with or without notice.</p>
<h3>
<a id="h-additional-terms-for-github-pages" class="anchor" href="#h-additional-terms-for-github-pages" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>H. Additional Terms for GitHub Pages</h3>
<p><strong>Short version:</strong> <em>The GitHub Pages hosting service is subject to certain rules, in addition to the rest of the Terms.</em></p>
<p>Each GitHub account comes with access to the <a href="https://pages.github.com/">GitHub Pages static hosting service</a>. This hosting service is intended to host static web pages for GitHub users. GitHub Pages are subject to some specific bandwidth and usage limits, and may not be appropriate for some high-bandwidth uses. Please see our <a href="/articles/what-is-github-pages/">GitHub Pages guidelines</a> for more information.</p>
<p>GitHub reserves the right at all times to reclaim any GitHub subdomain without liability.</p>
<h3>
<a id="i-additional-terms-for-github-marketplace" class="anchor" href="#i-additional-terms-for-github-marketplace" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>I. Additional Terms for GitHub Marketplace</h3>
<p><strong>Short version:</strong> <em>GitHub Marketplace is subject to certain rules, in addition to the rest of this Agreement.</em></p>
<p><a href="https://github.com/marketplace">GitHub Marketplace</a> is a platform for developers of all kinds. Through GitHub Marketplace, you can list Developer Products (as defined in the <a href="/articles/github-marketplace-terms-of-service/">GitHub Marketplace Terms of Service</a>) or buy others' Developer Products. Prior to submitting a project to be listed, you must agree to the <a href="/articles/github-marketplace-developer-agreement/">GitHub Marketplace Developer Agreement</a>. </p>
<p>If you buy Developer Products, the <a href="/articles/github-marketplace-terms-of-service/">GitHub Marketplace Terms of Service</a> controls your purchase. This Agreement, as well as the <a href="/articles/github-marketplace-terms-of-service/">GitHub Marketplace Terms of Service</a>, will govern your use of GitHub Marketplace. Many of these Developer Products are used exclusively for performing automated tasks. In addition, multiple Users may direct the actions of a Developer Product. However, if you purchase and/or set up a Developer Product on your account, or you are an owner of an account with an integrated Developer Product, then you will be responsible for the Developer Product's actions that are performed on or through your account.</p>
<p>Any violation of the <a href="/articles/github-marketplace-terms-of-service/">GitHub Marketplace Terms of Service</a> is also a violation of this Agreement.</p>
<h3>
<a id="j-advertising-on-github" class="anchor" href="#j-advertising-on-github" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>J. Advertising on GitHub</h3>
<p><strong>Short version:</strong> <em>We do not generally prohibit use of GitHub for advertising. However, we expect our users to follow certain limitations, so GitHub does not become a spam haven. No one wants that.</em></p>
<h4>
<a id="1-github-pages" class="anchor" href="#1-github-pages" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>1. GitHub Pages</h4>
<p>We offer Pages sites primarily as a showcase for personal and organizational projects. Some monetization efforts are permitted on Pages, such as donation buttons and crowdfunding links.</p>
<h4>
<a id="2-github-repositories" class="anchor" href="#2-github-repositories" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>2. GitHub Repositories</h4>
<p>GitHub repositories are intended to host Content. You may include static images, links, and promotional text in the README documents associated with your repositories, but they must be related to the project you are hosting on GitHub.</p>
<p>You may not advertise in other Users' repositories, such as by posting monetized or excessive bulk content in issues.</p>
<h4>
<a id="3-spamming-and-inappropriate-use-of-github" class="anchor" href="#3-spamming-and-inappropriate-use-of-github" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>3. Spamming and Inappropriate Use of GitHub</h4>
<p>Advertising Content, like all Content, must not violate the law or these Terms of Use, for example through excessive bulk activity such as spamming. We reserve the right to remove any advertisements that, in our sole discretion, violate any GitHub terms or policies.</p>
<h3>
<a id="k-payment" class="anchor" href="#k-payment" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>K. Payment</h3>
<p><strong>Short version:</strong> <em>You are responsible for any fees associated with your use of GitHub. We are responsible for communicating those fees to you clearly and accurately, and letting you know well in advance if those prices change.</em></p>
<h4>
<a id="1-pricing" class="anchor" href="#1-pricing" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>1. Pricing</h4>
<p>Our pricing and payment terms are available at <a href="https://github.com/pricing">github.com/pricing</a>. If you agree to a subscription price, that will remain your price for the duration of the payment term; however, prices are subject to change at the end of a payment term.</p>
<h4>
<a id="2-upgrades-downgrades-and-changes" class="anchor" href="#2-upgrades-downgrades-and-changes" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>2. Upgrades, Downgrades, and Changes</h4>
<ul>
<li>We will immediately bill you when you upgrade from the free plan to any paying plan.</li>
<li>If you change from a monthly billing plan to a yearly billing plan, GitHub will bill you for a full year at the next monthly billing date.</li>
<li>If you upgrade to a higher level of service, we will bill you for the upgraded plan immediately.</li>
<li>You may change your level of service at any time by <a href="https://github.com/pricing">choosing a plan option</a> or going into your <a href="https://github.com/settings/billing">Billing settings</a>. If you choose to downgrade your account, you may lose access to Content, features, or capacity of your account. Please see our section on <a href="#l-cancellation-and-termination">Cancellation</a> for information on getting a copy of that Content.</li>
</ul>
<h4>
<a id="3-billing-schedule-no-refunds" class="anchor" href="#3-billing-schedule-no-refunds" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>3. Billing Schedule; No Refunds</h4>
<ul>
<li>For monthly or yearly payment plans, the Service is billed in advance on a monthly or yearly basis respectively and is non-refundable. There will be no refunds or credits for partial months of service, downgrade refunds, or refunds for months unused with an open account; however, the service will remain active for the length of the paid billing period.</li>
<li>In order to treat everyone equally, no exceptions will be made.</li>
</ul>
<h4>
<a id="4-authorization" class="anchor" href="#4-authorization" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>4. Authorization</h4>
<p>By agreeing to these Terms, you are giving us permission to charge your on-file credit card, PayPal account, or other approved methods of payment for fees that you authorize for GitHub.</p>
<h4>
<a id="5-responsibility-for-payment" class="anchor" href="#5-responsibility-for-payment" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>5. Responsibility for Payment</h4>
<p>You are responsible for all fees, including taxes, associated with your use of the Service. By using the Service, you agree to pay GitHub any charge incurred in connection with your use of the Service. If you dispute the matter, contact <a href="https://github.com/contact">GitHub Support</a>. You are responsible for providing us with a valid means of payment for paid accounts. Free accounts are not required to provide payment information.</p>
<h3>
<a id="l-cancellation-and-termination" class="anchor" href="#l-cancellation-and-termination" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>L. Cancellation and Termination</h3>
<p><strong>Short version:</strong> <em>You may close your account at any time. If you do, we'll treat your information responsibly.</em></p>
<h4>
<a id="1-account-cancellation" class="anchor" href="#1-account-cancellation" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>1. Account Cancellation</h4>
<p>It is your responsibility to properly cancel your account with GitHub. You can <a href="/articles/how-do-i-cancel-my-account/">cancel your account at any time</a> by going into your Settings in the global navigation bar at the top of the screen. The Account screen provides a simple, no questions asked cancellation link. We are not able to cancel accounts in response to an email or phone request.</p>
<h4>
<a id="2-upon-cancellation" class="anchor" href="#2-upon-cancellation" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>2. Upon Cancellation</h4>
<p>We will retain and use your information as necessary to comply with our legal obligations, resolve disputes, and enforce our agreements, but barring legal requirements, we will delete your full profile and the Content of your repositories within 90 days of cancellation or termination (though some information may remain in encrypted backups). This information can not be recovered once your account is cancelled.</p>
<p>We will not delete Content that you have contributed to other Users' repositories or that other Users have forked.</p>
<p>Upon request, we will make a reasonable effort to provide an account owner with a copy of your lawful, non-infringing account contents after account cancellation, termination, or downgrade. You must make this request within 90 days of cancellation, termination, or downgrade.</p>
<h4>
<a id="3-github-may-terminate" class="anchor" href="#3-github-may-terminate" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>3. GitHub May Terminate</h4>
<p>GitHub has the right to suspend or terminate your access to all or any part of the Website at any time, with or without cause, with or without notice, effective immediately. GitHub reserves the right to refuse service to anyone for any reason at any time.</p>
<h4>
<a id="4-survival" class="anchor" href="#4-survival" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>4. Survival</h4>
<p>All provisions of this Agreement which by their nature should survive termination will survive termination, including, without limitation, ownership provisions, warranty disclaimers, indemnity, and limitations of liability.</p>
<h3>
<a id="m-communications-with-github" class="anchor" href="#m-communications-with-github" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>M. Communications with GitHub</h3>
<p><strong>Short version:</strong> <em>We use email and other electronic means to stay in touch with our users.</em></p>
<h4>
<a id="1-electronic-communication-required" class="anchor" href="#1-electronic-communication-required" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>1. Electronic Communication Required</h4>
<p>For contractual purposes, you (1) consent to receive communications from us in an electronic form via the email address you have submitted or via the Service; and (2) agree that all Terms of Service, agreements, notices, disclosures, and other communications that we provide to you electronically satisfy any legal requirement that those communications would satisfy if they were on paper. This section does not affect your non-waivable rights.</p>
<h4>
<a id="2-legal-notice-to-github-must-be-in-writing" class="anchor" href="#2-legal-notice-to-github-must-be-in-writing" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>2. Legal Notice to GitHub Must Be in Writing</h4>
<p>Communications made through email or GitHub Support's messaging system will not constitute legal notice to GitHub or any of its officers, employees, agents or representatives in any situation where notice to GitHub is required by contract or any law or regulation. Legal notice to GitHub must be in writing and <a href="/articles/guidelines-for-legal-requests-of-user-data/#submitting-requests">served on GitHub's legal agent</a>.</p>
<h4>
<a id="3-no-phone-support" class="anchor" href="#3-no-phone-support" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>3. No Phone Support</h4>
<p>GitHub only offers support via email, in-Service communications, and electronic messages. We do not offer telephone support.</p>
<h3>
<a id="n-disclaimer-of-warranties" class="anchor" href="#n-disclaimer-of-warranties" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>N. Disclaimer of Warranties</h3>
<p><strong>Short version:</strong> <em>We provide our service as is, and we make no promises or guarantees about this service. Please read this section carefully; you should understand what to expect.</em></p>
<p>GitHub provides the Website and the Service “as is” and “as available,” without warranty of any kind. Without limiting this, we expressly disclaim all warranties, whether express, implied or statutory, regarding the Website and the Service including without limitation any warranty of merchantability, fitness for a particular purpose, title, security, accuracy and non-infringement.</p>
<p>GitHub does not warrant that the Service will meet your requirements; that the Service will be uninterrupted, timely, secure, or error-free; that the information provided through the Service is accurate, reliable or correct; that any defects or errors will be corrected; that the Service will be available at any particular time or location; or that the Service is free of viruses or other harmful components. You assume full responsibility and risk of loss resulting from your downloading and/or use of files, information, content or other material obtained from the Service.</p>
<h3>
<a id="o-limitation-of-liability" class="anchor" href="#o-limitation-of-liability" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>O. Limitation of Liability</h3>
<p><strong>Short version:</strong> <em>We will not be liable for damages or losses arising from your use or inability to use the service or otherwise arising under this agreement. Please read this section carefully; it limits our obligations to you.</em></p>
<p>You understand and agree that we will not be liable to you or any third party for any loss of profits, use, goodwill, or data, or for any incidental, indirect, special, consequential or exemplary damages, however arising, that result from</p>
<ul>
<li>the use, disclosure, or display of your User-Generated Content;</li>
<li>your use or inability to use the Service;</li>
<li>any modification, price change, suspension or discontinuance of the Service;</li>
<li>the Service generally or the software or systems that make the Service available;</li>
<li>unauthorized access to or alterations of your transmissions or data;</li>
<li>statements or conduct of any third party on the Service;</li>
<li>any other user interactions that you input or receive through your use of the Service; or</li>
<li>any other matter relating to the Service.</li>
</ul>
<p>Our liability is limited whether or not we have been informed of the possibility of such damages, and even if a remedy set forth in this Agreement is found to have failed of its essential purpose. We will have no liability for any failure or delay due to matters beyond our reasonable control.</p>
<h3>
<a id="p-release-and-indemnification" class="anchor" href="#p-release-and-indemnification" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>P. Release and Indemnification</h3>
<p><strong>Short version:</strong> <em>You are responsible for your use of the service. If you harm someone else or get into a dispute with someone else, we will not be involved.</em></p>
<p>If you have a dispute with one or more Users, you agree to release GitHub from any and all claims, demands and damages (actual and consequential) of every kind and nature, known and unknown, arising out of or in any way connected with such disputes.</p>
<p>You agree to indemnify us, defend us, and hold us harmless from and against any and all claims, liabilities, and expenses, including attorneys’ fees, arising out of your use of the Website and the Service, including but not limited to your violation of this Agreement, provided that GitHub (1) promptly gives you written notice of the claim, demand, suit or proceeding; (2) gives you sole control of the defense and settlement of the claim, demand, suit or proceeding (provided that you may not settle any claim, demand, suit or proceeding unless the settlement unconditionally releases GitHub of all liability); and (3) provides to you all reasonable assistance, at your expense.</p>
<h3>
<a id="q-changes-to-these-terms" class="anchor" href="#q-changes-to-these-terms" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Q. Changes to These Terms</h3>
<p><strong>Short version:</strong> <em>We want our users to be informed of important changes to our terms, but some changes aren't that important — we don't want to bother you every time we fix a typo. So while we may modify this agreement at any time, we will notify users of any changes that affect your rights and give you time to adjust to them.</em></p>
<p>We reserve the right, at our sole discretion, to amend these Terms of Service at any time and will update these Terms of Service in the event of any such amendments. We will notify our Users of material changes to this Agreement, such as price changes, at least 30 days prior to the change taking effect by posting a notice on our Website. For non-material modifications, your continued use of the Website constitutes agreement to our revisions of these Terms of Service.</p>
<p>We reserve the right at any time and from time to time to modify or discontinue, temporarily or permanently, the Website (or any part of it) with or without notice.</p>
<h3>
<a id="r-miscellaneous" class="anchor" href="#r-miscellaneous" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>R. Miscellaneous</h3>
<h4>
<a id="1-governing-law" class="anchor" href="#1-governing-law" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>1. Governing Law</h4>
<p>Except to the extent applicable law provides otherwise, this Agreement between you and GitHub and any access to or use of the Website or the Service are governed by the federal laws of the United States of America and the laws of the State of California, without regard to conflict of law provisions. You and GitHub agree to submit to the exclusive jurisdiction and venue of the courts located in the City and County of San Francisco, California.</p>
<h4>
<a id="2-non-assignability" class="anchor" href="#2-non-assignability" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>2. Non-Assignability</h4>
<p>GitHub may assign or delegate these Terms of Service and/or the <a href="https://github.com/site/privacy">GitHub Privacy Statement</a>, in whole or in part, to any person or entity at any time with or without your consent, including the license grant in Section D.4. You may not assign or delegate any rights or obligations under the Terms of Service or Privacy Statement without our prior written consent, and any unauthorized assignment and delegation by you is void.</p>
<h4>
<a id="3-section-headings-and-summaries" class="anchor" href="#3-section-headings-and-summaries" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>3. Section Headings and Summaries</h4>
<p>Throughout this Agreement, each section includes titles and brief summaries of the following terms and conditions. These section titles and brief summaries are not legally binding.</p>
<h4>
<a id="4-severability-no-waiver-and-survival" class="anchor" href="#4-severability-no-waiver-and-survival" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>4. Severability, No Waiver, and Survival</h4>
<p>If any part of this Agreement is held invalid or unenforceable, that portion of the Agreement will be construed to reflect the parties’ original intent. The remaining portions will remain in full force and effect. Any failure on the part of GitHub to enforce any provision of this Agreement will not be considered a waiver of our right to enforce such provision. Our rights under this Agreement will survive any termination of this Agreement.</p>
<h4>
<a id="5-complete-agreement" class="anchor" href="#5-complete-agreement" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>5. Complete Agreement</h4>
<p>These Terms of Service, together with the GitHub Privacy Statement, represent the complete and exclusive statement of the agreement between you and us. This Agreement supersedes any proposal or prior agreement oral or written, and any other communications between you and GitHub relating to the subject matter of these terms.</p>
<h4>
<a id="6-questions" class="anchor" href="#6-questions" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>6. Questions</h4>
<p>Questions about the Terms of Service? <a href="https://github.com/contact">Contact us</a>.</p>
</div>
<div class="support-footer">
<ul class="article-footer button-nav">
<li><a href="https://github.com/contact" class="minibutton">
<span class="octicon octicon-comment-discussion"></span>
Contact a human
</a>
</li>
</ul>
</div>
</div>
<div class="sidebar">
<h3>Article versions</h3>
<ul>
<li><a href="#" skip-conversion data-proofer-ignore>GitHub.com</a></li>
<li class="muted">
<a data-proofer-ignore>GitHub Enterprise 2.10</a>
</li>
<li class="muted">
<a data-proofer-ignore>GitHub Enterprise 2.9</a>
</li>
<li class="muted">
<a data-proofer-ignore>GitHub Enterprise 2.8</a>
</li>
<li class="muted">
<a data-proofer-ignore>GitHub Enterprise 2.7</a>
</li>
</ul>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<div id="footer">
<div class="inner">
<a href="https://github.com" class="invertocat">
<img alt="The GitHub Logo" src="/assets/images/site/invertocat.png" width="24" height="24" />
</a>
<p class="left">
© <span id="year">2017</span> GitHub Inc. All rights reserved.
</p>
<ul class="links right">
<li><a href="/terms-of-service">Terms of Service</a></li>
<li><a href="/privacy-policy">Privacy</a></li>
<li><a href="/security">Security</a></li>
<li><a href="https://github.com/contact">Support</a></li>
</ul>
</div>
</div>
<div class="fullscreen-overlay"></div>
</body>
</html>