summaryrefslogtreecommitdiff
path: root/ps2_usart.c
diff options
context:
space:
mode:
authortmk2011-07-21 00:32:52 +0900
committertmk2011-07-21 00:32:52 +0900
commit0dde25e81cc06ed6331c030839b7048c69fc9c84 (patch)
tree3f6f79a9ebc3fcf183547a420065fd5cc7b077d3 /ps2_usart.c
parentf382fc93d5cbee8209069d5da590177b8dbd4a02 (diff)
added copyright and license notice.
Diffstat (limited to 'ps2_usart.c')
-rw-r--r--ps2_usart.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ps2_usart.c b/ps2_usart.c
index e45b94c93..68608bad4 100644
--- a/ps2_usart.c
+++ b/ps2_usart.c
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2010,2011 Jun WAKO <wakojun@gmail.com>
+Copyright 2010,2011 Jun WAKO <wakojun@gmail.com>
This software is licensed with a Modified BSD License.
All of this is supposed to be Free Software, Open Source, DFSG-free,
@@ -34,6 +34,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
+
/*
Primitive PS/2 Library for AVR
==============================