|
1 | 1 | /* |
2 | 2 | * Copyright (c) 2023 Marcel Licence |
| 3 | + * |
| 4 | + * This program is free software: you can redistribute it and/or modify |
| 5 | + * it under the terms of the GNU General Public License as published by |
| 6 | + * the Free Software Foundation, either version 3 of the License, or |
| 7 | + * (at your option) any later version. |
| 8 | + * |
| 9 | + * This program is distributed in the hope that it will be useful, |
| 10 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 12 | + * GNU General Public License for more details. |
| 13 | + * |
| 14 | + * You should have received a copy of the GNU General Public License |
| 15 | + * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 16 | + * |
| 17 | + * Dieses Programm ist Freie Software: Sie können es unter den Bedingungen |
| 18 | + * der GNU General Public License, wie von der Free Software Foundation, |
| 19 | + * Version 3 der Lizenz oder (nach Ihrer Wahl) jeder neueren |
| 20 | + * veröffentlichten Version, weiter verteilen und/oder modifizieren. |
| 21 | + * |
| 22 | + * Dieses Programm wird in der Hoffnung bereitgestellt, dass es nützlich sein wird, jedoch |
| 23 | + * OHNE JEDE GEWÄHR,; sogar ohne die implizite |
| 24 | + * Gewähr der MARKTFÄHIGKEIT oder EIGNUNG FÜR EINEN BESTIMMTEN ZWECK. |
| 25 | + * Siehe die GNU General Public License für weitere Einzelheiten. |
| 26 | + * |
| 27 | + * Sie sollten eine Kopie der GNU General Public License zusammen mit diesem |
| 28 | + * Programm erhalten haben. Wenn nicht, siehe <https://www.gnu.org/licenses/>. |
3 | 29 | */ |
4 | 30 |
|
5 | 31 | /* |
|
17 | 43 |
|
18 | 44 |
|
19 | 45 | #endif /* SRC_BOARDS_BOARD_TINY2040_H_ */ |
| 46 | + |
0 commit comments