]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add explicit copyright header to docs CSS & JS files; fixes #11112 11149/head
authorChris Rebert <code@rebertia.com>
Thu, 17 Oct 2013 18:33:04 +0000 (11:33 -0700)
committerChris Rebert <code@rebertia.com>
Thu, 17 Oct 2013 21:02:22 +0000 (14:02 -0700)
docs-assets/css/docs.css
docs-assets/js/application.js
docs-assets/js/customizer.js

index c5185c248de40c1cd04fa55bb652499d3b53a85b..8867470e2eb4b5fe2723f42df5ad09b076367291 100644 (file)
@@ -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.
index 44b2e12ad29dc984e24b065fe1ed2fdc47bd0014..7348d2a78e066f29a699a14e7306db57859a06ee 100644 (file)
@@ -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 ($) {
 
index 799707784e37dbb43ed78ce5ee28502527ea6a28..29479e5c6d187e67d87b7ba29fcab9c0d2b9ca17 100644 (file)
@@ -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'