From 33ccd5320fb76527c83a7387c0bd09499c1fdb0a Mon Sep 17 00:00:00 2001 From: Siddharth Chandrasekaran Date: Fri, 15 Nov 2019 10:13:22 +0530 Subject: [PATCH] Change LICENSE in all source files --- sample/cp_app.c | 2 +- sample/pd_app.c | 2 +- sample/uart.c | 2 +- src/osdp_common.c | 2 +- src/osdp_cp.c | 2 +- src/osdp_cp_phy.c | 2 +- src/osdp_pd.c | 2 +- src/osdp_phy.c | 2 +- src/osdp_sc.c | 2 +- test/test-cp-fsm.c | 2 +- test/test-cp-phy-fsm.c | 2 +- test/test-cp-phy.c | 2 +- test/test-mixed-fsm.c | 2 +- test/test.c | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/sample/cp_app.c b/sample/cp_app.c index 6f85a869..32c32208 100644 --- a/sample/cp_app.c +++ b/sample/cp_app.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2019 Siddharth Chandrasekaran * - * SPDX-License-Identifier: MIT + * SPDX-License-Identifier: Apache-2.0 */ #include diff --git a/sample/pd_app.c b/sample/pd_app.c index ad1c338e..c2855f29 100644 --- a/sample/pd_app.c +++ b/sample/pd_app.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2019 Siddharth Chandrasekaran * - * SPDX-License-Identifier: MIT + * SPDX-License-Identifier: Apache-2.0 */ #include diff --git a/sample/uart.c b/sample/uart.c index fbaa280e..6456e8bc 100644 --- a/sample/uart.c +++ b/sample/uart.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2019 Siddharth Chandrasekaran * - * SPDX-License-Identifier: MIT + * SPDX-License-Identifier: Apache-2.0 */ #include diff --git a/src/osdp_common.c b/src/osdp_common.c index 0e2a7d35..36552db2 100644 --- a/src/osdp_common.c +++ b/src/osdp_common.c @@ -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) */ diff --git a/src/osdp_cp.c b/src/osdp_cp.c index dce18876..3adee1f4 100644 --- a/src/osdp_cp.c +++ b/src/osdp_cp.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2019 Siddharth Chandrasekaran * - * SPDX-License-Identifier: MIT + * SPDX-License-Identifier: Apache-2.0 */ #include diff --git a/src/osdp_cp_phy.c b/src/osdp_cp_phy.c index d5aa247a..775636b0 100644 --- a/src/osdp_cp_phy.c +++ b/src/osdp_cp_phy.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2019 Siddharth Chandrasekaran * - * SPDX-License-Identifier: MIT + * SPDX-License-Identifier: Apache-2.0 */ #include diff --git a/src/osdp_pd.c b/src/osdp_pd.c index 136e2216..91c86858 100644 --- a/src/osdp_pd.c +++ b/src/osdp_pd.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2019 Siddharth Chandrasekaran * - * SPDX-License-Identifier: MIT + * SPDX-License-Identifier: Apache-2.0 */ #include diff --git a/src/osdp_phy.c b/src/osdp_phy.c index 397fe037..c600d705 100644 --- a/src/osdp_phy.c +++ b/src/osdp_phy.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2019 Siddharth Chandrasekaran * - * SPDX-License-Identifier: MIT + * SPDX-License-Identifier: Apache-2.0 */ #include diff --git a/src/osdp_sc.c b/src/osdp_sc.c index 38fab135..41e721ef 100644 --- a/src/osdp_sc.c +++ b/src/osdp_sc.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2019 Siddharth Chandrasekaran * - * SPDX-License-Identifier: MIT + * SPDX-License-Identifier: Apache-2.0 */ #include diff --git a/test/test-cp-fsm.c b/test/test-cp-fsm.c index c2fd25bb..ec8fda2b 100644 --- a/test/test-cp-fsm.c +++ b/test/test-cp-fsm.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2019 Siddharth Chandrasekaran * - * SPDX-License-Identifier: MIT + * SPDX-License-Identifier: Apache-2.0 */ #include diff --git a/test/test-cp-phy-fsm.c b/test/test-cp-phy-fsm.c index 828fb727..f49ef9e4 100644 --- a/test/test-cp-phy-fsm.c +++ b/test/test-cp-phy-fsm.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2019 Siddharth Chandrasekaran * - * SPDX-License-Identifier: MIT + * SPDX-License-Identifier: Apache-2.0 */ #include diff --git a/test/test-cp-phy.c b/test/test-cp-phy.c index 4a77cd13..d707e56e 100644 --- a/test/test-cp-phy.c +++ b/test/test-cp-phy.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2019 Siddharth Chandrasekaran * - * SPDX-License-Identifier: MIT + * SPDX-License-Identifier: Apache-2.0 */ #include "test.h" diff --git a/test/test-mixed-fsm.c b/test/test-mixed-fsm.c index 005cd794..741d9e0f 100644 --- a/test/test-mixed-fsm.c +++ b/test/test-mixed-fsm.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2019 Siddharth Chandrasekaran * - * SPDX-License-Identifier: MIT + * SPDX-License-Identifier: Apache-2.0 */ #include diff --git a/test/test.c b/test/test.c index 7c935c74..357055b7 100644 --- a/test/test.c +++ b/test/test.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2019 Siddharth Chandrasekaran * - * SPDX-License-Identifier: MIT + * SPDX-License-Identifier: Apache-2.0 */ #include