Change all UNICENS words to upper case
authorThorsten Kummermehr <thorsten.kummermehr@k2l.de>
Tue, 7 Nov 2017 15:08:22 +0000 (16:08 +0100)
committerThorsten Kummermehr <thorsten.kummermehr@k2l.de>
Tue, 7 Nov 2017 15:08:22 +0000 (16:08 +0100)
ucs2-interface/ucs-xml/UcsXml.c
ucs2-interface/ucs-xml/UcsXml.h
ucs2-interface/ucs-xml/UcsXml_Private.c
ucs2-interface/ucs-xml/UcsXml_Private.h

index f9ec5f8..fcbe5f5 100644 (file)
@@ -1,5 +1,5 @@
 /*------------------------------------------------------------------------------------------------*/\r
-/* Unicens XML Parser                                                                             */\r
+/* UNICENS XML Parser                                                                             */\r
 /* Copyright 2017, Microchip Technology Inc. and its subsidiaries.                                */\r
 /*                                                                                                */\r
 /* Redistribution and use in source and binary forms, with or without                             */\r
index b36e007..8aff893 100644 (file)
@@ -1,5 +1,5 @@
 /*------------------------------------------------------------------------------------------------*/\r
-/* Unicens XML Parser                                                                             */\r
+/* UNICENS XML Parser                                                                             */\r
 /* Copyright 2017, Microchip Technology Inc. and its subsidiaries.                                */\r
 /*                                                                                                */\r
 /* Redistribution and use in source and binary forms, with or without                             */\r
@@ -38,7 +38,7 @@ extern "C" {
 #include <stdint.h>\r
 #include "ucs_api.h"\r
 \r
-/** Structure holding informations to startup Unicens (UCS).\r
+/** Structure holding informations to startup UNICENS (UCS).\r
  *  Pass all these variables to the UCS manager structure, but not pInternal.\r
  *  */\r
 typedef struct\r
@@ -62,8 +62,8 @@ typedef struct
 /*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/\r
 \r
 /**\r
- * \brief Initializes Unicens XML parser module, parses the given string and\r
- *        generate the data needed to run Unicens (UCS) library.\r
+ * \brief Initializes UNICENS XML parser module, parses the given string and\r
+ *        generate the data needed to run UNICENS (UCS) library.\r
  *\r
  * \note In case of errors the callback UcsXml_CB_OnError will be raised.\r
  * \param xmlString - Zero terminated XML string. The string will not be used\r
index 9350191..f914ccb 100644 (file)
@@ -1,5 +1,5 @@
 /*------------------------------------------------------------------------------------------------*/\r
-/* Unicens XML Parser                                                                             */\r
+/* UNICENS XML Parser                                                                             */\r
 /* Copyright 2017, Microchip Technology Inc. and its subsidiaries.                                */\r
 /*                                                                                                */\r
 /* Redistribution and use in source and binary forms, with or without                             */\r
index f8df323..964a7ad 100644 (file)
@@ -1,5 +1,5 @@
 /*------------------------------------------------------------------------------------------------*/\r
-/* Unicens XML Parser                                                                             */\r
+/* UNICENS XML Parser                                                                             */\r
 /* Copyright 2017, Microchip Technology Inc. and its subsidiaries.                                */\r
 /*                                                                                                */\r
 /* Redistribution and use in source and binary forms, with or without                             */\r