From b0e32eeb28cc99a7390ba0ae12657fdafb23f783 Mon Sep 17 00:00:00 2001 From: mohit Date: Sat, 16 Nov 2013 17:40:16 -0600 Subject: [PATCH] added CC zero license to non spark code base --- CMSIS/Device/ST/STM32F10x/Include/stm32f10x.h | 57 +++++-------------- .../ST/STM32F10x/Include/system_stm32f10x.h | 36 +++++------- STM32F10x_StdPeriph_Driver/inc/misc.h | 28 ++++----- .../inc/stm32f10x_adc.h | 28 ++++----- .../inc/stm32f10x_bkp.h | 28 ++++----- .../inc/stm32f10x_can.h | 28 ++++----- .../inc/stm32f10x_cec.h | 28 ++++----- .../inc/stm32f10x_crc.h | 28 ++++----- .../inc/stm32f10x_dac.h | 28 ++++----- .../inc/stm32f10x_dbgmcu.h | 29 +++++----- .../inc/stm32f10x_dma.h | 29 +++++----- .../inc/stm32f10x_exti.h | 29 +++++----- .../inc/stm32f10x_flash.h | 29 +++++----- .../inc/stm32f10x_fsmc.h | 28 ++++----- .../inc/stm32f10x_gpio.h | 28 ++++----- .../inc/stm32f10x_i2c.h | 28 ++++----- .../inc/stm32f10x_iwdg.h | 29 +++++----- .../inc/stm32f10x_pwr.h | 29 +++++----- .../inc/stm32f10x_rcc.h | 28 ++++----- .../inc/stm32f10x_rtc.h | 29 ++++------ .../inc/stm32f10x_sdio.h | 28 ++++----- .../inc/stm32f10x_spi.h | 28 ++++----- .../inc/stm32f10x_tim.h | 29 +++++----- .../inc/stm32f10x_usart.h | 28 ++++----- .../inc/stm32f10x_wwdg.h | 28 ++++----- STM32F10x_StdPeriph_Driver/src/misc.c | 28 ++++----- .../src/stm32f10x_adc.c | 29 ++++------ .../src/stm32f10x_bkp.c | 29 ++++------ .../src/stm32f10x_can.c | 29 ++++------ .../src/stm32f10x_cec.c | 29 ++++------ .../src/stm32f10x_crc.c | 30 +++++----- .../src/stm32f10x_dac.c | 30 +++++----- .../src/stm32f10x_dbgmcu.c | 31 +++++----- .../src/stm32f10x_dma.c | 31 +++++----- .../src/stm32f10x_exti.c | 30 +++++----- .../src/stm32f10x_flash.c | 30 +++++----- .../src/stm32f10x_fsmc.c | 29 ++++------ .../src/stm32f10x_gpio.c | 29 ++++------ .../src/stm32f10x_i2c.c | 30 +++++----- .../src/stm32f10x_iwdg.c | 29 ++++------ .../src/stm32f10x_pwr.c | 29 ++++------ .../src/stm32f10x_rcc.c | 29 ++++------ .../src/stm32f10x_rtc.c | 29 ++++------ .../src/stm32f10x_sdio.c | 30 +++++----- .../src/stm32f10x_spi.c | 29 ++++------ .../src/stm32f10x_tim.c | 30 ++++------ .../src/stm32f10x_usart.c | 29 ++++------ .../src/stm32f10x_wwdg.c | 29 ++++------ STM32_USB-FS-Device_Driver/inc/usb_core.h | 35 ++++-------- STM32_USB-FS-Device_Driver/inc/usb_def.h | 36 ++++-------- STM32_USB-FS-Device_Driver/inc/usb_init.h | 29 ++++------ STM32_USB-FS-Device_Driver/inc/usb_int.h | 29 +++++----- STM32_USB-FS-Device_Driver/inc/usb_lib.h | 28 ++++----- STM32_USB-FS-Device_Driver/inc/usb_mem.h | 28 ++++----- STM32_USB-FS-Device_Driver/inc/usb_regs.h | 28 ++++----- STM32_USB-FS-Device_Driver/inc/usb_sil.h | 28 ++++----- STM32_USB-FS-Device_Driver/inc/usb_type.h | 28 ++++----- STM32_USB-FS-Device_Driver/src/usb_core.c | 28 ++++----- STM32_USB-FS-Device_Driver/src/usb_init.c | 28 ++++----- STM32_USB-FS-Device_Driver/src/usb_int.c | 29 ++++------ STM32_USB-FS-Device_Driver/src/usb_mem.c | 28 ++++----- STM32_USB-FS-Device_Driver/src/usb_regs.c | 28 ++++----- STM32_USB-FS-Device_Driver/src/usb_sil.c | 28 ++++----- 63 files changed, 775 insertions(+), 1085 deletions(-) diff --git a/CMSIS/Device/ST/STM32F10x/Include/stm32f10x.h b/CMSIS/Device/ST/STM32F10x/Include/stm32f10x.h index 2a6f12a..12740d7 100644 --- a/CMSIS/Device/ST/STM32F10x/Include/stm32f10x.h +++ b/CMSIS/Device/ST/STM32F10x/Include/stm32f10x.h @@ -1,50 +1,21 @@ /** ****************************************************************************** - * @file stm32f10x.h - * @author MCD Application Team - * @version V3.6.1 - * @date 09-March-2012 - * @brief CMSIS Cortex-M3 Device Peripheral Access Layer Header File. - * This file contains all the peripheral register's definitions, bits - * definitions and memory mapping for STM32F10x Connectivity line, - * High density, High density value line, Medium density, - * Medium density Value line, Low density, Low density Value line - * and XL-density devices. - * - * The file is the unique include file that the application programmer - * is using in the C source code, usually in main.c. This file contains: - * - Configuration section that allows to select: - * - The device used in the target application - * - To use or not the peripheral’s drivers in application code(i.e. - * code will be based on direct access to peripheral’s registers - * rather than drivers API), this option is controlled by - * "#define USE_STDPERIPH_DRIVER" - * - To change few application-specific parameters such as the HSE - * crystal frequency - * - Data structures and the address mapping for all peripherals - * - Peripheral's registers declarations and bits definition - * - Macros to access peripheral’s registers hardware - * - ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. ****************************************************************************** */ + /** @addtogroup CMSIS * @{ */ @@ -8385,4 +8356,4 @@ typedef struct * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ + diff --git a/CMSIS/Device/ST/STM32F10x/Include/system_stm32f10x.h b/CMSIS/Device/ST/STM32F10x/Include/system_stm32f10x.h index 01daf13..cf8d868 100644 --- a/CMSIS/Device/ST/STM32F10x/Include/system_stm32f10x.h +++ b/CMSIS/Device/ST/STM32F10x/Include/system_stm32f10x.h @@ -1,30 +1,21 @@ /** ****************************************************************************** - * @file system_stm32f10x.h - * @author MCD Application Team - * @version V3.6.1 - * @date 09-March-2012 - * @brief CMSIS Cortex-M3 Device Peripheral Access Layer System Header File. - ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. ****************************************************************************** */ + /** @addtogroup CMSIS * @{ */ @@ -101,4 +92,3 @@ extern void SystemCoreClockUpdate(void); /** * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/inc/misc.h b/STM32F10x_StdPeriph_Driver/inc/misc.h index 0fea5b2..3a0a2dc 100644 --- a/STM32F10x_StdPeriph_Driver/inc/misc.h +++ b/STM32F10x_StdPeriph_Driver/inc/misc.h @@ -7,21 +7,18 @@ * @brief This file contains all the functions prototypes for the miscellaneous * firmware library functions (add-on to CMSIS functions). ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -223,4 +220,3 @@ void SysTick_CLKSourceConfig(uint32_t SysTick_CLKSource); * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_adc.h b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_adc.h index 5125a5b..020d6d5 100644 --- a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_adc.h +++ b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_adc.h @@ -7,21 +7,18 @@ * @brief This file contains all the functions prototypes for the ADC firmware * library. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -486,4 +483,3 @@ void ADC_ClearITPendingBit(ADC_TypeDef* ADCx, uint16_t ADC_IT); * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_bkp.h b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_bkp.h index 47e8104..58eef9f 100644 --- a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_bkp.h +++ b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_bkp.h @@ -7,21 +7,18 @@ * @brief This file contains all the functions prototypes for the BKP firmware * library. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -198,4 +195,3 @@ void BKP_ClearITPendingBit(void); * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_can.h b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_can.h index 6b41e40..4f5f1be 100644 --- a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_can.h +++ b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_can.h @@ -7,21 +7,18 @@ * @brief This file contains all the functions prototypes for the CAN firmware * library. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -700,4 +697,3 @@ void CAN_ClearITPendingBit(CAN_TypeDef* CANx, uint32_t CAN_IT); * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_cec.h b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_cec.h index 7adc125..47a288b 100644 --- a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_cec.h +++ b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_cec.h @@ -7,21 +7,18 @@ * @brief This file contains all the functions prototypes for the CEC firmware * library. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -213,4 +210,3 @@ void CEC_ClearITPendingBit(uint16_t CEC_IT); * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_crc.h b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_crc.h index 355fb91..a1bf4c1 100644 --- a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_crc.h +++ b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_crc.h @@ -7,21 +7,18 @@ * @brief This file contains all the functions prototypes for the CRC firmware * library. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -97,4 +94,3 @@ uint8_t CRC_GetIDRegister(void); * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_dac.h b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_dac.h index 8268ac7..21c5d4f 100644 --- a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_dac.h +++ b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_dac.h @@ -7,21 +7,18 @@ * @brief This file contains all the functions prototypes for the DAC firmware * library. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -320,4 +317,3 @@ void DAC_ClearITPendingBit(uint32_t DAC_Channel, uint32_t DAC_IT); * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_dbgmcu.h b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_dbgmcu.h index ba7ffe2..0c25d4c 100644 --- a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_dbgmcu.h +++ b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_dbgmcu.h @@ -7,21 +7,18 @@ * @brief This file contains all the functions prototypes for the DBGMCU * firmware library. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -122,4 +119,4 @@ void DBGMCU_Config(uint32_t DBGMCU_Periph, FunctionalState NewState); * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ + diff --git a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_dma.h b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_dma.h index d691564..a08b3e0 100644 --- a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_dma.h +++ b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_dma.h @@ -7,21 +7,18 @@ * @brief This file contains all the functions prototypes for the DMA firmware * library. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -442,4 +439,4 @@ void DMA_ClearITPendingBit(uint32_t DMAy_IT); * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ + diff --git a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_exti.h b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_exti.h index 2883c1e..cec7209 100644 --- a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_exti.h +++ b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_exti.h @@ -7,21 +7,18 @@ * @brief This file contains all the functions prototypes for the EXTI firmware * library. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -187,4 +184,4 @@ void EXTI_ClearITPendingBit(uint32_t EXTI_Line); * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ + diff --git a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_flash.h b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_flash.h index fa6f405..96bb205 100644 --- a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_flash.h +++ b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_flash.h @@ -7,21 +7,18 @@ * @brief This file contains all the functions prototypes for the FLASH * firmware library. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -429,4 +426,4 @@ FLASH_Status FLASH_BootConfig(uint16_t FLASH_BOOT); * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ + diff --git a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_fsmc.h b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_fsmc.h index 1304d74..9bf0294 100644 --- a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_fsmc.h +++ b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_fsmc.h @@ -7,21 +7,18 @@ * @brief This file contains all the functions prototypes for the FSMC firmware * library. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -736,4 +733,3 @@ void FSMC_ClearITPendingBit(uint32_t FSMC_Bank, uint32_t FSMC_IT); * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_gpio.h b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_gpio.h index f67cc0e..06b446f 100644 --- a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_gpio.h +++ b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_gpio.h @@ -7,21 +7,18 @@ * @brief This file contains all the functions prototypes for the GPIO * firmware library. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -388,4 +385,3 @@ void GPIO_ETH_MediaInterfaceConfig(uint32_t GPIO_ETH_MediaInterface); * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_i2c.h b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_i2c.h index ce92b20..f369b3e 100644 --- a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_i2c.h +++ b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_i2c.h @@ -7,21 +7,18 @@ * @brief This file contains all the functions prototypes for the I2C firmware * library. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -687,4 +684,3 @@ void I2C_ClearITPendingBit(I2C_TypeDef* I2Cx, uint32_t I2C_IT); * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_iwdg.h b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_iwdg.h index 971ab42..d20465f 100644 --- a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_iwdg.h +++ b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_iwdg.h @@ -7,21 +7,18 @@ * @brief This file contains all the functions prototypes for the IWDG * firmware library. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -143,4 +140,4 @@ FlagStatus IWDG_GetFlagStatus(uint16_t IWDG_FLAG); * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ + diff --git a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_pwr.h b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_pwr.h index ad7d2fc..eba3cb9 100644 --- a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_pwr.h +++ b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_pwr.h @@ -7,21 +7,18 @@ * @brief This file contains all the functions prototypes for the PWR firmware * library. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -159,4 +156,4 @@ void PWR_ClearFlag(uint32_t PWR_FLAG); * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ + diff --git a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_rcc.h b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_rcc.h index ffa9a45..0192daf 100644 --- a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_rcc.h +++ b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_rcc.h @@ -7,21 +7,18 @@ * @brief This file contains all the functions prototypes for the RCC firmware * library. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -730,4 +727,3 @@ void RCC_ClearITPendingBit(uint8_t RCC_IT); * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_rtc.h b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_rtc.h index ad5c2c9..2dae7d2 100644 --- a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_rtc.h +++ b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_rtc.h @@ -7,21 +7,18 @@ * @brief This file contains all the functions prototypes for the RTC firmware * library. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -137,5 +134,3 @@ void RTC_ClearITPendingBit(uint16_t RTC_IT); /** * @} */ - -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_sdio.h b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_sdio.h index d0bfe1c..0b6be96 100644 --- a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_sdio.h +++ b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_sdio.h @@ -7,21 +7,18 @@ * @brief This file contains all the functions prototypes for the SDIO firmware * library. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -534,4 +531,3 @@ void SDIO_ClearITPendingBit(uint32_t SDIO_IT); * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_spi.h b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_spi.h index aeedaeb..4186f10 100644 --- a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_spi.h +++ b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_spi.h @@ -7,21 +7,18 @@ * @brief This file contains all the functions prototypes for the SPI firmware * library. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -490,4 +487,3 @@ void SPI_I2S_ClearITPendingBit(SPI_TypeDef* SPIx, uint8_t SPI_I2S_IT); * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_tim.h b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_tim.h index 077832f..3edaa59 100644 --- a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_tim.h +++ b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_tim.h @@ -7,21 +7,18 @@ * @brief This file contains all the functions prototypes for the TIM firmware * library. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -1167,4 +1164,4 @@ void TIM_ClearITPendingBit(TIM_TypeDef* TIMx, uint16_t TIM_IT); * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ + diff --git a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_usart.h b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_usart.h index 25137c4..86beb2d 100644 --- a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_usart.h +++ b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_usart.h @@ -7,21 +7,18 @@ * @brief This file contains all the functions prototypes for the USART * firmware library. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -426,4 +423,3 @@ void USART_ClearITPendingBit(USART_TypeDef* USARTx, uint16_t USART_IT); * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_wwdg.h b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_wwdg.h index 1ace8b2..3c51bef 100644 --- a/STM32F10x_StdPeriph_Driver/inc/stm32f10x_wwdg.h +++ b/STM32F10x_StdPeriph_Driver/inc/stm32f10x_wwdg.h @@ -7,21 +7,18 @@ * @brief This file contains all the functions prototypes for the WWDG firmware * library. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -118,4 +115,3 @@ void WWDG_ClearFlag(void); * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/src/misc.c b/STM32F10x_StdPeriph_Driver/src/misc.c index b252f35..797a480 100644 --- a/STM32F10x_StdPeriph_Driver/src/misc.c +++ b/STM32F10x_StdPeriph_Driver/src/misc.c @@ -7,21 +7,18 @@ * @brief This file provides all the miscellaneous firmware functions (add-on * to CMSIS functions). ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -228,4 +225,3 @@ void SysTick_CLKSourceConfig(uint32_t SysTick_CLKSource) * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/src/stm32f10x_adc.c b/STM32F10x_StdPeriph_Driver/src/stm32f10x_adc.c index 51952c1..48e9d14 100644 --- a/STM32F10x_StdPeriph_Driver/src/stm32f10x_adc.c +++ b/STM32F10x_StdPeriph_Driver/src/stm32f10x_adc.c @@ -6,22 +6,18 @@ * @date 05-March-2012 * @brief This file provides all the ADC firmware functions. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. ****************************************************************************** */ @@ -1310,4 +1306,3 @@ void ADC_ClearITPendingBit(ADC_TypeDef* ADCx, uint16_t ADC_IT) * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/src/stm32f10x_bkp.c b/STM32F10x_StdPeriph_Driver/src/stm32f10x_bkp.c index 49c9ae3..6606747 100644 --- a/STM32F10x_StdPeriph_Driver/src/stm32f10x_bkp.c +++ b/STM32F10x_StdPeriph_Driver/src/stm32f10x_bkp.c @@ -6,22 +6,18 @@ * @date 05-March-2012 * @brief This file provides all the BKP firmware functions. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. ****************************************************************************** */ @@ -311,4 +307,3 @@ void BKP_ClearITPendingBit(void) * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/src/stm32f10x_can.c b/STM32F10x_StdPeriph_Driver/src/stm32f10x_can.c index 2b1924b..70b8d10 100644 --- a/STM32F10x_StdPeriph_Driver/src/stm32f10x_can.c +++ b/STM32F10x_StdPeriph_Driver/src/stm32f10x_can.c @@ -6,22 +6,18 @@ * @date 05-March-2012 * @brief This file provides all the CAN firmware functions. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. ****************************************************************************** */ @@ -1418,4 +1414,3 @@ static ITStatus CheckITStatus(uint32_t CAN_Reg, uint32_t It_Bit) * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/src/stm32f10x_cec.c b/STM32F10x_StdPeriph_Driver/src/stm32f10x_cec.c index ac731dd..7706777 100644 --- a/STM32F10x_StdPeriph_Driver/src/stm32f10x_cec.c +++ b/STM32F10x_StdPeriph_Driver/src/stm32f10x_cec.c @@ -6,22 +6,18 @@ * @date 05-March-2012 * @brief This file provides all the CEC firmware functions. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. ****************************************************************************** */ @@ -436,4 +432,3 @@ void CEC_ClearITPendingBit(uint16_t CEC_IT) * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/src/stm32f10x_crc.c b/STM32F10x_StdPeriph_Driver/src/stm32f10x_crc.c index 70cabd5..2d86a3d 100644 --- a/STM32F10x_StdPeriph_Driver/src/stm32f10x_crc.c +++ b/STM32F10x_StdPeriph_Driver/src/stm32f10x_crc.c @@ -6,22 +6,18 @@ * @date 05-March-2012 * @brief This file provides all the CRC firmware functions. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. ****************************************************************************** */ @@ -163,4 +159,4 @@ uint8_t CRC_GetIDRegister(void) * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ + diff --git a/STM32F10x_StdPeriph_Driver/src/stm32f10x_dac.c b/STM32F10x_StdPeriph_Driver/src/stm32f10x_dac.c index bc56ef1..18f14a8 100644 --- a/STM32F10x_StdPeriph_Driver/src/stm32f10x_dac.c +++ b/STM32F10x_StdPeriph_Driver/src/stm32f10x_dac.c @@ -6,22 +6,18 @@ * @date 05-March-2012 * @brief This file provides all the DAC firmware functions. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. ****************************************************************************** */ @@ -574,4 +570,4 @@ void DAC_ClearITPendingBit(uint32_t DAC_Channel, uint32_t DAC_IT) * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ + diff --git a/STM32F10x_StdPeriph_Driver/src/stm32f10x_dbgmcu.c b/STM32F10x_StdPeriph_Driver/src/stm32f10x_dbgmcu.c index 6278093..a448098 100644 --- a/STM32F10x_StdPeriph_Driver/src/stm32f10x_dbgmcu.c +++ b/STM32F10x_StdPeriph_Driver/src/stm32f10x_dbgmcu.c @@ -6,22 +6,18 @@ * @date 05-March-2012 * @brief This file provides all the DBGMCU firmware functions. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. ****************************************************************************** */ @@ -164,5 +160,4 @@ void DBGMCU_Config(uint32_t DBGMCU_Periph, FunctionalState NewState) /** * @} */ - -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ + \ No newline at end of file diff --git a/STM32F10x_StdPeriph_Driver/src/stm32f10x_dma.c b/STM32F10x_StdPeriph_Driver/src/stm32f10x_dma.c index cc27774..13175be 100644 --- a/STM32F10x_StdPeriph_Driver/src/stm32f10x_dma.c +++ b/STM32F10x_StdPeriph_Driver/src/stm32f10x_dma.c @@ -6,22 +6,18 @@ * @date 05-March-2012 * @brief This file provides all the DMA firmware functions. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. ****************************************************************************** */ @@ -716,5 +712,4 @@ void DMA_ClearITPendingBit(uint32_t DMAy_IT) /** * @} */ - -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ + diff --git a/STM32F10x_StdPeriph_Driver/src/stm32f10x_exti.c b/STM32F10x_StdPeriph_Driver/src/stm32f10x_exti.c index a29fdda..a01ae38 100644 --- a/STM32F10x_StdPeriph_Driver/src/stm32f10x_exti.c +++ b/STM32F10x_StdPeriph_Driver/src/stm32f10x_exti.c @@ -6,22 +6,18 @@ * @date 05-March-2012 * @brief This file provides all the EXTI firmware functions. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. ****************************************************************************** */ @@ -272,4 +268,4 @@ void EXTI_ClearITPendingBit(uint32_t EXTI_Line) * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ + diff --git a/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.c b/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.c index 0b5fd3a..9030add 100644 --- a/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.c +++ b/STM32F10x_StdPeriph_Driver/src/stm32f10x_flash.c @@ -6,22 +6,18 @@ * @date 05-March-2012 * @brief This file provides all the FLASH firmware functions. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. ****************************************************************************** */ @@ -1682,4 +1678,4 @@ FLASH_Status FLASH_WaitForLastBank2Operation(uint32_t Timeout) * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ + diff --git a/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.c b/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.c index de73841..0d1ff8f 100644 --- a/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.c +++ b/STM32F10x_StdPeriph_Driver/src/stm32f10x_fsmc.c @@ -6,22 +6,18 @@ * @date 05-March-2012 * @brief This file provides all the FSMC firmware functions. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. ****************************************************************************** */ @@ -869,4 +865,3 @@ void FSMC_ClearITPendingBit(uint32_t FSMC_Bank, uint32_t FSMC_IT) * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/src/stm32f10x_gpio.c b/STM32F10x_StdPeriph_Driver/src/stm32f10x_gpio.c index 5c14b25..c8649cd 100644 --- a/STM32F10x_StdPeriph_Driver/src/stm32f10x_gpio.c +++ b/STM32F10x_StdPeriph_Driver/src/stm32f10x_gpio.c @@ -6,22 +6,18 @@ * @date 05-March-2012 * @brief This file provides all the GPIO firmware functions. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. ****************************************************************************** */ @@ -653,4 +649,3 @@ void GPIO_ETH_MediaInterfaceConfig(uint32_t GPIO_ETH_MediaInterface) * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c b/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c index b28cab3..df4177c 100644 --- a/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c +++ b/STM32F10x_StdPeriph_Driver/src/stm32f10x_i2c.c @@ -6,22 +6,18 @@ * @date 05-March-2012 * @brief This file provides all the I2C firmware functions. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. ****************************************************************************** */ @@ -1334,4 +1330,4 @@ void I2C_ClearITPendingBit(I2C_TypeDef* I2Cx, uint32_t I2C_IT) * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ + diff --git a/STM32F10x_StdPeriph_Driver/src/stm32f10x_iwdg.c b/STM32F10x_StdPeriph_Driver/src/stm32f10x_iwdg.c index 498d491..fc53be8 100644 --- a/STM32F10x_StdPeriph_Driver/src/stm32f10x_iwdg.c +++ b/STM32F10x_StdPeriph_Driver/src/stm32f10x_iwdg.c @@ -6,22 +6,18 @@ * @date 05-March-2012 * @brief This file provides all the IWDG firmware functions. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. ****************************************************************************** */ @@ -193,4 +189,3 @@ FlagStatus IWDG_GetFlagStatus(uint16_t IWDG_FLAG) * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/src/stm32f10x_pwr.c b/STM32F10x_StdPeriph_Driver/src/stm32f10x_pwr.c index 0987242..3575b4c 100644 --- a/STM32F10x_StdPeriph_Driver/src/stm32f10x_pwr.c +++ b/STM32F10x_StdPeriph_Driver/src/stm32f10x_pwr.c @@ -6,22 +6,18 @@ * @date 05-March-2012 * @brief This file provides all the PWR firmware functions. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. ****************************************************************************** */ @@ -310,4 +306,3 @@ void PWR_ClearFlag(uint32_t PWR_FLAG) * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/src/stm32f10x_rcc.c b/STM32F10x_StdPeriph_Driver/src/stm32f10x_rcc.c index 2e870f6..61f9004 100644 --- a/STM32F10x_StdPeriph_Driver/src/stm32f10x_rcc.c +++ b/STM32F10x_StdPeriph_Driver/src/stm32f10x_rcc.c @@ -6,22 +6,18 @@ * @date 05-March-2012 * @brief This file provides all the RCC firmware functions. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. ****************************************************************************** */ @@ -1473,4 +1469,3 @@ void RCC_ClearITPendingBit(uint8_t RCC_IT) * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/src/stm32f10x_rtc.c b/STM32F10x_StdPeriph_Driver/src/stm32f10x_rtc.c index 4e31359..7026a11 100644 --- a/STM32F10x_StdPeriph_Driver/src/stm32f10x_rtc.c +++ b/STM32F10x_StdPeriph_Driver/src/stm32f10x_rtc.c @@ -6,22 +6,18 @@ * @date 05-March-2012 * @brief This file provides all the RTC firmware functions. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. ****************************************************************************** */ @@ -355,4 +351,3 @@ void RTC_ClearITPendingBit(uint16_t RTC_IT) * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/src/stm32f10x_sdio.c b/STM32F10x_StdPeriph_Driver/src/stm32f10x_sdio.c index ec5bf10..e51fe61 100644 --- a/STM32F10x_StdPeriph_Driver/src/stm32f10x_sdio.c +++ b/STM32F10x_StdPeriph_Driver/src/stm32f10x_sdio.c @@ -6,22 +6,18 @@ * @date 05-March-2012 * @brief This file provides all the SDIO firmware functions. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. ****************************************************************************** */ @@ -801,4 +797,4 @@ void SDIO_ClearITPendingBit(uint32_t SDIO_IT) * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ + diff --git a/STM32F10x_StdPeriph_Driver/src/stm32f10x_spi.c b/STM32F10x_StdPeriph_Driver/src/stm32f10x_spi.c index b901d3f..3f358b2 100644 --- a/STM32F10x_StdPeriph_Driver/src/stm32f10x_spi.c +++ b/STM32F10x_StdPeriph_Driver/src/stm32f10x_spi.c @@ -6,22 +6,18 @@ * @date 05-March-2012 * @brief This file provides all the SPI firmware functions. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. ****************************************************************************** */ @@ -911,4 +907,3 @@ void SPI_I2S_ClearITPendingBit(SPI_TypeDef* SPIx, uint8_t SPI_I2S_IT) * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/src/stm32f10x_tim.c b/STM32F10x_StdPeriph_Driver/src/stm32f10x_tim.c index aa628a9..dc43134 100644 --- a/STM32F10x_StdPeriph_Driver/src/stm32f10x_tim.c +++ b/STM32F10x_StdPeriph_Driver/src/stm32f10x_tim.c @@ -6,22 +6,18 @@ * @date 05-March-2012 * @brief This file provides all the TIM firmware functions. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. ****************************************************************************** */ @@ -2892,5 +2888,3 @@ static void TI4_Config(TIM_TypeDef* TIMx, uint16_t TIM_ICPolarity, uint16_t TIM_ /** * @} */ - -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/src/stm32f10x_usart.c b/STM32F10x_StdPeriph_Driver/src/stm32f10x_usart.c index 7f01f12..36b1a6d 100644 --- a/STM32F10x_StdPeriph_Driver/src/stm32f10x_usart.c +++ b/STM32F10x_StdPeriph_Driver/src/stm32f10x_usart.c @@ -6,22 +6,18 @@ * @date 05-March-2012 * @brief This file provides all the USART firmware functions. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. ****************************************************************************** */ @@ -1062,4 +1058,3 @@ void USART_ClearITPendingBit(USART_TypeDef* USARTx, uint16_t USART_IT) * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32F10x_StdPeriph_Driver/src/stm32f10x_wwdg.c b/STM32F10x_StdPeriph_Driver/src/stm32f10x_wwdg.c index 0115b24..5e6b68e 100644 --- a/STM32F10x_StdPeriph_Driver/src/stm32f10x_wwdg.c +++ b/STM32F10x_StdPeriph_Driver/src/stm32f10x_wwdg.c @@ -6,22 +6,18 @@ * @date 05-March-2012 * @brief This file provides all the WWDG firmware functions. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. ****************************************************************************** */ @@ -227,4 +223,3 @@ void WWDG_ClearFlag(void) * @} */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32_USB-FS-Device_Driver/inc/usb_core.h b/STM32_USB-FS-Device_Driver/inc/usb_core.h index bf303f7..d46be48 100644 --- a/STM32_USB-FS-Device_Driver/inc/usb_core.h +++ b/STM32_USB-FS-Device_Driver/inc/usb_core.h @@ -1,27 +1,17 @@ /** ****************************************************************************** - * @file usb_core.h - * @author MCD Application Team - * @version V4.0.0 - * @date 28-August-2012 - * @brief Standard protocol processing functions prototypes - ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. ****************************************************************************** */ @@ -256,4 +246,3 @@ extern __IO uint16_t SaveTState; #endif /* __USB_CORE_H */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32_USB-FS-Device_Driver/inc/usb_def.h b/STM32_USB-FS-Device_Driver/inc/usb_def.h index 7f6e1b5..41e3925 100644 --- a/STM32_USB-FS-Device_Driver/inc/usb_def.h +++ b/STM32_USB-FS-Device_Driver/inc/usb_def.h @@ -1,27 +1,17 @@ /** ****************************************************************************** - * @file usb_def.h - * @author MCD Application Team - * @version V4.0.0 - * @date 28-August-2012 - * @brief Definitions related to USB Core - ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. ****************************************************************************** */ @@ -88,5 +78,3 @@ typedef enum _FEATURE_SELECTOR /* Exported functions ------------------------------------------------------- */ #endif /* __USB_DEF_H */ - -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32_USB-FS-Device_Driver/inc/usb_init.h b/STM32_USB-FS-Device_Driver/inc/usb_init.h index 44b528c..6d8a242 100644 --- a/STM32_USB-FS-Device_Driver/inc/usb_init.h +++ b/STM32_USB-FS-Device_Driver/inc/usb_init.h @@ -6,22 +6,18 @@ * @date 28-August-2012 * @brief Initialization routines & global variables ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. ****************************************************************************** */ @@ -59,4 +55,3 @@ extern uint16_t wInterrupt_Mask; #endif /* __USB_INIT_H */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32_USB-FS-Device_Driver/inc/usb_int.h b/STM32_USB-FS-Device_Driver/inc/usb_int.h index 307ab14..3538820 100644 --- a/STM32_USB-FS-Device_Driver/inc/usb_int.h +++ b/STM32_USB-FS-Device_Driver/inc/usb_int.h @@ -6,21 +6,18 @@ * @date 28-August-2012 * @brief Endpoint CTR (Low and High) interrupt's service routines prototypes ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -42,4 +39,4 @@ void CTR_HP(void); #endif /* __USB_INT_H */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ + diff --git a/STM32_USB-FS-Device_Driver/inc/usb_lib.h b/STM32_USB-FS-Device_Driver/inc/usb_lib.h index b0e519b..81ba2ff 100644 --- a/STM32_USB-FS-Device_Driver/inc/usb_lib.h +++ b/STM32_USB-FS-Device_Driver/inc/usb_lib.h @@ -6,21 +6,18 @@ * @date 28-August-2012 * @brief USB library include files ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -49,4 +46,3 @@ #endif /* __USB_LIB_H */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32_USB-FS-Device_Driver/inc/usb_mem.h b/STM32_USB-FS-Device_Driver/inc/usb_mem.h index 0b29100..e24a15e 100644 --- a/STM32_USB-FS-Device_Driver/inc/usb_mem.h +++ b/STM32_USB-FS-Device_Driver/inc/usb_mem.h @@ -6,21 +6,18 @@ * @date 28-August-2012 * @brief Utility prototypes functions for memory/PMA transfers ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -42,4 +39,3 @@ void PMAToUserBufferCopy(uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNByt #endif /*__USB_MEM_H*/ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32_USB-FS-Device_Driver/inc/usb_regs.h b/STM32_USB-FS-Device_Driver/inc/usb_regs.h index 87e0a00..d130b08 100644 --- a/STM32_USB-FS-Device_Driver/inc/usb_regs.h +++ b/STM32_USB-FS-Device_Driver/inc/usb_regs.h @@ -6,21 +6,18 @@ * @date 28-August-2012 * @brief Interface prototype functions to USB cell registers ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -677,4 +674,3 @@ uint16_t ByteSwap(uint16_t); #endif /* __USB_REGS_H */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32_USB-FS-Device_Driver/inc/usb_sil.h b/STM32_USB-FS-Device_Driver/inc/usb_sil.h index 5548175..d698a41 100644 --- a/STM32_USB-FS-Device_Driver/inc/usb_sil.h +++ b/STM32_USB-FS-Device_Driver/inc/usb_sil.h @@ -6,21 +6,18 @@ * @date 28-August-2012 * @brief Simplified Interface Layer function prototypes. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -44,4 +41,3 @@ uint32_t USB_SIL_Read(uint8_t bEpAddr, uint8_t* pBufferPointer); #endif /* __USB_SIL_H */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32_USB-FS-Device_Driver/inc/usb_type.h b/STM32_USB-FS-Device_Driver/inc/usb_type.h index 68da99d..e278840 100644 --- a/STM32_USB-FS-Device_Driver/inc/usb_type.h +++ b/STM32_USB-FS-Device_Driver/inc/usb_type.h @@ -6,21 +6,18 @@ * @date 28-August-2012 * @brief Type definitions used by the USB Library ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -52,4 +49,3 @@ bool; #endif /* __USB_TYPE_H */ -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32_USB-FS-Device_Driver/src/usb_core.c b/STM32_USB-FS-Device_Driver/src/usb_core.c index 18025e1..b2b0df3 100644 --- a/STM32_USB-FS-Device_Driver/src/usb_core.c +++ b/STM32_USB-FS-Device_Driver/src/usb_core.c @@ -6,21 +6,18 @@ * @date 28-August-2012 * @brief Standard protocol processing (USB v2.0) ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -1030,4 +1027,3 @@ void NOP_Process(void) { } -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32_USB-FS-Device_Driver/src/usb_init.c b/STM32_USB-FS-Device_Driver/src/usb_init.c index 0949620..9135a75 100644 --- a/STM32_USB-FS-Device_Driver/src/usb_init.c +++ b/STM32_USB-FS-Device_Driver/src/usb_init.c @@ -6,21 +6,18 @@ * @date 28-August-2012 * @brief Initialization routines & global variables ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -73,4 +70,3 @@ void USB_Init(void) pProperty->Init(); } -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32_USB-FS-Device_Driver/src/usb_int.c b/STM32_USB-FS-Device_Driver/src/usb_int.c index dbaa331..7416f80 100644 --- a/STM32_USB-FS-Device_Driver/src/usb_int.c +++ b/STM32_USB-FS-Device_Driver/src/usb_int.c @@ -6,21 +6,18 @@ * @date 28-August-2012 * @brief Endpoint CTR (Low and High) interrupt's service routines ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -191,5 +188,3 @@ void CTR_HP(void) }/* while(...) */ } - -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32_USB-FS-Device_Driver/src/usb_mem.c b/STM32_USB-FS-Device_Driver/src/usb_mem.c index 4e0748a..a726f12 100644 --- a/STM32_USB-FS-Device_Driver/src/usb_mem.c +++ b/STM32_USB-FS-Device_Driver/src/usb_mem.c @@ -6,21 +6,18 @@ * @date 28-August-2012 * @brief Utility functions for memory transfers to/from PMA ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -84,4 +81,3 @@ void PMAToUserBufferCopy(uint8_t *pbUsrBuf, uint16_t wPMABufAddr, uint16_t wNByt } } -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32_USB-FS-Device_Driver/src/usb_regs.c b/STM32_USB-FS-Device_Driver/src/usb_regs.c index b1e22fe..d9afe54 100644 --- a/STM32_USB-FS-Device_Driver/src/usb_regs.c +++ b/STM32_USB-FS-Device_Driver/src/usb_regs.c @@ -6,21 +6,18 @@ * @date 28-August-2012 * @brief Interface functions to USB cell registers ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -757,4 +754,3 @@ uint16_t ByteSwap(uint16_t wSwW) return(wRet); } -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ diff --git a/STM32_USB-FS-Device_Driver/src/usb_sil.c b/STM32_USB-FS-Device_Driver/src/usb_sil.c index 5f2e4db..954e4c3 100644 --- a/STM32_USB-FS-Device_Driver/src/usb_sil.c +++ b/STM32_USB-FS-Device_Driver/src/usb_sil.c @@ -7,21 +7,18 @@ * @brief Simplified Interface Layer for Global Initialization and Endpoint * Rea/Write operations. ****************************************************************************** - * @attention - * - *

© COPYRIGHT 2012 STMicroelectronics

- * - * Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); - * You may not use this file except in compliance with the License. - * You may obtain a copy of the License at: - * - * http://www.st.com/software_license_agreement_liberty_v2 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + Released into the public domain. + This work is free: you can redistribute it and/or modify it under the terms of + Creative Commons Zero license v1.0 + + This work is licensed under the Creative Commons Zero 1.0 United States License. + To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0/ + or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, + California, 94105, USA. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. * ****************************************************************************** */ @@ -100,4 +97,3 @@ uint32_t USB_SIL_Read(uint8_t bEpAddr, uint8_t* pBufferPointer) return DataLength; } -/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/