summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/libirecovery.h3
-rw-r--r--src/libirecovery.c3
-rw-r--r--tools/irecovery.c3
3 files changed, 6 insertions, 3 deletions
diff --git a/include/libirecovery.h b/include/libirecovery.h
index 56e5fd2..fbc0a8f 100644
--- a/include/libirecovery.h
+++ b/include/libirecovery.h
@@ -1,5 +1,6 @@
1/* 1/*
2 * libirecovery.h - communication to iBoot/iBSS on Apple iOS devices via USB 2 * libirecovery.h
3 * Communication to iBoot/iBSS on Apple iOS devices via USB
3 * 4 *
4 * Copyright (c) 2012-2013 Martin Szulecki <m.szulecki@libimobiledevice.org> 5 * Copyright (c) 2012-2013 Martin Szulecki <m.szulecki@libimobiledevice.org>
5 * Copyright (c) 2010 Chronic-Dev Team 6 * Copyright (c) 2010 Chronic-Dev Team
diff --git a/src/libirecovery.c b/src/libirecovery.c
index 7aebc32..90fa785 100644
--- a/src/libirecovery.c
+++ b/src/libirecovery.c
@@ -1,5 +1,6 @@
1/* 1/*
2 * libirecovery.c - communication to iBoot/iBSS on Apple iOS devices via USB 2 * libirecovery.c
3 * Communication to iBoot/iBSS on Apple iOS devices via USB
3 * 4 *
4 * Copyright (c) 2012-2013 Martin Szulecki <m.szulecki@libimobiledevice.org> 5 * Copyright (c) 2012-2013 Martin Szulecki <m.szulecki@libimobiledevice.org>
5 * Copyright (c) 2010 Chronic-Dev Team 6 * Copyright (c) 2010 Chronic-Dev Team
diff --git a/tools/irecovery.c b/tools/irecovery.c
index 075ee79..9ae0cf9 100644
--- a/tools/irecovery.c
+++ b/tools/irecovery.c
@@ -1,5 +1,6 @@
1/* 1/*
2 * irecovery.c - software frontend for iBoot/iBSS communication for iOS devices 2 * irecovery.c
3 * Software frontend for iBoot/iBSS communication with iOS devices
3 * 4 *
4 * Copyright (c) 2012-2013 Martin Szulecki <m.szulecki@libimobiledevice.org> 5 * Copyright (c) 2012-2013 Martin Szulecki <m.szulecki@libimobiledevice.org>
5 * Copyright (c) 2010-2011 Chronic-Dev Team 6 * Copyright (c) 2010-2011 Chronic-Dev Team