Update copyrights to 2015 (better late than never).

This commit is contained in:
Dean Camera 2015-05-17 13:14:29 +10:00
parent 366a846156
commit 1d2680b358
1001 changed files with 1874 additions and 1874 deletions

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted
@ -156,7 +156,7 @@ int main(void)
CDC_Task(); CDC_Task();
USB_USBTask(); USB_USBTask();
} }
/* Wait a short time to end all USB transactions and then disconnect */ /* Wait a short time to end all USB transactions and then disconnect */
_delay_us(1000); _delay_us(1000);

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,6 +1,6 @@
# #
# LUFA Library # LUFA Library
# Copyright (C) Dean Camera, 2014. # Copyright (C) Dean Camera, 2015.
# #
# dean [at] fourwalledcubicle [dot] com # dean [at] fourwalledcubicle [dot] com
# www.lufa-lib.org # www.lufa-lib.org

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,6 +1,6 @@
# #
# LUFA Library # LUFA Library
# Copyright (C) Dean Camera, 2014. # Copyright (C) Dean Camera, 2015.
# #
# dean [at] fourwalledcubicle [dot] com # dean [at] fourwalledcubicle [dot] com
# www.lufa-lib.org # www.lufa-lib.org

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,6 +1,6 @@
""" """
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org

View File

@ -1,6 +1,6 @@
# #
# LUFA Library # LUFA Library
# Copyright (C) Dean Camera, 2014. # Copyright (C) Dean Camera, 2015.
# #
# dean [at] fourwalledcubicle [dot] com # dean [at] fourwalledcubicle [dot] com
# www.lufa-lib.org # www.lufa-lib.org

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,6 +1,6 @@
# #
# LUFA Library # LUFA Library
# Copyright (C) Dean Camera, 2014. # Copyright (C) Dean Camera, 2015.
# #
# dean [at] fourwalledcubicle [dot] com # dean [at] fourwalledcubicle [dot] com
# www.lufa-lib.org # www.lufa-lib.org

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,6 +1,6 @@
# #
# LUFA Library # LUFA Library
# Copyright (C) Dean Camera, 2014. # Copyright (C) Dean Camera, 2015.
# #
# dean [at] fourwalledcubicle [dot] com # dean [at] fourwalledcubicle [dot] com
# www.lufa-lib.org # www.lufa-lib.org

View File

@ -1,6 +1,6 @@
# #
# LUFA Library # LUFA Library
# Copyright (C) Dean Camera, 2014. # Copyright (C) Dean Camera, 2015.
# #
# dean [at] fourwalledcubicle [dot] com # dean [at] fourwalledcubicle [dot] com
# www.lufa-lib.org # www.lufa-lib.org

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,6 +1,6 @@
# #
# LUFA Library # LUFA Library
# Copyright (C) Dean Camera, 2014. # Copyright (C) Dean Camera, 2015.
# #
# dean [at] fourwalledcubicle [dot] com # dean [at] fourwalledcubicle [dot] com
# www.lufa-lib.org # www.lufa-lib.org

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,6 +1,6 @@
# #
# LUFA Library # LUFA Library
# Copyright (C) Dean Camera, 2014. # Copyright (C) Dean Camera, 2015.
# #
# dean [at] fourwalledcubicle [dot] com # dean [at] fourwalledcubicle [dot] com
# www.lufa-lib.org # www.lufa-lib.org

View File

@ -1,6 +1,6 @@
# #
# LUFA Library # LUFA Library
# Copyright (C) Dean Camera, 2014. # Copyright (C) Dean Camera, 2015.
# #
# dean [at] fourwalledcubicle [dot] com # dean [at] fourwalledcubicle [dot] com
# www.lufa-lib.org # www.lufa-lib.org

View File

@ -1,6 +1,6 @@
# #
# LUFA Library # LUFA Library
# Copyright (C) Dean Camera, 2014. # Copyright (C) Dean Camera, 2015.
# #
# dean [at] fourwalledcubicle [dot] com # dean [at] fourwalledcubicle [dot] com
# www.lufa-lib.org # www.lufa-lib.org

View File

@ -1,6 +1,6 @@
# #
# LUFA Library # LUFA Library
# Copyright (C) Dean Camera, 2014. # Copyright (C) Dean Camera, 2015.
# #
# dean [at] fourwalledcubicle [dot] com # dean [at] fourwalledcubicle [dot] com
# www.lufa-lib.org # www.lufa-lib.org

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,6 +1,6 @@
# #
# LUFA Library # LUFA Library
# Copyright (C) Dean Camera, 2014. # Copyright (C) Dean Camera, 2015.
# #
# dean [at] fourwalledcubicle [dot] com # dean [at] fourwalledcubicle [dot] com
# www.lufa-lib.org # www.lufa-lib.org

View File

@ -1,6 +1,6 @@
# #
# LUFA Library # LUFA Library
# Copyright (C) Dean Camera, 2014. # Copyright (C) Dean Camera, 2015.
# #
# dean [at] fourwalledcubicle [dot] com # dean [at] fourwalledcubicle [dot] com
# www.lufa-lib.org # www.lufa-lib.org

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,6 +1,6 @@
# #
# LUFA Library # LUFA Library
# Copyright (C) Dean Camera, 2014. # Copyright (C) Dean Camera, 2015.
# #
# dean [at] fourwalledcubicle [dot] com # dean [at] fourwalledcubicle [dot] com
# www.lufa-lib.org # www.lufa-lib.org

View File

@ -1,6 +1,6 @@
# #
# LUFA Library # LUFA Library
# Copyright (C) Dean Camera, 2014. # Copyright (C) Dean Camera, 2015.
# #
# dean [at] fourwalledcubicle [dot] com # dean [at] fourwalledcubicle [dot] com
# www.lufa-lib.org # www.lufa-lib.org

View File

@ -1,6 +1,6 @@
# #
# LUFA Library # LUFA Library
# Copyright (C) Dean Camera, 2014. # Copyright (C) Dean Camera, 2015.
# #
# dean [at] fourwalledcubicle [dot] com # dean [at] fourwalledcubicle [dot] com
# www.lufa-lib.org # www.lufa-lib.org

View File

@ -1,6 +1,6 @@
# #
# LUFA Library # LUFA Library
# Copyright (C) Dean Camera, 2014. # Copyright (C) Dean Camera, 2015.
# #
# dean [at] fourwalledcubicle [dot] com # dean [at] fourwalledcubicle [dot] com
# www.lufa-lib.org # www.lufa-lib.org

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,6 +1,6 @@
# #
# LUFA Library # LUFA Library
# Copyright (C) Dean Camera, 2014. # Copyright (C) Dean Camera, 2015.
# #
# dean [at] fourwalledcubicle [dot] com # dean [at] fourwalledcubicle [dot] com
# www.lufa-lib.org # www.lufa-lib.org

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,6 +1,6 @@
# #
# LUFA Library # LUFA Library
# Copyright (C) Dean Camera, 2014. # Copyright (C) Dean Camera, 2015.
# #
# dean [at] fourwalledcubicle [dot] com # dean [at] fourwalledcubicle [dot] com
# www.lufa-lib.org # www.lufa-lib.org

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,6 +1,6 @@
# #
# LUFA Library # LUFA Library
# Copyright (C) Dean Camera, 2014. # Copyright (C) Dean Camera, 2015.
# #
# dean [at] fourwalledcubicle [dot] com # dean [at] fourwalledcubicle [dot] com
# www.lufa-lib.org # www.lufa-lib.org

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,13 +1,13 @@
/* /*
LUFA Library LUFA Library
Copyright (C) Dean Camera, 2014. Copyright (C) Dean Camera, 2015.
dean [at] fourwalledcubicle [dot] com dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org www.lufa-lib.org
*/ */
/* /*
Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2015 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted software and its documentation for any purpose is hereby granted

View File

@ -1,6 +1,6 @@
# #
# LUFA Library # LUFA Library
# Copyright (C) Dean Camera, 2014. # Copyright (C) Dean Camera, 2015.
# #
# dean [at] fourwalledcubicle [dot] com # dean [at] fourwalledcubicle [dot] com
# www.lufa-lib.org # www.lufa-lib.org

Some files were not shown because too many files have changed in this diff Show More