aboutsummaryrefslogtreecommitdiff
path: root/docs-assets
diff options
context:
space:
mode:
Diffstat (limited to 'docs-assets')
-rw-r--r--docs-assets/css/docs.css8
-rw-r--r--docs-assets/js/application.js8
-rw-r--r--docs-assets/js/customizer.js8
3 files changed, 24 insertions, 0 deletions
diff --git a/docs-assets/css/docs.css b/docs-assets/css/docs.css
index c5185c248..7abf6ed09 100644
--- a/docs-assets/css/docs.css
+++ b/docs-assets/css/docs.css
@@ -1,3 +1,11 @@
+/*!
+ * Copyright 2013 Twitter, Inc.
+ *
+ * Licensed under the Creative Commons Attribution 3.0 Unported License. For
+ * details, see http://creativecommons.org/licenses/by/3.0/.
+ */
+
+
/*
* Bootstrap Documentation
* Special styles for presenting Bootstrap's documentation and code examples.
diff --git a/docs-assets/js/application.js b/docs-assets/js/application.js
index 44b2e12ad..72d4cd16b 100644
--- a/docs-assets/js/application.js
+++ b/docs-assets/js/application.js
@@ -2,6 +2,14 @@
// IT'S ALL JUST JUNK FOR OUR DOCS!
// ++++++++++++++++++++++++++++++++++++++++++
+/*!
+ * Copyright 2013 Twitter, Inc.
+ *
+ * Licensed under the Creative Commons Attribution 3.0 Unported License. For
+ * details, see http://creativecommons.org/licenses/by/3.0/.
+ */
+
+
!function ($) {
$(function(){
diff --git a/docs-assets/js/customizer.js b/docs-assets/js/customizer.js
index 799707784..1b358b914 100644
--- a/docs-assets/js/customizer.js
+++ b/docs-assets/js/customizer.js
@@ -1,3 +1,11 @@
+/*!
+ * Copyright 2013 Twitter, Inc.
+ *
+ * Licensed under the Creative Commons Attribution 3.0 Unported License. For
+ * details, see http://creativecommons.org/licenses/by/3.0/.
+ */
+
+
window.onload = function () { // wait for load in a dumb way because B-0
var cw = '/*!\n * Bootstrap v3.0.0\n *\n * Copyright 2013 Twitter, Inc\n * Licensed under the Apache License v2.0\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Designed and built with all the love in the world @twitter by @mdo and @fat.\n */\n\n'