aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Zaven Muradyan <voithos@google.com>2017-08-02 15:06:27 +0200
committerGravatar Dmitry Lomov <dslomov@google.com>2017-08-02 16:39:25 +0200
commit7456649316a96d9b6c26ed4636c029d60aa945bf (patch)
tree172e219f38a5fd3cf39ac0bb5205bd7694e32ca9
parent7657f3cff0ce2c0c6a29821b998b77c57a2586ed (diff)
Closes #3436. PiperOrigin-RevId: 163968685
-rw-r--r--src/main/java/com/google/devtools/build/docgen/templates/be/functions.vm25
1 files changed, 13 insertions, 12 deletions
diff --git a/src/main/java/com/google/devtools/build/docgen/templates/be/functions.vm b/src/main/java/com/google/devtools/build/docgen/templates/be/functions.vm
index 267e532f07..525459f38a 100644
--- a/src/main/java/com/google/devtools/build/docgen/templates/be/functions.vm
+++ b/src/main/java/com/google/devtools/build/docgen/templates/be/functions.vm
@@ -335,19 +335,20 @@ package_group(
<p>Legal license types include:</p>
<dl>
-<dt><code>restricted</code></dt><dd>Requires mandatory source distribution.</dd>
-<dt><code>reciprocal</code></dt><dd>Allows usage of software freely in
-<b>unmodified</b> form. Any modifications must be made freely available.</dd>
-<dt><code>notice</code></dt><dd>Original or modified third-party software may be
-shipped without danger nor encumbering other sources. All of the licenses in this
-category do, however, have an \"original Copyright notice\" or
-\"advertising clause\", wherein any external distributions must include the notice
-or clause specified in the license.</dd>
-<dt><code>permissive</code></dt><dd>Code that is under a license but does not
-require a notice.</dd>
-<dt><code>unencumbered</code></dt><dd>Public domain, free for any use.</dd>
+ <dt><code>restricted</code></dt><dd>Requires mandatory source
+ distribution.</dd>
+ <dt><code>reciprocal</code></dt><dd>Allows usage of software freely in
+ <b>unmodified</b> form. Any modifications must be made freely
+ available.</dd>
+ <dt><code>notice</code></dt><dd>Original or modified third-party software may
+ be shipped without danger nor encumbering other sources. All of the
+ licenses in this category do, however, have an "original Copyright notice"
+ or "advertising clause", wherein any external distributions must include
+ the notice or clause specified in the license.</dd>
+ <dt><code>permissive</code></dt><dd>Code that is under a license but does not
+ require a notice.</dd>
+ <dt><code>unencumbered</code></dt><dd>Public domain, free for any use.</dd>
</dl>
-
licenses(["notice"]) # MIT license
exports_files(["jquery-2.1.1.js"])