summaryrefslogtreecommitdiff
path: root/vusb
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2011-07-21 00:32:52 +0900
committertmk <nobody@nowhere>2011-07-21 00:32:52 +0900
commit0dde25e81cc06ed6331c030839b7048c69fc9c84 (patch)
tree3f6f79a9ebc3fcf183547a420065fd5cc7b077d3 /vusb
parentf382fc93d5cbee8209069d5da590177b8dbd4a02 (diff)
added copyright and license notice.
Diffstat (limited to 'vusb')
-rw-r--r--vusb/host.c17
-rw-r--r--vusb/host_vusb.h17
-rw-r--r--vusb/sendchar_usart.c4
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"