From 3fb95ad6850d4328b5ced1c033c6c12962aae609 Mon Sep 17 00:00:00 2001 From: Piotr Esden-Tempski Date: Mon, 31 Oct 2011 15:04:08 -0700 Subject: Added license header to cdcacm test python script. --- examples/stm32/f1/lisa-m/usb_cdcacm/cdcacm_test.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'examples/stm32/f1/lisa-m/usb_cdcacm') 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 +# +# 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 . +# import serial import signal -- cgit v1.2.3