Browse Source

Fix include filenames

semlanik 10 years ago
parent
commit
c12a699e24
9 changed files with 24 additions and 24 deletions
  1. 3 3
      ubx.c
  2. 8 8
      ubx.h
  3. 2 2
      ubxaid.h
  4. 2 2
      ubxcfg.h
  5. 2 2
      ubxlog.h
  6. 1 1
      ubxmessage.h
  7. 2 2
      ubxmon.h
  8. 2 2
      ubxrxm.h
  9. 2 2
      ubxutils.h

+ 3 - 3
ubx.c

@@ -1,5 +1,5 @@
 /*
- * ubloxproto
+ * ubxproto
  * Copyright (c) 2014, Alexey Edelev aka semlanik, All rights reserved.
  *
  * This library is free software; you can redistribute it and/or
@@ -21,11 +21,11 @@
  *
  * Actual LGPL text https://www.gnu.org/licenses/lgpl.html
  *
- * File: ublox.c
+ * File: ubx.c
  */
 
 #include "ubxmessage.h"
-#include "ublox.h"
+#include "ubx.h"
 #include "malloc.h"
 #include "memory.h"
 

+ 8 - 8
ubx.h

@@ -1,5 +1,5 @@
 /*
- * ubloxproto
+ * ubxproto
  * Copyright (c) 2014, Alexey Edelev aka semlanik, All rights reserved.
  *
  * This library is free software; you can redistribute it and/or
@@ -21,17 +21,17 @@
  *
  * Actual LGPL text https://www.gnu.org/licenses/lgpl.html
  *
- * File: ublox.h
+ * File: ubx.h
  */
 
 #ifndef UBLOX_H
 #define UBLOX_H
 
-#include "ubloxaid.h"
-#include "ubloxcfg.h"
-#include "ubloxlog.h"
-#include "ubloxmon.h"
-#include "ubloxrxm.h"
-#include "ubloxutils.h"
+#include "ubxaid.h"
+#include "ubxcfg.h"
+#include "ubxlog.h"
+#include "ubxmon.h"
+#include "ubxrxm.h"
+#include "ubxutils.h"
 
 #endif // UBLOX_H

+ 2 - 2
ubxaid.h

@@ -1,5 +1,5 @@
 /*
- * ubloxproto
+ * ubxproto
  * Copyright (c) 2014, Alexey Edelev aka semlanik, All rights reserved.
  *
  * This library is free software; you can redistribute it and/or
@@ -21,7 +21,7 @@
  *
  * Actual LGPL text https://www.gnu.org/licenses/lgpl.html
  *
- * File: ubloxaid.h
+ * File: ubxaid.h
  */
 
 #ifndef UBLOXAID_H

+ 2 - 2
ubxcfg.h

@@ -1,5 +1,5 @@
 /*
- * ubloxproto
+ * ubxproto
  * Copyright (c) 2014, Alexey Edelev aka semlanik, All rights reserved.
  *
  * This library is free software; you can redistribute it and/or
@@ -21,7 +21,7 @@
  *
  * Actual LGPL text https://www.gnu.org/licenses/lgpl.html
  *
- * File: ubloxcfg.h
+ * File: ubxcfg.h
  */
 
 #ifndef UBLOXCFG_H

+ 2 - 2
ubxlog.h

@@ -1,5 +1,5 @@
 /*
- * ubloxproto
+ * ubxproto
  * Copyright (c) 2014, Alexey Edelev aka semlanik, All rights reserved.
  *
  * This library is free software; you can redistribute it and/or
@@ -21,7 +21,7 @@
  *
  * Actual LGPL text https://www.gnu.org/licenses/lgpl.html
  *
- * File: ubloxlog.h
+ * File: ubxlog.h
  */
 
 #ifndef UBLOXLOG_H

+ 1 - 1
ubxmessage.h

@@ -1,5 +1,5 @@
 /*
- * ubloxproto
+ * ubxproto
  * Copyright (c) 2014, Alexey Edelev aka semlanik, All rights reserved.
  *
  * This library is free software; you can redistribute it and/or

+ 2 - 2
ubxmon.h

@@ -1,5 +1,5 @@
 /*
- * ubloxproto
+ * ubxproto
  * Copyright (c) 2014, Alexey Edelev aka semlanik, All rights reserved.
  *
  * This library is free software; you can redistribute it and/or
@@ -21,7 +21,7 @@
  *
  * Actual LGPL text https://www.gnu.org/licenses/lgpl.html
  *
- * File: ubloxmon.h
+ * File: ubxmon.h
  */
 
 #ifndef UBLOXMON_H

+ 2 - 2
ubxrxm.h

@@ -1,5 +1,5 @@
 /*
- * ubloxproto
+ * ubxproto
  * Copyright (c) 2014, Alexey Edelev aka semlanik, All rights reserved.
  *
  * This library is free software; you can redistribute it and/or
@@ -21,7 +21,7 @@
  *
  * Actual LGPL text https://www.gnu.org/licenses/lgpl.html
  *
- * File: ubloxrxm.h
+ * File: ubxrxm.h
  */
 
 #ifndef UBLOXRXM_H

+ 2 - 2
ubxutils.h

@@ -1,5 +1,5 @@
 /*
- * ubloxproto
+ * ubxproto
  * Copyright (c) 2014, Alexey Edelev aka semlanik, All rights reserved.
  *
  * This library is free software; you can redistribute it and/or
@@ -21,7 +21,7 @@
  *
  * Actual LGPL text https://www.gnu.org/licenses/lgpl.html
  *
- * File: ubloxutils.h
+ * File: ubxutils.h
  */
 
 #ifndef UBLOXUTILS_H