Skip to content

Commit bfe83c8

Browse files
authored
fix: update trademark on main website (#60)
1 parent f862a9d commit bfe83c8

File tree

4 files changed

+3
-210
lines changed

4 files changed

+3
-210
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77

88
env:
9-
PYTHON_VERSION: 3.x
9+
PYTHON_VERSION: 3.11
1010

1111
permissions:
1212
contents: read

docs/concepts/about.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,4 @@ The stacker project is hosted on GitHub:
3232

3333
## License
3434

35-
stacker is released under the Apache License, Version 2.0, and is:
36-
37-
Copyright (C) 2017-2023 Cisco Systems, Inc. and contributors
35+
stacker is released under the Apache License, Version 2.0

docs/license.md

Lines changed: 0 additions & 204 deletions
This file was deleted.

mkdocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ site_description: Stacker Build
44
repo_url: https://github.com/project-stacker/stacker
55
repo_name: project-stacker/stacker
66
edit_uri: ""
7-
copyright: Copyright © 2017 - 2023 Cisco Systems Inc., All Rights Reserved.
7+
copyright: Copyright &copy; 2017 - 2025 The stacker project authors, All Rights Reserved. | The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see <a href="https://www.linuxfoundation.org/trademark-usage/">Trademark Usage</a>
88
theme:
99
name: material
1010
custom_dir: material
@@ -133,6 +133,5 @@ nav:
133133
- LXC Usage: developer_guide/lxc_usage.md
134134
- OverlayFS Usage: developer_guide/overlayfs_usage.md
135135
- Contributing: developer_guide/CONTRIBUTING.md
136-
- License: license.md
137136
extra_css:
138137
- stylesheets/custom.css

0 commit comments

Comments
 (0)