From 750656fc9cb00b3ac399ed958955d0df6d901ffe Mon Sep 17 00:00:00 2001 From: Xavier Gallardo Date: Wed, 2 Sep 2015 15:07:20 -0400 Subject: Add a license header to bootstrap.scss --- scss/bootstrap.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'scss/bootstrap.scss') diff --git a/scss/bootstrap.scss b/scss/bootstrap.scss index 892ae560a..203109faf 100644 --- a/scss/bootstrap.scss +++ b/scss/bootstrap.scss @@ -1,4 +1,10 @@ -// Core variables and mixins +/*! + * Bootstrap v4.0.0-alpha (http://getbootstrap.com) + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + + // Core variables and mixins @import "variables"; @import "mixins"; -- cgit v1.2.3