-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathGPL_Enforcement.html
136 lines (117 loc) · 7.98 KB
/
GPL_Enforcement.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
<!doctype html>
<!--
@license
Copyright 2018 Comcast Cable Communications Management, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="title" content="Open Source | Comcast" />
<meta name="description" content="Comcast Open Source web site" />
<meta name="robots" content="open source, comcast, innovation" />
<meta name="googlebot" content="open source, comcast, innovation" />
<link rel="stylesheet" href="./style/css.css" />
<link rel="apple-touch-icon" sizes="57x57" href="https://comcast.github.io/img/favicon/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="114x114" href="https://comcast.github.io/img/favicon/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="72x72" href="https://comcast.github.io/img/favicon/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="144x144" href="https://comcast.github.io/img/favicon/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="60x60" href="https://comcast.github.io/img/favicon/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="120x120" href="https://comcast.github.io/img/favicon/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="76x76" href="https://comcast.github.io/img/favicon/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="152x152" href="https://comcast.github.io/img/favicon/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="https://comcast.github.io/img/favicon/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="https://comcast.github.io/img/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="https://comcast.github.io/img/favicon/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://comcast.github.io/img/favicon/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="https://comcast.github.io/img/favicon/favicon-128.png" sizes="128x128" />
<title>GPL Enforcement</title>
</head>
<body>
<div class="top-informational">
<header>
<div>
<img src="./img/logo-comcast-color.png" alt="Comcast">
<ul class="navbar">
<li id="nav-about"><a href="https://corporate.comcast.com/news-information/company-overview" target="_blank">About</a></li>
<li id="nav-projects"><a href="index.html">Home</a></li>
<li id="nav-talks"><a href="talks.html">Talks</a></li>
<li id="nav-sponsorship"><a href="sponsorship.html">Sponsorship</a></li>
<li id="nav-contact"><a href="#contact">Contact</a></li>
<li id="nav-contact"><a href="blog">Blog</a></li>
</ul>
</div>
</header>
<div class="intro-message-container">
<h1 class="message-title"></h1>
<p class="message-content"><h1>GPL Enforcement</h1>
</div>
</div>
<div class="blog-content">
<section>
<p><br><b>Our Committment</b></br></p>
<ul>Before filing or continuing to prosecute any legal proceeding or claim (other than a Defensive Action) arising from termination of a Covered License, Comcast commits to extend to the person or entity (“you”) accused of violating the Covered License the following provisions regarding cure and reinstatement, taken from GPL version 3.</ul>
<ul>As used here, the term ‘this License’ refers to the specific Covered License being enforced.</ul>
<ul>However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.</ul>
<ul>Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. </ul>
<ul>Comcast intends this Commitment to be irrevocable, and binding and enforceable against Comcast and assignees of or successors to Comcast’s copyrights.</ul>
<ul>Comcast may modify this Commitment by publishing a new edition on this page or a successor location.</ul>
<b><ul>Definitions</b></ul>
<ul>‘Covered License’ means the GNU General Public License, version 2 (GPLv2), the GNU Lesser General Public License, version 2.1 (LGPLv2.1), or the GNU Library General Public License, version 2 (LGPLv2), all as published by the Free Software Foundation. </ul>
<ul>‘Defensive Action’ means a legal proceeding or claim that Comcast brings against you in response to a prior proceeding or claim initiated by you or your affiliate.</ul>
<ul>‘Comcast’ means Comcast and its subsidiaries. </ul>
<p>This work is available under a Creative Commons Attribution-ShareAlike 4.0 International license.</p> </section>
</p>
</br>
</div>
<footer id="contact">
<section>
<h2>Learn More</h2>
<address>
<a class="email" href="mailto:[email protected]"><span>Comcast Open Source Services</span></a>
<a class="blog" href="http://labs.comcast.com"><span>Comcast Labs Blog</span></a>
</address>
</section>
<section>
<p>Like what you see? <span>Come work with us!</span></p>
<a href="http://jobs.comcast.com/search-jobs?q=open+source&loc=&team=Technology&radius=25&postDate=&pos=Full+Time&country=#results" class="button button--primary">View Job Openings</a>
<ul class="social">
<li><a href="https://www.facebook.com/ComcastCareers/?fref=ts"><img src="img/icon-facebook.svg" alt="Facebook"></a></li>
<li><a href="https://twitter.com/comcastcareers"><img src="img/icon-twitter.svg" alt="Twitter"></a></li>
<li><a href="https://www.instagram.com/comcastcareers/"><img src="img/icon-instagram.svg" alt="Instagram"></a></li>
<li><a href="https://www.youtube.com/user/ComcastCareers"><img src="img/icon-youtube.svg" alt="YouTube"></a></li>
<li><a href="https://dribbble.com/comcast"><img src="img/icon-dribbble.svg" alt="Dribbble"></a></li>
</ul>
</section>
<section>
<div class="copyright">
<a href="https://corporate.comcast.com"><img src="img/logo-comcast-alt.svg" alt="Comcast"></a> © 2021 Comcast
<a href="humans.txt" class="humans"><span class="screen-reader-text">humans.txt</span></a>
</div>
</section>
</footer>
<script>
var GA_PAGEVIEW_SENT = false;
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-102911798-1', 'auto');
setTimeout(function() {
if(!window.GA_PAGEVIEW_SENT) {
ga('send', 'pageview');
GA_PAGEVIEW_SENT = true;
}
}, 3000);
</script>
</body>
</html>