summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libiphone/afc.h6
-rw-r--r--include/libiphone/libiphone.h7
-rw-r--r--include/libiphone/lockdown.h7
-rw-r--r--include/libiphone/mobilesync.h8
-rw-r--r--include/libiphone/notification_proxy.h6
5 files changed, 22 insertions, 12 deletions
diff --git a/include/libiphone/afc.h b/include/libiphone/afc.h
index 08122a1..71730cc 100644
--- a/include/libiphone/afc.h
+++ b/include/libiphone/afc.h
@@ -1,5 +1,7 @@
1/* 1/**
2 * afc.h 2 * @file libiphone/afc.h
3 * @brief AFC Implementation
4 * \internal
3 * 5 *
4 * Copyright (c) 2009 Nikias Bassen All Rights Reserved. 6 * Copyright (c) 2009 Nikias Bassen All Rights Reserved.
5 * 7 *
diff --git a/include/libiphone/libiphone.h b/include/libiphone/libiphone.h
index 014c8bf..1451f15 100644
--- a/include/libiphone/libiphone.h
+++ b/include/libiphone/libiphone.h
@@ -1,6 +1,7 @@
1/* 1/**
2 * libiphone.h 2 * @file libiphone/libiphone.h
3 * Main include of libiphone 3 * @brief Common code and device handling
4 * \internal
4 * 5 *
5 * Copyright (c) 2008 Jonathan Beck All Rights Reserved. 6 * Copyright (c) 2008 Jonathan Beck All Rights Reserved.
6 * 7 *
diff --git a/include/libiphone/lockdown.h b/include/libiphone/lockdown.h
index 55c0cb7..daa5800 100644
--- a/include/libiphone/lockdown.h
+++ b/include/libiphone/lockdown.h
@@ -1,6 +1,9 @@
1/* 1/**
2 * lockdownd.h 2 * @file libiphone/lockdown.h
3 * @brief Communcation with the lockdown device daemon
4 * \internal
3 * 5 *
6 * Copyright (c) 2008 Zach C. All Rights Reserved.
4 * Copyright (c) 2009 Martin S. All Rights Reserved. 7 * Copyright (c) 2009 Martin S. All Rights Reserved.
5 * 8 *
6 * This library is free software; you can redistribute it and/or 9 * This library is free software; you can redistribute it and/or
diff --git a/include/libiphone/mobilesync.h b/include/libiphone/mobilesync.h
index f8fa711..662036c 100644
--- a/include/libiphone/mobilesync.h
+++ b/include/libiphone/mobilesync.h
@@ -1,7 +1,9 @@
1/* 1/**
2 * mobilesync.h 2 * @file libiphone/mobilesync.h
3 * @brief MobileSync Implementation
4 * \internal
3 * 5 *
4 * Copyright (c) 2009 Martin S. All Rights Reserved. 6 * Copyright (c) 2009 Jonathan Beck All Rights Reserved.
5 * 7 *
6 * This library is free software; you can redistribute it and/or 8 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public 9 * modify it under the terms of the GNU Lesser General Public
diff --git a/include/libiphone/notification_proxy.h b/include/libiphone/notification_proxy.h
index 520ccd1..66b7a80 100644
--- a/include/libiphone/notification_proxy.h
+++ b/include/libiphone/notification_proxy.h
@@ -1,5 +1,7 @@
1/* 1/**
2 * notification_proxy.h 2 * @file libiphone/notification_proxy.h
3 * @brief Implementation to talk to the notification proxy on a device
4 * \internal
3 * 5 *
4 * Copyright (c) 2009 Nikias Bassen All Rights Reserved. 6 * Copyright (c) 2009 Nikias Bassen All Rights Reserved.
5 * 7 *