Changeset 186 for trunk

Show
Ignore:
Timestamp:
09/02/07 20:09:06 (15 months ago)
Author:
zany
Message:

license update

Location:
trunk
Files:
22 modified

Legend:

Unmodified
Added
Removed
  • trunk/apps/discovery.c

    r156 r186  
    1 /* 
    2  *  apps/discovery.c: Discover mobile and detect its class (Siemens, Ericsson) 
    3  * 
    4  *  Copyright (c) 2002 Christian W. Zuckschwerdt <zany@triq.net> 
    5  * 
    6  *  This program is free software; you can redistribute it and/or modify it 
    7  *  under the terms of the GNU General Public License as published by the Free 
    8  *  Software Foundation; either version 2 of the License, or (at your option) 
    9  *  any later version. 
    10  * 
    11  *  This program is distributed in the hope that it will be useful, but 
    12  *  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
    13  *  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License 
    14  *  for more details. 
    15  * 
    16  *  You should have received a copy of the GNU General Public License 
    17  *  along with this program; if not, write to the Free Software 
    18  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
    19  *      
    20  */ 
    21 /* 
    22  *  v0.1:  Die, 30 Jul 2002 14:38:56 +0200 
    23  *  FIXME: win32 not done yet 
     1/** 
     2        \file apps/discovery.c 
     3        Discover mobile and detect its class (Siemens, Ericsson). 
     4        ObexFTP library - language bindings for OBEX file transfer. 
     5 
     6        Copyright (c) 2002 Christian W. Zuckschwerdt <zany@triq.net> 
     7 
     8        ObexFTP is free software; you can redistribute it and/or modify 
     9        it under the terms of the GNU Lesser General Public License as 
     10        published by the Free Software Foundation; either version 2 of 
     11        the License, or (at your option) any later version. 
     12 
     13        This program is distributed in the hope that it will be useful, 
     14        but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     16        GNU Lesser General Public License for more details. 
     17 
     18        You should have received a copy of the GNU Lesser General Public 
     19        License along with ObexFTP. If not, see <http://www.gnu.org/>. 
    2420 */ 
    2521 
  • trunk/apps/obexftp.c

    r167 r186  
    1 /* 
    2  *  apps/obexftp.c: Transfer from/to Mobile Equipment via OBEX 
    3  * 
    4  *  Copyright (c) 2002 Christian W. Zuckschwerdt <zany@triq.net> 
    5  * 
    6  *  This program is free software; you can redistribute it and/or modify it 
    7  *  under the terms of the GNU General Public License as published by the Free 
    8  *  Software Foundation; either version 2 of the License, or (at your option) 
    9  *  any later version. 
    10  * 
    11  *  This program is distributed in the hope that it will be useful, but 
    12  *  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
    13  *  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License 
    14  *  for more details. 
    15  * 
    16  *  You should have received a copy of the GNU General Public License 
    17  *  along with this program; if not, write to the Free Software 
    18  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
    19  *      
    20  */ 
    21 /* 
    22  * Created at:    Don, 17 Jan 2002 
     1/** 
     2        \file apps/obexftp.c 
     3        Command line client to transfer from/to Mobile Equipment via OBEX. 
     4        ObexFTP library - language bindings for OBEX file transfer. 
     5 
     6        Copyright (c) 2002-2007 Christian W. Zuckschwerdt <zany@triq.net> 
     7 
     8        ObexFTP is free software; you can redistribute it and/or modify 
     9        it under the terms of the GNU Lesser General Public License as 
     10        published by the Free Software Foundation; either version 2 of 
     11        the License, or (at your option) any later version. 
     12 
     13        This program is distributed in the hope that it will be useful, 
     14        but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     16        GNU Lesser General Public License for more details. 
     17 
     18        You should have received a copy of the GNU Lesser General Public 
     19        License along with ObexFTP. If not, see <http://www.gnu.org/>. 
    2320 */ 
    2421 
  • trunk/apps/obexftp_sdp.c

    r156 r186  
    1 /* 
    2  * 
    3  *  obexftp/obexftp_sdp.c: Transfer from/to Mobile Equipment via OBEX 
    4  * 
    5  *  Copyright (c) 2006 Alan Zhang <vibra@tom.com> 
    6  * 
    7  * 
    8  *  This program is free software; you can redistribute it and/or modify 
    9  *  it under the terms of the GNU General Public License as published by 
    10  *  the Free Software Foundation; either version 2 of the License, or 
    11  *  (at your option) any later version. 
    12  * 
    13  *  This program is distributed in the hope that it will be useful, 
    14  *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
    15  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    16  *  GNU General Public License for more details. 
    17  * 
    18  *  You should have received a copy of the GNU General Public License 
    19  *  along with this program; if not, write to the Free Software 
    20  *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
    21  * 
     1/** 
     2        \file apps/obexftp_sdp.c 
     3        SDP protocol wrappers to register/unregister OBEX servers. 
     4        ObexFTP library - language bindings for OBEX file transfer. 
     5 
     6        Copyright (c) 2006 Alan Zhang <vibra@tom.com> 
     7 
     8        ObexFTP is free software; you can redistribute it and/or modify 
     9        it under the terms of the GNU General Public License as 
     10        published by the Free Software Foundation; either version 2 of 
     11        the License, or (at your option) any later version. 
     12 
     13        This program is distributed in the hope that it will be useful, 
     14        but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     16        GNU General Public License for more details. 
     17 
     18        You should have received a copy of the GNU General Public 
     19        License along with ObexFTP. If not, see <http://www.gnu.org/>. 
    2220 */ 
    2321 
  • trunk/apps/obexftp_sdp.h

    r114 r186  
    1 /* 
    2  * 
    3  *  obexftp/obexftp_sdp.h: Transfer from/to Mobile Equipment via OBEX 
    4  * 
    5  *  Copyright (c) 2006 Alan Zhang <vibra@tom.com> 
    6  * 
    7  * 
    8  *  This program is free software; you can redistribute it and/or modify 
    9  *  it under the terms of the GNU General Public License as published by 
    10  *  the Free Software Foundation; either version 2 of the License, or 
    11  *  (at your option) any later version. 
    12  * 
    13  *  This program is distributed in the hope that it will be useful, 
    14  *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
    15  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    16  *  GNU General Public License for more details. 
    17  * 
    18  *  You should have received a copy of the GNU General Public License 
    19  *  along with this program; if not, write to the Free Software 
    20  *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
    21  * 
     1/** 
     2        \file apps/obexftp_sdp.h 
     3        SDP protocol wrappers to register/unregister OBEX servers. 
     4        ObexFTP library - language bindings for OBEX file transfer. 
     5 
     6        Copyright (c) 2006 Alan Zhang <vibra@tom.com> 
     7 
     8        ObexFTP is free software; you can redistribute it and/or modify 
     9        it under the terms of the GNU General Public License as 
     10        published by the Free Software Foundation; either version 2 of 
     11        the License, or (at your option) any later version. 
     12 
     13        This program is distributed in the hope that it will be useful, 
     14        but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     16        GNU General Public License for more details. 
     17 
     18        You should have received a copy of the GNU General Public 
     19        License along with ObexFTP. If not, see <http://www.gnu.org/>. 
    2220 */ 
    2321  
  • trunk/apps/obexftpd.c

    r170 r186  
    1 /* 
    2  *  apps/obexftpd.c: OBEX server 
    3  * 
    4  *  Copyright (c) 2003-2006 Christian W. Zuckschwerdt <zany@triq.net> 
    5  *                          Alan Zhang <vibra@tom.com> 
    6  *                          Hendrik Sattler <post@hendrik-sattler.de> 
    7  *                          Frode Isaksen <fisaksen@bewan.com> 
    8  * 
    9  *  This program is free software; you can redistribute it and/or modify it 
    10  *  under the terms of the GNU General Public License as published by the Free 
    11  *  Software Foundation; either version 2 of the License, or (at your option) 
    12  *  any later version. 
    13  * 
    14  *  This program is distributed in the hope that it will be useful, but 
    15  *  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
    16  *  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License 
    17  *  for more details. 
    18  * 
    19  *  You should have received a copy of the GNU General Public License 
    20  *  along with this program; if not, write to the Free Software 
    21  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
    22  *      
    23  */ 
    24 /* 
    25  * Created at:    Don, 2 Okt 2003 
     1/** 
     2        \file apps/obexftpd.c 
     3        OBEX file server. 
     4        ObexFTP library - language bindings for OBEX file transfer. 
     5 
     6        Copyright (c) 2003-2006 Christian W. Zuckschwerdt <zany@triq.net> 
     7                                Alan Zhang <vibra@tom.com> 
     8                                Hendrik Sattler <post@hendrik-sattler.de> 
     9                                Frode Isaksen <fisaksen@bewan.com> 
     10 
     11        ObexFTP is free software; you can redistribute it and/or modify 
     12        it under the terms of the GNU General Public License as 
     13        published by the Free Software Foundation; either version 2 of 
     14        the License, or (at your option) any later version. 
     15 
     16        This program is distributed in the hope that it will be useful, 
     17        but WITHOUT ANY WARRANTY; without even the implied warranty of 
     18        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     19        GNU General Public License for more details. 
     20 
     21        You should have received a copy of the GNU General Public 
     22        License along with ObexFTP. If not, see <http://www.gnu.org/>. 
    2623 */ 
    2724 
  • trunk/bfb/bfb.c

    r185 r186  
    11/** 
    2  *  \file bfb/bfb.c 
    3  *  BFB transport encapsulation (used for Siemens mobile equipment). 
    4  *  ObexFTP library - language bindings for OBEX file transfer. 
    5  * 
    6  *  Copyright (c) 2002-2007 Christian W. Zuckschwerdt <zany@triq.net> 
    7  * 
    8  *  This program is free software; you can redistribute it and/or modify it 
    9  *  under the terms of the GNU General Public License as published by the Free 
    10  *  Software Foundation; either version 2 of the License, or (at your option) 
    11  *  any later version. 
    12  * 
    13  *  This program is distributed in the hope that it will be useful, but 
    14  *  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
    15  *  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License 
    16  *  for more details. 
    17  * 
    18  *  You should have received a copy of the GNU General Public License 
    19  *  along with this program; if not, write to the Free Software 
    20  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
    21  *      
     2        \file bfb/bfb.c 
     3        BFB transport encapsulation (used for Siemens mobile equipment). 
     4        ObexFTP library - language bindings for OBEX file transfer. 
     5 
     6        Copyright (c) 2002-2007 Christian W. Zuckschwerdt <zany@triq.net> 
     7 
     8        ObexFTP is free software; you can redistribute it and/or modify 
     9        it under the terms of the GNU Lesser General Public License as 
     10        published by the Free Software Foundation; either version 2 of 
     11        the License, or (at your option) any later version. 
     12 
     13        This program is distributed in the hope that it will be useful, 
     14        but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     16        GNU Lesser General Public License for more details. 
     17 
     18        You should have received a copy of the GNU Lesser General Public 
     19        License along with ObexFTP. If not, see <http://www.gnu.org/>. 
    2220 */ 
    2321 
  • trunk/bfb/bfb.h

    r185 r186  
    11/** 
    2  *  \file bfb/bfb.h 
    3  *  BFB transport encapsulation (used for Siemens mobile equipment). 
    4  *  ObexFTP library - language bindings for OBEX file transfer. 
    5  * 
    6  *  Copyright (c) 2002-2007 Christian W. Zuckschwerdt <zany@triq.net> 
    7  *  
    8  *  This program is free software; you can redistribute it and/or modify it 
    9  *  under the terms of the GNU General Public License as published by the Free 
    10  *  Software Foundation; either version 2 of the License, or (at your option) 
    11  *  any later version. 
    12  * 
    13  *  This program is distributed in the hope that it will be useful, but 
    14  *  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
    15  *  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License 
    16  *  for more details. 
    17  * 
    18  *  You should have received a copy of the GNU General Public License 
    19  *  along with this program; if not, write to the Free Software 
    20  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
    21  *      
     2        \file bfb/bfb.h 
     3        BFB transport encapsulation (used for Siemens mobile equipment). 
     4        ObexFTP library - language bindings for OBEX file transfer. 
     5 
     6        Copyright (c) 2002-2007 Christian W. Zuckschwerdt <zany@triq.net> 
     7 
     8        ObexFTP is free software; you can redistribute it and/or modify 
     9        it under the terms of the GNU Lesser General Public License as 
     10        published by the Free Software Foundation; either version 2 of 
     11        the License, or (at your option) any later version. 
     12 
     13        This program is distributed in the hope that it will be useful, 
     14        but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     16        GNU Lesser General Public License for more details. 
     17 
     18        You should have received a copy of the GNU Lesser General Public 
     19        License along with ObexFTP. If not, see <http://www.gnu.org/>. 
    2220 */ 
    2321 
  • trunk/bfb/bfb_io.c

    r156 r186  
    1 /* 
    2  *  bfb/bfb_io.c: BFB transport encapsulation (for Siemens mobile equipment) 
    3  * 
    4  *  Copyright (c) 2002 Christian W. Zuckschwerdt <zany@triq.net> 
    5  * 
    6  *  This program is free software; you can redistribute it and/or modify it 
    7  *  under the terms of the GNU General Public License as published by the Free 
    8  *  Software Foundation; either version 2 of the License, or (at your option) 
    9  *  any later version. 
    10  * 
    11  *  This program is distributed in the hope that it will be useful, but 
    12  *  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
    13  *  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License 
    14  *  for more details. 
    15  * 
    16  *  You should have received a copy of the GNU General Public License 
    17  *  along with this program; if not, write to the Free Software 
    18  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
    19  *      
    20  */ 
    21 /* 
    22  *  v0.1:  Don, 25 Jul 2002 03:16:41 +0200 
     1/** 
     2        \file bfb/bfb_io.c 
     3        BFB transport encapsulation (for Siemens mobile equipment). 
     4        ObexFTP library - language bindings for OBEX file transfer. 
     5 
     6        Copyright (c) 2002 Christian W. Zuckschwerdt <zany@triq.net> 
     7 
     8        ObexFTP is free software; you can redistribute it and/or modify 
     9        it under the terms of the GNU Lesser General Public License as 
     10        published by the Free Software Foundation; either version 2 of 
     11        the License, or (at your option) any later version. 
     12 
     13        This program is distributed in the hope that it will be useful, 
     14        but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     16        GNU Lesser General Public License for more details. 
     17 
     18        You should have received a copy of the GNU Lesser General Public 
     19        License along with ObexFTP. If not, see <http://www.gnu.org/>. 
    2320 */ 
    2421 
  • trunk/bfb/bfb_io.h

    r120 r186  
    1 /* 
    2  * bfb/bfb_io.h 
    3  * 
    4  *  Copyright (c) 2002 Christian W. Zuckschwerdt <zany@triq.net> 
    5  *  
    6  *  This program is free software; you can redistribute it and/or modify it 
    7  *  under the terms of the GNU General Public License as published by the Free 
    8  *  Software Foundation; either version 2 of the License, or (at your option) 
    9  *  any later version. 
    10  * 
    11  *  This program is distributed in the hope that it will be useful, but 
    12  *  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
    13  *  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License 
    14  *  for more details. 
    15  * 
    16  *  You should have received a copy of the GNU General Public License 
    17  *  along with this program; if not, write to the Free Software 
    18  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
    19  *      
     1/** 
     2        \file bfb/bfb_io.h 
     3        BFB protocol IO layer. 
     4        ObexFTP library - language bindings for OBEX file transfer. 
     5 
     6        Copyright (c) 2002 Christian W. Zuckschwerdt <zany@triq.net> 
     7 
     8        ObexFTP is free software; you can redistribute it and/or modify 
     9        it under the terms of the GNU Lesser General Public License as 
     10        published by the Free Software Foundation; either version 2 of 
     11        the License, or (at your option) any later version. 
     12 
     13        This program is distributed in the hope that it will be useful, 
     14        but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     16        GNU Lesser General Public License for more details. 
     17 
     18        You should have received a copy of the GNU Lesser General Public 
     19        License along with ObexFTP. If not, see <http://www.gnu.org/>. 
    2020 */ 
    2121 
  • trunk/multicobex/multi_cobex.c

    r185 r186  
    11/** 
    2  *  \file multicobex/multi_cobex.c 
    3  *  Detect, initiate and run OBEX over custom serial port protocols 
    4  *  (Siemens, Ericsson, New-Siemens, Motorola, Generic). 
    5  *  ObexFTP library - language bindings for OBEX file transfer. 
    6  * 
    7  *   Copyright (c) 2002-2007 Christian W. Zuckschwerdt <zany@triq.net> 
    8  * 
    9  *   This program is free software; you can redistribute it and/or modify it 
    10  *   under the terms of the GNU General Public License as published by the Free 
    11  *   Software Foundation; either version 2 of the License, or (at your option) 
    12  *   any later version. 
    13  * 
    14  *   This program is distributed in the hope that it will be useful, but 
    15  *   WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
    16  *   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License 
    17  *   for more details. 
    18  * 
    19  *   You should have received a copy of the GNU General Public License 
    20  *   along with this program; if not, write to the Free Software 
    21  *   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
    22  *      
     2        \file multicobex/multi_cobex.c 
     3        Detect, initiate and run OBEX over custom serial port protocols 
     4        (Siemens, Ericsson, New-Siemens, Motorola, Generic). 
     5        ObexFTP library - language bindings for OBEX file transfer. 
     6 
     7        Copyright (c) 2002-2007 Christian W. Zuckschwerdt <zany@triq.net> 
     8 
     9        ObexFTP is free software; you can redistribute it and/or modify 
     10        it under the terms of the GNU Lesser General Public License as 
     11        published by the Free Software Foundation; either version 2 of 
     12        the License, or (at your option) any later version. 
     13 
     14        This program is distributed in the hope that it will be useful, 
     15        but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17        GNU Lesser General Public License for more details. 
     18 
     19        You should have received a copy of the GNU Lesser General Public 
     20        License along with ObexFTP. If not, see <http://www.gnu.org/>. 
    2321 */ 
    2422 
  • trunk/multicobex/multi_cobex.h

    r185 r186  
    11/** 
    2  *  \file multicobex/multi_cobex.h 
    3  *  Detect, initiate and run OBEX over custom serial port protocols 
    4  *  (Siemens, Ericsson, New-Siemens, Motorola, Generic). 
    5  *  ObexFTP library - language bindings for OBEX file transfer. 
    6  * 
    7  *   Copyright (c) 2002-2007 Christian W. Zuckschwerdt <zany@triq.net> 
    8  *  
    9  *   This program is free software; you can redistribute it and/or modify it 
    10  *   under the terms of the GNU General Public License as published by the Free 
    11  *   Software Foundation; either version 2 of the License, or (at your option) 
    12  *   any later version. 
    13  * 
    14  *   This program is distributed in the hope that it will be useful, but 
    15  *   WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
    16  *   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License 
    17  *   for more details. 
    18  * 
    19  *   You should have received a copy of the GNU General Public License 
    20  *   along with this program; if not, write to the Free Software 
    21  *   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
    22  *      
     2        \file multicobex/multi_cobex.h 
     3        Detect, initiate and run OBEX over custom serial port protocols 
     4        (Siemens, Ericsson, New-Siemens, Motorola, Generic). 
     5        ObexFTP library - language bindings for OBEX file transfer. 
     6 
     7        Copyright (c) 2002-2007 Christian W. Zuckschwerdt <zany@triq.net> 
     8 
     9        ObexFTP is free software; you can redistribute it and/or modify 
     10        it under the terms of the GNU Lesser General Public License as 
     11        published by the Free Software Foundation; either version 2 of 
     12        the License, or (at your option) any later version. 
     13 
     14        This program is distributed in the hope that it will be useful, 
     15        but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17        GNU Lesser General Public License for more details. 
     18 
     19        You should have received a copy of the GNU Lesser General Public 
     20        License along with ObexFTP. If not, see <http://www.gnu.org/>. 
    2321 */ 
    2422 
  • trunk/multicobex/multi_cobex_private.h

    r120 r186  
    1 /* 
    2  * multi_cobex_private.h 
    3  * 
    4  *   Copyright (c) 2002-2005 Christian W. Zuckschwerdt <zany@triq.net> 
    5  *  
    6  *   This program is free software; you can redistribute it and/or modify it 
    7  *   under the terms of the GNU General Public License as published by the Free 
    8  *   Software Foundation; either version 2 of the License, or (at your option) 
    9  *   any later version. 
    10  * 
    11  *   This program is distributed in the hope that it will be useful, but 
    12  *   WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
    13  *   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License 
    14  *   for more details. 
    15  * 
    16  *   You should have received a copy of the GNU General Public License 
    17  *   along with this program; if not, write to the Free Software 
    18  *   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
    19  *      
     1/** 
     2        \file multicobex/multi_cobex_private.h 
     3        Detect, initiate and run OBEX over custom serial port protocols 
     4        (Siemens, Ericsson, New-Siemens, Motorola, Generic). 
     5        ObexFTP library - language bindings for OBEX file transfer. 
     6 
     7        Copyright (c) 2002-2005 Christian W. Zuckschwerdt <zany@triq.net> 
     8 
     9        ObexFTP is free software; you can redistribute it and/or modify 
     10        it under the terms of the GNU Lesser General Public License as 
     11        published by the Free Software Foundation; either version 2 of 
     12        the License, or (at your option) any later version. 
     13 
     14        This program is distributed in the hope that it will be useful, 
     15        but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17        GNU Lesser General Public License for more details. 
     18 
     19        You should have received a copy of the GNU Lesser General Public 
     20        License along with ObexFTP. If not, see <http://www.gnu.org/>. 
    2021 */ 
    2122 
  • trunk/obexftp/bt_discovery.c

    r176 r186  
     1/** 
     2        \file obexftp/bt_discovery.c 
     3        BT/SDP device discovery functions. 
     4        ObexFTP library - language bindings for OBEX file transfer. 
     5 
     6        Copyright (c) 2007 Christian W. Zuckschwerdt <zany@triq.net> 
     7 
     8        ObexFTP is free software; you can redistribute it and/or modify 
     9        it under the terms of the GNU Lesser General Public License as 
     10        published by the Free Software Foundation; either version 2 of 
     11        the License, or (at your option) any later version. 
     12 
     13        This program is distributed in the hope that it will be useful, 
     14        but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     16        GNU Lesser General Public License for more details. 
     17 
     18        You should have received a copy of the GNU Lesser General Public 
     19        License along with ObexFTP. If not, see <http://www.gnu.org/>. 
     20 */ 
     21 
    122#include <common.h> 
    223#ifdef HAVE_BLUETOOTH 
  • trunk/obexftp/cache.c

    r185 r186  
    11/** 
    2  *  \file obexftp/cache.c 
    3  *  ObexFTP client API caching layer. 
    4  *  ObexFTP library - language bindings for OBEX file transfer. 
    5  * 
    6  *  Copyright (c) 2002-2007 Christian W. Zuckschwerdt <zany@triq.net> 
    7  * 
    8  *  This program is free software; you can redistribute it and/or modify it 
    9  *  under the terms of the GNU General Public License as published by the Free 
    10  *  Software Foundation; either version 2 of the License, or (at your option) 
    11  *  any later version. 
    12  * 
    13  *  This program is distributed in the hope that it will be useful, but 
    14  *  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
    15  *  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License 
    16  *  for more details. 
    17  * 
    18  *  You should have received a copy of the GNU General Public License 
    19  *  along with this program; if not, write to the Free Software 
    20  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
    21  *      
     2        \file obexftp/cache.c 
     3        ObexFTP client API caching layer. 
     4        ObexFTP library - language bindings for OBEX file transfer. 
     5 
     6        Copyright (c) 2002-2007 Christian W. Zuckschwerdt <zany@triq.net> 
     7 
     8        ObexFTP is free software; you can redistribute it and/or modify 
     9        it under the terms of the GNU Lesser General Public License as 
     10        published by the Free Software Foundation; either version 2 of 
     11        the License, or (at your option) any later version. 
     12 
     13        This program is distributed in the hope that it will be useful, 
     14        but WITHOUT ANY WARRANTY; without even the implied warranty of 
     15        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     16        GNU Lesser General Public License for more details. 
     17 
     18        You should have received a copy of the GNU Lesser General Public 
     19        License along with ObexFTP. If not, see <http://www.gnu.org/>. 
    2220 */ 
    2321 
  • trunk/obexftp/cache.h

    r104 r186  
    1 /* 
    2  *  obexftp/cache.h: ObexFTP client library 
    3  * 
    4  *  Copyright (c) 2002 Christian W. Zuckschwerdt <zany@triq.net> 
    5  * 
    6  *  This program is free software; you can redistribute it and/or modify it 
    7  *  under the terms of the GNU