Skip to content

Commit

Permalink
Add SPDX license identifier to _includes files
Browse files Browse the repository at this point in the history
Signed-off-by: James Archer <j.archer@unsw.edu.au>
  • Loading branch information
JE-Archer committed Nov 4, 2024
1 parent 0177905 commit 7ceeaff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _includes/footer_icons.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<!--
Copyright 2024 seL4 Project a Series of LF Projects, LLC.
SPDX-License-Identifier: CC-BY-SA-4.0
-->
<a href="https://fosstodon.org/@sel4"><img style="height:36px; padding-right:5px; padding-top:2px; padding-bottom:2px;" src={{ "/images/icons/mastodon.svg" | relative_url }} alt="mastodon icon"></a>
<a href="https://www.youtube.com/@seL4"><img style="height:36px; padding-top:2px; padding-bottom:2px;" src={{ "/images/icons/youtube.svg" | relative_url }} alt="youtube icon"></a>
<a href="https://www.linkedin.com/company/sel4"><img style="height:36px; padding-left:5px; padding-top:2px; padding-bottom:2px;" src={{ "/images/icons/linkedin.svg" | relative_url }} alt="linkedin icon"></a>
4 changes: 4 additions & 0 deletions _includes/footer_text.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<!--
Copyright 2024 seL4 Project a Series of LF Projects, LLC.
SPDX-License-Identifier: CC-BY-SA-4.0
-->
{% if site.on_seL4 %}
<a href="/Info/Website/">About this web server</a>
Served by <a href="https://micropython.org/">MicroPython</a>
Expand Down

0 comments on commit 7ceeaff

Please sign in to comment.