diff options
| -rw-r--r-- | tools/idevicediagnostics.c | 32 |
1 files changed, 15 insertions, 17 deletions
diff --git a/tools/idevicediagnostics.c b/tools/idevicediagnostics.c index 93211c3..3c7f0ac 100644 --- a/tools/idevicediagnostics.c +++ b/tools/idevicediagnostics.c | |||
| @@ -1,24 +1,22 @@ | |||
| 1 | /** | 1 | /* |
| 2 | * idevicediagnostics -- Retrieves diagnostics information from device | 2 | * idevicediagnostics.c |
| 3 | * Retrieves diagnostics information from device | ||
| 3 | * | 4 | * |
| 4 | * Copyright (c) 2012 Martin Szulecki All Rights Reserved. | 5 | * Copyright (c) 2012 Martin Szulecki All Rights Reserved. |
| 5 | * | 6 | * |
| 6 | * Licensed under the GNU General Public License Version 2 | 7 | * This library is free software; you can redistribute it and/or |
| 7 | * | 8 | * modify it under the terms of the GNU Lesser General Public |
| 8 | * This program is free software; you can redistribute it and/or modify | 9 | * License as published by the Free Software Foundation; either |
| 9 | * it under the terms of the GNU General Public License as published by | 10 | * version 2.1 of the License, or (at your option) any later version. |
| 10 | * the Free Software Foundation; either version 2 of the License, or | 11 | * |
| 11 | * (at your option) any later version. | 12 | * This library is distributed in the hope that it will be useful, |
| 12 | * | ||
| 13 | * This program is distributed in the hope that it will be useful, | ||
| 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 16 | * GNU General Public License for more profile. | 15 | * Lesser General Public License for more details. |
| 17 | * | 16 | * |
| 18 | * You should have received a copy of the GNU General Public License | 17 | * You should have received a copy of the GNU Lesser General Public |
| 19 | * along with this program; if not, write to the Free Software | 18 | * License along with this library; if not, write to the Free Software |
| 20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 | 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 21 | * USA | ||
| 22 | */ | 20 | */ |
| 23 | 21 | ||
| 24 | #include <stdio.h> | 22 | #include <stdio.h> |
