Skip to content

Commit d314ecf

Browse files
committed
bump copyright year to 2025, prep release v1.6.0
1 parent 128cdd0 commit d314ecf

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

.devcontainer/amd64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright Jens A. Koch 2021.
1+
# SPDX-FileCopyrightText: 2021-2025 Jens A. Koch
22
# SPDX-License-Identifier: MIT
33
# This file is part of https://github.com/jakoch/jupyter-devbox
44

.devcontainer/arm64v8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright Jens A. Koch 2021.
1+
# SPDX-FileCopyrightText: 2021-2025 Jens A. Koch
22
# SPDX-License-Identifier: MIT
33
# This file is part of https://github.com/jakoch/jupyter-devbox
44

.github/workflows/clean-workflows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#
22
# .github/workflows/clean-workflows.yml
33
#
4-
# Copyright 2021 Ching Chow, Jens A. Koch.
4+
# SPDX-FileCopyrightText: 2021 Ching Chow
5+
# SPDX-FileCopyrightText: 2021-2025 Jens A. Koch
56
# SPDX-License-Identifier: BSL-1.0
6-
# Origin: https://github.community/t/delete-old-workflow-results/16152/42
77
# This file is part of https://github.com/jakoch/cpp-devbox
88
#
99

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2021 Jens A. Koch.
2+
# SPDX-FileCopyrightText: 2021-2025 Jens A. Koch
33
# SPDX-License-Identifier: MIT
44
# This file is part of jakoch/jupyter-devbox.
55
#

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- just a placeholder
1313

14+
## [1.6.0] - 2025-01-26
15+
16+
### Changes
17+
18+
- bumped copyright year to 2025
19+
1420
## [1.5.0] - 2024-06-25
1521

1622
- added Github Community Standard documents
@@ -141,7 +147,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
141147

142148
<!-- Section for Reference Links -->
143149

144-
[vNext]: https://github.com/jakoch/jupyter-devbox/compare/v1.5.0...HEAD
150+
[vNext]: https://github.com/jakoch/jupyter-devbox/compare/v1.6.0...HEAD
151+
[1.6.0]: https://github.com/jakoch/jupyter-devbox/compare/v1.5.0...v1.6.0
145152
[1.5.0]: https://github.com/jakoch/jupyter-devbox/compare/v1.4.0...v1.5.0
146153
[1.4.0]: https://github.com/jakoch/jupyter-devbox/compare/v1.3.0...v1.4.0
147154
[1.3.0]: https://github.com/jakoch/jupyter-devbox/compare/v1.2.0...v1.3.0

0 commit comments

Comments
 (0)