]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add copyright and license headers to grid and reboot files
authorMark Otto <markdotto@gmail.com>
Wed, 18 Oct 2017 04:39:59 +0000 (21:39 -0700)
committerMark Otto <markd.otto@gmail.com>
Wed, 18 Oct 2017 05:04:34 +0000 (22:04 -0700)
Fixes #24311

scss/bootstrap-grid.scss
scss/bootstrap-reboot.scss

index 022ab91d8a1fbe092bbac2a7b2b2531b268fc5f1..bedf94b7ad9e2f0efba4ef272edbe33ac1a619eb 100644 (file)
@@ -1,11 +1,9 @@
-// Bootstrap Grid only
-//
-// Includes relevant variables and mixins for the flexbox grid
-// system, as well as the generated predefined classes (e.g., `.col-sm-4`).
-
-//
-// Box sizing, responsive, and more
-//
+/*!
+ * Bootstrap Grid v4.0.0-beta (https://getbootstrap.com)
+ * Copyright 2011-2017 The Bootstrap Authors
+ * Copyright 2011-2017 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */
 
 @at-root {
   @-ms-viewport { width: device-width; } // stylelint-disable-line at-rule-no-vendor-prefix
index 2700a570560427f23c6868debda5572b05ff9a7f..79b3bf93432aa25588a07ebe254cb9d0f78a974d 100644 (file)
@@ -1,9 +1,11 @@
-// Bootstrap Reboot only
-//
-// Includes only Normalize and our custom Reboot reset.
+/*!
+ * Bootstrap Reboot v4.0.0-beta (https://getbootstrap.com)
+ * Copyright 2011-2017 The Bootstrap Authors
+ * Copyright 2011-2017 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */
 
 @import "functions";
 @import "variables";
 @import "mixins";
-
 @import "reboot";