Skip to content

Commit

Permalink
add license
Browse files Browse the repository at this point in the history
Signed-off-by: Duc Tri Nguyen <[email protected]>
  • Loading branch information
cothan committed Jun 13, 2024
1 parent aebdce3 commit 0fedf32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fips202/fips202x.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0

Check failure on line 1 in fips202/fips202x.c

View workflow job for this annotation

GitHub Actions / lint (ubuntu-latest)

Format error

fips202/fips202x.c require to be formatted
#include <string.h>
#include "fips202x.h"
#include "fips202.h"
Expand Down
1 change: 1 addition & 0 deletions fips202/fips202x.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Apache-2.0

Check failure on line 1 in fips202/fips202x.h

View workflow job for this annotation

GitHub Actions / lint (ubuntu-latest)

Format error

fips202/fips202x.h require to be formatted
#ifndef FIPS_202X_H
#define FIPS_202X_H

Expand Down

0 comments on commit 0fedf32

Please sign in to comment.