Skip to content

Commit 2d5d38d

Browse files
authored
docs: update with changes related to LFE donation
Signed-off-by: Sven Trieflinger <[email protected]>
1 parent ade506c commit 2d5d38d

20 files changed

+421
-856
lines changed

.github/workflows/auto-labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
2-
# Copyright (c) 2022 - for information on the respective copyright owner
2+
# Copyright (c) 2022-2025 - for information on the respective copyright owner
33
# see the NOTICE file and/or the repository https://github.com/carbynestack/carbynestack.github.io.
44
#
5-
# SPDX-License-Identifier: Apache-2.0
5+
# SPDX-License-Identifier: CC-BY-4.0
66
#
77
name: 'Auto Labeler'
88

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright (c) 2021-2025 - for information on the respective copyright owner
33
# see the NOTICE file and/or the repository https://github.com/carbynestack/carbynestack.github.io.
44
#
5-
# SPDX-License-Identifier: Apache-2.0
5+
# SPDX-License-Identifier: CC-BY-4.0
66
#
77
name: Deploy to Github Pages
88
on:

.github/workflows/stale-issue-cleanup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
2-
# Copyright (c) 2022 - for information on the respective copyright owner
2+
# Copyright (c) 2022-2025 - for information on the respective copyright owner
33
# see the NOTICE file and/or the repository https://github.com/carbynestack/carbynestack.github.io.
44
#
5-
# SPDX-License-Identifier: Apache-2.0
5+
# SPDX-License-Identifier: CC-BY-4.0
66
#
77
name: 'Stale Issue Cleanup'
88

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ target
88
# MkDocs files
99
.cache
1010

11+
# MAC OS files
12+
.DS_Store

.markdownlint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
2-
# Copyright (c) 2021 - for information on the respective copyright owner
2+
# Copyright (c) 2021-2025 - for information on the respective copyright owner
33
# see the NOTICE file and/or the repository https://github.com/carbynestack/carbynestack.github.io.
44
#
5-
# SPDX-License-Identifier: Apache-2.0
5+
# SPDX-License-Identifier: CC-BY-4.0
66
#
77
MD013:
88
code_blocks : false

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
2-
# Copyright (c) 2021 - for information on the respective copyright owner
2+
# Copyright (c) 2021-2025 - for information on the respective copyright owner
33
# see the NOTICE file and/or the repository https://github.com/carbynestack/carbynestack.github.io.
44
#
5-
# SPDX-License-Identifier: Apache-2.0
5+
# SPDX-License-Identifier: CC-BY-4.0
66
#
77
repos:
88
- repo: https://github.com/igorshubovych/markdownlint-cli

LICENSE

Lines changed: 394 additions & 201 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ instructions can be found [here](https://squidfunk.github.io/mkdocs-material/ins
3030

3131
## License
3232

33-
The Carbyne Stack website is open-sourced under the Apache License 2.0. See the
34-
[LICENSE](LICENSE) file for details.
33+
The Carbyne Stack website is open-sourced under the Creative Commons
34+
Attribution 4.0 International license. See the [LICENSE](LICENSE) file for
35+
details.
3536

3637
### 3rd Party Licenses
3738

config/nav.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
2-
# Copyright (c) 2021-2023 - for information on the respective copyright owner
2+
# Copyright (c) 2021-2025 - for information on the respective copyright owner
33
# see the NOTICE file and/or the repository https://github.com/carbynestack/carbynestack.github.io.
44
#
5-
# SPDX-License-Identifier: Apache-2.0
5+
# SPDX-License-Identifier: CC-BY-4.0
66
#
77
nav:
88
- Home: index.md
@@ -41,11 +41,4 @@ nav:
4141
- CarbyneStackCon '22:
4242
- community/events/csc22/index.md
4343
- Media Coverage: community/media-coverage.md
44-
- Opportunities: community/opportunities.md
45-
- Google Summer of Code: community/gsoc.md
4644
- Acknowledgements: community/acknowledgements.md
47-
- Legal Information:
48-
- Privacy Policy: legal/privacy-policy.md
49-
- Corporate Information: legal/corporate-information.md
50-
- Branding Guidelines: legal/branding-guidelines.md
51-
- Export Control: legal/export-control.md

0 commit comments

Comments
 (0)