Changeset 3683
- Timestamp:
- 05/26/08 13:10:13
- Files:
-
- trunk/ChangeLog (modified) (1 diff)
- trunk/bindings/python/pytny-session-camel.c (modified) (1 diff)
- trunk/bindings/python/pytny-session-camel.h (modified) (1 diff)
- trunk/bindings/python/pytny-status.c (modified) (1 diff)
- trunk/bindings/python/pytny-status.h (modified) (1 diff)
- trunk/libtinymail-test/tny-account-store-test.c (modified) (1 diff)
- trunk/libtinymail-test/tny-account-test.c (modified) (1 diff)
- trunk/libtinymail-test/tny-device-test.c (modified) (1 diff)
- trunk/libtinymail-test/tny-folder-store-query-test.c (modified) (1 diff)
- trunk/libtinymail-test/tny-folder-store-test.c (modified) (1 diff)
- trunk/libtinymail-test/tny-folder-test.c (modified) (1 diff)
- trunk/libtinymail-test/tny-header-test.c (modified) (1 diff)
- trunk/libtinymail-test/tny-list-test.c (modified) (1 diff)
- trunk/libtinymail-test/tny-mime-part-test.c (modified) (1 diff)
- trunk/libtinymail-test/tny-msg-test.c (modified) (1 diff)
- trunk/libtinymail-test/tny-platform-factory-test.c (modified) (1 diff)
- trunk/libtinymail-test/tny-stream-test.c (modified) (1 diff)
- trunk/libtinymail-test/tny-test-object.h (modified) (1 diff)
- trunk/tests/c-demo/tny-demoui-summary-view.c (modified) (1 diff)
- trunk/tests/c-demo/tny-demoui-summary-view.h (modified) (1 diff)
- trunk/tests/c-demo/tny-main.c (modified) (1 diff)
- trunk/tests/functional/account-refresh.c (modified) (1 diff)
- trunk/tests/functional/anything.c (modified) (1 diff)
- trunk/tests/functional/folder-lister-async.c (modified) (1 diff)
- trunk/tests/functional/folder-lister.c (modified) (1 diff)
- trunk/tests/functional/folder-transfer.c (modified) (1 diff)
- trunk/tests/functional/msg-sender.c (modified) (1 diff)
- trunk/tests/functional/msg-transfer.c (modified) (1 diff)
- trunk/tests/memory/memory-test.c (modified) (1 diff)
- trunk/tests/shared/account-store.h (modified) (1 diff)
- trunk/tests/shared/device.c (modified) (1 diff)
- trunk/tests/shared/platfact.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r3682 r3683 2 2 3 3 * Bugfix when fetching parts and messages 4 * Fixed various copyright note issues 4 5 5 6 2008-05-21 Philip Van Hoof <pvanhoof@gnome.org> trunk/bindings/python/pytny-session-camel.c
r2825 r3683 1 1 /* pytinymail - tinymail python bindings 2 * Copyright (C) 2006-200 72 * Copyright (C) 2006-2008 - Philip Van Hoof 3 3 * 4 4 * This library is free software; you can redistribute it and/or trunk/bindings/python/pytny-session-camel.h
r2825 r3683 3 3 4 4 /* pytinymail - tinymail python bindings 5 * Copyright (C) 2006-2007 5 * Copyright (C) 2006-2007 - Philip Van Hoof 6 6 * 7 7 * This library is free software; you can redistribute it and/or trunk/bindings/python/pytny-status.c
r2825 r3683 1 1 /* pytinymail - tinymail python bindings 2 * Copyright (C) 2006-2007 2 * Copyright (C) 2006-2007 - Philip Van Hoof 3 3 * 4 4 * This library is free software; you can redistribute it and/or trunk/bindings/python/pytny-status.h
r2825 r3683 3 3 4 4 /* pytinymail - tinymail python bindings 5 * Copyright (C) 2006-2007 5 * Copyright (C) 2006-2007 - Philip Van Hoof 6 6 * 7 7 * This library is free software; you can redistribute it and/or trunk/libtinymail-test/tny-account-store-test.c
r1309 r3683 2 2 * Copyright (C) 2006-2007 Philip Van Hoof <pvanhoof@gnome.org> 3 3 * 4 * This program is free software; you can redistribute it and/or modify5 * it under the terms of the GNU General Public License as published by6 * the Free Software Foundation; either version 2 of the License, or7 * (at your option) any later version.4 * This library is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU Lesser General Public 6 * License as published by the Free Software Foundation; either 7 * version 2 of the License, or (at your option) any later version. 8 8 * 9 * This programis distributed in the hope that it will be useful,9 * This library is distributed in the hope that it will be useful, 10 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12 * GNUGeneral Public License for more details.11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 * Lesser General Public License for more details. 13 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with self program; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 14 * You should have received a copy of the GNU Lesser General Public 15 * License along with self library; if not, write to the 16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 17 * Boston, MA 02110-1301, USA. 17 18 */ 18 19 trunk/libtinymail-test/tny-account-test.c
r1336 r3683 2 2 * Copyright (C) 2006-2007 Philip Van Hoof <pvanhoof@gnome.org> 3 3 * 4 * This program is free software; you can redistribute it and/or modify5 * it under the terms of the GNU General Public License as published by6 * the Free Software Foundation; either version 2 of the License, or7 * (at your option) any later version.4 * This library is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU Lesser General Public 6 * License as published by the Free Software Foundation; either 7 * version 2 of the License, or (at your option) any later version. 8 8 * 9 * This programis distributed in the hope that it will be useful,9 * This library is distributed in the hope that it will be useful, 10 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12 * GNUGeneral Public License for more details.11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 * Lesser General Public License for more details. 13 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with self program; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 14 * You should have received a copy of the GNU Lesser General Public 15 * License along with self library; if not, write to the 16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 17 * Boston, MA 02110-1301, USA. 17 18 */ 18 19 trunk/libtinymail-test/tny-device-test.c
r1331 r3683 2 2 * Copyright (C) 2006-2007 Philip Van Hoof <pvanhoof@gnome.org> 3 3 * 4 * This program is free software; you can redistribute it and/or modify5 * it under the terms of the GNU General Public License as published by6 * the Free Software Foundation; either version 2 of the License, or7 * (at your option) any later version.4 * This library is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU Lesser General Public 6 * License as published by the Free Software Foundation; either 7 * version 2 of the License, or (at your option) any later version. 8 8 * 9 * This programis distributed in the hope that it will be useful,9 * This library is distributed in the hope that it will be useful, 10 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12 * GNUGeneral Public License for more details.11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 * Lesser General Public License for more details. 13 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with self program; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 14 * You should have received a copy of the GNU Lesser General Public 15 * License along with self library; if not, write to the 16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 17 * Boston, MA 02110-1301, USA. 17 18 */ 18 19 trunk/libtinymail-test/tny-folder-store-query-test.c
r3315 r3683 2 2 * Copyright (C) 2006-2007 Philip Van Hoof <pvanhoof@gnome.org> 3 3 * 4 * This program is free software; you can redistribute it and/or modify5 * it under the terms of the GNU General Public License as published by6 * the Free Software Foundation; either version 2 of the License, or7 * (at your option) any later version.4 * This library is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU Lesser General Public 6 * License as published by the Free Software Foundation; either 7 * version 2 of the License, or (at your option) any later version. 8 8 * 9 * This programis distributed in the hope that it will be useful,9 * This library is distributed in the hope that it will be useful, 10 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12 * GNUGeneral Public License for more details.11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 * Lesser General Public License for more details. 13 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with self program; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 14 * You should have received a copy of the GNU Lesser General Public 15 * License along with self library; if not, write to the 16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 17 * Boston, MA 02110-1301, USA. 17 18 */ 18 19 trunk/libtinymail-test/tny-folder-store-test.c
r3315 r3683 2 2 * Copyright (C) 2006 Øystein Gisnås <oystein@gisnas.net> 3 3 * 4 * This program is free software; you can redistribute it and/or modify5 * it under the terms of the GNU General Public License as published by6 * the Free Software Foundation; either version 2 of the License, or7 * (at your option) any later version.4 * This library is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU Lesser General Public 6 * License as published by the Free Software Foundation; either 7 * version 2 of the License, or (at your option) any later version. 8 8 * 9 * This programis distributed in the hope that it will be useful,9 * This library is distributed in the hope that it will be useful, 10 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12 * GNUGeneral Public License for more details.11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 * Lesser General Public License for more details. 13 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with self program; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 14 * You should have received a copy of the GNU Lesser General Public 15 * License along with self library; if not, write to the 16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 17 * Boston, MA 02110-1301, USA. 17 18 */ 18 19 trunk/libtinymail-test/tny-folder-test.c
r3315 r3683 2 2 * Copyright (C) 2006-2007 Philip Van Hoof <pvanhoof@gnome.org> 3 3 * 4 * This program is free software; you can redistribute it and/or modify5 * it under the terms of the GNU General Public License as published by6 * the Free Software Foundation; either version 2 of the License, or7 * (at your option) any later version.4 * This library is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU Lesser General Public 6 * License as published by the Free Software Foundation; either 7 * version 2 of the License, or (at your option) any later version. 8 8 * 9 * This programis distributed in the hope that it will be useful,9 * This library is distributed in the hope that it will be useful, 10 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12 * GNUGeneral Public License for more details.11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 * Lesser General Public License for more details. 13 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with self program; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 14 * You should have received a copy of the GNU Lesser General Public 15 * License along with self library; if not, write to the 16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 17 * Boston, MA 02110-1301, USA. 17 18 */ 18 19 trunk/libtinymail-test/tny-header-test.c
r2896 r3683 2 2 * Copyright (C) 2006-2007 Philip Van Hoof <pvanhoof@gnome.org> 3 3 * 4 * This program is free software; you can redistribute it and/or modify5 * it under the terms of the GNU General Public License as published by6 * the Free Software Foundation; either version 2 of the License, or7 * (at your option) any later version.4 * This library is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU Lesser General Public 6 * License as published by the Free Software Foundation; either 7 * version 2 of the License, or (at your option) any later version. 8 8 * 9 * This programis distributed in the hope that it will be useful,9 * This library is distributed in the hope that it will be useful, 10 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12 * GNUGeneral Public License for more details.11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 * Lesser General Public License for more details. 13 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with self program; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 14 * You should have received a copy of the GNU Lesser General Public 15 * License along with self library; if not, write to the 16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 17 * Boston, MA 02110-1301, USA. 17 18 */ 18 19 trunk/libtinymail-test/tny-list-test.c
r3315 r3683 2 2 * Copyright (C) 2006-2007 Philip Van Hoof <pvanhoof@gnome.org> 3 3 * 4 * This program is free software; you can redistribute it and/or modify5 * it under the terms of the GNU General Public License as published by6 * the Free Software Foundation; either version 2 of the License, or7 * (at your option) any later version.4 * This library is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU Lesser General Public 6 * License as published by the Free Software Foundation; either 7 * version 2 of the License, or (at your option) any later version. 8 8 * 9 * This programis distributed in the hope that it will be useful,9 * This library is distributed in the hope that it will be useful, 10 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12 * GNUGeneral Public License for more details.11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 * Lesser General Public License for more details. 13 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with self program; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 14 * You should have received a copy of the GNU Lesser General Public 15 * License along with self library; if not, write to the 16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 17 * Boston, MA 02110-1301, USA. 17 18 */ 18 19 trunk/libtinymail-test/tny-mime-part-test.c
r3278 r3683 2 2 * Copyright (C) 2006-2007 Philip Van Hoof <pvanhoof@gnome.org> 3 3 * 4 * This program is free software; you can redistribute it and/or modify5 * it under the terms of the GNU General Public License as published by6 * the Free Software Foundation; either version 2 of the License, or7 * (at your option) any later version.4 * This library is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU Lesser General Public 6 * License as published by the Free Software Foundation; either 7 * version 2 of the License, or (at your option) any later version. 8 8 * 9 * This programis distributed in the hope that it will be useful,9 * This library is distributed in the hope that it will be useful, 10 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12 * GNUGeneral Public License for more details.11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 * Lesser General Public License for more details. 13 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with self program; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 14 * You should have received a copy of the GNU Lesser General Public 15 * License along with self library; if not, write to the 16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 17 * Boston, MA 02110-1301, USA. 17 18 */ 18 19 trunk/libtinymail-test/tny-msg-test.c
r1700 r3683 2 2 * Copyright (C) 2006-2007 Philip Van Hoof <pvanhoof@gnome.org> 3 3 * 4 * This program is free software; you can redistribute it and/or modify5 * it under the terms of the GNU General Public License as published by6 * the Free Software Foundation; either version 2 of the License, or7 * (at your option) any later version.4 * This library is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU Lesser General Public 6 * License as published by the Free Software Foundation; either 7 * version 2 of the License, or (at your option) any later version. 8 8 * 9 * This programis distributed in the hope that it will be useful,9 * This library is distributed in the hope that it will be useful, 10 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12 * GNUGeneral Public License for more details.11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 * Lesser General Public License for more details. 13 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with self program; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 14 * You should have received a copy of the GNU Lesser General Public 15 * License along with self library; if not, write to the 16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 17 * Boston, MA 02110-1301, USA. 17 18 */ 18 19 trunk/libtinymail-test/tny-platform-factory-test.c
r1336 r3683 2 2 * Copyright (C) 2006-2007 Philip Van Hoof <pvanhoof@gnome.org> 3 3 * 4 * This program is free software; you can redistribute it and/or modify5 * it under the terms of the GNU General Public License as published by6 * the Free Software Foundation; either version 2 of the License, or7 * (at your option) any later version.4 * This library is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU Lesser General Public 6 * License as published by the Free Software Foundation; either 7 * version 2 of the License, or (at your option) any later version. 8 8 * 9 * This programis distributed in the hope that it will be useful,9 * This library is distributed in the hope that it will be useful, 10 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12 * GNUGeneral Public License for more details.11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 * Lesser General Public License for more details. 13 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with self program; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 14 * You should have received a copy of the GNU Lesser General Public 15 * License along with self library; if not, write to the 16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 17 * Boston, MA 02110-1301, USA. 17 18 */ 18 19 trunk/libtinymail-test/tny-stream-test.c
r1309 r3683 2 2 * Copyright (C) 2006-2007 Philip Van Hoof <pvanhoof@gnome.org> 3 3 * 4 * This program is free software; you can redistribute it and/or modify5 * it under the terms of the GNU General Public License as published by6 * the Free Software Foundation; either version 2 of the License, or7 * (at your option) any later version.4 * This library is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU Lesser General Public 6 * License as published by the Free Software Foundation; either 7 * version 2 of the License, or (at your option) any later version. 8 8 * 9 * This programis distributed in the hope that it will be useful,9 * This library is distributed in the hope that it will be useful, 10 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12 * GNUGeneral Public License for more details.11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 * Lesser General Public License for more details. 13 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with self program; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 14 * You should have received a copy of the GNU Lesser General Public 15 * License along with self library; if not, write to the 16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 17 * Boston, MA 02110-1301, USA. 17 18 */ 18 19 trunk/libtinymail-test/tny-test-object.h
r1309 r3683 5 5 * Copyright (C) 2006-2007 Philip Van Hoof <pvanhoof@gnome.org> 6 6 * 7 * This program is free software; you can redistribute it and/or modify8 * it under the terms of the GNU General Public License as published by9 * the Free Software Foundation; either version 2 of the License, or10 * (at your option) any later version.7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2 of the License, or (at your option) any later version. 11 11 * 12 * This programis distributed in the hope that it will be useful,12 * This library is distributed in the hope that it will be useful, 13 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the15 * GNUGeneral Public License for more details.14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 16 * 17 * You should have received a copy of the GNU General Public License 18 * along with self program; if not, write to the Free Software 19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with self library; if not, write to the 19 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20 * Boston, MA 02110-1301, USA. 20 21 */ 21 22 trunk/tests/c-demo/tny-demoui-summary-view.c
r3615 r3683 1 1 /* tinymail - Tiny Mail 2 * Copyright (C) 2006-200 7Philip Van Hoof <pvanhoof@gnome.org>2 * Copyright (C) 2006-2008 Philip Van Hoof <pvanhoof@gnome.org> 3 3 * 4 4 * This library is free software; you can redistribute it and/or trunk/tests/c-demo/tny-demoui-summary-view.h
r900 r3683 5 5 * Copyright (C) 2006-2007 Philip Van Hoof <pvanhoof@gnome.org> 6 6 * 7 * This program is free software; you can redistribute it and/or modify8 * it under the terms of the GNU General Public License as published by9 * the Free Software Foundation; either version 2 of the License, or10 * (at your option) any later version.7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2 of the License, or (at your option) any later version. 11 11 * 12 * This programis distributed in the hope that it will be useful,12 * This library is distributed in the hope that it will be useful, 13 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the15 * GNUGeneral Public License for more details.14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 16 * 17 * You should have received a copy of the GNU General Public License 18 * along with self program; if not, write to the Free Software 19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with self library; if not, write to the 19 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20 * Boston, MA 02110-1301, USA. 20 21 */ 21 22 trunk/tests/c-demo/tny-main.c
r2829 r3683 1 1 /* tinymail - Tiny Mail 2 * Copyright (C) 2006-200 7Philip Van Hoof <pvanhoof@gnome.org>2 * Copyright (C) 2006-2008 Philip Van Hoof <pvanhoof@gnome.org> 3 3 * 4 * This program is free software; you can redistribute it and/or modify5 * it under the terms of the GNU General Public License as published by6 * the Free Software Foundation; either version 2 of the License, or7 * (at your option) any later version.4 * This library is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU Lesser General Public 6 * License as published by the Free Software Foundation; either 7 * version 2 of the License, or (at your option) any later version. 8 8 * 9 * This programis distributed in the hope that it will be useful,9 * This library is distributed in the hope that it will be useful, 10 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12 * GNUGeneral Public License for more details.11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 * Lesser General Public License for more details. 13 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with self program; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 14 * You should have received a copy of the GNU Lesser General Public 15 * License along with self library; if not, write to the 16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 17 * Boston, MA 02110-1301, USA. 17 18 */ 18 19 trunk/tests/functional/account-refresh.c
r3315 r3683 2 2 * Copyright (C) 2006-2007 Sergio Villar Senin <svillar@igalia.com> 3 3 * 4 * This program is free software; you can redistribute it and/or modify5 * it under the terms of the GNU General Public License as published by6 * the Free Software Foundation; either version 2 of the License, or7 * (at your option) any later version.4 * This library is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU Lesser General Public 6 * License as published by the Free Software Foundation; either 7 * version 2 of the License, or (at your option) any later version. 8 8 * 9 * This programis distributed in the hope that it will be useful,9 * This library is distributed in the hope that it will be useful, 10 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12 * GNUGeneral Public License for more details.11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 * Lesser General Public License for more details. 13 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with self program; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 14 * You should have received a copy of the GNU Lesser General Public 15 * License along with self library; if not, write to the 16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 17 * Boston, MA 02110-1301, USA. 17 18 */ 18 19 trunk/tests/functional/anything.c
r2030 r3683 1 /* tinymail - Tiny Mail 2 * Copyright (C) 2006-2008 Philip Van Hoof <pvanhoof@gnome.org> 3 * 4 * This library is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU Lesser General Public 6 * License as published by the Free Software Foundation; either 7 * version 2 of the License, or (at your option) any later version. 8 * 9 * This library is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 * Lesser General Public License for more details. 13 * 14 * You should have received a copy of the GNU Lesser General Public 15 * License along with self library; if not, write to the 16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 17 * Boston, MA 02110-1301, USA. 18 */ 19 1 20 #include <string.h> 2 21 #include <camel/camel.h> trunk/tests/functional/folder-lister-async.c
r3315 r3683 2 2 * Copyright (C) 2006-2007 Philip Van Hoof <pvanhoof@gnome.org> 3 3 * 4 * This program is free software; you can redistribute it and/or modify5 * it under the terms of the GNU General Public License as published by6 * the Free Software Foundation; either version 2 of the License, or7 * (at your option) any later version.4 * This library is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU Lesser General Public 6 * License as published by the Free Software Foundation; either 7 * version 2 of the License, or (at your option) any later version. 8 8 * 9 * This programis distributed in the hope that it will be useful,9 * This library is distributed in the hope that it will be useful, 10 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12 * GNUGeneral Public License for more details.11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 * Lesser General Public License for more details. 13 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with self program; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 14 * You should have received a copy of the GNU Lesser General Public 15 * License along with self library; if not, write to the 16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 17 * Boston, MA 02110-1301, USA. 17 18 */ 18 19 trunk/tests/functional/folder-lister.c
r3422 r3683 2 2 * Copyright (C) 2006-2007 Philip Van Hoof <pvanhoof@gnome.org> 3 3 * 4 * This program is free software; you can redistribute it and/or modify5 * it under the terms of the GNU General Public License as published by6 * the Free Software Foundation; either version 2 of the License, or7 * (at your option) any later version.4 * This library is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU Lesser General Public 6 * License as published by the Free Software Foundation; either 7 * version 2 of the License, or (at your option) any later version. 8 8 * 9 * This programis distributed in the hope that it will be useful,9 * This library is distributed in the hope that it will be useful, 10 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12 * GNUGeneral Public License for more details.11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 * Lesser General Public License for more details. 13 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with self program; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 14 * You should have received a copy of the GNU Lesser General Public 15 * License along with self library; if not, write to the 16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 17 * Boston, MA 02110-1301, USA. 17 18 */ 18 19 trunk/tests/functional/folder-transfer.c
r3315 r3683 2 2 * Copyright (C) 2006-2007 Sergio Villar Senin <svillar@igalia.com> 3 3 * 4 * This program is free software; you can redistribute it and/or modify5 * it under the terms of the GNU General Public License as published by6 * the Free Software Foundation; either version 2 of the License, or7 * (at your option) any later version.4 * This library is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU Lesser General Public 6 * License as published by the Free Software Foundation; either 7 * version 2 of the License, or (at your option) any later version. 8 8 * 9 * This programis distributed in the hope that it will be useful,9 * This library is distributed in the hope that it will be useful, 10 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12 * GNUGeneral Public License for more details.11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 * Lesser General Public License for more details. 13 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with self program; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 14 * You should have received a copy of the GNU Lesser General Public 15 * License along with self library; if not, write to the 16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 17 * Boston, MA 02110-1301, USA. 17 18 */ 18 19 trunk/tests/functional/msg-sender.c
r3270 r3683 2 2 * Copyright (C) 2006-2007 Philip Van Hoof <pvanhoof@gnome.org> 3 3 * 4 * This program is free software; you can redistribute it and/or modify5 * it under the terms of the GNU General Public License as published by6 * the Free Software Foundation; either version 2 of the License, or7 * (at your option) any later version.4 * This library is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU Lesser General Public 6 * License as published by the Free Software Foundation; either 7 * version 2 of the License, or (at your option) any later version. 8 8 * 9 * This programis distributed in the hope that it will be useful,9 * This library is distributed in the hope that it will be useful, 10 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12 * GNUGeneral Public License for more details.11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 * Lesser General Public License for more details. 13 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with self program; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 14 * You should have received a copy of the GNU Lesser General Public 15 * License along with self library; if not, write to the 16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 17 * Boston, MA 02110-1301, USA. 17 18 */ 18 19 trunk/tests/functional/msg-transfer.c
r2015 r3683 2 2 * Copyright (C) 2006-2007 Philip Van Hoof <pvanhoof@gnome.org> 3 3 * 4 * This program is free software; you can redistribute it and/or modify5 * it under the terms of the GNU General Public License as published by6 * the Free Software Foundation; either version 2 of the License, or7 * (at your option) any later version.4 * This library is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU Lesser General Public 6 * License as published by the Free Software Foundation; either 7 * version 2 of the License, or (at your option) any later version. 8 8 * 9 * This programis distributed in the hope that it will be useful,9 * This library is distributed in the hope that it will be useful, 10 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12 * GNUGeneral Public License for more details.11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 * Lesser General Public License for more details. 13 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with self program; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 14 * You should have received a copy of the GNU Lesser General Public 15 * License along with self library; if not, write to the 16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 17 * Boston, MA 02110-1301, USA. 17 18 */ 18 19 trunk/tests/memory/memory-test.c
r3407 r3683 2 2 * Copyright (C) 2006-2007 Philip Van Hoof <pvanhoof@gnome.org> 3 3 * 4 * This program is free software; you can redistribute it and/or modify5 * it under the terms of the GNU General Public License as published by6 * the Free Software Foundation; either version 2 of the License, or7 * (at your option) any later version.4 * This library is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU Lesser General Public 6 * License as published by the Free Software Foundation; either 7 * version 2 of the License, or (at your option) any later version. 8 8 * 9 * This programis distributed in the hope that it will be useful,9 * This library is distributed in the hope that it will be useful, 10 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12 * GNUGeneral Public License for more details.11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 * Lesser General Public License for more details. 13 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with self program; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 14 * You should have received a copy of the GNU Lesser General Public 15 * License along with self library; if not, write to the 16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 17 * Boston, MA 02110-1301, USA. 17 18 */ 18 19 trunk/tests/shared/account-store.h
r1010 r3683 5 5
