diff options
Diffstat (limited to 'vusb')
-rw-r--r-- | vusb/host.c | 17 | ||||
-rw-r--r-- | vusb/host_vusb.h | 17 | ||||
-rw-r--r-- | vusb/sendchar_usart.c | 4 |
3 files changed, 38 insertions, 0 deletions
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 <wakojun@gmail.com> + +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 <http://www.gnu.org/licenses/>. +*/ + #include <stdint.h> #include <avr/interrupt.h> #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 <wakojun@gmail.com> + +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 <http://www.gnu.org/licenses/>. +*/ + #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 <stdint.h> #include "oddebug.h" #include "sendchar.h" |