Changeset 182

Show
Ignore:
Timestamp:
01/26/05 21:02:52 (4 years ago)
Author:
abauer
Message:

Added copyright disclaimers to the start of all source codes

Added longname and description to plugin info struct

Location:
trunk
Files:
28 modified

Legend:

Unmodified
Added
Removed
  • trunk/engine/osengine_client.c

    r109 r182  
     1/* 
     2 * libosengine - A synchronization engine for the opensync framework 
     3 * Copyright (C) 2004-2005  Armin Bauer <armin.bauer@opensync.org> 
     4 *  
     5 * This library is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU Lesser General Public 
     7 * License as published by the Free Software Foundation; either 
     8 * version 2.1 of the License, or (at your option) any later version. 
     9 *  
     10 * This library is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     13 * Lesser General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU Lesser General Public 
     16 * License along with this library; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA 
     18 *  
     19 */ 
     20  
    121#include "engine.h" 
    222#include "engine_internals.h" 
  • trunk/engine/osengine_debug.c

    r142 r182  
     1/* 
     2 * libosengine - A synchronization engine for the opensync framework 
     3 * Copyright (C) 2004-2005  Armin Bauer <armin.bauer@opensync.org> 
     4 *  
     5 * This library is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU Lesser General Public 
     7 * License as published by the Free Software Foundation; either 
     8 * version 2.1 of the License, or (at your option) any later version. 
     9 *  
     10 * This library is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     13 * Lesser General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU Lesser General Public 
     16 * License along with this library; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA 
     18 *  
     19 */ 
     20  
    121#include "engine.h" 
    222#include "engine_internals.h" 
  • trunk/engine/osengine_engine.c

    r138 r182  
     1/* 
     2 * libosengine - A synchronization engine for the opensync framework 
     3 * Copyright (C) 2004-2005  Armin Bauer <armin.bauer@opensync.org> 
     4 *  
     5 * This library is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU Lesser General Public 
     7 * License as published by the Free Software Foundation; either 
     8 * version 2.1 of the License, or (at your option) any later version. 
     9 *  
     10 * This library is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     13 * Lesser General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU Lesser General Public 
     16 * License along with this library; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA 
     18 *  
     19 */ 
     20  
    121#include "engine.h" 
    222#include "engine_internals.h" 
  • trunk/engine/osengine_flags.c

    r94 r182  
     1/* 
     2 * libosengine - A synchronization engine for the opensync framework 
     3 * Copyright (C) 2004-2005  Armin Bauer <armin.bauer@opensync.org> 
     4 *  
     5 * This library is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU Lesser General Public 
     7 * License as published by the Free Software Foundation; either 
     8 * version 2.1 of the License, or (at your option) any later version. 
     9 *  
     10 * This library is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     13 * Lesser General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU Lesser General Public 
     16 * License along with this library; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA 
     18 *  
     19 */ 
     20  
    121#include "engine.h" 
    222#include "engine_internals.h" 
  • trunk/engine/osengine_mapping.c

    r168 r182  
     1/* 
     2 * libosengine - A synchronization engine for the opensync framework 
     3 * Copyright (C) 2004-2005  Armin Bauer <armin.bauer@opensync.org> 
     4 *  
     5 * This library is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU Lesser General Public 
     7 * License as published by the Free Software Foundation; either 
     8 * version 2.1 of the License, or (at your option) any later version. 
     9 *  
     10 * This library is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     13 * Lesser General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU Lesser General Public 
     16 * License along with this library; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA 
     18 *  
     19 */ 
     20  
    121#include "engine.h" 
    222#include "engine_internals.h" 
  • trunk/engine/osengine_message.c

    r109 r182  
     1/* 
     2 * libosengine - A synchronization engine for the opensync framework 
     3 * Copyright (C) 2004-2005  Armin Bauer <armin.bauer@opensync.org> 
     4 *  
     5 * This library is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU Lesser General Public 
     7 * License as published by the Free Software Foundation; either 
     8 * version 2.1 of the License, or (at your option) any later version. 
     9 *  
     10 * This library is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     13 * Lesser General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU Lesser General Public 
     16 * License along with this library; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA 
     18 *  
     19 */ 
     20  
    121#include "engine.h" 
    222#include "engine_internals.h" 
  • trunk/engine/osengine_queue.c

    r109 r182  
     1/* 
     2 * libosengine - A synchronization engine for the opensync framework 
     3 * Copyright (C) 2004-2005  Armin Bauer <armin.bauer@opensync.org> 
     4 *  
     5 * This library is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU Lesser General Public 
     7 * License as published by the Free Software Foundation; either 
     8 * version 2.1 of the License, or (at your option) any later version. 
     9 *  
     10 * This library is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     13 * Lesser General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU Lesser General Public 
     16 * License along with this library; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA 
     18 *  
     19 */ 
     20  
    121#include "engine.h" 
    222#include "engine_internals.h" 
  • trunk/engine/osengine_status.c

    r106 r182  
     1/* 
     2 * libosengine - A synchronization engine for the opensync framework 
     3 * Copyright (C) 2004-2005  Armin Bauer <armin.bauer@opensync.org> 
     4 *  
     5 * This library is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU Lesser General Public 
     7 * License as published by the Free Software Foundation; either 
     8 * version 2.1 of the License, or (at your option) any later version. 
     9 *  
     10 * This library is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     13 * Lesser General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU Lesser General Public 
     16 * License along with this library; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA 
     18 *  
     19 */ 
     20  
    121#include "engine.h" 
    222#include "engine_internals.h" 
  • trunk/formats/xml/e-vcard.c

    r179 r182  
    18001800         
    18011801        memset(data, 0, strlen(data)); 
    1802         strcpy(data, string->str); //FIXME. will this free the whole string? guess not. 
     1802        strcpy(data, string->str); 
    18031803        g_string_free(string, 1); 
    18041804         
  • trunk/plugins/file-sync/src/file_sync.c

    r148 r182  
    272272} 
    273273 
    274 void get_info(OSyncPluginInfo *info) { 
     274void get_info(OSyncPluginInfo *info) 
     275{ 
    275276        info->name = "file-sync"; 
     277        info->longname = "File Synchronization Plugin"; 
     278        info->description = "Plugin to synchronize files on the local filesystem"; 
    276279        info->version = 1; 
    277280        info->is_threadsafe = TRUE; 
  • trunk/src/opensync.h

    r174 r182  
    8484        int version; 
    8585        const char *name; 
     86        const char *longname; 
    8687        const char *description; 
    8788        osync_bool is_threadsafe; 
  • trunk/src/opensync_anchor.c

    r58 r182  
     1/* 
     2 * libopensync - A synchronization framework 
     3 * Copyright (C) 2004-2005  Armin Bauer <armin.bauer@opensync.org> 
     4 *  
     5 * This library is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU Lesser General Public 
     7 * License as published by the Free Software Foundation; either 
     8 * version 2.1 of the License, or (at your option) any later version. 
     9 *  
     10 * This library is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     13 * Lesser General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU Lesser General Public 
     16 * License along with this library; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA 
     18 *  
     19 */ 
     20 
    121#include <opensync.h> 
    222#include "opensync_internals.h" 
  • trunk/src/opensync_change.c

    r171 r182  
     1/* 
     2 * libopensync - A synchronization framework 
     3 * Copyright (C) 2004-2005  Armin Bauer <armin.bauer@opensync.org> 
     4 *  
     5 * This library is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU Lesser General Public 
     7 * License as published by the Free Software Foundation; either 
     8 * version 2.1 of the License, or (at your option) any later version. 
     9 *  
     10 * This library is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     13 * Lesser General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU Lesser General Public 
     16 * License along with this library; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA 
     18 *  
     19 */ 
     20  
    121#include <opensync.h> 
    222#include "opensync_internals.h" 
  • trunk/src/opensync_context.c

    r109 r182  
     1/* 
     2 * libopensync - A synchronization framework 
     3 * Copyright (C) 2004-2005  Armin Bauer <armin.bauer@opensync.org> 
     4 *  
     5 * This library is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU Lesser General Public 
     7 * License as published by the Free Software Foundation; either 
     8 * version 2.1 of the License, or (at your option) any later version. 
     9 *  
     10 * This library is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     13 * Lesser General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU Lesser General Public 
     16 * License along with this library; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA 
     18 *  
     19 */ 
     20  
    121#include <opensync.h> 
    222#include "opensync_internals.h" 
    3  
    4 /* 
    5 struct OSyncContext { 
    6         void (*callback_function)(OSyncMember *, void *); 
    7         void *user_data; 
    8         OSyncMember *member; 
    9         OSyncError error; 
    10         osync_bool success; 
    11 }; 
    12 */ 
    1323 
    1424OSyncContext *osync_context_new(OSyncMember *member) 
  • trunk/src/opensync_convert.c

    r179 r182  
     1/* 
     2 * libopensync - A synchronization framework 
     3 * Copyright (C) 2004-2005  Armin Bauer <armin.bauer@opensync.org> 
     4 *  
     5 * This library is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU Lesser General Public 
     7 * License as published by the Free Software Foundation; either 
     8 * version 2.1 of the License, or (at your option) any later version. 
     9 *  
     10 * This library is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     13 * Lesser General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU Lesser General Public 
     16 * License along with this library; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA 
     18 *  
     19 */ 
     20  
    121#include <opensync.h> 
    222#include "opensync_internals.h" 
  • trunk/src/opensync_db.c

    r140 r182  
     1/* 
     2 * libopensync - A synchronization framework 
     3 * Copyright (C) 2004-2005  Armin Bauer <armin.bauer@opensync.org> 
     4 *  
     5 * This library is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU Lesser General Public 
     7 * License as published by the Free Software Foundation; either 
     8 * version 2.1 of the License, or (at your option) any later version. 
     9 *  
     10 * This library is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     13 * Lesser General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU Lesser General Public 
     16 * License along with this library; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA 
     18 *  
     19 */ 
     20  
    121#include <opensync.h> 
    222#include "opensync_internals.h" 
  • trunk/src/opensync_db_bdb.c

    r57 r182  
     1/* 
     2 * libopensync - A synchronization framework 
     3 * Copyright (C) 2004-2005  Armin Bauer <armin.bauer@opensync.org> 
     4 *  
     5 * This library is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU Lesser General Public 
     7 * License as published by the Free Software Foundation; either 
     8 * version 2.1 of the License, or (at your option) any later version. 
     9 *  
     10 * This library is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     13 * Lesser General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU Lesser General Public 
     16 * License along with this library; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA 
     18 *  
     19 */ 
     20  
    121#include <opensync.h> 
    222#include "opensync_internals.h" 
  • trunk/src/opensync_debug.c

    r109 r182  
     1/* 
     2 * libopensync - A synchronization framework 
     3 * Copyright (C) 2004-2005  Armin Bauer <armin.bauer@opensync.org> 
     4 *  
     5 * This library is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU Lesser General Public 
     7 * License as published by the Free Software Foundation; either 
     8 * version 2.1 of the License, or (at your option) any later version. 
     9 *  
     10 * This library is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     13 * Lesser General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU Lesser General Public 
     16 * License along with this library; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA 
     18 *  
     19 */ 
     20  
    121#include "opensync.h" 
    222#include "opensync_internals.h" 
  • trunk/src/opensync_env.c

    r127 r182  
     1/* 
     2 * libopensync - A synchronization framework 
     3 * Copyright (C) 2004-2005  Armin Bauer <armin.bauer@opensync.org> 
     4 *  
     5 * This library is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU Lesser General Public 
     7 * License as published by the Free Software Foundation; either 
     8 * version 2.1 of the License, or (at your option) any later version. 
     9 *  
     10 * This library is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     13 * Lesser General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU Lesser General Public 
     16 * License along with this library; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA 
     18 *  
     19 */ 
     20  
    121#include "opensync.h" 
    222#include "opensync_internals.h" 
  • trunk/src/opensync_error.c

    r177 r182  
     1/* 
     2 * libopensync - A synchronization framework 
     3 * Copyright (C) 2004-2005  Armin Bauer <armin.bauer@opensync.org> 
     4 *  
     5 * This library is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU Lesser General Public 
     7 * License as published by the Free Software Foundation; either 
     8 * version 2.1 of the License, or (at your option) any later version. 
     9 *  
     10 * This library is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     13 * Lesser General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU Lesser General Public 
     16 * License along with this library; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA 
     18 *  
     19 */ 
     20  
    121#include <opensync.h> 
    222#include "opensync_internals.h" 
  • trunk/src/opensync_filter.c

    r172 r182  
     1/* 
     2 * libopensync - A synchronization framework 
     3 * Copyright (C) 2004-2005  Armin Bauer <armin.bauer@opensync.org> 
     4 *  
     5 * This library is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU Lesser General Public 
     7 * License as published by the Free Software Foundation; either 
     8 * version 2.1 of the License, or (at your option) any later version. 
     9 *  
     10 * This library is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     13 * Lesser General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU Lesser General Public 
     16 * License along with this library; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA 
     18 *  
     19 */ 
     20  
    121#include "opensync.h" 
    222#include "opensync_internals.h" 
  • trunk/src/opensync_group.c

    r172 r182  
     1/* 
     2 * libopensync - A synchronization framework 
     3 * Copyright (C) 2004-2005  Armin Bauer <armin.bauer@opensync.org> 
     4 *  
     5 * This library is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU Lesser General Public 
     7 * License as published by the Free Software Foundation; either 
     8 * version 2.1 of the License, or (at your option) any later version. 
     9 *  
     10 * This library is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     13 * Lesser General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU Lesser General Public 
     16 * License along with this library; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA 
     18 *  
     19 */ 
     20  
    121#include "opensync.h" 
    222#include "opensync_internals.h" 
  • trunk/src/opensync_hashtable.c

    r71 r182  
     1/* 
     2 * libopensync - A synchronization framework 
     3 * Copyright (C) 2004-2005  Armin Bauer <armin.bauer@opensync.org> 
     4 *  
     5 * This library is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU Lesser General Public 
     7 * License as published by the Free Software Foundation; either 
     8 * version 2.1 of the License, or (at your option) any later version. 
     9 *  
     10 * This library is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     13 * Lesser General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU Lesser General Public 
     16 * License along with this library; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA 
     18 *  
     19 */ 
     20  
    121#include <opensync.h> 
    222#include "opensync_internals.h" 
  • trunk/src/opensync_mapping.c

    r127 r182  
     1/* 
     2 * libopensync - A synchronization framework 
     3 * Copyright (C) 2004-2005  Armin Bauer <armin.bauer@opensync.org> 
     4 *  
     5 * This library is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU Lesser General Public 
     7 * License as published by the Free Software Foundation; either 
     8 * version 2.1 of the License, or (at your option) any later version. 
     9 *  
     10 * This library is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     13 * Lesser General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU Lesser General Public 
     16 * License along with this library; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA 
     18 *  
     19 */ 
     20  
    121#include <opensync.h> 
    222#include "opensync_internals.h" 
  • trunk/src/opensync_member.c

    r168 r182  
     1/* 
     2 * libopensync - A synchronization framework 
     3 * Copyright (C) 2004-2005  Armin Bauer <armin.bauer@opensync.org> 
     4 *  
     5 * This library is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU Lesser General Public 
     7 * License as published by the Free Software Foundation; either 
     8 * version 2.1 of the License, or (at your option) any later version. 
     9 *  
     10 * This library is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     13 * Lesser General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU Lesser General Public 
     16 * License along with this library; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA 
     18 *  
     19 */ 
     20  
    121#include "opensync.h" 
    222#include "opensync_internals.h" 
  • trunk/src/opensync_plugin.c

    r136 r182  
    1 #include <opensync.h> 
     1/* 
     2 * libopensync - A synchronization framework 
     3 * Copyright (C) 2004-2005  Armin Bauer <armin.bauer@opensync.org> 
     4 *  
     5 * This library is free software; you can redistribute it and/or 
     6 * modify it under the terms of the GNU Lesser General Public 
     7 * License as published by the Free Software Foundation; either 
     8 * version 2.1 of the License, or (at your option) any later version. 
     9 *  
     10 * This library is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     13 * Lesser General Public License for more details. 
     14 *  
     15 * You should have received a copy of the GNU Lesser General Public 
     16 * License along with this library; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA 
     18 *  
     19 */ 
     20  
     21#include "opensync.h" 
    222#include "opensync_internals.h"