diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2019-01-08 19:59:41 +1100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2019-01-08 19:59:41 +1100 |
commit | 101ed6b74e0d6549e53a7c8216147af37ffc70df (patch) | |
tree | 2e3723de65a32d4ad32feecdd2b40f33604cbe3d /Demos/Device/ClassDriver/CCID/CCID.c | |
parent | e1886429972095e7d453adcbdb26910f94c29ffd (diff) | |
download | lufa-101ed6b74e0d6549e53a7c8216147af37ffc70df.tar.gz lufa-101ed6b74e0d6549e53a7c8216147af37ffc70df.tar.bz2 lufa-101ed6b74e0d6549e53a7c8216147af37ffc70df.zip |
Documentation: Update copyrights to 2019.
Diffstat (limited to 'Demos/Device/ClassDriver/CCID/CCID.c')
-rw-r--r-- | Demos/Device/ClassDriver/CCID/CCID.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Demos/Device/ClassDriver/CCID/CCID.c b/Demos/Device/ClassDriver/CCID/CCID.c index fa913dafd..eaf890084 100644 --- a/Demos/Device/ClassDriver/CCID/CCID.c +++ b/Demos/Device/ClassDriver/CCID/CCID.c @@ -1,14 +1,14 @@ /* LUFA Library - Copyright (C) Dean Camera, 2018. + Copyright (C) Dean Camera, 2019. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* - Copyright 2018 Dean Camera (dean [at] fourwalledcubicle [dot] com) - Copyright 2018 Filipe Rodrigues (filipepazrodrigues [at] gmail [dot] com) + Copyright 2019 Dean Camera (dean [at] fourwalledcubicle [dot] com) + Copyright 2019 Filipe Rodrigues (filipepazrodrigues [at] gmail [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted |