summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/irecovery.c37
-rw-r--r--src/libirecovery.c37
2 files changed, 36 insertions, 38 deletions
diff --git a/src/irecovery.c b/src/irecovery.c
index 7d2302e..95cd649 100644
--- a/src/irecovery.c
+++ b/src/irecovery.c
@@ -1,22 +1,21 @@
1/** 1/*
2 * GreenPois0n iRecovery - irecovery.c 2 * irecovery.c - software frontend for iBoot/iBSS communication for iOS devices
3 * Copyright (C) 2010-2011 Chronic-Dev Team 3 *
4 * Copyright (C) 2010-2011 Joshua Hill 4 * Copyright (c) 2012-2013 Martin Szulecki <m.szulecki@libimobiledevice.org>
5 * Copyright (C) 2008-2011 Nicolas Haunold 5 * Copyright (c) 2010-2011 Chronic-Dev Team
6 * 6 * Copyright (c) 2010-2011 Joshua Hill
7 * This program is free software: you can redistribute it and/or modify 7 * Copyright (c) 2008-2011 Nicolas Haunold
8 * it under the terms of the GNU General Public License as published by 8 *
9 * the Free Software Foundation, either version 3 of the License, or 9 * All rights reserved. This program and the accompanying materials
10 * (at your option) any later version. 10 * are made available under the terms of the GNU Lesser General Public License
11 * 11 * (LGPL) version 2.1 which accompanies this distribution, and is available at
12 * This program is distributed in the hope that it will be useful, 12 * http://www.gnu.org/licenses/lgpl-2.1.html
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 *
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * This library is distributed in the hope that it will be useful,
15 * GNU General Public License for more details. 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 * You should have received a copy of the GNU General Public License 17 * Lesser General Public License for more details.
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 */
19 **/
20 19
21#include <stdio.h> 20#include <stdio.h>
22#include <stdlib.h> 21#include <stdlib.h>
diff --git a/src/libirecovery.c b/src/libirecovery.c
index fa16f70..4ed69af 100644
--- a/src/libirecovery.c
+++ b/src/libirecovery.c
@@ -1,22 +1,21 @@
1/** 1/*
2 * GreenPois0n iRecovery - libirecovery.c 2 * libirecovery.c - communication to iBoot/iBSS on Apple iOS devices via USB
3 * Copyright (C) 2010 Chronic-Dev Team 3 *
4 * Copyright (C) 2010 Joshua Hill 4 * Copyright (c) 2012-2013 Martin Szulecki <m.szulecki@libimobiledevice.org>
5 * Copyright (C) 2008-2011 Nicolas Haunold 5 * Copyright (c) 2010 Chronic-Dev Team
6 * 6 * Copyright (c) 2010 Joshua Hill
7 * This program is free software: you can redistribute it and/or modify 7 * Copyright (c) 2008-2011 Nicolas Haunold
8 * it under the terms of the GNU General Public License as published by 8 *
9 * the Free Software Foundation, either version 3 of the License, or 9 * All rights reserved. This program and the accompanying materials
10 * (at your option) any later version. 10 * are made available under the terms of the GNU Lesser General Public License
11 * 11 * (LGPL) version 2.1 which accompanies this distribution, and is available at
12 * This program is distributed in the hope that it will be useful, 12 * http://www.gnu.org/licenses/lgpl-2.1.html
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 *
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * This library is distributed in the hope that it will be useful,
15 * GNU General Public License for more details. 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 * You should have received a copy of the GNU General Public License 17 * Lesser General Public License for more details.
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 */
19 **/
20 19
21#include <stdio.h> 20#include <stdio.h>
22#include <stdint.h> 21#include <stdint.h>