Browse Source

Header date change only

Michael McMaster 6 years ago
parent
commit
60bf95ea87

+ 1 - 1
lib/SCSI2SD/STM32CubeMX/SCSI2SD-V6/Inc/fsmc.h

@@ -5,7 +5,7 @@
   *                      of the FSMC peripheral.
   ******************************************************************************
   *
-  * COPYRIGHT(c) 2016 STMicroelectronics
+  * COPYRIGHT(c) 2019 STMicroelectronics
   *
   * Redistribution and use in source and binary forms, with or without modification,
   * are permitted provided that the following conditions are met:

+ 1 - 1
lib/SCSI2SD/STM32CubeMX/SCSI2SD-V6/Inc/gpio.h

@@ -5,7 +5,7 @@
   *                      the gpio  
   ******************************************************************************
   *
-  * COPYRIGHT(c) 2016 STMicroelectronics
+  * COPYRIGHT(c) 2019 STMicroelectronics
   *
   * Redistribution and use in source and binary forms, with or without modification,
   * are permitted provided that the following conditions are met:

+ 1 - 1
lib/SCSI2SD/STM32CubeMX/SCSI2SD-V6/Inc/mxconstants.h

@@ -4,7 +4,7 @@
   * Description        : This file contains the common defines of the application
   ******************************************************************************
   *
-  * COPYRIGHT(c) 2016 STMicroelectronics
+  * COPYRIGHT(c) 2019 STMicroelectronics
   *
   * Redistribution and use in source and binary forms, with or without modification,
   * are permitted provided that the following conditions are met:

+ 1 - 1
lib/SCSI2SD/STM32CubeMX/SCSI2SD-V6/Inc/sdio.h

@@ -5,7 +5,7 @@
   *                      of the SDIO instances.
   ******************************************************************************
   *
-  * COPYRIGHT(c) 2016 STMicroelectronics
+  * COPYRIGHT(c) 2019 STMicroelectronics
   *
   * Redistribution and use in source and binary forms, with or without modification,
   * are permitted provided that the following conditions are met:

+ 1 - 1
lib/SCSI2SD/STM32CubeMX/SCSI2SD-V6/Inc/spi.h

@@ -5,7 +5,7 @@
   *                      of the SPI instances.
   ******************************************************************************
   *
-  * COPYRIGHT(c) 2016 STMicroelectronics
+  * COPYRIGHT(c) 2019 STMicroelectronics
   *
   * Redistribution and use in source and binary forms, with or without modification,
   * are permitted provided that the following conditions are met:

+ 1 - 1
lib/SCSI2SD/STM32CubeMX/SCSI2SD-V6/Inc/usart.h

@@ -5,7 +5,7 @@
   *                      of the USART instances.
   ******************************************************************************
   *
-  * COPYRIGHT(c) 2016 STMicroelectronics
+  * COPYRIGHT(c) 2019 STMicroelectronics
   *
   * Redistribution and use in source and binary forms, with or without modification,
   * are permitted provided that the following conditions are met:

+ 1 - 1
lib/SCSI2SD/STM32CubeMX/SCSI2SD-V6/Inc/usb_device.h

@@ -4,7 +4,7 @@
   * @version        : v1.0_Cube
   * @brief          : Header for usb_device file.
   ******************************************************************************
-  * COPYRIGHT(c) 2016 STMicroelectronics
+  * COPYRIGHT(c) 2019 STMicroelectronics
   *
   * Redistribution and use in source and binary forms, with or without modification,
   * are permitted provided that the following conditions are met:

+ 1 - 1
lib/SCSI2SD/STM32CubeMX/SCSI2SD-V6/Inc/usbd_conf.h

@@ -4,7 +4,7 @@
   * @version        : v1.0_Cube
   * @brief          : Header for usbd_conf file.
   ******************************************************************************
-  * COPYRIGHT(c) 2016 STMicroelectronics
+  * COPYRIGHT(c) 2019 STMicroelectronics
   *
   * Redistribution and use in source and binary forms, with or without modification,
   * are permitted provided that the following conditions are met:

+ 4 - 4
lib/SCSI2SD/STM32CubeMX/SCSI2SD-V6/Inc/usbd_desc.h

@@ -1,10 +1,10 @@
 /**
   ******************************************************************************
-  * @file           : usbd_desc.h
+  * @file           : usbd_desc.c
   * @version        : v1.0_Cube
   * @brief          : Header for usbd_desc file.
   ******************************************************************************
-  * COPYRIGHT(c) 2016 STMicroelectronics
+  * COPYRIGHT(c) 2019 STMicroelectronics
   *
   * Redistribution and use in source and binary forms, with or without modification,
   * are permitted provided that the following conditions are met:
@@ -32,8 +32,8 @@
 */
 
 /* Define to prevent recursive inclusion -------------------------------------*/
-#ifndef __USBD_DESC__H__
-#define __USBD_DESC__H__
+#ifndef __USBD_DESC__C__
+#define __USBD_DESC__C__
 
 #ifdef __cplusplus
  extern "C" {

+ 1 - 1
lib/SCSI2SD/STM32CubeMX/SCSI2SD-V6/Src/usart.c

@@ -5,7 +5,7 @@
   *                      of the USART instances.
   ******************************************************************************
   *
-  * COPYRIGHT(c) 2016 STMicroelectronics
+  * COPYRIGHT(c) 2019 STMicroelectronics
   *
   * Redistribution and use in source and binary forms, with or without modification,
   * are permitted provided that the following conditions are met:

+ 1 - 1
lib/SCSI2SD/STM32CubeMX/SCSI2SD-V6/Src/usb_device.c

@@ -5,7 +5,7 @@
   * @brief          : This file implements the USB Device 
   ******************************************************************************
   *
-  * COPYRIGHT(c) 2016 STMicroelectronics
+  * COPYRIGHT(c) 2019 STMicroelectronics
   *
   * Redistribution and use in source and binary forms, with or without modification,
   * are permitted provided that the following conditions are met:

+ 1 - 1
lib/SCSI2SD/STM32CubeMX/SCSI2SD-V6/Src/usbd_desc.c

@@ -5,7 +5,7 @@
   * @brief          : This file implements the USB Device descriptors
   ******************************************************************************
   *
-  * COPYRIGHT(c) 2016 STMicroelectronics
+  * COPYRIGHT(c) 2019 STMicroelectronics
   *
   * Redistribution and use in source and binary forms, with or without modification,
   * are permitted provided that the following conditions are met: