Skip to content

Commit

Permalink
Add some missing licenses
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <[email protected]>
  • Loading branch information
joshuali925 committed Nov 12, 2021
1 parent 3125416 commit 040f989
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
4 changes: 4 additions & 0 deletions plugin/src/main/plugin-metadata/plugin-security.policy
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright OpenSearch Contributors
* SPDX-License-Identifier: Apache-2.0
*/

grant {
// For Spring IOC
Expand Down
4 changes: 4 additions & 0 deletions sql-cli/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
SPDX-License-Identifier: Apache-2.0
"""

"""
We can define the fixture functions in this file to make them
accessible across multiple test modules.
"""
import os
import pytest

Expand Down
4 changes: 4 additions & 0 deletions workbench/public/components/Header/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright OpenSearch Contributors
* SPDX-License-Identifier: Apache-2.0
*/

import React from 'react';
import { EuiHorizontalRule } from '@elastic/eui';
Expand Down
19 changes: 3 additions & 16 deletions workbench/tslint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,9 @@ rules:
- true
- |-
/*
* SPDX-License-Identifier: Apache-2.0
*
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*/
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
* Copyright OpenSearch Contributors
* SPDX-License-Identifier: Apache-2.0
*/
disallow-license-header:
- true
- |-
Expand Down

0 comments on commit 040f989

Please sign in to comment.