aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/stm32-h103
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32/stm32-h103')
-rw-r--r--examples/stm32/stm32-h103/Makefile2
-rw-r--r--examples/stm32/stm32-h103/fancyblink/Makefile2
-rw-r--r--examples/stm32/stm32-h103/miniblink/Makefile2
-rw-r--r--examples/stm32/stm32-h103/spi/Makefile2
-rw-r--r--examples/stm32/stm32-h103/usart/Makefile2
-rw-r--r--examples/stm32/stm32-h103/usb_cdcacm/Makefile2
-rw-r--r--examples/stm32/stm32-h103/usb_dfu/Makefile2
-rw-r--r--examples/stm32/stm32-h103/usb_hid/Makefile2
-rw-r--r--examples/stm32/stm32-h103/usb_iap/Makefile2
9 files changed, 9 insertions, 9 deletions
diff --git a/examples/stm32/stm32-h103/Makefile b/examples/stm32/stm32-h103/Makefile
index bd3a2d8..8d39ba9 100644
--- a/examples/stm32/stm32-h103/Makefile
+++ b/examples/stm32/stm32-h103/Makefile
@@ -1,5 +1,5 @@
##
-## This file is part of the libopenstm32 project.
+## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##
diff --git a/examples/stm32/stm32-h103/fancyblink/Makefile b/examples/stm32/stm32-h103/fancyblink/Makefile
index 09aff6f..1baec4d 100644
--- a/examples/stm32/stm32-h103/fancyblink/Makefile
+++ b/examples/stm32/stm32-h103/fancyblink/Makefile
@@ -1,5 +1,5 @@
##
-## This file is part of the libopenstm32 project.
+## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##
diff --git a/examples/stm32/stm32-h103/miniblink/Makefile b/examples/stm32/stm32-h103/miniblink/Makefile
index cbbded6..24a478b 100644
--- a/examples/stm32/stm32-h103/miniblink/Makefile
+++ b/examples/stm32/stm32-h103/miniblink/Makefile
@@ -1,5 +1,5 @@
##
-## This file is part of the libopenstm32 project.
+## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##
diff --git a/examples/stm32/stm32-h103/spi/Makefile b/examples/stm32/stm32-h103/spi/Makefile
index a63e92d..7d3cb72 100644
--- a/examples/stm32/stm32-h103/spi/Makefile
+++ b/examples/stm32/stm32-h103/spi/Makefile
@@ -1,5 +1,5 @@
##
-## This file is part of the libopenstm32 project.
+## This file is part of the libopencm3 project.
##
## Copyright (C) 2010 Uwe Hermann <uwe@hermann-uwe.de>
##
diff --git a/examples/stm32/stm32-h103/usart/Makefile b/examples/stm32/stm32-h103/usart/Makefile
index 75050cd..2c1e1b1 100644
--- a/examples/stm32/stm32-h103/usart/Makefile
+++ b/examples/stm32/stm32-h103/usart/Makefile
@@ -1,5 +1,5 @@
##
-## This file is part of the libopenstm32 project.
+## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##
diff --git a/examples/stm32/stm32-h103/usb_cdcacm/Makefile b/examples/stm32/stm32-h103/usb_cdcacm/Makefile
index ab55ba2..38179e3 100644
--- a/examples/stm32/stm32-h103/usb_cdcacm/Makefile
+++ b/examples/stm32/stm32-h103/usb_cdcacm/Makefile
@@ -1,5 +1,5 @@
##
-## This file is part of the libopenstm32 project.
+## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##
diff --git a/examples/stm32/stm32-h103/usb_dfu/Makefile b/examples/stm32/stm32-h103/usb_dfu/Makefile
index 183b7c8..48e2d6b 100644
--- a/examples/stm32/stm32-h103/usb_dfu/Makefile
+++ b/examples/stm32/stm32-h103/usb_dfu/Makefile
@@ -1,5 +1,5 @@
##
-## This file is part of the libopenstm32 project.
+## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##
diff --git a/examples/stm32/stm32-h103/usb_hid/Makefile b/examples/stm32/stm32-h103/usb_hid/Makefile
index 7967467..d831e9e 100644
--- a/examples/stm32/stm32-h103/usb_hid/Makefile
+++ b/examples/stm32/stm32-h103/usb_hid/Makefile
@@ -1,5 +1,5 @@
##
-## This file is part of the libopenstm32 project.
+## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##
diff --git a/examples/stm32/stm32-h103/usb_iap/Makefile b/examples/stm32/stm32-h103/usb_iap/Makefile
index 9c93f91..0b51782 100644
--- a/examples/stm32/stm32-h103/usb_iap/Makefile
+++ b/examples/stm32/stm32-h103/usb_iap/Makefile
@@ -1,5 +1,5 @@
##
-## This file is part of the libopenstm32 project.
+## This file is part of the libopencm3 project.
##
## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
##