aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPiotr Esden-Tempski2011-10-31 15:04:08 -0700
committerPiotr Esden-Tempski2011-10-31 15:04:08 -0700
commit3fb95ad6850d4328b5ced1c033c6c12962aae609 (patch)
tree649c70a158b0d48122d69c9e9e2ea459340fad5d /examples
parent97fa5ff815dc2920f8bb675f21cf0cda7588dcaf (diff)
Added license header to cdcacm test python script.
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32/f1/lisa-m/usb_cdcacm/cdcacm_test.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/stm32/f1/lisa-m/usb_cdcacm/cdcacm_test.py b/examples/stm32/f1/lisa-m/usb_cdcacm/cdcacm_test.py
index bf1bef3..4694639 100644
--- a/examples/stm32/f1/lisa-m/usb_cdcacm/cdcacm_test.py
+++ b/examples/stm32/f1/lisa-m/usb_cdcacm/cdcacm_test.py
@@ -1,4 +1,22 @@
#! /usr/bin/env python
+#
+# This file is part of the libopencm3 project.
+#
+# Copyright (C) 2011 Piotr Esden-Tempski <piotr@esden.net>
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# 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. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
import serial
import signal