From 2dcc296d9209b02d3e794f953fcf995a4a19a498 Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Tue, 5 Aug 2008 23:50:28 -0700 Subject: Fixed Zach's name. I feel dumb, sorry about that. --- src/AFC.c | 2 +- src/AFC.h | 2 +- src/iphone.c | 2 +- src/iphone.h | 2 +- src/lockdown.c | 2 +- src/lockdown.h | 2 +- src/main.c | 2 +- src/plist.c | 2 +- src/plist.h | 2 +- src/usbmux.c | 2 +- src/usbmux.h | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'src') diff --git a/src/AFC.c b/src/AFC.c index f2f71d5..5c9f68c 100644 --- a/src/AFC.c +++ b/src/AFC.c @@ -2,7 +2,7 @@ * AFC.c * Contains functions for the built-in AFC client. * - * Copyright (c) 2008 Zack C. All Rights Reserved. + * Copyright (c) 2008 Zach C. All Rights Reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/AFC.h b/src/AFC.h index bb5f0a7..2827030 100644 --- a/src/AFC.h +++ b/src/AFC.h @@ -2,7 +2,7 @@ * AFC.h * Defines and structs and the like for the built-in AFC client * - * Copyright (c) 2008 Zack C. All Rights Reserved. + * Copyright (c) 2008 Zach C. All Rights Reserved. * * This library is free software; you can redistribute it and/or * 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 @@ * iphone.c * Functions for creating and initializing iPhone structures. * - * Copyright (c) 2008 Zack C. All Rights Reserved. + * Copyright (c) 2008 Zach C. All Rights Reserved. * * This library is free software; you can redistribute it and/or * 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 @@ * iphone.h * iPhone struct * - * Copyright (c) 2008 Zack C. All Rights Reserved. + * Copyright (c) 2008 Zach C. All Rights Reserved. * * This library is free software; you can redistribute it and/or * 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 @@ * lockdown.c * libiphone built-in lockdownd client * - * Copyright (c) 2008 Zack C. All Rights Reserved. + * Copyright (c) 2008 Zach C. All Rights Reserved. * * This library is free software; you can redistribute it and/or * 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 @@ * lockdown.h * Defines lockdown stuff, like the client struct. * - * Copyright (c) 2008 Zack C. All Rights Reserved. + * Copyright (c) 2008 Zach C. All Rights Reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main.c b/src/main.c index ea7c390..fd2a0d4 100644 --- a/src/main.c +++ b/src/main.c @@ -2,7 +2,7 @@ * main.c * Rudimentary interface to the iPhone * - * Copyright (c) 2008 Zack C. All Rights Reserved. + * Copyright (c) 2008 Zach C. All Rights Reserved. * * This library is free software; you can redistribute it and/or * 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 @@ * plist.c * Builds plist XML structures. * - * Copyright (c) 2008 Zack C. All Rights Reserved. + * Copyright (c) 2008 Zach C. All Rights Reserved. * * This library is free software; you can redistribute it and/or * 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 @@ * plist.h * contains structures and the like for plists * - * Copyright (c) 2008 Zack C. All Rights Reserved. + * Copyright (c) 2008 Zach C. All Rights Reserved. * * This library is free software; you can redistribute it and/or * 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 @@ * usbmux.c * Interprets the usb multiplexing protocol used by the iPhone. * - * Copyright (c) 2008 Zack C. All Rights Reserved. + * Copyright (c) 2008 Zach C. All Rights Reserved. * * This library is free software; you can redistribute it and/or * 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 @@ * usbmux.h * Defines structures and variables pertaining to the usb multiplexing. * - * Copyright (c) 2008 Zack C. All Rights Reserved. + * Copyright (c) 2008 Zach C. All Rights Reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public -- cgit v1.1-32-gdbae