Skip to content

Commit 6b916e8

Browse files
Update copyright header in .py and .rst files
1 parent 334733a commit 6b916e8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+558
-49
lines changed

doc/about/license.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
.. -*- mode: rst; coding: utf-8 -*-
22
..
33
.. Copyright (C) 2023 Benjamin Thomas Schwertfeger
4-
.. All rights reserved.
54
.. https://github.com/btschwertfeger
65
..
6+
.. Licensed under the Apache License, Version 2.0 (the "License");
7+
.. you may not use this file except in compliance with the License.
8+
.. You may obtain a copy of the License at
9+
..
10+
.. http://www.apache.org/licenses/LICENSE-2.0
11+
..
12+
.. Unless required by applicable law or agreed to in writing, software
13+
.. distributed under the License is distributed on an "AS IS" BASIS,
14+
.. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
.. See the License for the specific language governing permissions and
16+
.. limitations under the License.
17+
..
718
819
.. _section-license:
920

doc/base_api/base_api.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
.. -*- mode: rst; coding: utf-8 -*-
22
..
33
.. Copyright (C) 2023 Benjamin Thomas Schwertfeger
4-
.. All rights reserved.
54
.. https://github.com/btschwertfeger
65
..
6+
.. Licensed under the Apache License, Version 2.0 (the "License");
7+
.. you may not use this file except in compliance with the License.
8+
.. You may obtain a copy of the License at
9+
..
10+
.. http://www.apache.org/licenses/LICENSE-2.0
11+
..
12+
.. Unless required by applicable law or agreed to in writing, software
13+
.. distributed under the License is distributed on an "AS IS" BASIS,
14+
.. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
.. See the License for the specific language governing permissions and
16+
.. limitations under the License.
17+
..
718
819
Base Clients and Internals
920
==========================

doc/conf.py

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
# -*- mode: python; coding: utf-8 -*-
22
#
33
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
4-
# All rights reserved.
54
# https://github.com/btschwertfeger
65
#
6+
# Licensed under the Apache License, Version 2.0 (the "License");
7+
# you may not use this file except in compliance with the License.
8+
# You may obtain a copy of the License at
9+
#
10+
# http://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
# Unless required by applicable law or agreed to in writing, software
13+
# distributed under the License is distributed on an "AS IS" BASIS,
14+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
# See the License for the specific language governing permissions and
16+
# limitations under the License.
17+
#
18+
#
719
# Configuration file for the Sphinx documentation builder.
820
#
921
# For the full list of built-in configuration values, see the documentation:

doc/examples/command_line_interface.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
.. -*- mode: rst; coding: utf-8 -*-
22
..
33
.. Copyright (C) 2024 Benjamin Thomas Schwertfeger
4-
.. All rights reserved.
54
.. https://github.com/btschwertfeger
65
..
6+
.. Licensed under the Apache License, Version 2.0 (the "License");
7+
.. you may not use this file except in compliance with the License.
8+
.. You may obtain a copy of the License at
9+
..
10+
.. http://www.apache.org/licenses/LICENSE-2.0
11+
..
12+
.. Unless required by applicable law or agreed to in writing, software
13+
.. distributed under the License is distributed on an "AS IS" BASIS,
14+
.. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
.. See the License for the specific language governing permissions and
16+
.. limitations under the License.
17+
..
718
819
.. _section-command-line-interface-examples:
920

doc/examples/rest_example_usage.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
.. -*- mode: rst; coding: utf-8 -*-
22
..
33
.. Copyright (C) 2023 Benjamin Thomas Schwertfeger
4-
.. All rights reserved.
54
.. https://github.com/btschwertfeger
65
..
6+
.. Licensed under the Apache License, Version 2.0 (the "License");
7+
.. you may not use this file except in compliance with the License.
8+
.. You may obtain a copy of the License at
9+
..
10+
.. http://www.apache.org/licenses/LICENSE-2.0
11+
..
12+
.. Unless required by applicable law or agreed to in writing, software
13+
.. distributed under the License is distributed on an "AS IS" BASIS,
14+
.. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
.. See the License for the specific language governing permissions and
16+
.. limitations under the License.
17+
..
718
819
.. _section-examples:
920

doc/examples/rest_ws_samples/futures_rest_examples.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
.. -*- mode: rst; coding: utf-8 -*-
22
..
33
.. Copyright (C) 2023 Benjamin Thomas Schwertfeger
4-
.. All rights reserved.
54
.. https://github.com/btschwertfeger
65
..
6+
.. Licensed under the Apache License, Version 2.0 (the "License");
7+
.. you may not use this file except in compliance with the License.
8+
.. You may obtain a copy of the License at
9+
..
10+
.. http://www.apache.org/licenses/LICENSE-2.0
11+
..
12+
.. Unless required by applicable law or agreed to in writing, software
13+
.. distributed under the License is distributed on an "AS IS" BASIS,
14+
.. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
.. See the License for the specific language governing permissions and
16+
.. limitations under the License.
17+
..
718
819
.. _section-futures-rest-examples:
920

doc/examples/rest_ws_samples/futures_ws_examples.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
.. -*- mode: rst; coding: utf-8 -*-
22
..
33
.. Copyright (C) 2023 Benjamin Thomas Schwertfeger
4-
.. All rights reserved.
54
.. https://github.com/btschwertfeger
65
..
6+
.. Licensed under the Apache License, Version 2.0 (the "License");
7+
.. you may not use this file except in compliance with the License.
8+
.. You may obtain a copy of the License at
9+
..
10+
.. http://www.apache.org/licenses/LICENSE-2.0
11+
..
12+
.. Unless required by applicable law or agreed to in writing, software
13+
.. distributed under the License is distributed on an "AS IS" BASIS,
14+
.. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
.. See the License for the specific language governing permissions and
16+
.. limitations under the License.
17+
..
718
819
Futures Websocket
920
-----------------

doc/examples/rest_ws_samples/spot_rest_examples.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
.. -*- mode: rst; coding: utf-8 -*-
22
..
33
.. Copyright (C) 2023 Benjamin Thomas Schwertfeger
4-
.. All rights reserved.
54
.. https://github.com/btschwertfeger
65
..
6+
.. Licensed under the Apache License, Version 2.0 (the "License");
7+
.. you may not use this file except in compliance with the License.
8+
.. You may obtain a copy of the License at
9+
..
10+
.. http://www.apache.org/licenses/LICENSE-2.0
11+
..
12+
.. Unless required by applicable law or agreed to in writing, software
13+
.. distributed under the License is distributed on an "AS IS" BASIS,
14+
.. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
.. See the License for the specific language governing permissions and
16+
.. limitations under the License.
17+
..
718
819
.. _section-spot-rest-examples:
920

doc/examples/rest_ws_samples/spot_ws_examples.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
.. -*- mode: rst; coding: utf-8 -*-
22
..
33
.. Copyright (C) 2023 Benjamin Thomas Schwertfeger
4-
.. All rights reserved.
54
.. https://github.com/btschwertfeger
65
..
6+
.. Licensed under the Apache License, Version 2.0 (the "License");
7+
.. you may not use this file except in compliance with the License.
8+
.. You may obtain a copy of the License at
9+
..
10+
.. http://www.apache.org/licenses/LICENSE-2.0
11+
..
12+
.. Unless required by applicable law or agreed to in writing, software
13+
.. distributed under the License is distributed on an "AS IS" BASIS,
14+
.. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
.. See the License for the specific language governing permissions and
16+
.. limitations under the License.
17+
..
718
819
Spot Websocket
920
--------------

doc/examples/trading_bot_templates.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
.. -*- mode: rst; coding: utf-8 -*-
22
..
33
.. Copyright (C) 2023 Benjamin Thomas Schwertfeger
4-
.. All rights reserved.
54
.. https://github.com/btschwertfeger
65
..
6+
.. Licensed under the Apache License, Version 2.0 (the "License");
7+
.. you may not use this file except in compliance with the License.
8+
.. You may obtain a copy of the License at
9+
..
10+
.. http://www.apache.org/licenses/LICENSE-2.0
11+
..
12+
.. Unless required by applicable law or agreed to in writing, software
13+
.. distributed under the License is distributed on an "AS IS" BASIS,
14+
.. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
.. See the License for the specific language governing permissions and
16+
.. limitations under the License.
17+
..
718
819
.. _section-trading-bot-templates:
920

0 commit comments

Comments
 (0)