Skip to content

Commit 44234df

Browse files
asynclizcopybara-github
authored andcommitted
chore: update Sass license comments
PiperOrigin-RevId: 402350911
1 parent dfc00d6 commit 44234df

File tree

73 files changed

+293
-365
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+293
-365
lines changed
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
/**
2-
* @license
3-
* Copyright 2021 Google LLC
4-
* SPDX-License-Identifier: Apache-2.0
5-
*/
1+
//
2+
// Copyright 2021 Google LLC
3+
// SPDX-License-Identifier: Apache-2.0
4+
//
65

76
@forward "./lib/elevated-button-theme" show theme, $light-theme;
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
/**
2-
* @license
3-
* Copyright 2021 Google LLC
4-
* SPDX-License-Identifier: Apache-2.0
5-
*/
1+
//
2+
// Copyright 2021 Google LLC
3+
// SPDX-License-Identifier: Apache-2.0
4+
//
65

76
@forward "./lib/filled-button-theme" show theme, $light-theme;
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
/**
2-
* @license
3-
* Copyright 2021 Google LLC
4-
* SPDX-License-Identifier: Apache-2.0
5-
*/
1+
//
2+
// Copyright 2021 Google LLC
3+
// SPDX-License-Identifier: Apache-2.0
4+
//
65

76
@forward "./lib/outlined-button-theme" show theme, $light-theme;
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
/**
2-
* @license
3-
* Copyright 2021 Google LLC
4-
* SPDX-License-Identifier: Apache-2.0
5-
*/
1+
//
2+
// Copyright 2021 Google LLC
3+
// SPDX-License-Identifier: Apache-2.0
4+
//
65

76
@forward "./lib/text-button-theme" show theme, $light-theme;
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
/**
2-
* @license
3-
* Copyright 2021 Google LLC
4-
* SPDX-License-Identifier: Apache-2.0
5-
*/
1+
//
2+
// Copyright 2021 Google LLC
3+
// SPDX-License-Identifier: Apache-2.0
4+
//
65

76
@forward "./lib/tonal-button-theme" show theme, $light-theme;

components/button/lib/_button-theme.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
/**
2-
* @license
3-
* Copyright 2021 Google LLC
4-
* SPDX-License-Identifier: Apache-2.0
5-
*/
1+
//
2+
// Copyright 2021 Google LLC
3+
// SPDX-License-Identifier: Apache-2.0
4+
//
65

76
@use 'sass:map';
87
@use '@material/ripple/ripple-theme';

components/button/lib/_button.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
/**
2-
* @license
3-
* Copyright 2021 Google LLC
4-
* SPDX-License-Identifier: Apache-2.0
5-
*/
1+
//
2+
// Copyright 2021 Google LLC
3+
// SPDX-License-Identifier: Apache-2.0
4+
//
65

76
@use '@material/touch-target/touch-target';
87
@use '@material/theme/selector-ext';

components/button/lib/_elevated-button-theme.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
/**
2-
* @license
3-
* Copyright 2021 Google LLC
4-
* SPDX-License-Identifier: Apache-2.0
5-
*/
1+
//
2+
// Copyright 2021 Google LLC
3+
// SPDX-License-Identifier: Apache-2.0
4+
//
65

76
@use 'sass:map';
87
@use '@material/theme/keys';

components/button/lib/_elevated-button.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
/**
2-
* @license
3-
* Copyright 2021 Google LLC
4-
* SPDX-License-Identifier: Apache-2.0
5-
*/
1+
//
2+
// Copyright 2021 Google LLC
3+
// SPDX-License-Identifier: Apache-2.0
4+
//
65

76
@mixin static-styles() {
87
// Intentionally left blank for future-proofing.

components/button/lib/_elevation-theme.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
/**
2-
* @license
3-
* Copyright 2021 Google LLC
4-
* SPDX-License-Identifier: Apache-2.0
5-
*/
1+
//
2+
// Copyright 2021 Google LLC
3+
// SPDX-License-Identifier: Apache-2.0
4+
//
65

76
@use 'sass:map';
87
@use 'sass:meta';

0 commit comments

Comments
 (0)