Skip to content

Commit c3733fa

Browse files
committed
Add missing license banners
1 parent 5a9165d commit c3733fa

File tree

3 files changed

+26
-9
lines changed

3 files changed

+26
-9
lines changed

ui/dependencies/_buttons.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
// Copyright (c) 2015, salesforce.com, inc. All rights reserved.
2+
//
3+
// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4+
// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
5+
// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
6+
// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
7+
8+
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9+
110
@mixin button {
211
padding: {
312
left: $spacing-medium;

ui/dependencies/_dropdowns.scss

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@
77

88
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
99

10-
// Calculate max-height of dropdown length for list overflow
11-
//
12-
// @require $length, $font-size, $line-height, $padding
13-
// @param $length {Integer} Number of items to show before overlow
14-
// @param $font-size {String} Font-size of list items
15-
// @param $line-height {String} Line-height of list items
16-
// @param $padding {String} Vertical padding of list items
17-
// @param $icon {String} Size of icon in list items
18-
10+
/// Calculate max-height of dropdown length for list overflow
11+
///
12+
/// @require $length, $font-size, $line-height, $padding
13+
/// @param $length {Integer} Number of items to show before overlow
14+
/// @param $font-size {String} Font-size of list items
15+
/// @param $line-height {String} Line-height of list items
16+
/// @param $padding {String} Vertical padding of list items
17+
/// @param $icon {String} Size of icon in list items
1918
@mixin dropdown-overflow-length($length, $font-size: $font-size-medium, $line-height: $line-height-text, $padding: $spacing-medium, $icon-size: null) {
2019
// Calculate icon and padding since icon will always be taller than line height of text
2120
@if $icon-size != null {

ui/dependencies/_root.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
// Copyright (c) 2015, salesforce.com, inc. All rights reserved.
2+
//
3+
// Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4+
// Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
5+
// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
6+
// Neither the name of salesforce.com, inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
7+
8+
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9+
110
@mixin root($root: html, $body: body) {
211
#{$root} {
312
font-family: $font-family;

0 commit comments

Comments
 (0)