diff options
author | pancake <pancake@dazo> | 2007-06-30 03:58:18 +0200 |
---|---|---|
committer | pancake <pancake@dazo> | 2007-06-30 03:58:18 +0200 |
commit | 11e32133b02012d200104ca44968fd453a86c49d (patch) | |
tree | 1c27e932ad4a6cfd69cae527bbec94a95b1e0b4a /src/serial.c | |
parent | 1f3c790d8797fffbf78599a2bf7a6289c3edc8a9 (diff) | |
download | 0xFFFF-11e32133b02012d200104ca44968fd453a86c49d.tar.bz2 |
* Upgrade to GPLv30.2
Diffstat (limited to 'src/serial.c')
-rw-r--r-- | src/serial.c | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/src/serial.c b/src/serial.c index 6be2c47..aaac61e 100644 --- a/src/serial.c +++ b/src/serial.c @@ -1,21 +1,19 @@ /* - * Copyright (C) 2007 - * pancake <pancake@youterm.com> + * 0xFFFF - Open Free Fiasco Firmware Flasher + * Copyright (C) 2007 pancake <pancake@youterm.com> * - * 0xFFFF is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * 0xFFFF is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with 0xFFFF; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "main.h" |