Skip to content

Commit dc27277

Browse files
Update copyright header (#160)
1 parent 1b5d30a commit dc27277

Some content is hidden

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

46 files changed

+286
-172
lines changed

.github/dependabot.yaml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
1+
# -*- mode: yaml; coding: utf-8 -*-
12
version: 2
23
updates:
3-
- package-ecosystem: "github-actions"
4-
directory: "/"
4+
- package-ecosystem: github-actions
5+
directory: /
56
schedule:
6-
interval: "weekly"
7-
reviewers:
8-
- "btschwertfeger"
9-
- package-ecosystem: "pip"
10-
directory: "/"
11-
schedule:
12-
interval: "weekly"
13-
reviewers:
14-
- "btschwertfeger"
15-
ignore:
16-
- dependency-name: "ruff"
7+
interval: monthly
8+
groups:
9+
all:
10+
dependency-type: production

.github/release.yaml

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

.github/workflows/_build.yaml

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

.github/workflows/_build_doc.yaml

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

.github/workflows/_codecov.yaml

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

.github/workflows/_pre_commit.yaml

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

.github/workflows/_pypi_publish.yaml

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

.github/workflows/_pypi_test_publish.yaml

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

.github/workflows/_test.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# -*- coding: utf-8 -*-
1+
# -*- mode: yaml; coding: utf-8 -*-
2+
#
23
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
3-
# GitHub: https://github.com/btschwertfeger
4+
# All rights reserved.
5+
# https://github.com/btschwertfeger
46
#
57
# Template workflow to run the unit tests of the package
68
#

.github/workflows/cicd.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# -*- coding: utf-8 -*-
1+
# -*- mode: yaml; coding: utf-8 -*-
2+
#
23
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
3-
# GitHub: https://github.com/btschwertfeger
4+
# All rights reserved.
5+
# https://github.com/btschwertfeger
46
#
57
# Workflow to apply pre-commit, build, test and upload the package
68
# to the test index of PyPI.

0 commit comments

Comments
 (0)