diff options
| author | Reimu NotMoe <[email protected]> | 2024-12-27 00:36:42 +0800 |
|---|---|---|
| committer | Reimu NotMoe <[email protected]> | 2024-12-27 00:36:42 +0800 |
| commit | 99e6b32a7da695f16a2fed93c59bfa0d5a1952dc (patch) | |
| tree | 63b9544a1c8893d72ec6b3dc705ad9bd7d6114f1 /src/portable | |
| parent | 80224770316966e4339d414c60aea6a5020caa16 (diff) | |
dcd_pic: change license header and credit people accordingly
Diffstat (limited to 'src/portable')
| -rw-r--r-- | src/portable/microchip/pic/dcd_pic.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/portable/microchip/pic/dcd_pic.c b/src/portable/microchip/pic/dcd_pic.c index d40c4794a..461c65259 100644 --- a/src/portable/microchip/pic/dcd_pic.c +++ b/src/portable/microchip/pic/dcd_pic.c @@ -1,8 +1,11 @@ /* * The MIT License (MIT) * - * Copyright (c) 2020 Koji Kitayama - * Copyright (c) 2022 Reimu NotMoe <[email protected]> + * Copyright (c) 2022-2024 SudoMaker, Ltd. + * Author: Mike Yang (Reimu NotMoe) <[email protected]> + * + * Based on usb_device.c - Copyright (c) 2015 Microchip Technology Inc. + * Based on dcd_khci.c - Copyright (c) 2020 Koji Kitayama * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal |
