summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2009-07-24 14:56:24 +0200
committerGravatar Martin Szulecki2009-07-24 14:56:24 +0200
commit4c81f3c622d80a9291f3c13de2075afd753a0e1c (patch)
tree75c8c56c2cee771f58743e8dc0fd125eac811916
parent2e0e269663ac279f3e7a8430ac8c6ec1d4fc2266 (diff)
downloadlibimobiledevice-4c81f3c622d80a9291f3c13de2075afd753a0e1c.tar.gz
libimobiledevice-4c81f3c622d80a9291f3c13de2075afd753a0e1c.tar.bz2
Add missing copyright to afc and notification_proxy headers
-rw-r--r--include/libiphone/afc.h20
-rw-r--r--include/libiphone/notification_proxy.h20
2 files changed, 40 insertions, 0 deletions
diff --git a/include/libiphone/afc.h b/include/libiphone/afc.h
index b64510b..af801b1 100644
--- a/include/libiphone/afc.h
+++ b/include/libiphone/afc.h
@@ -1,3 +1,23 @@
1/*
2 * afc.h
3 *
4 * Copyright (c) 2009 Nikias Bassen All Rights Reserved.
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */
20
1#ifndef AFC_H 21#ifndef AFC_H
2#define AFC_H 22#define AFC_H
3 23
diff --git a/include/libiphone/notification_proxy.h b/include/libiphone/notification_proxy.h
index 9412b4f..8efb483 100644
--- a/include/libiphone/notification_proxy.h
+++ b/include/libiphone/notification_proxy.h
@@ -1,3 +1,23 @@
1/*
2 * notification_proxy.h
3 *
4 * Copyright (c) 2009 Nikias Bassen All Rights Reserved.
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */
20
1#ifndef NOTIFICATION_PROXY_H 21#ifndef NOTIFICATION_PROXY_H
2#define NOTIFICATION_PROXY_H 22#define NOTIFICATION_PROXY_H
3 23