summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/libimobiledevice/afc.h4
-rw-r--r--include/libimobiledevice/diagnostics_relay.h2
-rw-r--r--include/libimobiledevice/file_relay.h2
-rw-r--r--include/libimobiledevice/heartbeat.h2
-rw-r--r--include/libimobiledevice/house_arrest.h1
-rw-r--r--include/libimobiledevice/installation_proxy.h4
-rw-r--r--include/libimobiledevice/libimobiledevice.h2
-rw-r--r--include/libimobiledevice/lockdown.h4
-rw-r--r--include/libimobiledevice/misagent.h3
-rw-r--r--include/libimobiledevice/mobile_image_mounter.h3
-rw-r--r--include/libimobiledevice/mobilebackup.h3
-rw-r--r--include/libimobiledevice/mobilebackup2.h3
-rw-r--r--include/libimobiledevice/mobilesync.h3
-rw-r--r--include/libimobiledevice/notification_proxy.h3
-rw-r--r--include/libimobiledevice/property_list_service.h8
-rw-r--r--include/libimobiledevice/restore.h1
-rw-r--r--include/libimobiledevice/sbservices.h3
-rw-r--r--include/libimobiledevice/screenshotr.h1
-rw-r--r--include/libimobiledevice/service.h4
-rw-r--r--include/libimobiledevice/syslog_relay.h2
-rw-r--r--include/libimobiledevice/webinspector.h1
21 files changed, 41 insertions, 18 deletions
diff --git a/include/libimobiledevice/afc.h b/include/libimobiledevice/afc.h
index 14eec7b..13cffd4 100644
--- a/include/libimobiledevice/afc.h
+++ b/include/libimobiledevice/afc.h
@@ -3,8 +3,8 @@
* @brief Access the filesystem on the device.
* \internal
*
- * Copyright (c) 2014 Martin Szulecki All Rights Reserved.
- * Copyright (c) 2009 Nikias Bassen All Rights Reserved.
+ * Copyright (c) 2010-2014 Martin Szulecki All Rights Reserved.
+ * Copyright (c) 2009-2010 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/include/libimobiledevice/diagnostics_relay.h b/include/libimobiledevice/diagnostics_relay.h
index 5162657..f8eda2b 100644
--- a/include/libimobiledevice/diagnostics_relay.h
+++ b/include/libimobiledevice/diagnostics_relay.h
@@ -3,7 +3,7 @@
* @brief Request iOS diagnostic information from device.
* \internal
*
- * Copyright (c) 2012 Martin Szulecki, All Rights Reserved.
+ * Copyright (c) 2012-2014 Martin Szulecki, 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/include/libimobiledevice/file_relay.h b/include/libimobiledevice/file_relay.h
index c0ab25c..e41bb2d 100644
--- a/include/libimobiledevice/file_relay.h
+++ b/include/libimobiledevice/file_relay.h
@@ -3,6 +3,8 @@
* @brief Retrieve compressed CPIO archives.
* \internal
*
+ * Copyright (c) 2010-2014 Martin Szulecki All Rights Reserved.
+ * Copyright (c) 2014 Aaron Burghardt All Rights Reserved.
* Copyright (c) 2010 Nikias Bassen All Rights Reserved.
*
* This library is free software; you can redistribute it and/or
diff --git a/include/libimobiledevice/heartbeat.h b/include/libimobiledevice/heartbeat.h
index 7d8be39..00734b5 100644
--- a/include/libimobiledevice/heartbeat.h
+++ b/include/libimobiledevice/heartbeat.h
@@ -3,7 +3,7 @@
* @brief Send "heartbeat" to device to allow service connections over network.
* \internal
*
- * Copyright (c) 2013 Martin Szulecki All Rights Reserved.
+ * Copyright (c) 2013-2014 Martin Szulecki 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/include/libimobiledevice/house_arrest.h b/include/libimobiledevice/house_arrest.h
index 9b7ff91..31b6401 100644
--- a/include/libimobiledevice/house_arrest.h
+++ b/include/libimobiledevice/house_arrest.h
@@ -3,6 +3,7 @@
* @brief Access app folders and their contents.
* \internal
*
+ * Copyright (c) 2013-2014 Martin Szulecki All Rights Reserved.
* Copyright (c) 2010 Nikias Bassen, All Rights Reserved.
*
* This library is free software; you can redistribute it and/or
diff --git a/include/libimobiledevice/installation_proxy.h b/include/libimobiledevice/installation_proxy.h
index 779cfb7..bc23f9d 100644
--- a/include/libimobiledevice/installation_proxy.h
+++ b/include/libimobiledevice/installation_proxy.h
@@ -4,7 +4,9 @@
* \internal
*
* Copyright (c) 2010-2015 Martin Szulecki All Rights Reserved.
- * Copyright (c) 2010-2013 Nikias Bassen All Rights Reserved.
+ * Copyright (c) 2014 Christophe Fergeau All Rights Reserved.
+ * Copyright (c) 2009-2012 Nikias Bassen All Rights Reserved.
+ * Copyright (c) 2010 Bryan Forbes 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/include/libimobiledevice/libimobiledevice.h b/include/libimobiledevice/libimobiledevice.h
index 8705fc8..6a349f8 100644
--- a/include/libimobiledevice/libimobiledevice.h
+++ b/include/libimobiledevice/libimobiledevice.h
@@ -3,6 +3,8 @@
* @brief Device/Connection handling and communication
* \internal
*
+ * Copyright (c) 2010-2014 Martin Szulecki All Rights Reserved.
+ * Copyright (c) 2014 Christophe Fergeau All Rights Reserved.
* Copyright (c) 2008 Jonathan Beck All Rights Reserved.
*
* This library is free software; you can redistribute it and/or
diff --git a/include/libimobiledevice/lockdown.h b/include/libimobiledevice/lockdown.h
index fba5b9e..e01bf58 100644
--- a/include/libimobiledevice/lockdown.h
+++ b/include/libimobiledevice/lockdown.h
@@ -3,8 +3,10 @@
* @brief Manage device preferences, start services, pairing and activation.
* \internal
*
+ * Copyright (c) 2009-2014 Martin S. All Rights Reserved.
+ * Copyright (c) 2014 Koby Boyango All Rights Reserved.
+ * Copyright (c) 2010 Bryan Forbes All Rights Reserved.
* Copyright (c) 2008 Zach C. All Rights Reserved.
- * Copyright (c) 2009 Martin S. 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/include/libimobiledevice/misagent.h b/include/libimobiledevice/misagent.h
index 28d55e8..92165f2 100644
--- a/include/libimobiledevice/misagent.h
+++ b/include/libimobiledevice/misagent.h
@@ -3,7 +3,8 @@
* @brief Manage provisioning profiles.
* \internal
*
- * Copyright (c) 2012 Nikias Bassen, All Rights Reserved.
+ * Copyright (c) 2013-2014 Martin Szulecki All Rights Reserved.
+ * Copyright (c) 2012 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/include/libimobiledevice/mobile_image_mounter.h b/include/libimobiledevice/mobile_image_mounter.h
index 43a2d9c..8d783c4 100644
--- a/include/libimobiledevice/mobile_image_mounter.h
+++ b/include/libimobiledevice/mobile_image_mounter.h
@@ -3,7 +3,8 @@
* @brief Mount developer/debug disk images on the device.
* \internal
*
- * Copyright (c) 2010 Nikias Bassen All Rights Reserved.
+ * Copyright (c) 2010-2014 Martin Szulecki All Rights Reserved.
+ * Copyright (c) 2010-2014 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/include/libimobiledevice/mobilebackup.h b/include/libimobiledevice/mobilebackup.h
index 77acadb..6da3bed 100644
--- a/include/libimobiledevice/mobilebackup.h
+++ b/include/libimobiledevice/mobilebackup.h
@@ -3,7 +3,8 @@
* @brief Backup and restore of all device data.
* \internal
*
- * Copyright (c) 2009 Martin Szulecki All Rights Reserved.
+ * Copyright (c) 2009-2014 Martin Szulecki All Rights Reserved.
+ * Copyright (c) 2010 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/include/libimobiledevice/mobilebackup2.h b/include/libimobiledevice/mobilebackup2.h
index 2faa859..1f20d40 100644
--- a/include/libimobiledevice/mobilebackup2.h
+++ b/include/libimobiledevice/mobilebackup2.h
@@ -3,7 +3,8 @@
* @brief Backup and restore of all device data (mobilebackup2, iOS4+ only)
* \internal
*
- * Copyright (c) 2010 Nikias Bassen All Rights Reserved.
+ * Copyright (c) 2011-2014 Martin Szulecki All Rights Reserved.
+ * Copyright (c) 2010-2012 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/include/libimobiledevice/mobilesync.h b/include/libimobiledevice/mobilesync.h
index b01e431..e6885c7 100644
--- a/include/libimobiledevice/mobilesync.h
+++ b/include/libimobiledevice/mobilesync.h
@@ -3,6 +3,9 @@
* @brief Synchronize data classes with a device and computer.
* \internal
*
+ * Copyright (c) 2010-2014 Martin Szulecki All Rights Reserved.
+ * Copyright (c) 2010-2011 Nikias Bassen All Rights Reserved.
+ * Copyright (c) 2014 Christophe Fergeau All Rights Reserved.
* Copyright (c) 2010 Bryan Forbes All Rights Reserved.
* Copyright (c) 2009 Jonathan Beck All Rights Reserved.
*
diff --git a/include/libimobiledevice/notification_proxy.h b/include/libimobiledevice/notification_proxy.h
index 275be74..a9d2d3f 100644
--- a/include/libimobiledevice/notification_proxy.h
+++ b/include/libimobiledevice/notification_proxy.h
@@ -3,7 +3,8 @@
* @brief Observe and post notifications.
* \internal
*
- * Copyright (c) 2009 Nikias Bassen All Rights Reserved.
+ * Copyright (c) 2010-2014 Martin Szulecki All Rights Reserved.
+ * Copyright (c) 2009-2010 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/include/libimobiledevice/property_list_service.h b/include/libimobiledevice/property_list_service.h
index dd16b86..31ba99a 100644
--- a/include/libimobiledevice/property_list_service.h
+++ b/include/libimobiledevice/property_list_service.h
@@ -1,8 +1,10 @@
-/*
+/**
* @file libimobiledevice/property_list_service.h
* @brief Definitions for the PropertyList service
- *
- * Copyright (c) 2010 Nikias Bassen, All Rights Reserved.
+ * \internal
+ *
+ * Copyright (c) 2010-2014 Martin Szulecki All Rights Reserved.
+ * Copyright (c) 2010-2014 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/include/libimobiledevice/restore.h b/include/libimobiledevice/restore.h
index 9373249..897c07c 100644
--- a/include/libimobiledevice/restore.h
+++ b/include/libimobiledevice/restore.h
@@ -4,6 +4,7 @@
* @note This service is only available if the device is in restore mode.
* \internal
*
+ * Copyright (c) 2010-2014 Martin Szulecki All Rights Reserved.
* Copyright (c) 2010 Joshua Hill. All Rights Reserved.
*
* This library is free software; you can redistribute it and/or
diff --git a/include/libimobiledevice/sbservices.h b/include/libimobiledevice/sbservices.h
index f4f8dde..0259d97 100644
--- a/include/libimobiledevice/sbservices.h
+++ b/include/libimobiledevice/sbservices.h
@@ -3,7 +3,8 @@
* @brief Manage SpringBoard icons and retrieve icon images.
* \internal
*
- * Copyright (c) 2009 Nikias Bassen All Rights Reserved.
+ * Copyright (c) 2010-2014 Martin Szulecki All Rights Reserved.
+ * Copyright (c) 2009-2010 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/include/libimobiledevice/screenshotr.h b/include/libimobiledevice/screenshotr.h
index 70cb2d2..0d44255 100644
--- a/include/libimobiledevice/screenshotr.h
+++ b/include/libimobiledevice/screenshotr.h
@@ -4,6 +4,7 @@
* @note Requires a mounted developer image.
* \internal
*
+ * Copyright (c) 2010-2014 Martin Szulecki All Rights Reserved.
* Copyright (c) 2010 Nikias Bassen All Rights Reserved.
*
* This library is free software; you can redistribute it and/or
diff --git a/include/libimobiledevice/service.h b/include/libimobiledevice/service.h
index 760dbb4..97f9cf1 100644
--- a/include/libimobiledevice/service.h
+++ b/include/libimobiledevice/service.h
@@ -2,8 +2,8 @@
* @file libimobiledevice/service.h
* @brief Generic basic service implementation to inherit.
* \internal
- *
- * Copyright (c) 2013 Martin Szulecki All Rights Reserved.
+ *
+ * Copyright (c) 2013-2014 Martin Szulecki 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/include/libimobiledevice/syslog_relay.h b/include/libimobiledevice/syslog_relay.h
index 1b9c4f1..0080b54 100644
--- a/include/libimobiledevice/syslog_relay.h
+++ b/include/libimobiledevice/syslog_relay.h
@@ -3,7 +3,7 @@
* @brief Capture the syslog output from a device.
* \internal
*
- * Copyright (c) 2013 Martin Szulecki All Rights Reserved.
+ * Copyright (c) 2013-2014 Martin Szulecki 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/include/libimobiledevice/webinspector.h b/include/libimobiledevice/webinspector.h
index 9f0c75c..d2a99c9 100644
--- a/include/libimobiledevice/webinspector.h
+++ b/include/libimobiledevice/webinspector.h
@@ -3,6 +3,7 @@
* @brief WebKit Remote Debugging.
* \internal
*
+ * Copyright (c) 2013-2014 Martin Szulecki All Rights Reserved.
* Copyright (c) 2013 Yury Melnichek All Rights Reserved.
*
* This library is free software; you can redistribute it and/or