-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathlicenses.html
52 lines (48 loc) · 1.75 KB
/
licenses.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
<!DOCTYPE html>
<!--
Copyright 2019 Google Inc. All rights reserved.
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>
<head>
<meta charset="utf-8" />
<title>Media Source and Encrypted Media Conformance Tests</title>
<link rel="stylesheet" href="changelog.css" type="text/css">
<script type="text/javascript" src="harness/constants.js"></script>
</head>
<body>
<script type="text/javascript">
var name = testVersion + " Tests";
window.onload = function() {
document.getElementById("testVersion").innerHTML=name;
}
</script>
<header>
<div>
<h1>Media Source and Encrypted Media Conformance Tests</h1>
</div>
</header>
<div class="content">
<div class="linkbar">
<strong><a id="testVersion" href="main.html"></a></strong>
</div>
<h2>Content Licenses</h2>
<ul>
<li>
<a href="http://download.opencontent.netflix.com/?prefix=TechblogAssets/Meridian/">"Meridian"</a> by
<a href="https://medium.com/netflix-techblog/engineers-making-movies-aka-open-source-test-content-f21363ea3781">Netflix</a>
is licensed under
<a href="http://creativecommons.org/licenses/by-nc-nd/4.0/">CC BY-NC-ND 4.0</a>.
</li>
</ul>
</div>
</body>
</html>