diff options
| author | 2008-08-05 23:50:28 -0700 | |
|---|---|---|
| committer | 2008-08-05 23:50:28 -0700 | |
| commit | 2dcc296d9209b02d3e794f953fcf995a4a19a498 (patch) | |
| tree | 8f61e282ebbc37648df900943ade8553f952b62b | |
| parent | 25e85bf5362b6f4c1878665c6037fdbfdc25c155 (diff) | |
| download | libimobiledevice-2dcc296d9209b02d3e794f953fcf995a4a19a498.tar.gz libimobiledevice-2dcc296d9209b02d3e794f953fcf995a4a19a498.tar.bz2 | |
Fixed Zach's name. I feel dumb, sorry about that.
| -rw-r--r-- | AUTHORS | 2 | ||||
| -rw-r--r-- | src/AFC.c | 2 | ||||
| -rw-r--r-- | src/AFC.h | 2 | ||||
| -rw-r--r-- | src/iphone.c | 2 | ||||
| -rw-r--r-- | src/iphone.h | 2 | ||||
| -rw-r--r-- | src/lockdown.c | 2 | ||||
| -rw-r--r-- | src/lockdown.h | 2 | ||||
| -rw-r--r-- | src/main.c | 2 | ||||
| -rw-r--r-- | src/plist.c | 2 | ||||
| -rw-r--r-- | src/plist.h | 2 | ||||
| -rw-r--r-- | src/usbmux.c | 2 | ||||
| -rw-r--r-- | src/usbmux.h | 2 |
12 files changed, 12 insertions, 12 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | Zack C. | 1 | Zach C. |
| 2 | Jonathan Beck | 2 | Jonathan Beck |
| 3 | Matt Colyer | 3 | Matt Colyer |
| 4 | Martin Aumueller | 4 | Martin Aumueller |
| @@ -2,7 +2,7 @@ | |||
| 2 | * AFC.c | 2 | * AFC.c |
| 3 | * Contains functions for the built-in AFC client. | 3 | * Contains functions for the built-in AFC client. |
| 4 | * | 4 | * |
| 5 | * Copyright (c) 2008 Zack C. All Rights Reserved. | 5 | * Copyright (c) 2008 Zach C. All Rights Reserved. |
| 6 | * | 6 | * |
| 7 | * This library is free software; you can redistribute it and/or | 7 | * This library is free software; you can redistribute it and/or |
| 8 | * modify it under the terms of the GNU Lesser General Public | 8 | * modify it under the terms of the GNU Lesser General Public |
| @@ -2,7 +2,7 @@ | |||
| 2 | * AFC.h | 2 | * AFC.h |
| 3 | * Defines and structs and the like for the built-in AFC client | 3 | * Defines and structs and the like for the built-in AFC client |
| 4 | * | 4 | * |
| 5 | * Copyright (c) 2008 Zack C. All Rights Reserved. | 5 | * Copyright (c) 2008 Zach C. All Rights Reserved. |
| 6 | * | 6 | * |
| 7 | * This library is free software; you can redistribute it and/or | 7 | * This library is free software; you can redistribute it and/or |
| 8 | * modify it under the terms of the GNU Lesser General Public | 8 | * modify it under the terms of the GNU Lesser General Public |
diff --git a/src/iphone.c b/src/iphone.c index 657ffc6..6000a19 100644 --- a/src/iphone.c +++ b/src/iphone.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | * iphone.c | 2 | * iphone.c |
| 3 | * Functions for creating and initializing iPhone structures. | 3 | * Functions for creating and initializing iPhone structures. |
| 4 | * | 4 | * |
| 5 | * Copyright (c) 2008 Zack C. All Rights Reserved. | 5 | * Copyright (c) 2008 Zach C. All Rights Reserved. |
| 6 | * | 6 | * |
| 7 | * This library is free software; you can redistribute it and/or | 7 | * This library is free software; you can redistribute it and/or |
| 8 | * modify it under the terms of the GNU Lesser General Public | 8 | * modify it under the terms of the GNU Lesser General Public |
diff --git a/src/iphone.h b/src/iphone.h index 8bb7c89..ec5e70d 100644 --- a/src/iphone.h +++ b/src/iphone.h | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | * iphone.h | 2 | * iphone.h |
| 3 | * iPhone struct | 3 | * iPhone struct |
| 4 | * | 4 | * |
| 5 | * Copyright (c) 2008 Zack C. All Rights Reserved. | 5 | * Copyright (c) 2008 Zach C. All Rights Reserved. |
| 6 | * | 6 | * |
| 7 | * This library is free software; you can redistribute it and/or | 7 | * This library is free software; you can redistribute it and/or |
| 8 | * modify it under the terms of the GNU Lesser General Public | 8 | * modify it under the terms of the GNU Lesser General Public |
diff --git a/src/lockdown.c b/src/lockdown.c index 830866d..480a653 100644 --- a/src/lockdown.c +++ b/src/lockdown.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | * lockdown.c | 2 | * lockdown.c |
| 3 | * libiphone built-in lockdownd client | 3 | * libiphone built-in lockdownd client |
| 4 | * | 4 | * |
| 5 | * Copyright (c) 2008 Zack C. All Rights Reserved. | 5 | * Copyright (c) 2008 Zach C. All Rights Reserved. |
| 6 | * | 6 | * |
| 7 | * This library is free software; you can redistribute it and/or | 7 | * This library is free software; you can redistribute it and/or |
| 8 | * modify it under the terms of the GNU Lesser General Public | 8 | * modify it under the terms of the GNU Lesser General Public |
diff --git a/src/lockdown.h b/src/lockdown.h index d24e770..56c133d 100644 --- a/src/lockdown.h +++ b/src/lockdown.h | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | * lockdown.h | 2 | * lockdown.h |
| 3 | * Defines lockdown stuff, like the client struct. | 3 | * Defines lockdown stuff, like the client struct. |
| 4 | * | 4 | * |
| 5 | * Copyright (c) 2008 Zack C. All Rights Reserved. | 5 | * Copyright (c) 2008 Zach C. All Rights Reserved. |
| 6 | * | 6 | * |
| 7 | * This library is free software; you can redistribute it and/or | 7 | * This library is free software; you can redistribute it and/or |
| 8 | * modify it under the terms of the GNU Lesser General Public | 8 | * modify it under the terms of the GNU Lesser General Public |
| @@ -2,7 +2,7 @@ | |||
| 2 | * main.c | 2 | * main.c |
| 3 | * Rudimentary interface to the iPhone | 3 | * Rudimentary interface to the iPhone |
| 4 | * | 4 | * |
| 5 | * Copyright (c) 2008 Zack C. All Rights Reserved. | 5 | * Copyright (c) 2008 Zach C. All Rights Reserved. |
| 6 | * | 6 | * |
| 7 | * This library is free software; you can redistribute it and/or | 7 | * This library is free software; you can redistribute it and/or |
| 8 | * modify it under the terms of the GNU Lesser General Public | 8 | * modify it under the terms of the GNU Lesser General Public |
diff --git a/src/plist.c b/src/plist.c index 73cdffc..eed2d48 100644 --- a/src/plist.c +++ b/src/plist.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | * plist.c | 2 | * plist.c |
| 3 | * Builds plist XML structures. | 3 | * Builds plist XML structures. |
| 4 | * | 4 | * |
| 5 | * Copyright (c) 2008 Zack C. All Rights Reserved. | 5 | * Copyright (c) 2008 Zach C. All Rights Reserved. |
| 6 | * | 6 | * |
| 7 | * This library is free software; you can redistribute it and/or | 7 | * This library is free software; you can redistribute it and/or |
| 8 | * modify it under the terms of the GNU Lesser General Public | 8 | * modify it under the terms of the GNU Lesser General Public |
diff --git a/src/plist.h b/src/plist.h index db014ca..61965fc 100644 --- a/src/plist.h +++ b/src/plist.h | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | * plist.h | 2 | * plist.h |
| 3 | * contains structures and the like for plists | 3 | * contains structures and the like for plists |
| 4 | * | 4 | * |
| 5 | * Copyright (c) 2008 Zack C. All Rights Reserved. | 5 | * Copyright (c) 2008 Zach C. All Rights Reserved. |
| 6 | * | 6 | * |
| 7 | * This library is free software; you can redistribute it and/or | 7 | * This library is free software; you can redistribute it and/or |
| 8 | * modify it under the terms of the GNU Lesser General Public | 8 | * modify it under the terms of the GNU Lesser General Public |
diff --git a/src/usbmux.c b/src/usbmux.c index cbae760..c5b7535 100644 --- a/src/usbmux.c +++ b/src/usbmux.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | * usbmux.c | 2 | * usbmux.c |
| 3 | * Interprets the usb multiplexing protocol used by the iPhone. | 3 | * Interprets the usb multiplexing protocol used by the iPhone. |
| 4 | * | 4 | * |
| 5 | * Copyright (c) 2008 Zack C. All Rights Reserved. | 5 | * Copyright (c) 2008 Zach C. All Rights Reserved. |
| 6 | * | 6 | * |
| 7 | * This library is free software; you can redistribute it and/or | 7 | * This library is free software; you can redistribute it and/or |
| 8 | * modify it under the terms of the GNU Lesser General Public | 8 | * modify it under the terms of the GNU Lesser General Public |
diff --git a/src/usbmux.h b/src/usbmux.h index 332dc8a..dd3ee07 100644 --- a/src/usbmux.h +++ b/src/usbmux.h | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | * usbmux.h | 2 | * usbmux.h |
| 3 | * Defines structures and variables pertaining to the usb multiplexing. | 3 | * Defines structures and variables pertaining to the usb multiplexing. |
| 4 | * | 4 | * |
| 5 | * Copyright (c) 2008 Zack C. All Rights Reserved. | 5 | * Copyright (c) 2008 Zach C. All Rights Reserved. |
| 6 | * | 6 | * |
| 7 | * This library is free software; you can redistribute it and/or | 7 | * This library is free software; you can redistribute it and/or |
| 8 | * modify it under the terms of the GNU Lesser General Public | 8 | * modify it under the terms of the GNU Lesser General Public |
