Skip to content

Commit

Permalink
Change LICENSE in all source files
Browse files Browse the repository at this point in the history
  • Loading branch information
sidcha committed Nov 15, 2019
1 parent 4ecb296 commit 33ccd53
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion sample/cp_app.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2019 Siddharth Chandrasekaran
*
* SPDX-License-Identifier: MIT
* SPDX-License-Identifier: Apache-2.0
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion sample/pd_app.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2019 Siddharth Chandrasekaran
*
* SPDX-License-Identifier: MIT
* SPDX-License-Identifier: Apache-2.0
*/

#include <osdp.h>
Expand Down
2 changes: 1 addition & 1 deletion sample/uart.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2019 Siddharth Chandrasekaran
*
* SPDX-License-Identifier: MIT
* SPDX-License-Identifier: Apache-2.0
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion src/osdp_common.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2019 Siddharth Chandrasekaran
*
* SPDX-License-Identifier: MIT
* SPDX-License-Identifier: Apache-2.0
*/

#define _GNU_SOURCE /* See feature_test_macros(7) */
Expand Down
2 changes: 1 addition & 1 deletion src/osdp_cp.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2019 Siddharth Chandrasekaran
*
* SPDX-License-Identifier: MIT
* SPDX-License-Identifier: Apache-2.0
*/

#include <stdlib.h>
Expand Down
2 changes: 1 addition & 1 deletion src/osdp_cp_phy.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2019 Siddharth Chandrasekaran
*
* SPDX-License-Identifier: MIT
* SPDX-License-Identifier: Apache-2.0
*/

#include <string.h>
Expand Down
2 changes: 1 addition & 1 deletion src/osdp_pd.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2019 Siddharth Chandrasekaran
*
* SPDX-License-Identifier: MIT
* SPDX-License-Identifier: Apache-2.0
*/

#include <stdlib.h>
Expand Down
2 changes: 1 addition & 1 deletion src/osdp_phy.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2019 Siddharth Chandrasekaran
*
* SPDX-License-Identifier: MIT
* SPDX-License-Identifier: Apache-2.0
*/

#include <string.h>
Expand Down
2 changes: 1 addition & 1 deletion src/osdp_sc.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2019 Siddharth Chandrasekaran
*
* SPDX-License-Identifier: MIT
* SPDX-License-Identifier: Apache-2.0
*/

#include <string.h>
Expand Down
2 changes: 1 addition & 1 deletion test/test-cp-fsm.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2019 Siddharth Chandrasekaran
*
* SPDX-License-Identifier: MIT
* SPDX-License-Identifier: Apache-2.0
*/

#include <unistd.h>
Expand Down
2 changes: 1 addition & 1 deletion test/test-cp-phy-fsm.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2019 Siddharth Chandrasekaran
*
* SPDX-License-Identifier: MIT
* SPDX-License-Identifier: Apache-2.0
*/

#include <osdp.h>
Expand Down
2 changes: 1 addition & 1 deletion test/test-cp-phy.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2019 Siddharth Chandrasekaran
*
* SPDX-License-Identifier: MIT
* SPDX-License-Identifier: Apache-2.0
*/

#include "test.h"
Expand Down
2 changes: 1 addition & 1 deletion test/test-mixed-fsm.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2019 Siddharth Chandrasekaran
*
* SPDX-License-Identifier: MIT
* SPDX-License-Identifier: Apache-2.0
*/

#include <unistd.h>
Expand Down
2 changes: 1 addition & 1 deletion test/test.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2019 Siddharth Chandrasekaran
*
* SPDX-License-Identifier: MIT
* SPDX-License-Identifier: Apache-2.0
*/

#include <stdio.h>
Expand Down

0 comments on commit 33ccd53

Please sign in to comment.