From e658bf5278c22df809a8665242a304fea5234a30 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 24 Sep 2015 20:21:22 +0200 Subject: Fix some file header comments --- src/asr.c | 2 +- src/dfu.h | 2 +- src/download.h | 2 +- src/limera1n_payload.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/asr.c b/src/asr.c index 9f87150..e4c24c4 100644 --- a/src/asr.c +++ b/src/asr.c @@ -1,5 +1,5 @@ /* - * asr.h + * asr.c * Functions for handling asr connections * * Copyright (c) 2010-2012 Martin Szulecki. All Rights Reserved. diff --git a/src/dfu.h b/src/dfu.h index 1d297bb..54535c4 100644 --- a/src/dfu.h +++ b/src/dfu.h @@ -1,6 +1,6 @@ /* * dfu.h - * Functions for handling idevices in normal mode + * Functions for handling idevices in DFU mode * * Copyright (c) 2010-2013 Martin Szulecki. All Rights Reserved. * Copyright (c) 2012 Nikias Bassen. All Rights Reserved. diff --git a/src/download.h b/src/download.h index 1c60e4e..733a292 100644 --- a/src/download.h +++ b/src/download.h @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef IDEVICERESTORE_DOWNLOAD_H #define IDEVICERESTORE_DOWNLOAD_H diff --git a/src/limera1n_payload.h b/src/limera1n_payload.h index cc6f570..bec3105 100644 --- a/src/limera1n_payload.h +++ b/src/limera1n_payload.h @@ -1,5 +1,5 @@ /* - * limera1n.h + * limera1n_payload.h * Payload for limera1n exploit * * Copyright (c) 2012 Nikias Bassen. All Rights Reserved. -- cgit v1.1-32-gdbae