summaryrefslogtreecommitdiff
path: root/licensing
diff options
context:
space:
mode:
Diffstat (limited to 'licensing')
-rw-r--r--licensing/about_credits.tmpl11
1 files changed, 6 insertions, 5 deletions
diff --git a/licensing/about_credits.tmpl b/licensing/about_credits.tmpl
index 9df460566..095271e4b 100644
--- a/licensing/about_credits.tmpl
+++ b/licensing/about_credits.tmpl
@@ -1,11 +1,14 @@
-<!DOCTYPE HTML>
+<!doctype html>
+<!-- Generated by chromite/licensing/licenses; do not edit.
+ See http://dev.chromium.org/chromium-os/licensing-for-chromiumos-developers
+-->
<html>
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<meta charset="UTF-8">
<title>Credits</title>
+<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<style>
body {
- font-family:Helvetica,Arial,sans-serif;
background-color:white;
font-size:84%;
max-width:1020px;
@@ -111,8 +114,6 @@ function toggleall() {
<h2>List of Shared Licenses used in Google Chrome OS:</h2>
{{licenses}}
-<!-- Note that some packages included above are used during build, but not
-shipped with ChromeOS proper /merlin -->
<script src="chrome://os-credits/keyboard_utils.js"></script>
</body>
</html>