Skip to content

Commit 7134099

Browse files
author
Chris Lorenzo
committed
add license info
1 parent 85be3c9 commit 7134099

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

LICENSE

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,10 @@
201201
limitations under the License.
202202

203203

204+
Copyright 2023 Metrological
205+
206+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
207+
208+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
209+
210+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

NOTICE

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,10 @@ listed below. Your use of this material within the component is also subject to
77
conditions of these licenses. The LICENSE file contains the text of all the licenses which apply
88
within this component.
99

10+
Code from: https://github.com/jashkenas/underscore is
11+
Copyright (c) 2009-2022 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
12+
Licensed under the MIT License
13+
based off:
14+
http://unscriptable.com/2009/03/20/debouncing-javascript-methods/ which is:
15+
Copyright (c) 2007-2009 unscriptable.com and John M. Hann
16+
Licensed under the MIT License

src/Accessibility/utils.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
18+
*
19+
* Code from: https://github.com/jashkenas/underscore is
20+
* Copyright (c) 2009-2022 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
21+
* Licensed under the MIT License based off:
22+
* http://unscriptable.com/2009/03/20/debouncing-javascript-methods/ which is:
23+
* Copyright (c) 2007-2009 unscriptable.com and John M. Hann
24+
* Licensed under the MIT License
1825
*/
1926

2027
export function getElmName(elm) {

0 commit comments

Comments
 (0)