Skip to content

Commit

Permalink
modules: hostap: Fix missing license headers
Browse files Browse the repository at this point in the history
This wasn't caught till now as there was no CI in sdk-hostap.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
  • Loading branch information
krish2718 authored and rlubos committed Aug 1, 2023
1 parent 32bf88c commit a0a40db
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/hostap/src/supp_events.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Copyright (c) 2022 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

#include "supp_events.h"

#include "includes.h"
Expand Down
6 changes: 6 additions & 0 deletions modules/hostap/src/supp_events.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Copyright (c) 2022 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

#ifndef __SUPP_EVENTS_H__
#define __SUPP_EVENTS_H__

Expand Down

0 comments on commit a0a40db

Please sign in to comment.