diff options
| -rw-r--r-- | common/userpref.c | 2 | ||||
| -rw-r--r-- | common/userpref.h | 2 | ||||
| -rw-r--r-- | src/afc.c | 1 | ||||
| -rw-r--r-- | src/idevice.c | 3 | ||||
| -rw-r--r-- | src/lockdown.c | 2 | ||||
| -rw-r--r-- | src/lockdown.h | 1 | ||||
| -rw-r--r-- | tools/idevicepair.c | 1 |
7 files changed, 9 insertions, 3 deletions
diff --git a/common/userpref.c b/common/userpref.c index 5fb8458..8076287 100644 --- a/common/userpref.c +++ b/common/userpref.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | * userpref.c | 2 | * userpref.c |
| 3 | * contains methods to access user specific certificates IDs and more. | 3 | * contains methods to access user specific certificates IDs and more. |
| 4 | * | 4 | * |
| 5 | * Copyright (c) 2013 Martin Szulecki All Rights Reserved. | 5 | * Copyright (c) 2013-2014 Martin Szulecki All Rights Reserved. |
| 6 | * Copyright (c) 2008 Jonathan Beck All Rights Reserved. | 6 | * Copyright (c) 2008 Jonathan Beck All Rights Reserved. |
| 7 | * | 7 | * |
| 8 | * This library is free software; you can redistribute it and/or | 8 | * This library is free software; you can redistribute it and/or |
diff --git a/common/userpref.h b/common/userpref.h index d9ce015..a8eb6ae 100644 --- a/common/userpref.h +++ b/common/userpref.h | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | * userpref.h | 2 | * userpref.h |
| 3 | * contains methods to access user specific certificates IDs and more. | 3 | * contains methods to access user specific certificates IDs and more. |
| 4 | * | 4 | * |
| 5 | * Copyright (c) 2013 Martin Szulecki All Rights Reserved. | 5 | * Copyright (c) 2013-2014 Martin Szulecki All Rights Reserved. |
| 6 | * Copyright (c) 2008 Jonathan Beck All Rights Reserved. | 6 | * Copyright (c) 2008 Jonathan Beck All Rights Reserved. |
| 7 | * | 7 | * |
| 8 | * This library is free software; you can redistribute it and/or | 8 | * This library is free software; you can redistribute it and/or |
| @@ -2,6 +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) 2009-2014 Nikias Bassen. All Rights Reserved. | ||
| 5 | * Copyright (c) 2008 Zach C. All Rights Reserved. | 6 | * Copyright (c) 2008 Zach C. All Rights Reserved. |
| 6 | * | 7 | * |
| 7 | * This library is free software; you can redistribute it and/or | 8 | * This library is free software; you can redistribute it and/or |
diff --git a/src/idevice.c b/src/idevice.c index 28a62b0..8bc22fb 100644 --- a/src/idevice.c +++ b/src/idevice.c | |||
| @@ -2,8 +2,9 @@ | |||
| 2 | * idevice.c | 2 | * idevice.c |
| 3 | * Device discovery and communication interface. | 3 | * Device discovery and communication interface. |
| 4 | * | 4 | * |
| 5 | * Copyright (c) 2014 Martin Szulecki All Rights Reserved. | ||
| 6 | * Copyright (c) 2009-2014 Nikias Bassen. All Rights Reserved. | ||
| 5 | * Copyright (c) 2008 Zach C. All Rights Reserved. | 7 | * Copyright (c) 2008 Zach C. All Rights Reserved. |
| 6 | * Copyright (c) 2009 Nikias Bassen. All Rights Reserved. | ||
| 7 | * | 8 | * |
| 8 | * This library is free software; you can redistribute it and/or | 9 | * This library is free software; you can redistribute it and/or |
| 9 | * modify it under the terms of the GNU Lesser General Public | 10 | * modify it under the terms of the GNU Lesser General Public |
diff --git a/src/lockdown.c b/src/lockdown.c index bf962c0..9b91dff 100644 --- a/src/lockdown.c +++ b/src/lockdown.c | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | * lockdown.c | 2 | * lockdown.c |
| 3 | * com.apple.mobile.lockdownd service implementation. | 3 | * com.apple.mobile.lockdownd service implementation. |
| 4 | * | 4 | * |
| 5 | * Copyright (c) 2014 Martin Szulecki All Rights Reserved. | ||
| 6 | * Copyright (c) 2014 Nikias Bassen. All Rights Reserved. | ||
| 5 | * Copyright (c) 2010 Bryan Forbes All Rights Reserved. | 7 | * Copyright (c) 2010 Bryan Forbes All Rights Reserved. |
| 6 | * Copyright (c) 2008 Zach C. All Rights Reserved. | 8 | * Copyright (c) 2008 Zach C. All Rights Reserved. |
| 7 | * | 9 | * |
diff --git a/src/lockdown.h b/src/lockdown.h index a09e89b..ab63e86 100644 --- a/src/lockdown.h +++ b/src/lockdown.h | |||
| @@ -2,6 +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) 2014 Martin Szulecki All Rights Reserved. | ||
| 5 | * Copyright (c) 2008 Zach C. All Rights Reserved. | 6 | * Copyright (c) 2008 Zach C. All Rights Reserved. |
| 6 | * | 7 | * |
| 7 | * This library is free software; you can redistribute it and/or | 8 | * This library is free software; you can redistribute it and/or |
diff --git a/tools/idevicepair.c b/tools/idevicepair.c index d304764..ad07a26 100644 --- a/tools/idevicepair.c +++ b/tools/idevicepair.c | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | * idevicepair.c | 2 | * idevicepair.c |
| 3 | * Manage pairings with devices and this host | 3 | * Manage pairings with devices and this host |
| 4 | * | 4 | * |
| 5 | * Copyright (c) 2014 Martin Szulecki All Rights Reserved. | ||
| 5 | * Copyright (c) 2010 Nikias Bassen All Rights Reserved. | 6 | * Copyright (c) 2010 Nikias Bassen All Rights Reserved. |
| 6 | * | 7 | * |
| 7 | * This library is free software; you can redistribute it and/or | 8 | * This library is free software; you can redistribute it and/or |
