Skip to content

Commit 5245654

Browse files
authored
Add missing license header files (elyra-ai#711)
1 parent d2b0c0f commit 5245654

File tree

10 files changed

+159
-3
lines changed

10 files changed

+159
-3
lines changed

docs/Makefile

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
#
2+
# Copyright 2018-2020 IBM Corporation
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
116
# Minimal makefile for Sphinx documentation
217
#
318

docs/make.bat

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
@ECHO OFF
2+
REM
3+
REM Copyright 2017-2020 IBM Corporation
4+
REM
5+
REM Licensed under the Apache License, Version 2.0 (the "License");
6+
REM you may not use this file except in compliance with the License.
7+
REM You may obtain a copy of the License at
8+
REM
9+
REM http://www.apache.org/licenses/LICENSE-2.0
10+
REM
11+
REM Unless required by applicable law or agreed to in writing, software
12+
REM distributed under the License is distributed on an "AS IS" BASIS,
13+
REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
REM See the License for the specific language governing permissions and
15+
REM limitations under the License.
16+
REM
217

318
pushd %~dp0
419

docs/source/_static/custom.css

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2017-2020 IBM Corporation
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
116
.wy-nav-side p.caption {
217
color: #f5f5f5;
318
}

docs/source/conf.py

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
#
2+
# Copyright 2018-2020 IBM Corporation
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
116
# Configuration file for the Sphinx documentation builder.
217
#
318
# This file only contains a selection of the most common options. For a full

docs/source/index.rst

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
..
2+
.. Copyright 2017-2020 IBM Corporation
3+
..
4+
.. Licensed under the Apache License, Version 2.0 (the "License");
5+
.. you may not use this file except in compliance with the License.
6+
.. You may obtain a copy of the License at
7+
..
8+
.. http://www.apache.org/licenses/LICENSE-2.0
9+
..
10+
.. Unless required by applicable law or agreed to in writing, software
11+
.. distributed under the License is distributed on an "AS IS" BASIS,
12+
.. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
.. See the License for the specific language governing permissions and
14+
.. limitations under the License.
15+
..
16+
17+
118
.. Elyra documentation master file, created by
219
sphinx-quickstart on Wed Apr 29 21:41:11 2020.
320
You can adapt this file completely to your liking, but it should at least

elyra/api/elyra.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
#
2+
# Copyright 2017-2020 IBM Corporation
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
116
openapi: 3.0.1
217
info:
318
title: Elyra API

pytest.ini

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
#
2+
# Copyright 2017-2020 IBM Corporation
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
117
[pytest]
218
markers =
319
script_launch_mode

readthedocs.yml

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
#
2+
# Copyright 2017-2020 IBM Corporation
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
116
version: 2
217
sphinx:
318
configuration: docs/source/conf.py

tests/README.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<!--
2+
{% comment %}
3+
Copyright 2017-2020 IBM Corporation
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
{% endcomment %}
17+
-->
18+
119
# Testing
220
## Frontend Test Development
3-
The frontend of Elyra utilizes a testing framework called [Cypress](cypress.io). Cypress includes a useful UI for developing and debugging tests, which can be used by running `npm test-debug` from the root directory of this project. To run tests that output a detailed log instead of opening the Cypress UI, run `npm test`. Tests can also be run from the makefile by running `make test`. The spec code for tests is located in the `integration/` directory.
21+
The frontend of Elyra utilizes a testing framework called [Cypress](cypress.io). Cypress includes a useful UI for developing and debugging tests, which can be used by running `npm test-debug` from the root directory of this project. To run tests that output a detailed log instead of opening the Cypress UI, run `npm test`. Tests can also be run from the makefile by running `make test`. The spec code for tests is located in the `integration/` directory.

tests/test-config.py

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
1+
#
2+
# Copyright 2017-2020 IBM Corporation
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
116
c.Session.debug = True
2-
c.LabApp.token = 'test'
17+
c.LabApp.token = 'test'
318
c.LabApp.open_browser = False
4-
c.NotebookApp.port_retries = 0
19+
c.NotebookApp.port_retries = 0
520
c.LabApp.workspaces_dir = './build/cypress-tests'
621
c.FileContentsManager.root_dir = './build/cypress-tests'
722
c.LabApp.quit_button = False

0 commit comments

Comments
 (0)