aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-10-17 11:33:04 -0700
committerChris Rebert <[email protected]>2013-10-17 14:02:22 -0700
commitc88cd1cd95dc4bef63697124f795fe7e60308a99 (patch)
treecf308d9a463652de5a0e06a76895cd486c44d4b4
parentcf95fe20ba2b54eb433d513754741dc32e76a4cc (diff)
downloadbootstrap-c88cd1cd95dc4bef63697124f795fe7e60308a99.tar.xz
bootstrap-c88cd1cd95dc4bef63697124f795fe7e60308a99.zip
add explicit copyright header to docs CSS & JS files; fixes #11112
-rw-r--r--docs-assets/css/docs.css6
-rw-r--r--docs-assets/js/application.js7
-rw-r--r--docs-assets/js/customizer.js8
3 files changed, 21 insertions, 0 deletions
diff --git a/docs-assets/css/docs.css b/docs-assets/css/docs.css
index c5185c248..8867470e2 100644
--- a/docs-assets/css/docs.css
+++ b/docs-assets/css/docs.css
@@ -1,3 +1,9 @@
+/*!
+ * Copyright 2013 Twitter, Inc.
+ * This work is licensed under the Creative Commons Attribution 3.0 Unported License.
+ * You should have received a copy of this license along with this work.
+ * If not, visit 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..7348d2a78 100644
--- a/docs-assets/js/application.js
+++ b/docs-assets/js/application.js
@@ -1,6 +1,13 @@
// NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT
// IT'S ALL JUST JUNK FOR OUR DOCS!
// ++++++++++++++++++++++++++++++++++++++++++
+/*!
+ * Copyright 2013 Twitter, Inc.
+ * This work is licensed under the Creative Commons Attribution 3.0 Unported License.
+ * You should have received a copy of this license along with this work.
+ * If not, visit http://creativecommons.org/licenses/by/3.0/ .
+ */
+
!function ($) {
diff --git a/docs-assets/js/customizer.js b/docs-assets/js/customizer.js
index 799707784..29479e5c6 100644
--- a/docs-assets/js/customizer.js
+++ b/docs-assets/js/customizer.js
@@ -1,3 +1,11 @@
+/*!
+ * Copyright 2013 Twitter, Inc.
+ * This work is licensed under the Creative Commons Attribution 3.0 Unported License.
+ * You should have received a copy of this license along with this work.
+ * If not, visit 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'