diff options
author | Martin Szulecki | 2014-03-22 01:37:47 +0100 |
---|---|---|
committer | Martin Szulecki | 2014-03-22 01:37:47 +0100 |
commit | 5c772be839cd0081f2352d1f0186b04d7ca40e48 (patch) | |
tree | 4f12877b69895634805fbc0ff9482b79f7994176 /src | |
parent | 037aef215b0a0f4292063b8f7e7a6a54f74722e9 (diff) | |
download | libimobiledevice-5c772be839cd0081f2352d1f0186b04d7ca40e48.tar.gz libimobiledevice-5c772be839cd0081f2352d1f0186b04d7ca40e48.tar.bz2 |
Update copyright in various files
Diffstat (limited to 'src')
-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 |
4 files changed, 6 insertions, 1 deletions
@@ -2,6 +2,7 @@ * afc.c * Contains functions for the built-in AFC client. * + * Copyright (c) 2009-2014 Nikias Bassen. All Rights Reserved. * Copyright (c) 2008 Zach C. All Rights Reserved. * * 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 @@ * idevice.c * Device discovery and communication interface. * + * Copyright (c) 2014 Martin Szulecki All Rights Reserved. + * Copyright (c) 2009-2014 Nikias Bassen. All Rights Reserved. * Copyright (c) 2008 Zach C. All Rights Reserved. - * Copyright (c) 2009 Nikias Bassen. 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 bf962c0..9b91dff 100644 --- a/src/lockdown.c +++ b/src/lockdown.c @@ -2,6 +2,8 @@ * lockdown.c * com.apple.mobile.lockdownd service implementation. * + * Copyright (c) 2014 Martin Szulecki All Rights Reserved. + * Copyright (c) 2014 Nikias Bassen. All Rights Reserved. * Copyright (c) 2010 Bryan Forbes All Rights Reserved. * Copyright (c) 2008 Zach C. All Rights Reserved. * 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 @@ * lockdown.h * Defines lockdown stuff, like the client struct. * + * Copyright (c) 2014 Martin Szulecki All Rights Reserved. * Copyright (c) 2008 Zach C. All Rights Reserved. * * This library is free software; you can redistribute it and/or |