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
|
<!doctype html>
<!-- Generated by chromite/licensing/licenses; do not edit.
See https://dev.chromium.org/chromium-os/licensing/licensing-for-chromiumos-developers
-->
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="color-scheme" content="light dark">
<title>Credits</title>
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="stylesheet" href="/credits.css">
<script src="/credits.js"></script>
</head>
<body>
<span class="page-title">Credits</span>
<a id="print-link" href="#" hidden>Print</a>
<label class="show show-all" tabindex="0">
<input type="checkbox" hidden>
</label>
<div style="clear:both; overflow:auto;">
<h2>List of Packages used in Google ChromeOS</h2>
<!-- Chromium <3s the following projects -->
<div style="border: dashed; margin: 1em; padding: 1em;">
<p style="font-weight: bold;">Placeholder Credits Page</p>
<p>
See <a href="https://dev.chromium.org/chromium-os/licensing/licensing-for-chromiumos-developers">Licensing for ChromiumOS Developers</a> and
<a href="https://dev.chromium.org/chromium-os/licensing/licensing-for-chromiumos-package-owners">Licensing for ChromiumOS Package Owners</a>
for more details on the credits system.
</p>
<p>
If you need to change styles, fonts, layout, etc of the
<a href="chrome://os-credits">chrome://os-credits</a> page, edit
<a href="https://chromium.googlesource.com/chromiumos/chromite/+/HEAD/licensing/about_credits.tmpl">chromite/licensing/about_credits.tmpl</a>.
The template is used to generate a device-dependent about_os_credits.html
when a CrOS image is built.
</p>
</div>
<div class="product">
<span class="title">placeheld-1.0</span>
<span class="homepage"><a href="https://dev.chromium.org/">homepage</a></span>
<label class="show">
<input type="checkbox" hidden>
</label>
<div class="license">
<pre>Custom placeholder license text
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
</pre>
<ul>
<li><a href='#Placeholder-License'>Placeholder Stock License Placeholder-License</a></li>
</ul>
</div>
</div>
<div class="product">
<span class="title">placeholder-1</span>
<span class="homepage"><a href="https://dev.chromium.org/">homepage</a></span>
<label class="show">
<input type="checkbox" hidden>
</label>
<div class="license">
<pre>Custom placeholder license text
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
</pre>
<ul>
<li><a href='#Placeholder-License'>Placeholder Stock License Placeholder-License</a></li>
</ul>
</div>
</div>
</div>
<h2>List of Shared Licenses used in Google ChromeOS</h2>
<div class="product">
<a name="Placeholder-License" class="title">Placeholder Stock License Placeholder-License</a>
<label class="show">
<input type="checkbox" hidden>
</label>
<div class="license">
<pre>
Placeholder license text
</pre>
<div class="license-packages">
Used by these packages: sys-libs/placeholder-1-r3 chromeos-base/placeheld-1.0
</div>
</div>
</div>
</body>
</html>
|