Skip to content

Commit

Permalink
Add SPDX headers (Unlicense OR 0BSD) (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
redfast00 authored Jan 8, 2024
1 parent 1b78336 commit 1a8dcea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cobs.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Unlicense OR 0BSD
#include "cobs.h"

#define COBS_ISV COBS_INPLACE_SENTINEL_VALUE
Expand Down
1 change: 1 addition & 0 deletions cobs.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: Unlicense OR 0BSD
#pragma once

#include <stdbool.h>
Expand Down

0 comments on commit 1a8dcea

Please sign in to comment.