summaryrefslogtreecommitdiff
path: root/licensing
diff options
context:
space:
mode:
authorJungshik Shin <jshin@chromium.org>2015-05-14 16:02:08 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-05-15 20:41:42 +0000
commit6c1658d914215e30baaf205afc584cf1acfdcebf (patch)
tree42dc68f43aeae8847babffa69a29dd7de43af947 /licensing
parente025a0e1743a40d6627d65022a3ed64ac662e2ad (diff)
downloadchromite-6c1658d914215e30baaf205afc584cf1acfdcebf.tar.gz
Update the about_credits template
Incorporate a couple of edits made directly in about_os_credits.html. Also add 'Do not edit. This is generated' warning. BUG=chromium:486166 TEST=None Change-Id: I3715e7d99a8190cd519207590653a052f77491ad Reviewed-on: https://chromium-review.googlesource.com/271334 Reviewed-by: Jungshik Shin <jshin@chromium.org> Tested-by: Jungshik Shin <jshin@chromium.org> Commit-Queue: Jungshik Shin <jshin@chromium.org> Trybot-Ready: Jungshik Shin <jshin@chromium.org>
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>