---
lib/bluez_compat.h | 2 +-
lib/cloexec.h | 20 ++++++++++++++++++++
lib/customtrans.c | 22 ++++++++++++++++++++++
lib/customtrans.h | 21 +++++++++++++++++++++
lib/fdobex.c | 22 ++++++++++++++++++++++
lib/fdobex.h | 21 +++++++++++++++++++++
6 files changed, 107 insertions(+), 1 deletions(-)
diff --git a/lib/bluez_compat.h b/lib/bluez_compat.h
index b4dae25..092d370 100644
--- a/lib/bluez_compat.h
+++ b/lib/bluez_compat.h
@@ -3,7 +3,7 @@
Provides the Bluez API on other platforms.
OpenOBEX library - Free implementation of the Object Exchange protocol.
- Copyright (c) 2007 Hendrik Sattler, All Rights Reserved.
+ Copyright (c) 2007-2011 Hendrik Sattler, All Rights Reserved.
OpenOBEX is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
diff --git a/lib/cloexec.h b/lib/cloexec.h
index 1c5c396..f2a77c0 100644
--- a/lib/cloexec.h
+++ b/lib/cloexec.h
@@ -1,3 +1,23 @@
+/**
+ \file cloexec.h
+ close-on-exec wrapper functions.
+ OpenOBEX library - Free implementation of the Object Exchange protocol.
+
+ Copyright (c) 2010 Hendrik Sattler, All Rights Reserved.
+
+ OpenOBEX is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 2.1 of
+ the License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with OpenOBEX. If not, see <http://www.gnu.org/>.
+ */
#ifndef _WIN32
#include <fcntl.h>
diff --git a/lib/customtrans.c b/lib/customtrans.c
index 20e264c..98a1423 100644
--- a/lib/customtrans.c
+++ b/lib/customtrans.c
@@ -1,3 +1,25 @@
+/**
+ \file customtrans.c
+ Custom OBEX, custom transport for OBEX.
+ OpenOBEX library - Free implementation of the Object Exchange protocol.
+
+ Copyright (c) 1999, 2000 Pontus Fuchs, All Rights Reserved.
+ Copyright (c) 1999, 2000 Dag Brattli, All Rights Reserved.
+
+ OpenOBEX is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 2.1 of
+ the License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with OpenOBEX. If not, see <http://www.gnu.org/>.
+ */
+
#include "obex_main.h"
#include "customtrans.h"
diff --git a/lib/customtrans.h b/lib/customtrans.h
index fed7880..98290c7 100644
--- a/lib/customtrans.h
+++ b/lib/customtrans.h
@@ -1,3 +1,24 @@
+/**
+ \file customtrans.h
+ Custom OBEX, custom transport for OBEX.
+ OpenOBEX library - Free implementation of the Object Exchange protocol.
+
+ Copyright (c) 1999, 2000 Pontus Fuchs, All Rights Reserved.
+ Copyright (c) 1999, 2000 Dag Brattli, All Rights Reserved.
+
+ OpenOBEX is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 2.1 of
+ the License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with OpenOBEX. If not, see <http://www.gnu.org/>.
+ */
#ifndef CUSTOMTRANS_H
#define CUSTOMTRANS_H
diff --git a/lib/fdobex.c b/lib/fdobex.c
index 45c56ff..fa2d64a 100644
--- a/lib/fdobex.c
+++ b/lib/fdobex.c
@@ -1,3 +1,25 @@
+/**
+ \file fdobex.c
+ FD OBEX, file descriptor transport for OBEX.
+ OpenOBEX library - Free implementation of the Object Exchange protocol.
+
+ Copyright (c) 1999, 2000 Pontus Fuchs, All Rights Reserved.
+ Copyright (c) 1999, 2000 Dag Brattli, All Rights Reserved.
+
+ OpenOBEX is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 2.1 of
+ the License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with OpenOBEX. If not, see <http://www.gnu.org/>.
+ */
+
#include <errno.h>
#include "obex_main.h"
diff --git a/lib/fdobex.h b/lib/fdobex.h
index 07e33ab..7008fa5 100644
--- a/lib/fdobex.h
+++ b/lib/fdobex.h
@@ -1,3 +1,24 @@
+/**
+ \file fdobex.h
+ FD OBEX, file descriptor transport for OBEX.
+ OpenOBEX library - Free implementation of the Object Exchange protocol.
+
+ Copyright (c) 1999, 2000 Pontus Fuchs, All Rights Reserved.
+ Copyright (c) 1999, 2000 Dag Brattli, All Rights Reserved.
+
+ OpenOBEX is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 2.1 of
+ the License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with OpenOBEX. If not, see <http://www.gnu.org/>.
+ */
#ifndef FDOBEX_H
#define FDOBEX_H
--
1.7.5.4
------------------------------------------------------------------------------
Got Input? Slashdot Needs You.
Take our quick survey online. Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Openobex-users mailing list
[email protected]
http://lists.sourceforge.net/lists/listinfo/openobex-users