diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-16 19:42:08 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-16 21:52:32 -0600 |
commit | 3cd39827ec2d2aa8d69762de8fbf72322ca85038 (patch) | |
tree | 4a92d5736df1c620413f656b2ea6771aec94cf98 /cmd/sbc_harness/config/tusb_config.h | |
parent | c60b3a96cf9bfedbfc402a50e0b85f22d231d67b (diff) |
copyright statements
Diffstat (limited to 'cmd/sbc_harness/config/tusb_config.h')
-rw-r--r-- | cmd/sbc_harness/config/tusb_config.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cmd/sbc_harness/config/tusb_config.h b/cmd/sbc_harness/config/tusb_config.h index 0eb1c9d..74561f3 100644 --- a/cmd/sbc_harness/config/tusb_config.h +++ b/cmd/sbc_harness/config/tusb_config.h @@ -1,9 +1,12 @@ -/* tusb_config.h - Compile-time configuration for the TinyUSB library +/* sbc_harness/config/tusb_config.h - Compile-time configuration for the TinyUSB library * + * Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> + * SPDX-Licence-Identifier: AGPL-3.0-or-later + * + * SPDX-Licence-Identifier: MIT * The MIT License (MIT) * * Copyright (c) 2019 Ha Thach (tinyusb.org) - * Copyright (c) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal |