aboutsummaryrefslogtreecommitdiff
path: root/lib/usb
diff options
context:
space:
mode:
authorUwe Hermann2010-12-30 13:19:25 +0100
committerUwe Hermann2010-12-30 13:19:25 +0100
commit18790a2454d2d59946b018ad5f1e33abbc17a65c (patch)
tree96bd01f69c8a0c0e09455c83faa0b94d21d67de4 /lib/usb
parent0995f73f72b57095dde05e280af3dfaaee81215e (diff)
More renames for libopenstm32 -> libopencm3.
Diffstat (limited to 'lib/usb')
-rw-r--r--lib/usb/usb.c2
-rw-r--r--lib/usb/usb_control.c2
-rw-r--r--lib/usb/usb_f103.c2
-rw-r--r--lib/usb/usb_private.h2
-rw-r--r--lib/usb/usb_standard.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/usb/usb.c b/lib/usb/usb.c
index 7c5fece..1e8ad44 100644
--- a/lib/usb/usb.c
+++ b/lib/usb/usb.c
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2010 Gareth McMullin <gareth@blacksphere.co.nz>
*
diff --git a/lib/usb/usb_control.c b/lib/usb/usb_control.c
index c85a962..ff46732 100644
--- a/lib/usb/usb_control.c
+++ b/lib/usb/usb_control.c
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2010 Gareth McMullin <gareth@blacksphere.co.nz>
*
diff --git a/lib/usb/usb_f103.c b/lib/usb/usb_f103.c
index 874be3e..dab046d 100644
--- a/lib/usb/usb_f103.c
+++ b/lib/usb/usb_f103.c
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2010 Gareth McMullin <gareth@blacksphere.co.nz>
*
diff --git a/lib/usb/usb_private.h b/lib/usb/usb_private.h
index b8895db..6303285 100644
--- a/lib/usb/usb_private.h
+++ b/lib/usb/usb_private.h
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2010 Gareth McMullin <gareth@blacksphere.co.nz>
*
diff --git a/lib/usb/usb_standard.c b/lib/usb/usb_standard.c
index a718f9f..81616e5 100644
--- a/lib/usb/usb_standard.c
+++ b/lib/usb/usb_standard.c
@@ -1,5 +1,5 @@
/*
- * This file is part of the libopenstm32 project.
+ * This file is part of the libopencm3 project.
*
* Copyright (C) 2010 Gareth McMullin <gareth@blacksphere.co.nz>
*