Skip to content

Commit

Permalink
add license
Browse files Browse the repository at this point in the history
Signed-off-by: Thing-han, Lim <[email protected]>
  • Loading branch information
potsrevennil committed Mar 21, 2024
1 parent 83ff336 commit 0641930
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .astylerc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
--style=google
--style=google
--indent=spaces
--indent-preproc-define
--indent-preproc-cond
--pad-oper
--pad-comma
--pad-oper
--pad-comma
--pad-header
--align-pointer=name
--add-braces
--align-pointer=name
--add-braces
--convert-tabs
--mode=c
--suffix=none
--mode=c
--suffix=none
2 changes: 2 additions & 0 deletions dev-support/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[//]: # (SPDX-License-Identifier: CC-BY-4.0)

# Dev Support

## Recommended Prerequisites
Expand Down
1 change: 1 addition & 0 deletions dev-support/bin/log
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: Apache-2.0

RED="$(tput setaf 1)"
GREEN="$(tput setaf 2)"
Expand Down
1 change: 1 addition & 0 deletions dev-support/bin/style
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: Apache-2.0

set -o errexit
set -o errtrace
Expand Down
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: Apache-2.0

{
description = "mlkem-c-embedded";

Expand Down

0 comments on commit 0641930

Please sign in to comment.