From 25dcaf4f23793255711fbf89e6f43e64c3106b04 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Mon, 11 May 2015 21:31:28 -0400 Subject: [PATCH] [Closes #16447] Concat. license to bootstrap.less [Closes #16447] Concat. license to bootstrap.less --- less/bootstrap.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/less/bootstrap.less b/less/bootstrap.less index 61b77474f9..3cd9828d39 100644 --- a/less/bootstrap.less +++ b/less/bootstrap.less @@ -1,3 +1,9 @@ +/*! + * Bootstrap v3.3.4 (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.less"; @import "mixins.less";