Skip to content

Commit 6e1184a

Browse files
authored
Merge pull request #529 from webcomponents/new-file-license-header
Add a license header to a new file in Shady DOM.
2 parents 8d824a3 + 7ac965c commit 6e1184a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/shadydom/src/selector-parser.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
* @license
3+
* Copyright (c) 2022 The Polymer Project Authors
4+
* SPDX-License-Identifier: BSD-3-Clause
5+
*/
6+
17
/**
28
* A map describing parentheses-like grouping characters and their behavior. The
39
* keys are the group's start character and the value's `end` property contains

0 commit comments

Comments
 (0)