Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/auto-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# Copyright (c) 2022 - for information on the respective copyright owner
# Copyright (c) 2022-2025 - for information on the respective copyright owner
# see the NOTICE file and/or the repository https://github.com/carbynestack/carbynestack.github.io.
#
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: CC-BY-4.0
#
name: 'Auto Labeler'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (c) 2021-2025 - for information on the respective copyright owner
# see the NOTICE file and/or the repository https://github.com/carbynestack/carbynestack.github.io.
#
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: CC-BY-4.0
#
name: Deploy to Github Pages
on:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stale-issue-cleanup.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# Copyright (c) 2022 - for information on the respective copyright owner
# Copyright (c) 2022-2025 - for information on the respective copyright owner
# see the NOTICE file and/or the repository https://github.com/carbynestack/carbynestack.github.io.
#
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: CC-BY-4.0
#
name: 'Stale Issue Cleanup'

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ target
# MkDocs files
.cache

# MAC OS files
.DS_Store
4 changes: 2 additions & 2 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# Copyright (c) 2021 - for information on the respective copyright owner
# Copyright (c) 2021-2025 - for information on the respective copyright owner
# see the NOTICE file and/or the repository https://github.com/carbynestack/carbynestack.github.io.
#
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: CC-BY-4.0
#
MD013:
code_blocks : false
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# Copyright (c) 2021 - for information on the respective copyright owner
# Copyright (c) 2021-2025 - for information on the respective copyright owner
# see the NOTICE file and/or the repository https://github.com/carbynestack/carbynestack.github.io.
#
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: CC-BY-4.0
#
repos:
- repo: https://github.com/igorshubovych/markdownlint-cli
Expand Down
595 changes: 394 additions & 201 deletions LICENSE

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ instructions can be found [here](https://squidfunk.github.io/mkdocs-material/ins

## License

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

### 3rd Party Licenses

Expand Down
11 changes: 2 additions & 9 deletions config/nav.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# Copyright (c) 2021-2023 - for information on the respective copyright owner
# Copyright (c) 2021-2025 - for information on the respective copyright owner
# see the NOTICE file and/or the repository https://github.com/carbynestack/carbynestack.github.io.
#
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: CC-BY-4.0
#
nav:
- Home: index.md
Expand Down Expand Up @@ -41,11 +41,4 @@ nav:
- CarbyneStackCon '22:
- community/events/csc22/index.md
- Media Coverage: community/media-coverage.md
- Opportunities: community/opportunities.md
- Google Summer of Code: community/gsoc.md
- Acknowledgements: community/acknowledgements.md
- Legal Information:
- Privacy Policy: legal/privacy-policy.md
- Corporate Information: legal/corporate-information.md
- Branding Guidelines: legal/branding-guidelines.md
- Export Control: legal/export-control.md
Loading