diff --git a/src/DBusSyncClient.cpp b/src/DBusSyncClient.cpp index c6445e3e..a1b97bcd 100644 --- a/src/DBusSyncClient.cpp +++ b/src/DBusSyncClient.cpp @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2009 Intel Corporation + * + * This library 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) version 3. + * + * This library 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA + */ + #include "DBusSyncClient.h" #include "EvolutionSyncSource.h" diff --git a/src/DBusSyncClient.h b/src/DBusSyncClient.h index e76ae93e..fa58904d 100644 --- a/src/DBusSyncClient.h +++ b/src/DBusSyncClient.h @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2009 Intel Corporation + * + * This library 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) version 3. + * + * This library 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA + */ + /* This is an implementation of EvolutionSyncClient * that is a DBus service. Internally it uses a * SyncevoDBusServer GObject to handle the DBus side diff --git a/src/README.h b/src/README.h index b0e92040..a577fa56 100644 --- a/src/README.h +++ b/src/README.h @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2008 Patrick Ohly + * + * This library 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) version 3. + * + * This library 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA + */ + /** * @mainpage Getting Started * diff --git a/src/dbus/syncevo-dbus-types.c b/src/dbus/syncevo-dbus-types.c index 5ba116c8..4f135bcd 100644 --- a/src/dbus/syncevo-dbus-types.c +++ b/src/dbus/syncevo-dbus-types.c @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2009 Intel Corporation + * + * This library 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) version 3. + * + * This library 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA + */ + #include "syncevo-dbus-types.h" SyncevoSource* diff --git a/src/dbus/syncevo-dbus-types.h b/src/dbus/syncevo-dbus-types.h index 69ab62c6..00b4e38b 100644 --- a/src/dbus/syncevo-dbus-types.h +++ b/src/dbus/syncevo-dbus-types.h @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2009 Intel Corporation + * + * This library 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) version 3. + * + * This library 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA + */ + #ifndef __SYNCEVO_DBUS_TYPES_H__ #define __SYNCEVO_DBUS_TYPES_H__ diff --git a/src/dbus/syncevo-dbus.c b/src/dbus/syncevo-dbus.c index 28db4c5b..8562834b 100644 --- a/src/dbus/syncevo-dbus.c +++ b/src/dbus/syncevo-dbus.c @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2009 Intel Corporation + * + * This library 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) version 3. + * + * This library 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA + */ + #include #include "syncevo-dbus.h" diff --git a/src/dbus/syncevo-dbus.h b/src/dbus/syncevo-dbus.h index d3cdd581..d8837da9 100644 --- a/src/dbus/syncevo-dbus.h +++ b/src/dbus/syncevo-dbus.h @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2009 Intel Corporation + * + * This library 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) version 3. + * + * This library 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA + */ + #ifndef __SYNCEVO_SERVICE_H__ #define __SYNCEVO_SERVICE_H__ diff --git a/src/dbus/test.c b/src/dbus/test.c index dda70180..09b0d071 100644 --- a/src/dbus/test.c +++ b/src/dbus/test.c @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2009 Intel Corporation + * + * This library 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) version 3. + * + * This library 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA + */ + /* test syncevo dbus */ #include "syncevo-dbus.h" diff --git a/src/gtk-ui/mux-frame.c b/src/gtk-ui/mux-frame.c index e2c51785..5e0fdea4 100644 --- a/src/gtk-ui/mux-frame.c +++ b/src/gtk-ui/mux-frame.c @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2009 Intel Corporation + * + * This library 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) version 3. + * + * This library 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA + */ + #include "mux-frame.h" #include diff --git a/src/gtk-ui/mux-frame.h b/src/gtk-ui/mux-frame.h index bd872206..75accda6 100644 --- a/src/gtk-ui/mux-frame.h +++ b/src/gtk-ui/mux-frame.h @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2009 Intel Corporation + * + * This library 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) version 3. + * + * This library 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA + */ + #ifndef _MUX_FRAME #define _MUX_FRAME diff --git a/src/gtk-ui/mux-icon-button.c b/src/gtk-ui/mux-icon-button.c index b0bc79eb..c33ddebd 100644 --- a/src/gtk-ui/mux-icon-button.c +++ b/src/gtk-ui/mux-icon-button.c @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2009 Intel Corporation + * + * This library 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) version 3. + * + * This library 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA + */ + /* TODO: should probably ensure specific icon size? */ #include "mux-icon-button.h" diff --git a/src/gtk-ui/mux-icon-button.h b/src/gtk-ui/mux-icon-button.h index 216f7fb5..545fb864 100644 --- a/src/gtk-ui/mux-icon-button.h +++ b/src/gtk-ui/mux-icon-button.h @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2009 Intel Corporation + * + * This library 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) version 3. + * + * This library 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA + */ + #ifndef _MUX_ICON_BUTTON #define _MUX_ICON_BUTTON diff --git a/src/gtk-ui/mux-window.c b/src/gtk-ui/mux-window.c index a4794f54..36c7d2ae 100644 --- a/src/gtk-ui/mux-window.c +++ b/src/gtk-ui/mux-window.c @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2009 Intel Corporation + * + * This library 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) version 3. + * + * This library 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA + */ + #include "mux-window.h" #include "mux-icon-button.h" diff --git a/src/gtk-ui/mux-window.h b/src/gtk-ui/mux-window.h index 85f5ddf1..2f631498 100644 --- a/src/gtk-ui/mux-window.h +++ b/src/gtk-ui/mux-window.h @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2009 Intel Corporation + * + * This library 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) version 3. + * + * This library 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA + */ + #ifndef _MUX_WINDOW #define _MUX_WINDOW diff --git a/src/gtk-ui/sync-ui-config.c b/src/gtk-ui/sync-ui-config.c index f9445c51..f5edb084 100644 --- a/src/gtk-ui/sync-ui-config.c +++ b/src/gtk-ui/sync-ui-config.c @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2009 Intel Corporation + * + * This library 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) version 3. + * + * This library 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA + */ + #include #include "sync-ui-config.h" diff --git a/src/gtk-ui/sync-ui-config.h b/src/gtk-ui/sync-ui-config.h index 42a20c68..c53f45d4 100644 --- a/src/gtk-ui/sync-ui-config.h +++ b/src/gtk-ui/sync-ui-config.h @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2009 Intel Corporation + * + * This library 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) version 3. + * + * This library 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA + */ + #ifndef SYNC_UI_CONFIG_H #define SYNC_UI_CONFIG_H diff --git a/src/gtk-ui/sync-ui.c b/src/gtk-ui/sync-ui.c index 0d853527..528bd9dc 100644 --- a/src/gtk-ui/sync-ui.c +++ b/src/gtk-ui/sync-ui.c @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2009 Intel Corporation + * + * This library 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) version 3. + * + * This library 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA + */ + /* * TODO * diff --git a/src/syncevo-dbus-server.cpp b/src/syncevo-dbus-server.cpp index c13c419a..0699f820 100644 --- a/src/syncevo-dbus-server.cpp +++ b/src/syncevo-dbus-server.cpp @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2009 Intel Corporation + * + * This library 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) version 3. + * + * This library 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA + */ + #ifdef HAVE_CONFIG_H #include diff --git a/src/syncevo-dbus-server.h b/src/syncevo-dbus-server.h index dd70c7cd..b4a78617 100644 --- a/src/syncevo-dbus-server.h +++ b/src/syncevo-dbus-server.h @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2009 Intel Corporation + * + * This library 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) version 3. + * + * This library 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 this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301 USA + */ + #ifndef __SYNCEVO_DBUS_SERVER_H #define __SYNCEVO_DBUS_SERVER_H