Skip to content

Commit

Permalink
Add SPDX license identifiers to files
Browse files Browse the repository at this point in the history
  • Loading branch information
jcxldn committed Oct 7, 2023
1 parent ad943cd commit b588479
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/core/mcp3008/hardware/mcp3008_hardware.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT

#include "mcp3008_hardware.h"

Expand Down
2 changes: 2 additions & 0 deletions src/core/mcp3008/hardware/mcp3008_hardware.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT

#ifndef HARDWARE_MCP3008_HARDWARE_H_
#define HARDWARE_MCP3008_HARDWARE_H_

Expand Down
2 changes: 2 additions & 0 deletions src/core/mcp3008/mcp3008.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT

// Accompanying header file
#include "mcp3008.h"

Expand Down
2 changes: 2 additions & 0 deletions src/core/mcp3008/mcp3008.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT

#ifndef MCP3008_MCP3008_H_
#define MCP3008_MCP3008_H_

Expand Down
2 changes: 2 additions & 0 deletions src/core/mcp3008/pinout.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT

#ifndef MCP3008_PINOUT_H_
#define MCP3008_PINOUT_H_

Expand Down
2 changes: 2 additions & 0 deletions src/core/mcp3008/pio/mcp3008_pio.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT

#include "mcp3008_pio.h"

// clk_sys enum
Expand Down
2 changes: 2 additions & 0 deletions src/core/mcp3008/pio/mcp3008_pio.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT

#ifndef PIO_MCP3008_PIO_H_
#define PIO_MCP3008_PIO_H_

Expand Down

0 comments on commit b588479

Please sign in to comment.