From 0dde25e81cc06ed6331c030839b7048c69fc9c84 Mon Sep 17 00:00:00 2001 From: tmk Date: Thu, 21 Jul 2011 00:32:52 +0900 Subject: added copyright and license notice. --- vusb/host.c | 17 +++++++++++++++++ vusb/host_vusb.h | 17 +++++++++++++++++ vusb/sendchar_usart.c | 4 ++++ 3 files changed, 38 insertions(+) (limited to 'vusb') diff --git a/vusb/host.c b/vusb/host.c index 590d2363b8..8cd38d0b38 100644 --- a/vusb/host.c +++ b/vusb/host.c @@ -1,3 +1,20 @@ +/* +Copyright 2011 Jun Wako + +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 2 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 . +*/ + #include #include #include "usbdrv.h" diff --git a/vusb/host_vusb.h b/vusb/host_vusb.h index f09ad58228..be9886e884 100644 --- a/vusb/host_vusb.h +++ b/vusb/host_vusb.h @@ -1,3 +1,20 @@ +/* +Copyright 2011 Jun Wako + +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 2 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 . +*/ + #ifndef HOST_VUSB_H #define HOST_VUSB_H diff --git a/vusb/sendchar_usart.c b/vusb/sendchar_usart.c index d6f3c894c4..8d24f87d1e 100644 --- a/vusb/sendchar_usart.c +++ b/vusb/sendchar_usart.c @@ -1,3 +1,7 @@ +/* + * Copyright: (c) 2005 by OBJECTIVE DEVELOPMENT Software GmbH + * License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt) + */ #include #include "oddebug.h" #include "sendchar.h" -- cgit v1.2.3