From e04c2ffefa45faafbcd0b6a45d387eecff6c9c12 Mon Sep 17 00:00:00 2001 From: Jen Downs Date: Sat, 26 Jan 2019 12:47:12 -0600 Subject: [PATCH] chore(project): update sass copyright banners (#299) --- packages/grid/scss/12.scss | 12 ++++++------ packages/grid/scss/_col.scss | 12 ++++++------ packages/grid/scss/_container.scss | 12 ++++++------ packages/grid/scss/_prefix.scss | 12 ++++++------ packages/grid/scss/_row.scss | 12 ++++++------ packages/grid/scss/aspect-ratio.scss | 12 ++++++------ packages/grid/scss/grid.scss | 12 ++++++------ packages/import-once/scss/import-once.scss | 12 ++++++------ packages/layout/scss/_breakpoint.scss | 12 ++++++------ packages/layout/scss/_convert.scss | 12 ++++++------ packages/layout/scss/_key-height.scss | 12 ++++++------ packages/layout/scss/_mini-unit.scss | 12 ++++++------ packages/layout/scss/_spacing.scss | 12 ++++++------ packages/layout/scss/_utilities.scss | 12 ++++++------ packages/layout/scss/layout.scss | 12 ++++++------ packages/motion/scss/motion.scss | 12 ++++++------ packages/themes/examples/preview/styles.scss | 12 ++++++------ packages/type/scss/_classes.scss | 12 ++++++------ packages/type/scss/_font-family.scss | 12 ++++++------ packages/type/scss/_prefix.scss | 12 ++++++------ packages/type/scss/_reset.scss | 12 ++++++------ packages/type/scss/_scale.scss | 12 ++++++------ packages/type/scss/_spacing.scss | 12 ++++++------ packages/type/scss/_styles.scss | 12 ++++++------ packages/type/scss/bundle.scss | 12 ++++++------ packages/type/scss/font-face/_mono.scss | 12 ++++++------ packages/type/scss/font-face/_sans.scss | 12 ++++++------ packages/type/scss/font-face/_serif.scss | 12 ++++++------ packages/type/scss/type.scss | 12 ++++++------ 29 files changed, 174 insertions(+), 174 deletions(-) diff --git a/packages/grid/scss/12.scss b/packages/grid/scss/12.scss index bcecf0a2..ff6eec96 100644 --- a/packages/grid/scss/12.scss +++ b/packages/grid/scss/12.scss @@ -1,9 +1,9 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// @import '@carbon/layout/scss/breakpoint'; @import 'prefix'; diff --git a/packages/grid/scss/_col.scss b/packages/grid/scss/_col.scss index 178b0964..1b66f33a 100644 --- a/packages/grid/scss/_col.scss +++ b/packages/grid/scss/_col.scss @@ -1,9 +1,9 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// /** * Column helpers for @carbon/grid. Heavily inspired by, or derived from, diff --git a/packages/grid/scss/_container.scss b/packages/grid/scss/_container.scss index fd7d4d5e..c3680c08 100644 --- a/packages/grid/scss/_container.scss +++ b/packages/grid/scss/_container.scss @@ -1,9 +1,9 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// /** * Container helpers for @carbon/grid. Heavily inspired by, or derived from, diff --git a/packages/grid/scss/_prefix.scss b/packages/grid/scss/_prefix.scss index cf956fd6..49c71394 100644 --- a/packages/grid/scss/_prefix.scss +++ b/packages/grid/scss/_prefix.scss @@ -1,8 +1,8 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// $prefix: 'bx' !default; diff --git a/packages/grid/scss/_row.scss b/packages/grid/scss/_row.scss index 7323969b..71ed5fd3 100644 --- a/packages/grid/scss/_row.scss +++ b/packages/grid/scss/_row.scss @@ -1,9 +1,9 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// /** * Row helpers for @carbon/grid. Heavily inspired by, or derived from, diff --git a/packages/grid/scss/aspect-ratio.scss b/packages/grid/scss/aspect-ratio.scss index 81c116c2..f7fab758 100644 --- a/packages/grid/scss/aspect-ratio.scss +++ b/packages/grid/scss/aspect-ratio.scss @@ -1,9 +1,9 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// @import '@carbon/import-once/scss/import-once'; @import 'prefix'; diff --git a/packages/grid/scss/grid.scss b/packages/grid/scss/grid.scss index 196c5da4..500b4bf3 100644 --- a/packages/grid/scss/grid.scss +++ b/packages/grid/scss/grid.scss @@ -1,9 +1,9 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// @import '@carbon/layout/scss/breakpoint'; @import 'prefix'; diff --git a/packages/import-once/scss/import-once.scss b/packages/import-once/scss/import-once.scss index 35d8f475..4e17a3f3 100644 --- a/packages/import-once/scss/import-once.scss +++ b/packages/import-once/scss/import-once.scss @@ -1,9 +1,9 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// // Used from carbon-components: // https://github.com/IBM/carbon-components/blob/7fd0895c2061db5a90ff6c8a933a20dd83d6d790/src/globals/scss/_import-once.scss#L1-L16 diff --git a/packages/layout/scss/_breakpoint.scss b/packages/layout/scss/_breakpoint.scss index 0d77d282..4aaf72b4 100644 --- a/packages/layout/scss/_breakpoint.scss +++ b/packages/layout/scss/_breakpoint.scss @@ -1,9 +1,9 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// // https://github.com/twbs/bootstrap/blob/v4-dev/scss/mixins/_breakpoints.scss @import 'convert'; diff --git a/packages/layout/scss/_convert.scss b/packages/layout/scss/_convert.scss index 7f4b91eb..71efc9c8 100644 --- a/packages/layout/scss/_convert.scss +++ b/packages/layout/scss/_convert.scss @@ -1,9 +1,9 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// // Default, Use with em() and rem() functions $base-font-size: 16px !default; diff --git a/packages/layout/scss/_key-height.scss b/packages/layout/scss/_key-height.scss index 2603461e..3d991221 100644 --- a/packages/layout/scss/_key-height.scss +++ b/packages/layout/scss/_key-height.scss @@ -1,9 +1,9 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// @import 'breakpoint'; @import 'utilities'; diff --git a/packages/layout/scss/_mini-unit.scss b/packages/layout/scss/_mini-unit.scss index 6960d3e5..b0e90202 100644 --- a/packages/layout/scss/_mini-unit.scss +++ b/packages/layout/scss/_mini-unit.scss @@ -1,9 +1,9 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// @import 'convert'; diff --git a/packages/layout/scss/_spacing.scss b/packages/layout/scss/_spacing.scss index 4f57c46a..60ec497a 100644 --- a/packages/layout/scss/_spacing.scss +++ b/packages/layout/scss/_spacing.scss @@ -1,9 +1,9 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// @import 'mini-unit'; diff --git a/packages/layout/scss/_utilities.scss b/packages/layout/scss/_utilities.scss index 49a9cadb..b1368443 100644 --- a/packages/layout/scss/_utilities.scss +++ b/packages/layout/scss/_utilities.scss @@ -1,9 +1,9 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// /// Map deep get /// @author Hugo Giraudel diff --git a/packages/layout/scss/layout.scss b/packages/layout/scss/layout.scss index ed86721b..acc1f1e8 100644 --- a/packages/layout/scss/layout.scss +++ b/packages/layout/scss/layout.scss @@ -1,9 +1,9 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// @import 'convert'; @import 'breakpoint'; diff --git a/packages/motion/scss/motion.scss b/packages/motion/scss/motion.scss index 0d1af041..118c891a 100644 --- a/packages/motion/scss/motion.scss +++ b/packages/motion/scss/motion.scss @@ -1,9 +1,9 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// /// Common easings for components in the Carbon Design System $easings: ( diff --git a/packages/themes/examples/preview/styles.scss b/packages/themes/examples/preview/styles.scss index df22989e..180b8871 100644 --- a/packages/themes/examples/preview/styles.scss +++ b/packages/themes/examples/preview/styles.scss @@ -1,9 +1,9 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// table { text-align: left; diff --git a/packages/type/scss/_classes.scss b/packages/type/scss/_classes.scss index 7ce4a642..50e36d4d 100644 --- a/packages/type/scss/_classes.scss +++ b/packages/type/scss/_classes.scss @@ -1,9 +1,9 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// @import 'prefix'; @import 'styles'; diff --git a/packages/type/scss/_font-family.scss b/packages/type/scss/_font-family.scss index ff286f68..28e4c6bb 100644 --- a/packages/type/scss/_font-family.scss +++ b/packages/type/scss/_font-family.scss @@ -1,9 +1,9 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// /// Font family fallbacks for: IBM Plex Mono, IBM Plex Sans, IBM Plex Sans /// Condensed, IBM Plex Sans Hebrew, and IBM Plex Serif diff --git a/packages/type/scss/_prefix.scss b/packages/type/scss/_prefix.scss index cf956fd6..49c71394 100644 --- a/packages/type/scss/_prefix.scss +++ b/packages/type/scss/_prefix.scss @@ -1,8 +1,8 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// $prefix: 'bx' !default; diff --git a/packages/type/scss/_reset.scss b/packages/type/scss/_reset.scss index e559e610..be82721a 100644 --- a/packages/type/scss/_reset.scss +++ b/packages/type/scss/_reset.scss @@ -1,9 +1,9 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// @import '@carbon/layout/scss/convert'; @import 'font-family'; diff --git a/packages/type/scss/_scale.scss b/packages/type/scss/_scale.scss index 205c51eb..8fa4f227 100644 --- a/packages/type/scss/_scale.scss +++ b/packages/type/scss/_scale.scss @@ -1,9 +1,9 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// @import '@carbon/layout/scss/convert'; diff --git a/packages/type/scss/_spacing.scss b/packages/type/scss/_spacing.scss index b55777fc..1303e588 100644 --- a/packages/type/scss/_spacing.scss +++ b/packages/type/scss/_spacing.scss @@ -1,9 +1,9 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// @import '@carbon/layout/scss/convert'; diff --git a/packages/type/scss/_styles.scss b/packages/type/scss/_styles.scss index d825df51..52f99385 100644 --- a/packages/type/scss/_styles.scss +++ b/packages/type/scss/_styles.scss @@ -1,9 +1,9 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// @import '@carbon/layout/scss/breakpoint'; @import 'font-family'; diff --git a/packages/type/scss/bundle.scss b/packages/type/scss/bundle.scss index 4d7eae96..cc73f08d 100644 --- a/packages/type/scss/bundle.scss +++ b/packages/type/scss/bundle.scss @@ -1,9 +1,9 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// @import 'reset'; @import 'font-family'; diff --git a/packages/type/scss/font-face/_mono.scss b/packages/type/scss/font-face/_mono.scss index 93123ba0..bd1bd409 100644 --- a/packages/type/scss/font-face/_mono.scss +++ b/packages/type/scss/font-face/_mono.scss @@ -1,9 +1,9 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// @import '@carbon/import-once/scss/import-once'; diff --git a/packages/type/scss/font-face/_sans.scss b/packages/type/scss/font-face/_sans.scss index 0163e2bc..b0bbcaee 100644 --- a/packages/type/scss/font-face/_sans.scss +++ b/packages/type/scss/font-face/_sans.scss @@ -1,9 +1,9 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// @import '@carbon/import-once/scss/import-once'; diff --git a/packages/type/scss/font-face/_serif.scss b/packages/type/scss/font-face/_serif.scss index 34e1c7aa..ba2b4613 100644 --- a/packages/type/scss/font-face/_serif.scss +++ b/packages/type/scss/font-face/_serif.scss @@ -1,9 +1,9 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// @import '@carbon/import-once/scss/import-once'; diff --git a/packages/type/scss/type.scss b/packages/type/scss/type.scss index 7c278bac..4defcccd 100644 --- a/packages/type/scss/type.scss +++ b/packages/type/scss/type.scss @@ -1,9 +1,9 @@ -/** - * Copyright IBM Corp. 2018, 2018 - * - * This source code is licensed under the Apache-2.0 license found in the - * LICENSE file in the root directory of this source tree. - */ +// +// Copyright IBM Corp. 2018, 2018 +// +// This source code is licensed under the Apache-2.0 license found in the +// LICENSE file in the root directory of this source tree. +// @import 'font-family'; @import 'reset';