|
1 | 1 | /*
|
2 |
| - BasicUploader - generic command line uploader implementation |
3 |
| - Part of the Arduino project - http://www.arduino.cc/ |
4 |
| -
|
5 |
| - Copyright (c) 2004-05 |
6 |
| - Hernando Barragan |
7 |
| - Copyright (c) 2012 |
8 |
| - Cristian Maglie <c.maglie@arduino.cc> |
9 |
| -
|
10 |
| - This program is free software; you can redistribute it and/or modify |
11 |
| - it under the terms of the GNU General Public License as published by |
12 |
| - the Free Software Foundation; either version 2 of the License, or |
13 |
| - (at your option) any later version. |
14 |
| -
|
15 |
| - This program is distributed in the hope that it will be useful, |
16 |
| - but WITHOUT ANY WARRANTY; without even the implied warranty of |
17 |
| - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
18 |
| - GNU General Public License for more details. |
19 |
| -
|
20 |
| - You should have received a copy of the GNU General Public License |
21 |
| - along with this program; if not, write to the Free Software Foundation, |
22 |
| - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
23 |
| -*/ |
| 2 | + * This file is part of Arduino. |
| 3 | + * |
| 4 | + * BasicUploader - generic command line uploader implementation |
| 5 | + * |
| 6 | + * Copyright (c) 2004-05 |
| 7 | + * Hernando Barragan |
| 8 | + * Copyright (c) 2012 |
| 9 | + * Cristian Maglie <c.maglie@arduino.cc> |
| 10 | + * |
| 11 | + * Arduino is free software; you can redistribute it and/or modify |
| 12 | + * it under the terms of the GNU General Public License as published by |
| 13 | + * the Free Software Foundation; either version 2 of the License, or |
| 14 | + * (at your option) any later version. |
| 15 | + * |
| 16 | + * This program is distributed in the hope that it will be useful, |
| 17 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 18 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 19 | + * GNU General Public License for more details. |
| 20 | + * |
| 21 | + * You should have received a copy of the GNU General Public License |
| 22 | + * along with this program; if not, write to the Free Software |
| 23 | + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
| 24 | + * |
| 25 | + * As a special exception, you may use this file as part of a free software |
| 26 | + * library without restriction. Specifically, if other files instantiate |
| 27 | + * templates or use macros or inline functions from this file, or you compile |
| 28 | + * this file and link it with other files to produce an executable, this |
| 29 | + * file does not by itself cause the resulting executable to be covered by |
| 30 | + * the GNU General Public License. This exception does not however |
| 31 | + * invalidate any other reasons why the executable file might be covered by |
| 32 | + * the GNU General Public License. |
| 33 | + */ |
24 | 34 |
|
25 | 35 | package cc.arduino.packages.uploaders;
|
26 | 36 |
|
|
0 commit comments