Skip to content

Commit 4f4792a

Browse files
committed
add licenses
1 parent 8bdc6e7 commit 4f4792a

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

catalog/site/css/stories.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
#dragbar {
1+
/**
2+
* @license
3+
* Copyright 2023 Google LLC
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
#dragbar {
28
max-width: 100%;
39
max-height: 100%;
410
}

catalog/src/components/drag-playground.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright 2023 Google LLC
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
18
import { LitElement, css, html } from 'lit';
29
import { customElement, state, query } from 'lit/decorators.js';
310
import { classMap } from 'lit/directives/class-map.js';

catalog/src/pages/stories.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
import '../components/drag-playground.js';
1+
/**
2+
* @license
3+
* Copyright 2023 Google LLC
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
import '../components/drag-playground.js';

0 commit comments

Comments
 (0)