From dbf17bdc9b9f8d260f0aa4420111f9d99e4fa157 Mon Sep 17 00:00:00 2001 From: Tilen Majerle Date: Thu, 10 Oct 2019 22:52:50 +0200 Subject: [PATCH 1/2] Add _version_ placeholder --- dev/VisualStudio/gsm_config.h | 1 + dev/VisualStudio/lwmem_config.h | 1 + .../mqtt_client_api_rtos_stm32f429zi_nucleo/inc/gsm_config.h | 1 + .../stm32/mqtt_client_api_rtos_stm32f429zi_nucleo/inc/main.h | 1 + .../stm32/mqtt_client_api_rtos_stm32f429zi_nucleo/src/main.c | 1 + .../netconn_client_rtos_stm32f429zi_nucleo/inc/gsm_config.h | 1 + examples/stm32/netconn_client_rtos_stm32f429zi_nucleo/inc/main.h | 1 + examples/stm32/netconn_client_rtos_stm32f429zi_nucleo/src/main.c | 1 + .../sms_send_receive_rtos_stm32f429zi_nucleo/inc/gsm_config.h | 1 + .../stm32/sms_send_receive_rtos_stm32f429zi_nucleo/inc/main.h | 1 + .../stm32/sms_send_receive_rtos_stm32f429zi_nucleo/src/main.c | 1 + .../inc/gsm_config.h | 1 + .../sms_send_receive_thread_rtos_stm32f429zi_nucleo/inc/main.h | 1 + .../sms_send_receive_thread_rtos_stm32f429zi_nucleo/src/main.c | 1 + examples/win32/call_rtos/gsm_config.h | 1 + examples/win32/call_sms_rtos/gsm_config.h | 1 + examples/win32/device_info_rtos/gsm_config.h | 1 + examples/win32/mqtt_client_api_rtos/gsm_config.h | 1 + examples/win32/netconn_client_rtos/gsm_config.h | 1 + examples/win32/sms_send_receive_rtos/gsm_config.h | 1 + gsm_at_lib/src/api/gsm_netconn.c | 1 + gsm_at_lib/src/api/gsm_network_api.c | 1 + gsm_at_lib/src/apps/mqtt/gsm_mqtt_client.c | 1 + gsm_at_lib/src/apps/mqtt/gsm_mqtt_client_api.c | 1 + gsm_at_lib/src/apps/mqtt/gsm_mqtt_client_evt.c | 1 + gsm_at_lib/src/gsm/gsm.c | 1 + gsm_at_lib/src/gsm/gsm_buff.c | 1 + gsm_at_lib/src/gsm/gsm_call.c | 1 + gsm_at_lib/src/gsm/gsm_conn.c | 1 + gsm_at_lib/src/gsm/gsm_debug.c | 1 + gsm_at_lib/src/gsm/gsm_device_info.c | 1 + gsm_at_lib/src/gsm/gsm_evt.c | 1 + gsm_at_lib/src/gsm/gsm_ftp.c | 1 + gsm_at_lib/src/gsm/gsm_http.c | 1 + gsm_at_lib/src/gsm/gsm_input.c | 1 + gsm_at_lib/src/gsm/gsm_int.c | 1 + gsm_at_lib/src/gsm/gsm_mem.c | 1 + gsm_at_lib/src/gsm/gsm_network.c | 1 + gsm_at_lib/src/gsm/gsm_operator.c | 1 + gsm_at_lib/src/gsm/gsm_parser.c | 1 + gsm_at_lib/src/gsm/gsm_pbuf.c | 1 + gsm_at_lib/src/gsm/gsm_phonebook.c | 1 + gsm_at_lib/src/gsm/gsm_ping.c | 1 + gsm_at_lib/src/gsm/gsm_sim.c | 1 + gsm_at_lib/src/gsm/gsm_sms.c | 1 + gsm_at_lib/src/gsm/gsm_threads.c | 1 + gsm_at_lib/src/gsm/gsm_timeout.c | 1 + gsm_at_lib/src/gsm/gsm_unicode.c | 1 + gsm_at_lib/src/gsm/gsm_ussd.c | 1 + gsm_at_lib/src/gsm/gsm_utils.c | 1 + gsm_at_lib/src/include/gsm/apps/gsm_apps.h | 1 + gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client.h | 1 + gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client_api.h | 1 + gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client_evt.h | 1 + gsm_at_lib/src/include/gsm/gsm.h | 1 + gsm_at_lib/src/include/gsm/gsm_buff.h | 1 + gsm_at_lib/src/include/gsm/gsm_call.h | 1 + gsm_at_lib/src/include/gsm/gsm_config_default.h | 1 + gsm_at_lib/src/include/gsm/gsm_config_template.h | 1 + gsm_at_lib/src/include/gsm/gsm_conn.h | 1 + gsm_at_lib/src/include/gsm/gsm_debug.h | 1 + gsm_at_lib/src/include/gsm/gsm_device_info.h | 1 + gsm_at_lib/src/include/gsm/gsm_evt.h | 1 + gsm_at_lib/src/include/gsm/gsm_ftp.h | 1 + gsm_at_lib/src/include/gsm/gsm_http.h | 1 + gsm_at_lib/src/include/gsm/gsm_includes.h | 1 + gsm_at_lib/src/include/gsm/gsm_input.h | 1 + gsm_at_lib/src/include/gsm/gsm_int.h | 1 + gsm_at_lib/src/include/gsm/gsm_mem.h | 1 + gsm_at_lib/src/include/gsm/gsm_memories.h | 1 + gsm_at_lib/src/include/gsm/gsm_models.h | 1 + gsm_at_lib/src/include/gsm/gsm_netconn.h | 1 + gsm_at_lib/src/include/gsm/gsm_network.h | 1 + gsm_at_lib/src/include/gsm/gsm_network_api.h | 1 + gsm_at_lib/src/include/gsm/gsm_operator.h | 1 + gsm_at_lib/src/include/gsm/gsm_parser.h | 1 + gsm_at_lib/src/include/gsm/gsm_pbuf.h | 1 + gsm_at_lib/src/include/gsm/gsm_phonebook.h | 1 + gsm_at_lib/src/include/gsm/gsm_ping.h | 1 + gsm_at_lib/src/include/gsm/gsm_private.h | 1 + gsm_at_lib/src/include/gsm/gsm_sim.h | 1 + gsm_at_lib/src/include/gsm/gsm_sms.h | 1 + gsm_at_lib/src/include/gsm/gsm_threads.h | 1 + gsm_at_lib/src/include/gsm/gsm_timeout.h | 1 + gsm_at_lib/src/include/gsm/gsm_typedefs.h | 1 + gsm_at_lib/src/include/gsm/gsm_unicode.h | 1 + gsm_at_lib/src/include/gsm/gsm_ussd.h | 1 + gsm_at_lib/src/include/gsm/gsm_utils.h | 1 + gsm_at_lib/src/include/system/gsm_ll.h | 1 + gsm_at_lib/src/include/system/gsm_sys.h | 1 + gsm_at_lib/src/include/system/gsm_sys_cmsis_os.h | 1 + gsm_at_lib/src/include/system/gsm_sys_cmsis_os2.h | 1 + gsm_at_lib/src/include/system/gsm_sys_template.h | 1 + gsm_at_lib/src/include/system/gsm_sys_win32.h | 1 + gsm_at_lib/src/system/gsm_ll_stm32.c | 1 + gsm_at_lib/src/system/gsm_ll_stm32f429zi_nucleo.c | 1 + gsm_at_lib/src/system/gsm_ll_template.c | 1 + gsm_at_lib/src/system/gsm_ll_win32.c | 1 + gsm_at_lib/src/system/gsm_mem_lwmem.c | 1 + gsm_at_lib/src/system/gsm_sys_cmsis_os.c | 1 + gsm_at_lib/src/system/gsm_sys_cmsis_os2.c | 1 + gsm_at_lib/src/system/gsm_sys_template.c | 1 + gsm_at_lib/src/system/gsm_sys_win32.c | 1 + 103 files changed, 103 insertions(+) diff --git a/dev/VisualStudio/gsm_config.h b/dev/VisualStudio/gsm_config.h index d9f2dd3b..70431d07 100644 --- a/dev/VisualStudio/gsm_config.h +++ b/dev/VisualStudio/gsm_config.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_CONFIG_H #define GSM_HDR_CONFIG_H diff --git a/dev/VisualStudio/lwmem_config.h b/dev/VisualStudio/lwmem_config.h index e11649f3..669c2d34 100644 --- a/dev/VisualStudio/lwmem_config.h +++ b/dev/VisualStudio/lwmem_config.h @@ -29,6 +29,7 @@ * This file is part of LwMEM - Lightweight dynamic memory manager library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef LWMEM_HDR_CONFIG_H #define LWMEM_HDR_CONFIG_H diff --git a/examples/stm32/mqtt_client_api_rtos_stm32f429zi_nucleo/inc/gsm_config.h b/examples/stm32/mqtt_client_api_rtos_stm32f429zi_nucleo/inc/gsm_config.h index 43b545b0..9402961c 100644 --- a/examples/stm32/mqtt_client_api_rtos_stm32f429zi_nucleo/inc/gsm_config.h +++ b/examples/stm32/mqtt_client_api_rtos_stm32f429zi_nucleo/inc/gsm_config.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_CONFIG_H #define GSM_HDR_CONFIG_H diff --git a/examples/stm32/mqtt_client_api_rtos_stm32f429zi_nucleo/inc/main.h b/examples/stm32/mqtt_client_api_rtos_stm32f429zi_nucleo/inc/main.h index b7566a89..d9b06dca 100644 --- a/examples/stm32/mqtt_client_api_rtos_stm32f429zi_nucleo/inc/main.h +++ b/examples/stm32/mqtt_client_api_rtos_stm32f429zi_nucleo/inc/main.h @@ -27,6 +27,7 @@ * OTHER DEALINGS IN THE SOFTWARE. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef __MAIN_H #define __MAIN_H diff --git a/examples/stm32/mqtt_client_api_rtos_stm32f429zi_nucleo/src/main.c b/examples/stm32/mqtt_client_api_rtos_stm32f429zi_nucleo/src/main.c index 07d0e4ed..ec48234d 100644 --- a/examples/stm32/mqtt_client_api_rtos_stm32f429zi_nucleo/src/main.c +++ b/examples/stm32/mqtt_client_api_rtos_stm32f429zi_nucleo/src/main.c @@ -27,6 +27,7 @@ * OTHER DEALINGS IN THE SOFTWARE. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "main.h" #include "cmsis_os.h" diff --git a/examples/stm32/netconn_client_rtos_stm32f429zi_nucleo/inc/gsm_config.h b/examples/stm32/netconn_client_rtos_stm32f429zi_nucleo/inc/gsm_config.h index 43b545b0..9402961c 100644 --- a/examples/stm32/netconn_client_rtos_stm32f429zi_nucleo/inc/gsm_config.h +++ b/examples/stm32/netconn_client_rtos_stm32f429zi_nucleo/inc/gsm_config.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_CONFIG_H #define GSM_HDR_CONFIG_H diff --git a/examples/stm32/netconn_client_rtos_stm32f429zi_nucleo/inc/main.h b/examples/stm32/netconn_client_rtos_stm32f429zi_nucleo/inc/main.h index b7566a89..d9b06dca 100644 --- a/examples/stm32/netconn_client_rtos_stm32f429zi_nucleo/inc/main.h +++ b/examples/stm32/netconn_client_rtos_stm32f429zi_nucleo/inc/main.h @@ -27,6 +27,7 @@ * OTHER DEALINGS IN THE SOFTWARE. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef __MAIN_H #define __MAIN_H diff --git a/examples/stm32/netconn_client_rtos_stm32f429zi_nucleo/src/main.c b/examples/stm32/netconn_client_rtos_stm32f429zi_nucleo/src/main.c index 3280953e..ce4f2c6b 100644 --- a/examples/stm32/netconn_client_rtos_stm32f429zi_nucleo/src/main.c +++ b/examples/stm32/netconn_client_rtos_stm32f429zi_nucleo/src/main.c @@ -27,6 +27,7 @@ * OTHER DEALINGS IN THE SOFTWARE. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "main.h" #include "cmsis_os.h" diff --git a/examples/stm32/sms_send_receive_rtos_stm32f429zi_nucleo/inc/gsm_config.h b/examples/stm32/sms_send_receive_rtos_stm32f429zi_nucleo/inc/gsm_config.h index 81c648d9..ed198b14 100644 --- a/examples/stm32/sms_send_receive_rtos_stm32f429zi_nucleo/inc/gsm_config.h +++ b/examples/stm32/sms_send_receive_rtos_stm32f429zi_nucleo/inc/gsm_config.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_CONFIG_H #define GSM_HDR_CONFIG_H diff --git a/examples/stm32/sms_send_receive_rtos_stm32f429zi_nucleo/inc/main.h b/examples/stm32/sms_send_receive_rtos_stm32f429zi_nucleo/inc/main.h index b7566a89..d9b06dca 100644 --- a/examples/stm32/sms_send_receive_rtos_stm32f429zi_nucleo/inc/main.h +++ b/examples/stm32/sms_send_receive_rtos_stm32f429zi_nucleo/inc/main.h @@ -27,6 +27,7 @@ * OTHER DEALINGS IN THE SOFTWARE. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef __MAIN_H #define __MAIN_H diff --git a/examples/stm32/sms_send_receive_rtos_stm32f429zi_nucleo/src/main.c b/examples/stm32/sms_send_receive_rtos_stm32f429zi_nucleo/src/main.c index d20e7693..3d9e95e0 100644 --- a/examples/stm32/sms_send_receive_rtos_stm32f429zi_nucleo/src/main.c +++ b/examples/stm32/sms_send_receive_rtos_stm32f429zi_nucleo/src/main.c @@ -27,6 +27,7 @@ * OTHER DEALINGS IN THE SOFTWARE. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "main.h" #include "cmsis_os.h" diff --git a/examples/stm32/sms_send_receive_thread_rtos_stm32f429zi_nucleo/inc/gsm_config.h b/examples/stm32/sms_send_receive_thread_rtos_stm32f429zi_nucleo/inc/gsm_config.h index 81c648d9..ed198b14 100644 --- a/examples/stm32/sms_send_receive_thread_rtos_stm32f429zi_nucleo/inc/gsm_config.h +++ b/examples/stm32/sms_send_receive_thread_rtos_stm32f429zi_nucleo/inc/gsm_config.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_CONFIG_H #define GSM_HDR_CONFIG_H diff --git a/examples/stm32/sms_send_receive_thread_rtos_stm32f429zi_nucleo/inc/main.h b/examples/stm32/sms_send_receive_thread_rtos_stm32f429zi_nucleo/inc/main.h index b7566a89..d9b06dca 100644 --- a/examples/stm32/sms_send_receive_thread_rtos_stm32f429zi_nucleo/inc/main.h +++ b/examples/stm32/sms_send_receive_thread_rtos_stm32f429zi_nucleo/inc/main.h @@ -27,6 +27,7 @@ * OTHER DEALINGS IN THE SOFTWARE. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef __MAIN_H #define __MAIN_H diff --git a/examples/stm32/sms_send_receive_thread_rtos_stm32f429zi_nucleo/src/main.c b/examples/stm32/sms_send_receive_thread_rtos_stm32f429zi_nucleo/src/main.c index 7ac21db3..89347c33 100644 --- a/examples/stm32/sms_send_receive_thread_rtos_stm32f429zi_nucleo/src/main.c +++ b/examples/stm32/sms_send_receive_thread_rtos_stm32f429zi_nucleo/src/main.c @@ -27,6 +27,7 @@ * OTHER DEALINGS IN THE SOFTWARE. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "main.h" #include "cmsis_os.h" diff --git a/examples/win32/call_rtos/gsm_config.h b/examples/win32/call_rtos/gsm_config.h index 3becedf8..d86b9e8e 100644 --- a/examples/win32/call_rtos/gsm_config.h +++ b/examples/win32/call_rtos/gsm_config.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_CONFIG_H #define GSM_HDR_CONFIG_H diff --git a/examples/win32/call_sms_rtos/gsm_config.h b/examples/win32/call_sms_rtos/gsm_config.h index f98a408e..581bb58b 100644 --- a/examples/win32/call_sms_rtos/gsm_config.h +++ b/examples/win32/call_sms_rtos/gsm_config.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_CONFIG_H #define GSM_HDR_CONFIG_H diff --git a/examples/win32/device_info_rtos/gsm_config.h b/examples/win32/device_info_rtos/gsm_config.h index a1e47647..a301797d 100644 --- a/examples/win32/device_info_rtos/gsm_config.h +++ b/examples/win32/device_info_rtos/gsm_config.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_CONFIG_H #define GSM_HDR_CONFIG_H diff --git a/examples/win32/mqtt_client_api_rtos/gsm_config.h b/examples/win32/mqtt_client_api_rtos/gsm_config.h index 545045dd..f6623185 100644 --- a/examples/win32/mqtt_client_api_rtos/gsm_config.h +++ b/examples/win32/mqtt_client_api_rtos/gsm_config.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_CONFIG_H #define GSM_HDR_CONFIG_H diff --git a/examples/win32/netconn_client_rtos/gsm_config.h b/examples/win32/netconn_client_rtos/gsm_config.h index 545045dd..f6623185 100644 --- a/examples/win32/netconn_client_rtos/gsm_config.h +++ b/examples/win32/netconn_client_rtos/gsm_config.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_CONFIG_H #define GSM_HDR_CONFIG_H diff --git a/examples/win32/sms_send_receive_rtos/gsm_config.h b/examples/win32/sms_send_receive_rtos/gsm_config.h index a1e47647..a301797d 100644 --- a/examples/win32/sms_send_receive_rtos/gsm_config.h +++ b/examples/win32/sms_send_receive_rtos/gsm_config.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_CONFIG_H #define GSM_HDR_CONFIG_H diff --git a/gsm_at_lib/src/api/gsm_netconn.c b/gsm_at_lib/src/api/gsm_netconn.c index 45b4d798..af872725 100644 --- a/gsm_at_lib/src/api/gsm_netconn.c +++ b/gsm_at_lib/src/api/gsm_netconn.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/gsm_netconn.h" #include "gsm/gsm_private.h" diff --git a/gsm_at_lib/src/api/gsm_network_api.c b/gsm_at_lib/src/api/gsm_network_api.c index 5d96bd0f..e372224d 100644 --- a/gsm_at_lib/src/api/gsm_network_api.c +++ b/gsm_at_lib/src/api/gsm_network_api.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/gsm_network_api.h" #include "gsm/gsm_private.h" diff --git a/gsm_at_lib/src/apps/mqtt/gsm_mqtt_client.c b/gsm_at_lib/src/apps/mqtt/gsm_mqtt_client.c index d6a041a3..85cb52e0 100644 --- a/gsm_at_lib/src/apps/mqtt/gsm_mqtt_client.c +++ b/gsm_at_lib/src/apps/mqtt/gsm_mqtt_client.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/apps/gsm_mqtt_client.h" #include "gsm/gsm_mem.h" diff --git a/gsm_at_lib/src/apps/mqtt/gsm_mqtt_client_api.c b/gsm_at_lib/src/apps/mqtt/gsm_mqtt_client_api.c index 528fc191..457c87e0 100644 --- a/gsm_at_lib/src/apps/mqtt/gsm_mqtt_client_api.c +++ b/gsm_at_lib/src/apps/mqtt/gsm_mqtt_client_api.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/apps/gsm_mqtt_client_api.h" #include "gsm/gsm_mem.h" diff --git a/gsm_at_lib/src/apps/mqtt/gsm_mqtt_client_evt.c b/gsm_at_lib/src/apps/mqtt/gsm_mqtt_client_evt.c index 2c69299b..f29e6c27 100644 --- a/gsm_at_lib/src/apps/mqtt/gsm_mqtt_client_evt.c +++ b/gsm_at_lib/src/apps/mqtt/gsm_mqtt_client_evt.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/apps/gsm_mqtt_client_evt.h" diff --git a/gsm_at_lib/src/gsm/gsm.c b/gsm_at_lib/src/gsm/gsm.c index 859a13f9..c2e41a00 100644 --- a/gsm_at_lib/src/gsm/gsm.c +++ b/gsm_at_lib/src/gsm/gsm.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/gsm_private.h" #include "gsm/gsm_mem.h" diff --git a/gsm_at_lib/src/gsm/gsm_buff.c b/gsm_at_lib/src/gsm/gsm_buff.c index 76c6b243..b728f405 100644 --- a/gsm_at_lib/src/gsm/gsm_buff.c +++ b/gsm_at_lib/src/gsm/gsm_buff.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/gsm_private.h" #include "gsm/gsm_buff.h" diff --git a/gsm_at_lib/src/gsm/gsm_call.c b/gsm_at_lib/src/gsm/gsm_call.c index cddd45de..ae4641d7 100644 --- a/gsm_at_lib/src/gsm/gsm_call.c +++ b/gsm_at_lib/src/gsm/gsm_call.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/gsm_private.h" #include "gsm/gsm_call.h" diff --git a/gsm_at_lib/src/gsm/gsm_conn.c b/gsm_at_lib/src/gsm/gsm_conn.c index ab5ae5f8..b1c84f2b 100644 --- a/gsm_at_lib/src/gsm/gsm_conn.c +++ b/gsm_at_lib/src/gsm/gsm_conn.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/gsm_private.h" #include "gsm/gsm_conn.h" diff --git a/gsm_at_lib/src/gsm/gsm_debug.c b/gsm_at_lib/src/gsm/gsm_debug.c index 6d4855e6..5e80b1ac 100644 --- a/gsm_at_lib/src/gsm/gsm_debug.c +++ b/gsm_at_lib/src/gsm/gsm_debug.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/gsm_private.h" #include "gsm/gsm_debug.h" diff --git a/gsm_at_lib/src/gsm/gsm_device_info.c b/gsm_at_lib/src/gsm/gsm_device_info.c index 3d3c28e0..771d06ea 100644 --- a/gsm_at_lib/src/gsm/gsm_device_info.c +++ b/gsm_at_lib/src/gsm/gsm_device_info.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/gsm_private.h" #include "gsm/gsm_device_info.h" diff --git a/gsm_at_lib/src/gsm/gsm_evt.c b/gsm_at_lib/src/gsm/gsm_evt.c index 35ec801a..58234b5d 100644 --- a/gsm_at_lib/src/gsm/gsm_evt.c +++ b/gsm_at_lib/src/gsm/gsm_evt.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/gsm_private.h" #include "gsm/gsm_evt.h" diff --git a/gsm_at_lib/src/gsm/gsm_ftp.c b/gsm_at_lib/src/gsm/gsm_ftp.c index f0b0b459..e6af7403 100644 --- a/gsm_at_lib/src/gsm/gsm_ftp.c +++ b/gsm_at_lib/src/gsm/gsm_ftp.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/gsm_private.h" #include "gsm/gsm_ftp.h" diff --git a/gsm_at_lib/src/gsm/gsm_http.c b/gsm_at_lib/src/gsm/gsm_http.c index f3909806..37ce50bb 100644 --- a/gsm_at_lib/src/gsm/gsm_http.c +++ b/gsm_at_lib/src/gsm/gsm_http.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/gsm_private.h" #include "gsm/gsm_http.h" diff --git a/gsm_at_lib/src/gsm/gsm_input.c b/gsm_at_lib/src/gsm/gsm_input.c index 3112e727..cdeb75fa 100644 --- a/gsm_at_lib/src/gsm/gsm_input.c +++ b/gsm_at_lib/src/gsm/gsm_input.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/gsm_private.h" #include "gsm/gsm.h" diff --git a/gsm_at_lib/src/gsm/gsm_int.c b/gsm_at_lib/src/gsm/gsm_int.c index 1407b901..7130bd65 100644 --- a/gsm_at_lib/src/gsm/gsm_int.c +++ b/gsm_at_lib/src/gsm/gsm_int.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/gsm_private.h" #include "gsm/gsm.h" diff --git a/gsm_at_lib/src/gsm/gsm_mem.c b/gsm_at_lib/src/gsm/gsm_mem.c index 8e1253f0..0e73bbcd 100644 --- a/gsm_at_lib/src/gsm/gsm_mem.c +++ b/gsm_at_lib/src/gsm/gsm_mem.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/gsm_private.h" #include "gsm/gsm_mem.h" diff --git a/gsm_at_lib/src/gsm/gsm_network.c b/gsm_at_lib/src/gsm/gsm_network.c index 8cea76ec..41e44e42 100644 --- a/gsm_at_lib/src/gsm/gsm_network.c +++ b/gsm_at_lib/src/gsm/gsm_network.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/gsm_private.h" #include "gsm/gsm_network.h" diff --git a/gsm_at_lib/src/gsm/gsm_operator.c b/gsm_at_lib/src/gsm/gsm_operator.c index 5b90c5f9..f8e7a7c6 100644 --- a/gsm_at_lib/src/gsm/gsm_operator.c +++ b/gsm_at_lib/src/gsm/gsm_operator.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/gsm_private.h" #include "gsm/gsm_operator.h" diff --git a/gsm_at_lib/src/gsm/gsm_parser.c b/gsm_at_lib/src/gsm/gsm_parser.c index 07fb569c..0ea62813 100644 --- a/gsm_at_lib/src/gsm/gsm_parser.c +++ b/gsm_at_lib/src/gsm/gsm_parser.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/gsm_private.h" #include "gsm/gsm_parser.h" diff --git a/gsm_at_lib/src/gsm/gsm_pbuf.c b/gsm_at_lib/src/gsm/gsm_pbuf.c index b1d18736..5310ab57 100644 --- a/gsm_at_lib/src/gsm/gsm_pbuf.c +++ b/gsm_at_lib/src/gsm/gsm_pbuf.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/gsm_private.h" #include "gsm/gsm_pbuf.h" diff --git a/gsm_at_lib/src/gsm/gsm_phonebook.c b/gsm_at_lib/src/gsm/gsm_phonebook.c index 75feee1a..bcec3aaa 100644 --- a/gsm_at_lib/src/gsm/gsm_phonebook.c +++ b/gsm_at_lib/src/gsm/gsm_phonebook.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/gsm_private.h" #include "gsm/gsm_phonebook.h" diff --git a/gsm_at_lib/src/gsm/gsm_ping.c b/gsm_at_lib/src/gsm/gsm_ping.c index ad92f0e7..9f46276d 100644 --- a/gsm_at_lib/src/gsm/gsm_ping.c +++ b/gsm_at_lib/src/gsm/gsm_ping.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/gsm_private.h" #include "gsm/gsm_ping.h" diff --git a/gsm_at_lib/src/gsm/gsm_sim.c b/gsm_at_lib/src/gsm/gsm_sim.c index a32333ad..2e0ed31e 100644 --- a/gsm_at_lib/src/gsm/gsm_sim.c +++ b/gsm_at_lib/src/gsm/gsm_sim.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/gsm_private.h" #include "gsm/gsm_sim.h" diff --git a/gsm_at_lib/src/gsm/gsm_sms.c b/gsm_at_lib/src/gsm/gsm_sms.c index eb51f860..da1e0ed3 100644 --- a/gsm_at_lib/src/gsm/gsm_sms.c +++ b/gsm_at_lib/src/gsm/gsm_sms.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/gsm_private.h" #include "gsm/gsm_sms.h" diff --git a/gsm_at_lib/src/gsm/gsm_threads.c b/gsm_at_lib/src/gsm/gsm_threads.c index 8900b894..adb2e8c2 100644 --- a/gsm_at_lib/src/gsm/gsm_threads.c +++ b/gsm_at_lib/src/gsm/gsm_threads.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/gsm_private.h" #include "gsm/gsm_threads.h" diff --git a/gsm_at_lib/src/gsm/gsm_timeout.c b/gsm_at_lib/src/gsm/gsm_timeout.c index f1df20b1..dff618ba 100644 --- a/gsm_at_lib/src/gsm/gsm_timeout.c +++ b/gsm_at_lib/src/gsm/gsm_timeout.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/gsm_private.h" #include "gsm/gsm_timeout.h" diff --git a/gsm_at_lib/src/gsm/gsm_unicode.c b/gsm_at_lib/src/gsm/gsm_unicode.c index 647859be..3104a6de 100644 --- a/gsm_at_lib/src/gsm/gsm_unicode.c +++ b/gsm_at_lib/src/gsm/gsm_unicode.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/gsm_private.h" #include "gsm/gsm_unicode.h" diff --git a/gsm_at_lib/src/gsm/gsm_ussd.c b/gsm_at_lib/src/gsm/gsm_ussd.c index f16f0e7f..da8114c6 100644 --- a/gsm_at_lib/src/gsm/gsm_ussd.c +++ b/gsm_at_lib/src/gsm/gsm_ussd.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/gsm_private.h" #include "gsm/gsm_ussd.h" diff --git a/gsm_at_lib/src/gsm/gsm_utils.c b/gsm_at_lib/src/gsm/gsm_utils.c index 5f6e4dcb..6ddd1516 100644 --- a/gsm_at_lib/src/gsm/gsm_utils.c +++ b/gsm_at_lib/src/gsm/gsm_utils.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/gsm_private.h" #include "gsm/gsm_utils.h" diff --git a/gsm_at_lib/src/include/gsm/apps/gsm_apps.h b/gsm_at_lib/src/include/gsm/apps/gsm_apps.h index 13a73cfb..db8a744a 100644 --- a/gsm_at_lib/src/include/gsm/apps/gsm_apps.h +++ b/gsm_at_lib/src/include/gsm/apps/gsm_apps.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_APPS_H #define GSM_HDR_APPS_H diff --git a/gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client.h b/gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client.h index cf535418..88a2dba2 100644 --- a/gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client.h +++ b/gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_APP_MQTT_CLIENT_H #define GSM_HDR_APP_MQTT_CLIENT_H diff --git a/gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client_api.h b/gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client_api.h index 968c1429..55dcf583 100644 --- a/gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client_api.h +++ b/gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client_api.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_APP_MQTT_CLIENT_API_H #define GSM_HDR_APP_MQTT_CLIENT_API_H diff --git a/gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client_evt.h b/gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client_evt.h index c0c0be37..88aa3e0b 100644 --- a/gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client_evt.h +++ b/gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client_evt.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_APP_MQTT_CLIENT_EVT_H #define GSM_HDR_APP_MQTT_CLIENT_EVT_H diff --git a/gsm_at_lib/src/include/gsm/gsm.h b/gsm_at_lib/src/include/gsm/gsm.h index c84a0c69..9fe211fb 100644 --- a/gsm_at_lib/src/include/gsm/gsm.h +++ b/gsm_at_lib/src/include/gsm/gsm.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_H #define GSM_HDR_H diff --git a/gsm_at_lib/src/include/gsm/gsm_buff.h b/gsm_at_lib/src/include/gsm/gsm_buff.h index a635db62..24e8404d 100644 --- a/gsm_at_lib/src/include/gsm/gsm_buff.h +++ b/gsm_at_lib/src/include/gsm/gsm_buff.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_BUFF_H #define GSM_HDR_BUFF_H diff --git a/gsm_at_lib/src/include/gsm/gsm_call.h b/gsm_at_lib/src/include/gsm/gsm_call.h index 1f41c2ef..9bae1290 100644 --- a/gsm_at_lib/src/include/gsm/gsm_call.h +++ b/gsm_at_lib/src/include/gsm/gsm_call.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_CALL_H #define GSM_HDR_CALL_H diff --git a/gsm_at_lib/src/include/gsm/gsm_config_default.h b/gsm_at_lib/src/include/gsm/gsm_config_default.h index 6f5ec4ca..c3292119 100644 --- a/gsm_at_lib/src/include/gsm/gsm_config_default.h +++ b/gsm_at_lib/src/include/gsm/gsm_config_default.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_DEFAULT_CONFIG_H #define GSM_HDR_DEFAULT_CONFIG_H diff --git a/gsm_at_lib/src/include/gsm/gsm_config_template.h b/gsm_at_lib/src/include/gsm/gsm_config_template.h index d6d690a7..f10cdb82 100644 --- a/gsm_at_lib/src/include/gsm/gsm_config_template.h +++ b/gsm_at_lib/src/include/gsm/gsm_config_template.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_CONFIG_H #define GSM_HDR_CONFIG_H diff --git a/gsm_at_lib/src/include/gsm/gsm_conn.h b/gsm_at_lib/src/include/gsm/gsm_conn.h index 9cf10ff2..089d5a49 100644 --- a/gsm_at_lib/src/include/gsm/gsm_conn.h +++ b/gsm_at_lib/src/include/gsm/gsm_conn.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_CONN_H #define GSM_HDR_CONN_H diff --git a/gsm_at_lib/src/include/gsm/gsm_debug.h b/gsm_at_lib/src/include/gsm/gsm_debug.h index 8d799b0c..18bdfd26 100644 --- a/gsm_at_lib/src/include/gsm/gsm_debug.h +++ b/gsm_at_lib/src/include/gsm/gsm_debug.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_DEBUG_H #define GSM_HDR_DEBUG_H diff --git a/gsm_at_lib/src/include/gsm/gsm_device_info.h b/gsm_at_lib/src/include/gsm/gsm_device_info.h index fd608c2e..3332e43b 100644 --- a/gsm_at_lib/src/include/gsm/gsm_device_info.h +++ b/gsm_at_lib/src/include/gsm/gsm_device_info.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_DEVICE_INFO_H #define GSM_HDR_DEVICE_INFO_H diff --git a/gsm_at_lib/src/include/gsm/gsm_evt.h b/gsm_at_lib/src/include/gsm/gsm_evt.h index b68f16fc..b0dbaa21 100644 --- a/gsm_at_lib/src/include/gsm/gsm_evt.h +++ b/gsm_at_lib/src/include/gsm/gsm_evt.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_EVT_H #define GSM_HDR_EVT_H diff --git a/gsm_at_lib/src/include/gsm/gsm_ftp.h b/gsm_at_lib/src/include/gsm/gsm_ftp.h index 42469260..4e2f8f4d 100644 --- a/gsm_at_lib/src/include/gsm/gsm_ftp.h +++ b/gsm_at_lib/src/include/gsm/gsm_ftp.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_FTP_H #define GSM_HDR_FTP_H diff --git a/gsm_at_lib/src/include/gsm/gsm_http.h b/gsm_at_lib/src/include/gsm/gsm_http.h index 2fa7c749..1af13296 100644 --- a/gsm_at_lib/src/include/gsm/gsm_http.h +++ b/gsm_at_lib/src/include/gsm/gsm_http.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_HTTP_H #define GSM_HDR_HTTP_H diff --git a/gsm_at_lib/src/include/gsm/gsm_includes.h b/gsm_at_lib/src/include/gsm/gsm_includes.h index 598cd82a..81bb3370 100644 --- a/gsm_at_lib/src/include/gsm/gsm_includes.h +++ b/gsm_at_lib/src/include/gsm/gsm_includes.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_INCLUDES_H #define GSM_HDR_INCLUDES_H diff --git a/gsm_at_lib/src/include/gsm/gsm_input.h b/gsm_at_lib/src/include/gsm/gsm_input.h index 020bac81..ffb522f2 100644 --- a/gsm_at_lib/src/include/gsm/gsm_input.h +++ b/gsm_at_lib/src/include/gsm/gsm_input.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_INPUT_H #define GSM_HDR_INPUT_H diff --git a/gsm_at_lib/src/include/gsm/gsm_int.h b/gsm_at_lib/src/include/gsm/gsm_int.h index 0f8f52be..51c3c3e3 100644 --- a/gsm_at_lib/src/include/gsm/gsm_int.h +++ b/gsm_at_lib/src/include/gsm/gsm_int.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_INT_H #define GSM_HDR_INT_H diff --git a/gsm_at_lib/src/include/gsm/gsm_mem.h b/gsm_at_lib/src/include/gsm/gsm_mem.h index 4d30dff5..0edf821a 100644 --- a/gsm_at_lib/src/include/gsm/gsm_mem.h +++ b/gsm_at_lib/src/include/gsm/gsm_mem.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_MEM_H #define GSM_HDR_MEM_H diff --git a/gsm_at_lib/src/include/gsm/gsm_memories.h b/gsm_at_lib/src/include/gsm/gsm_memories.h index 630ec570..0803a916 100644 --- a/gsm_at_lib/src/include/gsm/gsm_memories.h +++ b/gsm_at_lib/src/include/gsm/gsm_memories.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ GSM_DEV_MEMORY_ENTRY(SM_P, "SM_P") diff --git a/gsm_at_lib/src/include/gsm/gsm_models.h b/gsm_at_lib/src/include/gsm/gsm_models.h index 5abad3e6..8ed79139 100644 --- a/gsm_at_lib/src/include/gsm/gsm_models.h +++ b/gsm_at_lib/src/include/gsm/gsm_models.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ /* Order: Device name; Device model identification, Is_2G, Is_LTE */ diff --git a/gsm_at_lib/src/include/gsm/gsm_netconn.h b/gsm_at_lib/src/include/gsm/gsm_netconn.h index d7b387bb..6102d040 100644 --- a/gsm_at_lib/src/include/gsm/gsm_netconn.h +++ b/gsm_at_lib/src/include/gsm/gsm_netconn.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_NETCONN_H #define GSM_HDR_NETCONN_H diff --git a/gsm_at_lib/src/include/gsm/gsm_network.h b/gsm_at_lib/src/include/gsm/gsm_network.h index 17b031bb..aaf53675 100644 --- a/gsm_at_lib/src/include/gsm/gsm_network.h +++ b/gsm_at_lib/src/include/gsm/gsm_network.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_NETWORK_H #define GSM_HDR_NETWORK_H diff --git a/gsm_at_lib/src/include/gsm/gsm_network_api.h b/gsm_at_lib/src/include/gsm/gsm_network_api.h index b99deaed..92cf8ce5 100644 --- a/gsm_at_lib/src/include/gsm/gsm_network_api.h +++ b/gsm_at_lib/src/include/gsm/gsm_network_api.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_NETWORK_API_H #define GSM_HDR_NETWORK_API_H diff --git a/gsm_at_lib/src/include/gsm/gsm_operator.h b/gsm_at_lib/src/include/gsm/gsm_operator.h index 3415c835..e07a9e6f 100644 --- a/gsm_at_lib/src/include/gsm/gsm_operator.h +++ b/gsm_at_lib/src/include/gsm/gsm_operator.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_OPERATOR_H #define GSM_HDR_OPERATOR_H diff --git a/gsm_at_lib/src/include/gsm/gsm_parser.h b/gsm_at_lib/src/include/gsm/gsm_parser.h index 1ddc2857..1bdb386f 100644 --- a/gsm_at_lib/src/include/gsm/gsm_parser.h +++ b/gsm_at_lib/src/include/gsm/gsm_parser.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_PARSER_H #define GSM_HDR_PARSER_H diff --git a/gsm_at_lib/src/include/gsm/gsm_pbuf.h b/gsm_at_lib/src/include/gsm/gsm_pbuf.h index e13796a4..b57d2a70 100644 --- a/gsm_at_lib/src/include/gsm/gsm_pbuf.h +++ b/gsm_at_lib/src/include/gsm/gsm_pbuf.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_PBUF_H #define GSM_HDR_PBUF_H diff --git a/gsm_at_lib/src/include/gsm/gsm_phonebook.h b/gsm_at_lib/src/include/gsm/gsm_phonebook.h index 6ae5d39a..f17cf34b 100644 --- a/gsm_at_lib/src/include/gsm/gsm_phonebook.h +++ b/gsm_at_lib/src/include/gsm/gsm_phonebook.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_PHONEBOOK_H #define GSM_HDR_PHONEBOOK_H diff --git a/gsm_at_lib/src/include/gsm/gsm_ping.h b/gsm_at_lib/src/include/gsm/gsm_ping.h index 6ebc8376..3cbb9ae6 100644 --- a/gsm_at_lib/src/include/gsm/gsm_ping.h +++ b/gsm_at_lib/src/include/gsm/gsm_ping.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_PING_H #define GSM_HDR_PING_H diff --git a/gsm_at_lib/src/include/gsm/gsm_private.h b/gsm_at_lib/src/include/gsm/gsm_private.h index f941c691..379b175e 100644 --- a/gsm_at_lib/src/include/gsm/gsm_private.h +++ b/gsm_at_lib/src/include/gsm/gsm_private.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef __GSM_PRIV_H #define __GSM_PRIV_H diff --git a/gsm_at_lib/src/include/gsm/gsm_sim.h b/gsm_at_lib/src/include/gsm/gsm_sim.h index 4bc1d626..f0b7ea3a 100644 --- a/gsm_at_lib/src/include/gsm/gsm_sim.h +++ b/gsm_at_lib/src/include/gsm/gsm_sim.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_SIM_H #define GSM_HDR_SIM_H diff --git a/gsm_at_lib/src/include/gsm/gsm_sms.h b/gsm_at_lib/src/include/gsm/gsm_sms.h index a1bd1589..551a2785 100644 --- a/gsm_at_lib/src/include/gsm/gsm_sms.h +++ b/gsm_at_lib/src/include/gsm/gsm_sms.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_SMS_H #define GSM_HDR_SMS_H diff --git a/gsm_at_lib/src/include/gsm/gsm_threads.h b/gsm_at_lib/src/include/gsm/gsm_threads.h index 425de60e..1e163a03 100644 --- a/gsm_at_lib/src/include/gsm/gsm_threads.h +++ b/gsm_at_lib/src/include/gsm/gsm_threads.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_THREADS_H #define GSM_HDR_THREADS_H diff --git a/gsm_at_lib/src/include/gsm/gsm_timeout.h b/gsm_at_lib/src/include/gsm/gsm_timeout.h index a8d44cf3..1fb7c0ea 100644 --- a/gsm_at_lib/src/include/gsm/gsm_timeout.h +++ b/gsm_at_lib/src/include/gsm/gsm_timeout.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_TIMEOUT_H #define GSM_HDR_TIMEOUT_H diff --git a/gsm_at_lib/src/include/gsm/gsm_typedefs.h b/gsm_at_lib/src/include/gsm/gsm_typedefs.h index d10fdc9e..e2395f37 100644 --- a/gsm_at_lib/src/include/gsm/gsm_typedefs.h +++ b/gsm_at_lib/src/include/gsm/gsm_typedefs.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_DEFS_H #define GSM_HDR_DEFS_H diff --git a/gsm_at_lib/src/include/gsm/gsm_unicode.h b/gsm_at_lib/src/include/gsm/gsm_unicode.h index 5ec3535a..477f1a37 100644 --- a/gsm_at_lib/src/include/gsm/gsm_unicode.h +++ b/gsm_at_lib/src/include/gsm/gsm_unicode.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_UNICODE_H #define GSM_HDR_UNICODE_H diff --git a/gsm_at_lib/src/include/gsm/gsm_ussd.h b/gsm_at_lib/src/include/gsm/gsm_ussd.h index 0acf1859..a4d9813b 100644 --- a/gsm_at_lib/src/include/gsm/gsm_ussd.h +++ b/gsm_at_lib/src/include/gsm/gsm_ussd.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_USSD_H #define GSM_HDR_USSD_H diff --git a/gsm_at_lib/src/include/gsm/gsm_utils.h b/gsm_at_lib/src/include/gsm/gsm_utils.h index 728e4899..718e0ea7 100644 --- a/gsm_at_lib/src/include/gsm/gsm_utils.h +++ b/gsm_at_lib/src/include/gsm/gsm_utils.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_UTILS_H #define GSM_HDR_UTILS_H diff --git a/gsm_at_lib/src/include/system/gsm_ll.h b/gsm_at_lib/src/include/system/gsm_ll.h index 1b665f05..240272c1 100644 --- a/gsm_at_lib/src/include/system/gsm_ll.h +++ b/gsm_at_lib/src/include/system/gsm_ll.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_LL_H #define GSM_HDR_LL_H diff --git a/gsm_at_lib/src/include/system/gsm_sys.h b/gsm_at_lib/src/include/system/gsm_sys.h index 4ce897fc..36f275fc 100644 --- a/gsm_at_lib/src/include/system/gsm_sys.h +++ b/gsm_at_lib/src/include/system/gsm_sys.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_MAIN_SYS_H #define GSM_HDR_MAIN_SYS_H diff --git a/gsm_at_lib/src/include/system/gsm_sys_cmsis_os.h b/gsm_at_lib/src/include/system/gsm_sys_cmsis_os.h index ba1732e6..8b802d75 100644 --- a/gsm_at_lib/src/include/system/gsm_sys_cmsis_os.h +++ b/gsm_at_lib/src/include/system/gsm_sys_cmsis_os.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_SYSTEM_CMSIS_OS_H #define GSM_HDR_SYSTEM_CMSIS_OS_H diff --git a/gsm_at_lib/src/include/system/gsm_sys_cmsis_os2.h b/gsm_at_lib/src/include/system/gsm_sys_cmsis_os2.h index 9df0e624..8bb1c96e 100644 --- a/gsm_at_lib/src/include/system/gsm_sys_cmsis_os2.h +++ b/gsm_at_lib/src/include/system/gsm_sys_cmsis_os2.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_SYSTEM_CMSIS_OS2_H #define GSM_HDR_SYSTEM_CMSIS_OS2_H diff --git a/gsm_at_lib/src/include/system/gsm_sys_template.h b/gsm_at_lib/src/include/system/gsm_sys_template.h index 1c5a1bff..608624a2 100644 --- a/gsm_at_lib/src/include/system/gsm_sys_template.h +++ b/gsm_at_lib/src/include/system/gsm_sys_template.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_SYSTEM_H #define GSM_HDR_SYSTEM_H diff --git a/gsm_at_lib/src/include/system/gsm_sys_win32.h b/gsm_at_lib/src/include/system/gsm_sys_win32.h index 66ac34e3..d10dac0e 100644 --- a/gsm_at_lib/src/include/system/gsm_sys_win32.h +++ b/gsm_at_lib/src/include/system/gsm_sys_win32.h @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #ifndef GSM_HDR_SYSTEM_WIN32_H #define GSM_HDR_SYSTEM_WIN32_H diff --git a/gsm_at_lib/src/system/gsm_ll_stm32.c b/gsm_at_lib/src/system/gsm_ll_stm32.c index 8b648754..9087e765 100644 --- a/gsm_at_lib/src/system/gsm_ll_stm32.c +++ b/gsm_at_lib/src/system/gsm_ll_stm32.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ /* diff --git a/gsm_at_lib/src/system/gsm_ll_stm32f429zi_nucleo.c b/gsm_at_lib/src/system/gsm_ll_stm32f429zi_nucleo.c index 9da1e488..8ee6ece4 100644 --- a/gsm_at_lib/src/system/gsm_ll_stm32f429zi_nucleo.c +++ b/gsm_at_lib/src/system/gsm_ll_stm32f429zi_nucleo.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ /* diff --git a/gsm_at_lib/src/system/gsm_ll_template.c b/gsm_at_lib/src/system/gsm_ll_template.c index 23896ab7..6debf7c5 100644 --- a/gsm_at_lib/src/system/gsm_ll_template.c +++ b/gsm_at_lib/src/system/gsm_ll_template.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "system/gsm_ll.h" #include "gsm/gsm.h" diff --git a/gsm_at_lib/src/system/gsm_ll_win32.c b/gsm_at_lib/src/system/gsm_ll_win32.c index c12154bf..ebc0e5c7 100644 --- a/gsm_at_lib/src/system/gsm_ll_win32.c +++ b/gsm_at_lib/src/system/gsm_ll_win32.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "system/gsm_ll.h" #include "gsm/gsm.h" diff --git a/gsm_at_lib/src/system/gsm_mem_lwmem.c b/gsm_at_lib/src/system/gsm_mem_lwmem.c index 41b91800..adc72384 100644 --- a/gsm_at_lib/src/system/gsm_mem_lwmem.c +++ b/gsm_at_lib/src/system/gsm_mem_lwmem.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "gsm/gsm.h" diff --git a/gsm_at_lib/src/system/gsm_sys_cmsis_os.c b/gsm_at_lib/src/system/gsm_sys_cmsis_os.c index 24ee1905..f5afb9aa 100644 --- a/gsm_at_lib/src/system/gsm_sys_cmsis_os.c +++ b/gsm_at_lib/src/system/gsm_sys_cmsis_os.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "system/gsm_sys.h" #include "cmsis_os.h" diff --git a/gsm_at_lib/src/system/gsm_sys_cmsis_os2.c b/gsm_at_lib/src/system/gsm_sys_cmsis_os2.c index 44531826..6f2e8500 100644 --- a/gsm_at_lib/src/system/gsm_sys_cmsis_os2.c +++ b/gsm_at_lib/src/system/gsm_sys_cmsis_os2.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "system/gsm_sys.h" #include "cmsis_os2.h" diff --git a/gsm_at_lib/src/system/gsm_sys_template.c b/gsm_at_lib/src/system/gsm_sys_template.c index e0f7ac13..aa131777 100644 --- a/gsm_at_lib/src/system/gsm_sys_template.c +++ b/gsm_at_lib/src/system/gsm_sys_template.c @@ -27,6 +27,7 @@ * OTHER DEALINGS IN THE SOFTWARE. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "system/gsm_sys.h" #include "cmsis_os.h" diff --git a/gsm_at_lib/src/system/gsm_sys_win32.c b/gsm_at_lib/src/system/gsm_sys_win32.c index 897e6999..5af6288c 100644 --- a/gsm_at_lib/src/system/gsm_sys_win32.c +++ b/gsm_at_lib/src/system/gsm_sys_win32.c @@ -29,6 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE + * Version: $_version_$ */ #include "system/gsm_sys.h" #include From e133e44400ac299e0ff24a6fb1902a5b696d53ed Mon Sep 17 00:00:00 2001 From: Tilen Majerle Date: Thu, 10 Oct 2019 23:18:02 +0200 Subject: [PATCH 2/2] Set version to 0.6.0 --- dev/VisualStudio/gsm_config.h | 2 +- dev/VisualStudio/lwmem_config.h | 2 +- .../mqtt_client_api_rtos_stm32f429zi_nucleo/inc/gsm_config.h | 2 +- .../stm32/mqtt_client_api_rtos_stm32f429zi_nucleo/inc/main.h | 2 +- .../stm32/mqtt_client_api_rtos_stm32f429zi_nucleo/src/main.c | 2 +- .../netconn_client_rtos_stm32f429zi_nucleo/inc/gsm_config.h | 2 +- .../stm32/netconn_client_rtos_stm32f429zi_nucleo/inc/main.h | 2 +- .../stm32/netconn_client_rtos_stm32f429zi_nucleo/src/main.c | 2 +- .../sms_send_receive_rtos_stm32f429zi_nucleo/inc/gsm_config.h | 2 +- .../stm32/sms_send_receive_rtos_stm32f429zi_nucleo/inc/main.h | 2 +- .../stm32/sms_send_receive_rtos_stm32f429zi_nucleo/src/main.c | 2 +- .../inc/gsm_config.h | 2 +- .../sms_send_receive_thread_rtos_stm32f429zi_nucleo/inc/main.h | 2 +- .../sms_send_receive_thread_rtos_stm32f429zi_nucleo/src/main.c | 2 +- examples/win32/call_rtos/gsm_config.h | 2 +- examples/win32/call_sms_rtos/gsm_config.h | 2 +- examples/win32/device_info_rtos/gsm_config.h | 2 +- examples/win32/mqtt_client_api_rtos/gsm_config.h | 2 +- examples/win32/netconn_client_rtos/gsm_config.h | 2 +- examples/win32/sms_send_receive_rtos/gsm_config.h | 2 +- gsm_at_lib/src/api/gsm_netconn.c | 2 +- gsm_at_lib/src/api/gsm_network_api.c | 2 +- gsm_at_lib/src/apps/mqtt/gsm_mqtt_client.c | 2 +- gsm_at_lib/src/apps/mqtt/gsm_mqtt_client_api.c | 2 +- gsm_at_lib/src/apps/mqtt/gsm_mqtt_client_evt.c | 2 +- gsm_at_lib/src/gsm/gsm.c | 2 +- gsm_at_lib/src/gsm/gsm_buff.c | 2 +- gsm_at_lib/src/gsm/gsm_call.c | 2 +- gsm_at_lib/src/gsm/gsm_conn.c | 2 +- gsm_at_lib/src/gsm/gsm_debug.c | 2 +- gsm_at_lib/src/gsm/gsm_device_info.c | 2 +- gsm_at_lib/src/gsm/gsm_evt.c | 2 +- gsm_at_lib/src/gsm/gsm_ftp.c | 2 +- gsm_at_lib/src/gsm/gsm_http.c | 2 +- gsm_at_lib/src/gsm/gsm_input.c | 2 +- gsm_at_lib/src/gsm/gsm_int.c | 2 +- gsm_at_lib/src/gsm/gsm_mem.c | 2 +- gsm_at_lib/src/gsm/gsm_network.c | 2 +- gsm_at_lib/src/gsm/gsm_operator.c | 2 +- gsm_at_lib/src/gsm/gsm_parser.c | 2 +- gsm_at_lib/src/gsm/gsm_pbuf.c | 2 +- gsm_at_lib/src/gsm/gsm_phonebook.c | 2 +- gsm_at_lib/src/gsm/gsm_ping.c | 2 +- gsm_at_lib/src/gsm/gsm_sim.c | 2 +- gsm_at_lib/src/gsm/gsm_sms.c | 2 +- gsm_at_lib/src/gsm/gsm_threads.c | 2 +- gsm_at_lib/src/gsm/gsm_timeout.c | 2 +- gsm_at_lib/src/gsm/gsm_unicode.c | 2 +- gsm_at_lib/src/gsm/gsm_ussd.c | 2 +- gsm_at_lib/src/gsm/gsm_utils.c | 2 +- gsm_at_lib/src/include/gsm/apps/gsm_apps.h | 2 +- gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client.h | 2 +- gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client_api.h | 2 +- gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client_evt.h | 2 +- gsm_at_lib/src/include/gsm/gsm.h | 2 +- gsm_at_lib/src/include/gsm/gsm_buff.h | 2 +- gsm_at_lib/src/include/gsm/gsm_call.h | 2 +- gsm_at_lib/src/include/gsm/gsm_config_default.h | 2 +- gsm_at_lib/src/include/gsm/gsm_config_template.h | 2 +- gsm_at_lib/src/include/gsm/gsm_conn.h | 2 +- gsm_at_lib/src/include/gsm/gsm_debug.h | 2 +- gsm_at_lib/src/include/gsm/gsm_device_info.h | 2 +- gsm_at_lib/src/include/gsm/gsm_evt.h | 2 +- gsm_at_lib/src/include/gsm/gsm_ftp.h | 2 +- gsm_at_lib/src/include/gsm/gsm_http.h | 2 +- gsm_at_lib/src/include/gsm/gsm_includes.h | 2 +- gsm_at_lib/src/include/gsm/gsm_input.h | 2 +- gsm_at_lib/src/include/gsm/gsm_int.h | 2 +- gsm_at_lib/src/include/gsm/gsm_mem.h | 2 +- gsm_at_lib/src/include/gsm/gsm_memories.h | 2 +- gsm_at_lib/src/include/gsm/gsm_models.h | 2 +- gsm_at_lib/src/include/gsm/gsm_netconn.h | 2 +- gsm_at_lib/src/include/gsm/gsm_network.h | 2 +- gsm_at_lib/src/include/gsm/gsm_network_api.h | 2 +- gsm_at_lib/src/include/gsm/gsm_operator.h | 2 +- gsm_at_lib/src/include/gsm/gsm_parser.h | 2 +- gsm_at_lib/src/include/gsm/gsm_pbuf.h | 2 +- gsm_at_lib/src/include/gsm/gsm_phonebook.h | 2 +- gsm_at_lib/src/include/gsm/gsm_ping.h | 2 +- gsm_at_lib/src/include/gsm/gsm_private.h | 2 +- gsm_at_lib/src/include/gsm/gsm_sim.h | 2 +- gsm_at_lib/src/include/gsm/gsm_sms.h | 2 +- gsm_at_lib/src/include/gsm/gsm_threads.h | 2 +- gsm_at_lib/src/include/gsm/gsm_timeout.h | 2 +- gsm_at_lib/src/include/gsm/gsm_typedefs.h | 2 +- gsm_at_lib/src/include/gsm/gsm_unicode.h | 2 +- gsm_at_lib/src/include/gsm/gsm_ussd.h | 2 +- gsm_at_lib/src/include/gsm/gsm_utils.h | 2 +- gsm_at_lib/src/include/system/gsm_ll.h | 2 +- gsm_at_lib/src/include/system/gsm_sys.h | 2 +- gsm_at_lib/src/include/system/gsm_sys_cmsis_os.h | 2 +- gsm_at_lib/src/include/system/gsm_sys_cmsis_os2.h | 2 +- gsm_at_lib/src/include/system/gsm_sys_template.h | 2 +- gsm_at_lib/src/include/system/gsm_sys_win32.h | 2 +- gsm_at_lib/src/system/gsm_ll_stm32.c | 2 +- gsm_at_lib/src/system/gsm_ll_stm32f429zi_nucleo.c | 2 +- gsm_at_lib/src/system/gsm_ll_template.c | 2 +- gsm_at_lib/src/system/gsm_ll_win32.c | 2 +- gsm_at_lib/src/system/gsm_mem_lwmem.c | 2 +- gsm_at_lib/src/system/gsm_sys_cmsis_os.c | 2 +- gsm_at_lib/src/system/gsm_sys_cmsis_os2.c | 2 +- gsm_at_lib/src/system/gsm_sys_template.c | 2 +- gsm_at_lib/src/system/gsm_sys_win32.c | 2 +- 103 files changed, 103 insertions(+), 103 deletions(-) diff --git a/dev/VisualStudio/gsm_config.h b/dev/VisualStudio/gsm_config.h index 70431d07..6102100e 100644 --- a/dev/VisualStudio/gsm_config.h +++ b/dev/VisualStudio/gsm_config.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_CONFIG_H #define GSM_HDR_CONFIG_H diff --git a/dev/VisualStudio/lwmem_config.h b/dev/VisualStudio/lwmem_config.h index 669c2d34..225127fe 100644 --- a/dev/VisualStudio/lwmem_config.h +++ b/dev/VisualStudio/lwmem_config.h @@ -29,7 +29,7 @@ * This file is part of LwMEM - Lightweight dynamic memory manager library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef LWMEM_HDR_CONFIG_H #define LWMEM_HDR_CONFIG_H diff --git a/examples/stm32/mqtt_client_api_rtos_stm32f429zi_nucleo/inc/gsm_config.h b/examples/stm32/mqtt_client_api_rtos_stm32f429zi_nucleo/inc/gsm_config.h index 9402961c..70d707c1 100644 --- a/examples/stm32/mqtt_client_api_rtos_stm32f429zi_nucleo/inc/gsm_config.h +++ b/examples/stm32/mqtt_client_api_rtos_stm32f429zi_nucleo/inc/gsm_config.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_CONFIG_H #define GSM_HDR_CONFIG_H diff --git a/examples/stm32/mqtt_client_api_rtos_stm32f429zi_nucleo/inc/main.h b/examples/stm32/mqtt_client_api_rtos_stm32f429zi_nucleo/inc/main.h index d9b06dca..6b258f26 100644 --- a/examples/stm32/mqtt_client_api_rtos_stm32f429zi_nucleo/inc/main.h +++ b/examples/stm32/mqtt_client_api_rtos_stm32f429zi_nucleo/inc/main.h @@ -27,7 +27,7 @@ * OTHER DEALINGS IN THE SOFTWARE. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef __MAIN_H #define __MAIN_H diff --git a/examples/stm32/mqtt_client_api_rtos_stm32f429zi_nucleo/src/main.c b/examples/stm32/mqtt_client_api_rtos_stm32f429zi_nucleo/src/main.c index ec48234d..10364486 100644 --- a/examples/stm32/mqtt_client_api_rtos_stm32f429zi_nucleo/src/main.c +++ b/examples/stm32/mqtt_client_api_rtos_stm32f429zi_nucleo/src/main.c @@ -27,7 +27,7 @@ * OTHER DEALINGS IN THE SOFTWARE. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "main.h" #include "cmsis_os.h" diff --git a/examples/stm32/netconn_client_rtos_stm32f429zi_nucleo/inc/gsm_config.h b/examples/stm32/netconn_client_rtos_stm32f429zi_nucleo/inc/gsm_config.h index 9402961c..70d707c1 100644 --- a/examples/stm32/netconn_client_rtos_stm32f429zi_nucleo/inc/gsm_config.h +++ b/examples/stm32/netconn_client_rtos_stm32f429zi_nucleo/inc/gsm_config.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_CONFIG_H #define GSM_HDR_CONFIG_H diff --git a/examples/stm32/netconn_client_rtos_stm32f429zi_nucleo/inc/main.h b/examples/stm32/netconn_client_rtos_stm32f429zi_nucleo/inc/main.h index d9b06dca..6b258f26 100644 --- a/examples/stm32/netconn_client_rtos_stm32f429zi_nucleo/inc/main.h +++ b/examples/stm32/netconn_client_rtos_stm32f429zi_nucleo/inc/main.h @@ -27,7 +27,7 @@ * OTHER DEALINGS IN THE SOFTWARE. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef __MAIN_H #define __MAIN_H diff --git a/examples/stm32/netconn_client_rtos_stm32f429zi_nucleo/src/main.c b/examples/stm32/netconn_client_rtos_stm32f429zi_nucleo/src/main.c index ce4f2c6b..40bd3278 100644 --- a/examples/stm32/netconn_client_rtos_stm32f429zi_nucleo/src/main.c +++ b/examples/stm32/netconn_client_rtos_stm32f429zi_nucleo/src/main.c @@ -27,7 +27,7 @@ * OTHER DEALINGS IN THE SOFTWARE. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "main.h" #include "cmsis_os.h" diff --git a/examples/stm32/sms_send_receive_rtos_stm32f429zi_nucleo/inc/gsm_config.h b/examples/stm32/sms_send_receive_rtos_stm32f429zi_nucleo/inc/gsm_config.h index ed198b14..e38c16c2 100644 --- a/examples/stm32/sms_send_receive_rtos_stm32f429zi_nucleo/inc/gsm_config.h +++ b/examples/stm32/sms_send_receive_rtos_stm32f429zi_nucleo/inc/gsm_config.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_CONFIG_H #define GSM_HDR_CONFIG_H diff --git a/examples/stm32/sms_send_receive_rtos_stm32f429zi_nucleo/inc/main.h b/examples/stm32/sms_send_receive_rtos_stm32f429zi_nucleo/inc/main.h index d9b06dca..6b258f26 100644 --- a/examples/stm32/sms_send_receive_rtos_stm32f429zi_nucleo/inc/main.h +++ b/examples/stm32/sms_send_receive_rtos_stm32f429zi_nucleo/inc/main.h @@ -27,7 +27,7 @@ * OTHER DEALINGS IN THE SOFTWARE. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef __MAIN_H #define __MAIN_H diff --git a/examples/stm32/sms_send_receive_rtos_stm32f429zi_nucleo/src/main.c b/examples/stm32/sms_send_receive_rtos_stm32f429zi_nucleo/src/main.c index 3d9e95e0..18a1da81 100644 --- a/examples/stm32/sms_send_receive_rtos_stm32f429zi_nucleo/src/main.c +++ b/examples/stm32/sms_send_receive_rtos_stm32f429zi_nucleo/src/main.c @@ -27,7 +27,7 @@ * OTHER DEALINGS IN THE SOFTWARE. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "main.h" #include "cmsis_os.h" diff --git a/examples/stm32/sms_send_receive_thread_rtos_stm32f429zi_nucleo/inc/gsm_config.h b/examples/stm32/sms_send_receive_thread_rtos_stm32f429zi_nucleo/inc/gsm_config.h index ed198b14..e38c16c2 100644 --- a/examples/stm32/sms_send_receive_thread_rtos_stm32f429zi_nucleo/inc/gsm_config.h +++ b/examples/stm32/sms_send_receive_thread_rtos_stm32f429zi_nucleo/inc/gsm_config.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_CONFIG_H #define GSM_HDR_CONFIG_H diff --git a/examples/stm32/sms_send_receive_thread_rtos_stm32f429zi_nucleo/inc/main.h b/examples/stm32/sms_send_receive_thread_rtos_stm32f429zi_nucleo/inc/main.h index d9b06dca..6b258f26 100644 --- a/examples/stm32/sms_send_receive_thread_rtos_stm32f429zi_nucleo/inc/main.h +++ b/examples/stm32/sms_send_receive_thread_rtos_stm32f429zi_nucleo/inc/main.h @@ -27,7 +27,7 @@ * OTHER DEALINGS IN THE SOFTWARE. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef __MAIN_H #define __MAIN_H diff --git a/examples/stm32/sms_send_receive_thread_rtos_stm32f429zi_nucleo/src/main.c b/examples/stm32/sms_send_receive_thread_rtos_stm32f429zi_nucleo/src/main.c index 89347c33..f80ed0cb 100644 --- a/examples/stm32/sms_send_receive_thread_rtos_stm32f429zi_nucleo/src/main.c +++ b/examples/stm32/sms_send_receive_thread_rtos_stm32f429zi_nucleo/src/main.c @@ -27,7 +27,7 @@ * OTHER DEALINGS IN THE SOFTWARE. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "main.h" #include "cmsis_os.h" diff --git a/examples/win32/call_rtos/gsm_config.h b/examples/win32/call_rtos/gsm_config.h index d86b9e8e..8d66b547 100644 --- a/examples/win32/call_rtos/gsm_config.h +++ b/examples/win32/call_rtos/gsm_config.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_CONFIG_H #define GSM_HDR_CONFIG_H diff --git a/examples/win32/call_sms_rtos/gsm_config.h b/examples/win32/call_sms_rtos/gsm_config.h index 581bb58b..441ea47f 100644 --- a/examples/win32/call_sms_rtos/gsm_config.h +++ b/examples/win32/call_sms_rtos/gsm_config.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_CONFIG_H #define GSM_HDR_CONFIG_H diff --git a/examples/win32/device_info_rtos/gsm_config.h b/examples/win32/device_info_rtos/gsm_config.h index a301797d..a1b7ac9f 100644 --- a/examples/win32/device_info_rtos/gsm_config.h +++ b/examples/win32/device_info_rtos/gsm_config.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_CONFIG_H #define GSM_HDR_CONFIG_H diff --git a/examples/win32/mqtt_client_api_rtos/gsm_config.h b/examples/win32/mqtt_client_api_rtos/gsm_config.h index f6623185..19afce73 100644 --- a/examples/win32/mqtt_client_api_rtos/gsm_config.h +++ b/examples/win32/mqtt_client_api_rtos/gsm_config.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_CONFIG_H #define GSM_HDR_CONFIG_H diff --git a/examples/win32/netconn_client_rtos/gsm_config.h b/examples/win32/netconn_client_rtos/gsm_config.h index f6623185..19afce73 100644 --- a/examples/win32/netconn_client_rtos/gsm_config.h +++ b/examples/win32/netconn_client_rtos/gsm_config.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_CONFIG_H #define GSM_HDR_CONFIG_H diff --git a/examples/win32/sms_send_receive_rtos/gsm_config.h b/examples/win32/sms_send_receive_rtos/gsm_config.h index a301797d..a1b7ac9f 100644 --- a/examples/win32/sms_send_receive_rtos/gsm_config.h +++ b/examples/win32/sms_send_receive_rtos/gsm_config.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_CONFIG_H #define GSM_HDR_CONFIG_H diff --git a/gsm_at_lib/src/api/gsm_netconn.c b/gsm_at_lib/src/api/gsm_netconn.c index af872725..b6ae8ca5 100644 --- a/gsm_at_lib/src/api/gsm_netconn.c +++ b/gsm_at_lib/src/api/gsm_netconn.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/gsm_netconn.h" #include "gsm/gsm_private.h" diff --git a/gsm_at_lib/src/api/gsm_network_api.c b/gsm_at_lib/src/api/gsm_network_api.c index e372224d..aa5cd1af 100644 --- a/gsm_at_lib/src/api/gsm_network_api.c +++ b/gsm_at_lib/src/api/gsm_network_api.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/gsm_network_api.h" #include "gsm/gsm_private.h" diff --git a/gsm_at_lib/src/apps/mqtt/gsm_mqtt_client.c b/gsm_at_lib/src/apps/mqtt/gsm_mqtt_client.c index 85cb52e0..cd71b66c 100644 --- a/gsm_at_lib/src/apps/mqtt/gsm_mqtt_client.c +++ b/gsm_at_lib/src/apps/mqtt/gsm_mqtt_client.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/apps/gsm_mqtt_client.h" #include "gsm/gsm_mem.h" diff --git a/gsm_at_lib/src/apps/mqtt/gsm_mqtt_client_api.c b/gsm_at_lib/src/apps/mqtt/gsm_mqtt_client_api.c index 457c87e0..adde5f6f 100644 --- a/gsm_at_lib/src/apps/mqtt/gsm_mqtt_client_api.c +++ b/gsm_at_lib/src/apps/mqtt/gsm_mqtt_client_api.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/apps/gsm_mqtt_client_api.h" #include "gsm/gsm_mem.h" diff --git a/gsm_at_lib/src/apps/mqtt/gsm_mqtt_client_evt.c b/gsm_at_lib/src/apps/mqtt/gsm_mqtt_client_evt.c index f29e6c27..5b48691d 100644 --- a/gsm_at_lib/src/apps/mqtt/gsm_mqtt_client_evt.c +++ b/gsm_at_lib/src/apps/mqtt/gsm_mqtt_client_evt.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/apps/gsm_mqtt_client_evt.h" diff --git a/gsm_at_lib/src/gsm/gsm.c b/gsm_at_lib/src/gsm/gsm.c index c2e41a00..564d40ec 100644 --- a/gsm_at_lib/src/gsm/gsm.c +++ b/gsm_at_lib/src/gsm/gsm.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/gsm_private.h" #include "gsm/gsm_mem.h" diff --git a/gsm_at_lib/src/gsm/gsm_buff.c b/gsm_at_lib/src/gsm/gsm_buff.c index b728f405..8c530c34 100644 --- a/gsm_at_lib/src/gsm/gsm_buff.c +++ b/gsm_at_lib/src/gsm/gsm_buff.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/gsm_private.h" #include "gsm/gsm_buff.h" diff --git a/gsm_at_lib/src/gsm/gsm_call.c b/gsm_at_lib/src/gsm/gsm_call.c index ae4641d7..145905f5 100644 --- a/gsm_at_lib/src/gsm/gsm_call.c +++ b/gsm_at_lib/src/gsm/gsm_call.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/gsm_private.h" #include "gsm/gsm_call.h" diff --git a/gsm_at_lib/src/gsm/gsm_conn.c b/gsm_at_lib/src/gsm/gsm_conn.c index b1c84f2b..ef68e07e 100644 --- a/gsm_at_lib/src/gsm/gsm_conn.c +++ b/gsm_at_lib/src/gsm/gsm_conn.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/gsm_private.h" #include "gsm/gsm_conn.h" diff --git a/gsm_at_lib/src/gsm/gsm_debug.c b/gsm_at_lib/src/gsm/gsm_debug.c index 5e80b1ac..9be1c0c1 100644 --- a/gsm_at_lib/src/gsm/gsm_debug.c +++ b/gsm_at_lib/src/gsm/gsm_debug.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/gsm_private.h" #include "gsm/gsm_debug.h" diff --git a/gsm_at_lib/src/gsm/gsm_device_info.c b/gsm_at_lib/src/gsm/gsm_device_info.c index 771d06ea..98d72cbc 100644 --- a/gsm_at_lib/src/gsm/gsm_device_info.c +++ b/gsm_at_lib/src/gsm/gsm_device_info.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/gsm_private.h" #include "gsm/gsm_device_info.h" diff --git a/gsm_at_lib/src/gsm/gsm_evt.c b/gsm_at_lib/src/gsm/gsm_evt.c index 58234b5d..d1ea3208 100644 --- a/gsm_at_lib/src/gsm/gsm_evt.c +++ b/gsm_at_lib/src/gsm/gsm_evt.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/gsm_private.h" #include "gsm/gsm_evt.h" diff --git a/gsm_at_lib/src/gsm/gsm_ftp.c b/gsm_at_lib/src/gsm/gsm_ftp.c index e6af7403..8998cb4e 100644 --- a/gsm_at_lib/src/gsm/gsm_ftp.c +++ b/gsm_at_lib/src/gsm/gsm_ftp.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/gsm_private.h" #include "gsm/gsm_ftp.h" diff --git a/gsm_at_lib/src/gsm/gsm_http.c b/gsm_at_lib/src/gsm/gsm_http.c index 37ce50bb..2b845612 100644 --- a/gsm_at_lib/src/gsm/gsm_http.c +++ b/gsm_at_lib/src/gsm/gsm_http.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/gsm_private.h" #include "gsm/gsm_http.h" diff --git a/gsm_at_lib/src/gsm/gsm_input.c b/gsm_at_lib/src/gsm/gsm_input.c index cdeb75fa..38dac471 100644 --- a/gsm_at_lib/src/gsm/gsm_input.c +++ b/gsm_at_lib/src/gsm/gsm_input.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/gsm_private.h" #include "gsm/gsm.h" diff --git a/gsm_at_lib/src/gsm/gsm_int.c b/gsm_at_lib/src/gsm/gsm_int.c index 7130bd65..095f58ef 100644 --- a/gsm_at_lib/src/gsm/gsm_int.c +++ b/gsm_at_lib/src/gsm/gsm_int.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/gsm_private.h" #include "gsm/gsm.h" diff --git a/gsm_at_lib/src/gsm/gsm_mem.c b/gsm_at_lib/src/gsm/gsm_mem.c index 0e73bbcd..291af57d 100644 --- a/gsm_at_lib/src/gsm/gsm_mem.c +++ b/gsm_at_lib/src/gsm/gsm_mem.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/gsm_private.h" #include "gsm/gsm_mem.h" diff --git a/gsm_at_lib/src/gsm/gsm_network.c b/gsm_at_lib/src/gsm/gsm_network.c index 41e44e42..1869942d 100644 --- a/gsm_at_lib/src/gsm/gsm_network.c +++ b/gsm_at_lib/src/gsm/gsm_network.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/gsm_private.h" #include "gsm/gsm_network.h" diff --git a/gsm_at_lib/src/gsm/gsm_operator.c b/gsm_at_lib/src/gsm/gsm_operator.c index f8e7a7c6..ae0c4424 100644 --- a/gsm_at_lib/src/gsm/gsm_operator.c +++ b/gsm_at_lib/src/gsm/gsm_operator.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/gsm_private.h" #include "gsm/gsm_operator.h" diff --git a/gsm_at_lib/src/gsm/gsm_parser.c b/gsm_at_lib/src/gsm/gsm_parser.c index 0ea62813..a2938bae 100644 --- a/gsm_at_lib/src/gsm/gsm_parser.c +++ b/gsm_at_lib/src/gsm/gsm_parser.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/gsm_private.h" #include "gsm/gsm_parser.h" diff --git a/gsm_at_lib/src/gsm/gsm_pbuf.c b/gsm_at_lib/src/gsm/gsm_pbuf.c index 5310ab57..79b0782d 100644 --- a/gsm_at_lib/src/gsm/gsm_pbuf.c +++ b/gsm_at_lib/src/gsm/gsm_pbuf.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/gsm_private.h" #include "gsm/gsm_pbuf.h" diff --git a/gsm_at_lib/src/gsm/gsm_phonebook.c b/gsm_at_lib/src/gsm/gsm_phonebook.c index bcec3aaa..e7e3b01f 100644 --- a/gsm_at_lib/src/gsm/gsm_phonebook.c +++ b/gsm_at_lib/src/gsm/gsm_phonebook.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/gsm_private.h" #include "gsm/gsm_phonebook.h" diff --git a/gsm_at_lib/src/gsm/gsm_ping.c b/gsm_at_lib/src/gsm/gsm_ping.c index 9f46276d..9a81f328 100644 --- a/gsm_at_lib/src/gsm/gsm_ping.c +++ b/gsm_at_lib/src/gsm/gsm_ping.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/gsm_private.h" #include "gsm/gsm_ping.h" diff --git a/gsm_at_lib/src/gsm/gsm_sim.c b/gsm_at_lib/src/gsm/gsm_sim.c index 2e0ed31e..371790ee 100644 --- a/gsm_at_lib/src/gsm/gsm_sim.c +++ b/gsm_at_lib/src/gsm/gsm_sim.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/gsm_private.h" #include "gsm/gsm_sim.h" diff --git a/gsm_at_lib/src/gsm/gsm_sms.c b/gsm_at_lib/src/gsm/gsm_sms.c index da1e0ed3..39dd449d 100644 --- a/gsm_at_lib/src/gsm/gsm_sms.c +++ b/gsm_at_lib/src/gsm/gsm_sms.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/gsm_private.h" #include "gsm/gsm_sms.h" diff --git a/gsm_at_lib/src/gsm/gsm_threads.c b/gsm_at_lib/src/gsm/gsm_threads.c index adb2e8c2..d421c5f3 100644 --- a/gsm_at_lib/src/gsm/gsm_threads.c +++ b/gsm_at_lib/src/gsm/gsm_threads.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/gsm_private.h" #include "gsm/gsm_threads.h" diff --git a/gsm_at_lib/src/gsm/gsm_timeout.c b/gsm_at_lib/src/gsm/gsm_timeout.c index dff618ba..da13f2e2 100644 --- a/gsm_at_lib/src/gsm/gsm_timeout.c +++ b/gsm_at_lib/src/gsm/gsm_timeout.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/gsm_private.h" #include "gsm/gsm_timeout.h" diff --git a/gsm_at_lib/src/gsm/gsm_unicode.c b/gsm_at_lib/src/gsm/gsm_unicode.c index 3104a6de..b928cf39 100644 --- a/gsm_at_lib/src/gsm/gsm_unicode.c +++ b/gsm_at_lib/src/gsm/gsm_unicode.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/gsm_private.h" #include "gsm/gsm_unicode.h" diff --git a/gsm_at_lib/src/gsm/gsm_ussd.c b/gsm_at_lib/src/gsm/gsm_ussd.c index da8114c6..2113d23d 100644 --- a/gsm_at_lib/src/gsm/gsm_ussd.c +++ b/gsm_at_lib/src/gsm/gsm_ussd.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/gsm_private.h" #include "gsm/gsm_ussd.h" diff --git a/gsm_at_lib/src/gsm/gsm_utils.c b/gsm_at_lib/src/gsm/gsm_utils.c index 6ddd1516..24207e83 100644 --- a/gsm_at_lib/src/gsm/gsm_utils.c +++ b/gsm_at_lib/src/gsm/gsm_utils.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/gsm_private.h" #include "gsm/gsm_utils.h" diff --git a/gsm_at_lib/src/include/gsm/apps/gsm_apps.h b/gsm_at_lib/src/include/gsm/apps/gsm_apps.h index db8a744a..7f00fb68 100644 --- a/gsm_at_lib/src/include/gsm/apps/gsm_apps.h +++ b/gsm_at_lib/src/include/gsm/apps/gsm_apps.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_APPS_H #define GSM_HDR_APPS_H diff --git a/gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client.h b/gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client.h index 88a2dba2..f7f1c7b6 100644 --- a/gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client.h +++ b/gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_APP_MQTT_CLIENT_H #define GSM_HDR_APP_MQTT_CLIENT_H diff --git a/gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client_api.h b/gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client_api.h index 55dcf583..4b3c4896 100644 --- a/gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client_api.h +++ b/gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client_api.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_APP_MQTT_CLIENT_API_H #define GSM_HDR_APP_MQTT_CLIENT_API_H diff --git a/gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client_evt.h b/gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client_evt.h index 88aa3e0b..7f6316ce 100644 --- a/gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client_evt.h +++ b/gsm_at_lib/src/include/gsm/apps/gsm_mqtt_client_evt.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_APP_MQTT_CLIENT_EVT_H #define GSM_HDR_APP_MQTT_CLIENT_EVT_H diff --git a/gsm_at_lib/src/include/gsm/gsm.h b/gsm_at_lib/src/include/gsm/gsm.h index 9fe211fb..fe3c225f 100644 --- a/gsm_at_lib/src/include/gsm/gsm.h +++ b/gsm_at_lib/src/include/gsm/gsm.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_H #define GSM_HDR_H diff --git a/gsm_at_lib/src/include/gsm/gsm_buff.h b/gsm_at_lib/src/include/gsm/gsm_buff.h index 24e8404d..b746aadc 100644 --- a/gsm_at_lib/src/include/gsm/gsm_buff.h +++ b/gsm_at_lib/src/include/gsm/gsm_buff.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_BUFF_H #define GSM_HDR_BUFF_H diff --git a/gsm_at_lib/src/include/gsm/gsm_call.h b/gsm_at_lib/src/include/gsm/gsm_call.h index 9bae1290..469c0a80 100644 --- a/gsm_at_lib/src/include/gsm/gsm_call.h +++ b/gsm_at_lib/src/include/gsm/gsm_call.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_CALL_H #define GSM_HDR_CALL_H diff --git a/gsm_at_lib/src/include/gsm/gsm_config_default.h b/gsm_at_lib/src/include/gsm/gsm_config_default.h index c3292119..a4683197 100644 --- a/gsm_at_lib/src/include/gsm/gsm_config_default.h +++ b/gsm_at_lib/src/include/gsm/gsm_config_default.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_DEFAULT_CONFIG_H #define GSM_HDR_DEFAULT_CONFIG_H diff --git a/gsm_at_lib/src/include/gsm/gsm_config_template.h b/gsm_at_lib/src/include/gsm/gsm_config_template.h index f10cdb82..20aa0d4a 100644 --- a/gsm_at_lib/src/include/gsm/gsm_config_template.h +++ b/gsm_at_lib/src/include/gsm/gsm_config_template.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_CONFIG_H #define GSM_HDR_CONFIG_H diff --git a/gsm_at_lib/src/include/gsm/gsm_conn.h b/gsm_at_lib/src/include/gsm/gsm_conn.h index 089d5a49..d8864abf 100644 --- a/gsm_at_lib/src/include/gsm/gsm_conn.h +++ b/gsm_at_lib/src/include/gsm/gsm_conn.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_CONN_H #define GSM_HDR_CONN_H diff --git a/gsm_at_lib/src/include/gsm/gsm_debug.h b/gsm_at_lib/src/include/gsm/gsm_debug.h index 18bdfd26..6d4b6116 100644 --- a/gsm_at_lib/src/include/gsm/gsm_debug.h +++ b/gsm_at_lib/src/include/gsm/gsm_debug.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_DEBUG_H #define GSM_HDR_DEBUG_H diff --git a/gsm_at_lib/src/include/gsm/gsm_device_info.h b/gsm_at_lib/src/include/gsm/gsm_device_info.h index 3332e43b..46d617ac 100644 --- a/gsm_at_lib/src/include/gsm/gsm_device_info.h +++ b/gsm_at_lib/src/include/gsm/gsm_device_info.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_DEVICE_INFO_H #define GSM_HDR_DEVICE_INFO_H diff --git a/gsm_at_lib/src/include/gsm/gsm_evt.h b/gsm_at_lib/src/include/gsm/gsm_evt.h index b0dbaa21..5dc5a5e2 100644 --- a/gsm_at_lib/src/include/gsm/gsm_evt.h +++ b/gsm_at_lib/src/include/gsm/gsm_evt.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_EVT_H #define GSM_HDR_EVT_H diff --git a/gsm_at_lib/src/include/gsm/gsm_ftp.h b/gsm_at_lib/src/include/gsm/gsm_ftp.h index 4e2f8f4d..419a2e72 100644 --- a/gsm_at_lib/src/include/gsm/gsm_ftp.h +++ b/gsm_at_lib/src/include/gsm/gsm_ftp.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_FTP_H #define GSM_HDR_FTP_H diff --git a/gsm_at_lib/src/include/gsm/gsm_http.h b/gsm_at_lib/src/include/gsm/gsm_http.h index 1af13296..8e0803e4 100644 --- a/gsm_at_lib/src/include/gsm/gsm_http.h +++ b/gsm_at_lib/src/include/gsm/gsm_http.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_HTTP_H #define GSM_HDR_HTTP_H diff --git a/gsm_at_lib/src/include/gsm/gsm_includes.h b/gsm_at_lib/src/include/gsm/gsm_includes.h index 81bb3370..a3a5fa0b 100644 --- a/gsm_at_lib/src/include/gsm/gsm_includes.h +++ b/gsm_at_lib/src/include/gsm/gsm_includes.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_INCLUDES_H #define GSM_HDR_INCLUDES_H diff --git a/gsm_at_lib/src/include/gsm/gsm_input.h b/gsm_at_lib/src/include/gsm/gsm_input.h index ffb522f2..3fa4c046 100644 --- a/gsm_at_lib/src/include/gsm/gsm_input.h +++ b/gsm_at_lib/src/include/gsm/gsm_input.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_INPUT_H #define GSM_HDR_INPUT_H diff --git a/gsm_at_lib/src/include/gsm/gsm_int.h b/gsm_at_lib/src/include/gsm/gsm_int.h index 51c3c3e3..29491d40 100644 --- a/gsm_at_lib/src/include/gsm/gsm_int.h +++ b/gsm_at_lib/src/include/gsm/gsm_int.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_INT_H #define GSM_HDR_INT_H diff --git a/gsm_at_lib/src/include/gsm/gsm_mem.h b/gsm_at_lib/src/include/gsm/gsm_mem.h index 0edf821a..2fdc97c3 100644 --- a/gsm_at_lib/src/include/gsm/gsm_mem.h +++ b/gsm_at_lib/src/include/gsm/gsm_mem.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_MEM_H #define GSM_HDR_MEM_H diff --git a/gsm_at_lib/src/include/gsm/gsm_memories.h b/gsm_at_lib/src/include/gsm/gsm_memories.h index 0803a916..c2219678 100644 --- a/gsm_at_lib/src/include/gsm/gsm_memories.h +++ b/gsm_at_lib/src/include/gsm/gsm_memories.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ GSM_DEV_MEMORY_ENTRY(SM_P, "SM_P") diff --git a/gsm_at_lib/src/include/gsm/gsm_models.h b/gsm_at_lib/src/include/gsm/gsm_models.h index 8ed79139..9a6d9736 100644 --- a/gsm_at_lib/src/include/gsm/gsm_models.h +++ b/gsm_at_lib/src/include/gsm/gsm_models.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ /* Order: Device name; Device model identification, Is_2G, Is_LTE */ diff --git a/gsm_at_lib/src/include/gsm/gsm_netconn.h b/gsm_at_lib/src/include/gsm/gsm_netconn.h index 6102d040..9d0dc870 100644 --- a/gsm_at_lib/src/include/gsm/gsm_netconn.h +++ b/gsm_at_lib/src/include/gsm/gsm_netconn.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_NETCONN_H #define GSM_HDR_NETCONN_H diff --git a/gsm_at_lib/src/include/gsm/gsm_network.h b/gsm_at_lib/src/include/gsm/gsm_network.h index aaf53675..f773322b 100644 --- a/gsm_at_lib/src/include/gsm/gsm_network.h +++ b/gsm_at_lib/src/include/gsm/gsm_network.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_NETWORK_H #define GSM_HDR_NETWORK_H diff --git a/gsm_at_lib/src/include/gsm/gsm_network_api.h b/gsm_at_lib/src/include/gsm/gsm_network_api.h index 92cf8ce5..a794b2f5 100644 --- a/gsm_at_lib/src/include/gsm/gsm_network_api.h +++ b/gsm_at_lib/src/include/gsm/gsm_network_api.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_NETWORK_API_H #define GSM_HDR_NETWORK_API_H diff --git a/gsm_at_lib/src/include/gsm/gsm_operator.h b/gsm_at_lib/src/include/gsm/gsm_operator.h index e07a9e6f..a35451d7 100644 --- a/gsm_at_lib/src/include/gsm/gsm_operator.h +++ b/gsm_at_lib/src/include/gsm/gsm_operator.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_OPERATOR_H #define GSM_HDR_OPERATOR_H diff --git a/gsm_at_lib/src/include/gsm/gsm_parser.h b/gsm_at_lib/src/include/gsm/gsm_parser.h index 1bdb386f..d772e7ae 100644 --- a/gsm_at_lib/src/include/gsm/gsm_parser.h +++ b/gsm_at_lib/src/include/gsm/gsm_parser.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_PARSER_H #define GSM_HDR_PARSER_H diff --git a/gsm_at_lib/src/include/gsm/gsm_pbuf.h b/gsm_at_lib/src/include/gsm/gsm_pbuf.h index b57d2a70..1942c37d 100644 --- a/gsm_at_lib/src/include/gsm/gsm_pbuf.h +++ b/gsm_at_lib/src/include/gsm/gsm_pbuf.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_PBUF_H #define GSM_HDR_PBUF_H diff --git a/gsm_at_lib/src/include/gsm/gsm_phonebook.h b/gsm_at_lib/src/include/gsm/gsm_phonebook.h index f17cf34b..b2a902e1 100644 --- a/gsm_at_lib/src/include/gsm/gsm_phonebook.h +++ b/gsm_at_lib/src/include/gsm/gsm_phonebook.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_PHONEBOOK_H #define GSM_HDR_PHONEBOOK_H diff --git a/gsm_at_lib/src/include/gsm/gsm_ping.h b/gsm_at_lib/src/include/gsm/gsm_ping.h index 3cbb9ae6..4f4ea6b9 100644 --- a/gsm_at_lib/src/include/gsm/gsm_ping.h +++ b/gsm_at_lib/src/include/gsm/gsm_ping.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_PING_H #define GSM_HDR_PING_H diff --git a/gsm_at_lib/src/include/gsm/gsm_private.h b/gsm_at_lib/src/include/gsm/gsm_private.h index 379b175e..8b2adb5c 100644 --- a/gsm_at_lib/src/include/gsm/gsm_private.h +++ b/gsm_at_lib/src/include/gsm/gsm_private.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef __GSM_PRIV_H #define __GSM_PRIV_H diff --git a/gsm_at_lib/src/include/gsm/gsm_sim.h b/gsm_at_lib/src/include/gsm/gsm_sim.h index f0b7ea3a..901a74cd 100644 --- a/gsm_at_lib/src/include/gsm/gsm_sim.h +++ b/gsm_at_lib/src/include/gsm/gsm_sim.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_SIM_H #define GSM_HDR_SIM_H diff --git a/gsm_at_lib/src/include/gsm/gsm_sms.h b/gsm_at_lib/src/include/gsm/gsm_sms.h index 551a2785..2cac273b 100644 --- a/gsm_at_lib/src/include/gsm/gsm_sms.h +++ b/gsm_at_lib/src/include/gsm/gsm_sms.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_SMS_H #define GSM_HDR_SMS_H diff --git a/gsm_at_lib/src/include/gsm/gsm_threads.h b/gsm_at_lib/src/include/gsm/gsm_threads.h index 1e163a03..f11f59a4 100644 --- a/gsm_at_lib/src/include/gsm/gsm_threads.h +++ b/gsm_at_lib/src/include/gsm/gsm_threads.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_THREADS_H #define GSM_HDR_THREADS_H diff --git a/gsm_at_lib/src/include/gsm/gsm_timeout.h b/gsm_at_lib/src/include/gsm/gsm_timeout.h index 1fb7c0ea..2405d18b 100644 --- a/gsm_at_lib/src/include/gsm/gsm_timeout.h +++ b/gsm_at_lib/src/include/gsm/gsm_timeout.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_TIMEOUT_H #define GSM_HDR_TIMEOUT_H diff --git a/gsm_at_lib/src/include/gsm/gsm_typedefs.h b/gsm_at_lib/src/include/gsm/gsm_typedefs.h index e2395f37..a9b5b190 100644 --- a/gsm_at_lib/src/include/gsm/gsm_typedefs.h +++ b/gsm_at_lib/src/include/gsm/gsm_typedefs.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_DEFS_H #define GSM_HDR_DEFS_H diff --git a/gsm_at_lib/src/include/gsm/gsm_unicode.h b/gsm_at_lib/src/include/gsm/gsm_unicode.h index 477f1a37..0a84ab70 100644 --- a/gsm_at_lib/src/include/gsm/gsm_unicode.h +++ b/gsm_at_lib/src/include/gsm/gsm_unicode.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_UNICODE_H #define GSM_HDR_UNICODE_H diff --git a/gsm_at_lib/src/include/gsm/gsm_ussd.h b/gsm_at_lib/src/include/gsm/gsm_ussd.h index a4d9813b..4ffd947c 100644 --- a/gsm_at_lib/src/include/gsm/gsm_ussd.h +++ b/gsm_at_lib/src/include/gsm/gsm_ussd.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_USSD_H #define GSM_HDR_USSD_H diff --git a/gsm_at_lib/src/include/gsm/gsm_utils.h b/gsm_at_lib/src/include/gsm/gsm_utils.h index 718e0ea7..3c103b3d 100644 --- a/gsm_at_lib/src/include/gsm/gsm_utils.h +++ b/gsm_at_lib/src/include/gsm/gsm_utils.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_UTILS_H #define GSM_HDR_UTILS_H diff --git a/gsm_at_lib/src/include/system/gsm_ll.h b/gsm_at_lib/src/include/system/gsm_ll.h index 240272c1..793f966e 100644 --- a/gsm_at_lib/src/include/system/gsm_ll.h +++ b/gsm_at_lib/src/include/system/gsm_ll.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_LL_H #define GSM_HDR_LL_H diff --git a/gsm_at_lib/src/include/system/gsm_sys.h b/gsm_at_lib/src/include/system/gsm_sys.h index 36f275fc..dbcff241 100644 --- a/gsm_at_lib/src/include/system/gsm_sys.h +++ b/gsm_at_lib/src/include/system/gsm_sys.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_MAIN_SYS_H #define GSM_HDR_MAIN_SYS_H diff --git a/gsm_at_lib/src/include/system/gsm_sys_cmsis_os.h b/gsm_at_lib/src/include/system/gsm_sys_cmsis_os.h index 8b802d75..4a3aeccc 100644 --- a/gsm_at_lib/src/include/system/gsm_sys_cmsis_os.h +++ b/gsm_at_lib/src/include/system/gsm_sys_cmsis_os.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_SYSTEM_CMSIS_OS_H #define GSM_HDR_SYSTEM_CMSIS_OS_H diff --git a/gsm_at_lib/src/include/system/gsm_sys_cmsis_os2.h b/gsm_at_lib/src/include/system/gsm_sys_cmsis_os2.h index 8bb1c96e..04d9d572 100644 --- a/gsm_at_lib/src/include/system/gsm_sys_cmsis_os2.h +++ b/gsm_at_lib/src/include/system/gsm_sys_cmsis_os2.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_SYSTEM_CMSIS_OS2_H #define GSM_HDR_SYSTEM_CMSIS_OS2_H diff --git a/gsm_at_lib/src/include/system/gsm_sys_template.h b/gsm_at_lib/src/include/system/gsm_sys_template.h index 608624a2..9d7ab38e 100644 --- a/gsm_at_lib/src/include/system/gsm_sys_template.h +++ b/gsm_at_lib/src/include/system/gsm_sys_template.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_SYSTEM_H #define GSM_HDR_SYSTEM_H diff --git a/gsm_at_lib/src/include/system/gsm_sys_win32.h b/gsm_at_lib/src/include/system/gsm_sys_win32.h index d10dac0e..1a837fdf 100644 --- a/gsm_at_lib/src/include/system/gsm_sys_win32.h +++ b/gsm_at_lib/src/include/system/gsm_sys_win32.h @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #ifndef GSM_HDR_SYSTEM_WIN32_H #define GSM_HDR_SYSTEM_WIN32_H diff --git a/gsm_at_lib/src/system/gsm_ll_stm32.c b/gsm_at_lib/src/system/gsm_ll_stm32.c index 9087e765..a6f062dc 100644 --- a/gsm_at_lib/src/system/gsm_ll_stm32.c +++ b/gsm_at_lib/src/system/gsm_ll_stm32.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ /* diff --git a/gsm_at_lib/src/system/gsm_ll_stm32f429zi_nucleo.c b/gsm_at_lib/src/system/gsm_ll_stm32f429zi_nucleo.c index 8ee6ece4..6b9749ff 100644 --- a/gsm_at_lib/src/system/gsm_ll_stm32f429zi_nucleo.c +++ b/gsm_at_lib/src/system/gsm_ll_stm32f429zi_nucleo.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ /* diff --git a/gsm_at_lib/src/system/gsm_ll_template.c b/gsm_at_lib/src/system/gsm_ll_template.c index 6debf7c5..1c2a959b 100644 --- a/gsm_at_lib/src/system/gsm_ll_template.c +++ b/gsm_at_lib/src/system/gsm_ll_template.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "system/gsm_ll.h" #include "gsm/gsm.h" diff --git a/gsm_at_lib/src/system/gsm_ll_win32.c b/gsm_at_lib/src/system/gsm_ll_win32.c index ebc0e5c7..7a1f2b32 100644 --- a/gsm_at_lib/src/system/gsm_ll_win32.c +++ b/gsm_at_lib/src/system/gsm_ll_win32.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "system/gsm_ll.h" #include "gsm/gsm.h" diff --git a/gsm_at_lib/src/system/gsm_mem_lwmem.c b/gsm_at_lib/src/system/gsm_mem_lwmem.c index adc72384..e6b76d15 100644 --- a/gsm_at_lib/src/system/gsm_mem_lwmem.c +++ b/gsm_at_lib/src/system/gsm_mem_lwmem.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "gsm/gsm.h" diff --git a/gsm_at_lib/src/system/gsm_sys_cmsis_os.c b/gsm_at_lib/src/system/gsm_sys_cmsis_os.c index f5afb9aa..079405d6 100644 --- a/gsm_at_lib/src/system/gsm_sys_cmsis_os.c +++ b/gsm_at_lib/src/system/gsm_sys_cmsis_os.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "system/gsm_sys.h" #include "cmsis_os.h" diff --git a/gsm_at_lib/src/system/gsm_sys_cmsis_os2.c b/gsm_at_lib/src/system/gsm_sys_cmsis_os2.c index 6f2e8500..a986cfbd 100644 --- a/gsm_at_lib/src/system/gsm_sys_cmsis_os2.c +++ b/gsm_at_lib/src/system/gsm_sys_cmsis_os2.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "system/gsm_sys.h" #include "cmsis_os2.h" diff --git a/gsm_at_lib/src/system/gsm_sys_template.c b/gsm_at_lib/src/system/gsm_sys_template.c index aa131777..e7a4b8f2 100644 --- a/gsm_at_lib/src/system/gsm_sys_template.c +++ b/gsm_at_lib/src/system/gsm_sys_template.c @@ -27,7 +27,7 @@ * OTHER DEALINGS IN THE SOFTWARE. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "system/gsm_sys.h" #include "cmsis_os.h" diff --git a/gsm_at_lib/src/system/gsm_sys_win32.c b/gsm_at_lib/src/system/gsm_sys_win32.c index 5af6288c..5018825f 100644 --- a/gsm_at_lib/src/system/gsm_sys_win32.c +++ b/gsm_at_lib/src/system/gsm_sys_win32.c @@ -29,7 +29,7 @@ * This file is part of GSM-AT library. * * Author: Tilen MAJERLE - * Version: $_version_$ + * Version: v0.6.0 */ #include "system/gsm_sys.h" #include