|
4 | 4 | arduino-fwuploader
|
5 | 5 | Copyright (c) 2021 Arduino LLC. All right reserved.
|
6 | 6 |
|
7 |
| - This library is free software; you can redistribute it and/or |
8 |
| - modify it under the terms of the GNU Lesser General Public |
9 |
| - License as published by the Free Software Foundation; either |
10 |
| - version 2.1 of the License, or (at your option) any later version. |
| 7 | + This program is free software: you can redistribute it and/or modify |
| 8 | + it under the terms of the GNU Affero General Public License as published |
| 9 | + by the Free Software Foundation, either version 3 of the License, or |
| 10 | + (at your option) any later version. |
11 | 11 |
|
12 |
| - This library is distributed in the hope that it will be useful, |
| 12 | + This program is distributed in the hope that it will be useful, |
13 | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of
|
14 |
| - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
15 |
| - Lesser General Public License for more details. |
| 14 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + GNU Affero General Public License for more details. |
16 | 16 |
|
17 |
| - You should have received a copy of the GNU Lesser General Public |
18 |
| - License along with this library; if not, write to the Free Software |
19 |
| - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
| 17 | + You should have received a copy of the GNU Affero General Public License |
| 18 | + along with this program. If not, see <https://www.gnu.org/licenses/>. |
20 | 19 | */
|
21 | 20 |
|
22 | 21 | // Package main generates Markdown documentation for the project's CLI.
|
|
0 commit comments