Skip to content

Commit f59d76e

Browse files
Update copyright header (#354)
1 parent b3a7e7f commit f59d76e

File tree

106 files changed

+458
-229
lines changed

Some content is hidden

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

106 files changed

+458
-229
lines changed

.github/release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# -*- coding: utf-8 -*-
1+
# -*- mode: yaml; coding: utf-8 -*-
22
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
3-
# GitHub: https://github.com/btschwertfeger
3+
# All rights reserved.
4+
# https://github.com/btschwertfeger
45
#
56
# Config file to auto-generate release notes based on
67
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes

.github/workflows/_build.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# -*- coding: utf-8 -*-
1+
# -*- mode: yaml; coding: utf-8 -*-
22
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
3-
# GitHub: https://github.com/btschwertfeger
3+
# All rights reserved.
4+
# https://github.com/btschwertfeger
45
#
56
# Template workflow to build the project for a specific os
67
# and Python version.

.github/workflows/_build_doc.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# -*- coding: utf-8 -*-
1+
# -*- mode: yaml; coding: utf-8 -*-
22
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
3-
# GitHub: https://github.com/btschwertfeger
3+
# All rights reserved.
4+
# https://github.com/btschwertfeger
45
#
56
# Template workflow to build documentation.
67
#

.github/workflows/_codecov.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# -*- coding: utf-8 -*-
1+
# -*- mode: yaml; coding: utf-8 -*-
22
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
3-
# GitHub: https://github.com/btschwertfeger
3+
# All rights reserved.
4+
# https://github.com/btschwertfeger
45
#
56
# Template workflow to build the project for a specific os
67
# and Python version, run the tests and upload the results to codecov.

.github/workflows/_pre_commit.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# -*- coding: utf-8 -*-
1+
# -*- mode: yaml; coding: utf-8 -*-
22
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
3-
# GitHub: https://github.com/btschwertfeger
3+
# All rights reserved.
4+
# https://github.com/btschwertfeger
45
#
56
# Template workflow to run pre-commit.
67
#

.github/workflows/_pypi_publish.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# -*- coding: utf-8 -*-
1+
# -*- mode: yaml; coding: utf-8 -*-
22
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
3-
# GitHub: https://github.com/btschwertfeger
3+
# All rights reserved.
4+
# https://github.com/btschwertfeger
45
#
56
# Template workflow to build the project and publish
67
# the package to PyPI.

.github/workflows/_pypi_test_publish.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# -*- coding: utf-8 -*-
1+
# -*- mode: yaml; coding: utf-8 -*-
22
# Copyright (C) 2024 Benjamin Thomas Schwertfeger
3-
# GitHub: https://github.com/btschwertfeger
3+
# All rights reserved.
4+
# https://github.com/btschwertfeger
45
#
56
# Template workflow to build the project and publish
67
# the package to test PyPI.

.github/workflows/_test_futures_private.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# -*- coding: utf-8 -*-
1+
# -*- mode: yaml; coding: utf-8 -*-
22
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
3-
# GitHub: https://github.com/btschwertfeger
3+
# All rights reserved.
4+
# https://github.com/btschwertfeger
45
#
56
# Template workflow to test the private Futures endpoints
67
# of the python-kraken-sdk.

.github/workflows/_test_futures_public.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# -*- coding: utf-8 -*-
1+
# -*- mode: yaml; coding: utf-8 -*-
22
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
3-
# GitHub: https://github.com/btschwertfeger
3+
# All rights reserved.
4+
# https://github.com/btschwertfeger
45
#
56
# Template workflow to test the public Futures endpoints
67
# of the python-kraken-sdk.

.github/workflows/_test_nft_private.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# -*- coding: utf-8 -*-
1+
# -*- mode: yaml; coding: utf-8 -*-
22
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
3-
# GitHub: https://github.com/btschwertfeger
3+
# All rights reserved.
4+
# https://github.com/btschwertfeger
45
#
56
# Template workflow to test the private NFT endpoints of the python-kraken-sdk.
67
#

0 commit comments

Comments
 (0)