Skip to content

Commit a77b132

Browse files
committed
Add copyright notice to eslint file
1 parent 3e5ade6 commit a77b132

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.eslintrc.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
// Copyright (C) 2017-2022 BinaryMist Limited. All rights reserved.
2+
3+
// Use of this software is governed by the Business Source License
4+
// included in the file /licenses/bsl.md
5+
6+
// As of the Change Date specified in that file, in accordance with
7+
// the Business Source License, use of this software will be governed
8+
// by the Apache License, Version 2.0
9+
110
module.exports = {
211
extends: 'airbnb-base',
312
rules: {

LEGALNOTICE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ For other licenses [contact us](https://purpleteam-labs.com/contact/).
1919
THIRD-PARTY SOFTWARE LICENSES
2020
-----------------------------
2121

22-
A list of third party sources can be found [here](https://purpleteam-labs.com/doc/third-party-sources/)
22+
A list of third party sources can be found [here](https://purpleteam-labs.com/doc/third-party-sources/).
23+

0 commit comments

Comments
 (0)