From dd9d5cb8de5f62b1f15945d7c04c7541dbfbf58c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 17 Oct 2017 21:39:59 -0700 Subject: [PATCH] Add copyright and license headers to grid and reboot files Fixes #24311 --- scss/bootstrap-grid.scss | 14 ++++++-------- scss/bootstrap-reboot.scss | 10 ++++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/scss/bootstrap-grid.scss b/scss/bootstrap-grid.scss index 022ab91d8a..bedf94b7ad 100644 --- a/scss/bootstrap-grid.scss +++ b/scss/bootstrap-grid.scss @@ -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 diff --git a/scss/bootstrap-reboot.scss b/scss/bootstrap-reboot.scss index 2700a57056..79b3bf9343 100644 --- a/scss/bootstrap-reboot.scss +++ b/scss/bootstrap-reboot.scss @@ -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";