diff options
| author | Rémi Berthoz <[email protected]> | 2026-01-05 19:11:34 +0100 |
|---|---|---|
| committer | Rémi Berthoz <[email protected]> | 2026-01-05 19:11:34 +0100 |
| commit | 473c2c7313f8d9d66951ae2a50b04eb5ccbf05b0 (patch) | |
| tree | 3dcfa9b22c11a3e1d873cd80847176787e3a5464 | |
| parent | cab1b2f6f741ea151e87f139b2115d5234228bbd (diff) | |
Add missing license to printer device class header
| -rw-r--r-- | src/class/printer/printer.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/class/printer/printer.h b/src/class/printer/printer.h index 4cd1d62fc..c637717b1 100644 --- a/src/class/printer/printer.h +++ b/src/class/printer/printer.h @@ -1,3 +1,29 @@ +/* + * The MIT License (MIT) + * + * Copyright (c) 2026 Ha Thach (tinyusb.org) + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + * + * This file is part of the TinyUSB stack. + */ + #include <stdint.h> #include "tusb_option.h" |
