Changeset 1736
- Timestamp:
- 03/16/07 14:10:07
- Files:
-
- trunk/ChangeLog (modified) (1 diff)
- trunk/libtinymail-camel/tny-camel-full-msg-receive-strategy.h (modified) (1 diff)
- trunk/libtinymail-camel/tny-camel-msg-remove-strategy.h (modified) (1 diff)
- trunk/libtinymail-camel/tny-camel-partial-msg-receive-strategy.h (modified) (1 diff)
- trunk/libtinymail-gnome-desktop/tny-gnome-account-store.h (modified) (1 diff)
- trunk/libtinymail-gnome-desktop/tny-gnome-password-dialog.h (modified) (1 diff)
- trunk/libtinymail-gnome-desktop/tny-gnome-platform-factory.c (modified) (1 diff)
- trunk/libtinymail-gpe/tny-gpe-account-store.h (modified) (1 diff)
- trunk/libtinymail-gpe/tny-gpe-password-dialog.h (modified) (1 diff)
- trunk/libtinymail-maemo/tny-maemo-account-store.h (modified) (1 diff)
- trunk/libtinymail-maemo/tny-maemo-password-dialog.h (modified) (1 diff)
- trunk/libtinymail-maemo/tny-maemo-platform-factory.h (modified) (1 diff)
- trunk/libtinymail-olpc/tny-olpc-account-store.h (modified) (1 diff)
- trunk/libtinymail-olpc/tny-olpc-password-dialog.h (modified) (1 diff)
- trunk/libtinymailui-gtk/tny-gtk-attachment-mime-part-view.h (modified) (1 diff)
- trunk/libtinymailui-gtk/tny-gtk-header-view.h (modified) (1 diff)
- trunk/libtinymailui-gtk/tny-gtk-mime-part-save-strategy.h (modified) (1 diff)
- trunk/libtinymailui-gtk/tny-gtk-msg-view.h (modified) (1 diff)
- trunk/libtinymailui-gtk/tny-gtk-msg-window.h (modified) (1 diff)
- trunk/libtinymailui-gtk/tny-gtk-text-mime-part-view.h (modified) (1 diff)
- trunk/libtinymailui-mozembed/tny-moz-embed-html-mime-part-view.h (modified) (1 diff)
- trunk/libtinymailui-mozembed/tny-moz-embed-msg-view.h (modified) (1 diff)
- trunk/libtinymailui-mozembed/tny-moz-embed-stream.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r1735 r1736 1 2007-03-16 Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com> 2 3 * changed license to LGPL for some files which were mistakenly marked 4 GPL 5 1 6 2007-03.16 Sergio Villar Senin <svillar@igalia.com> 2 7 trunk/libtinymail-camel/tny-camel-full-msg-receive-strategy.h
r1359 r1736 2 2 #define TNY_CAMEL_FULL_MSG_RECEIVE_STRATEGY_H 3 3 4 /* libtinymail ui-camel - The Tiny Mail UI library for Gtk+4 /* libtinymail-camel - The Tiny Mail base library for Camel 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., 59 Temple Place - Suite 330, 20 * Boston, MA 02111-1307, USA. 20 21 */ 21 22 trunk/libtinymail-camel/tny-camel-msg-remove-strategy.h
r1359 r1736 2 2 #define TNY_CAMEL_MSG_REMOVE_STRATEGY_H 3 3 4 /* libtinymail ui-camel - The Tiny Mail UI library for Gtk+4 /* libtinymail-camel - The Tiny Mail base library for Camel 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., 59 Temple Place - Suite 330, 20 * Boston, MA 02111-1307, USA. 20 21 */ 21 22 trunk/libtinymail-camel/tny-camel-partial-msg-receive-strategy.h
r1359 r1736 2 2 #define TNY_CAMEL_PARTIAL_MSG_RECEIVE_STRATEGY_H 3 3 4 /* libtinymail ui-gtk - The Tiny Mail UI library for Gtk+4 /* libtinymail-camel - The Tiny Mail base library for Camel 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., 59 Temple Place - Suite 330, 20 * Boston, MA 02111-1307, USA. 20 21 */ 21 22 trunk/libtinymail-gnome-desktop/tny-gnome-account-store.h
r900 r1736 2 2 #define TNY_GNOME_ACCOUNT_STORE_H 3 3 4 /* tinymail - Tiny Mail4 /* libtinymail-gnome-desktop - The Tiny Mail base library for Gnome 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., 59 Temple Place - Suite 330, 20 * Boston, MA 02111-1307, USA. 20 21 */ 21 22 trunk/libtinymail-gnome-desktop/tny-gnome-password-dialog.h
r879 r1736 2 2 #define TNY_GNOME_PASSWORD_DIALOG_H 3 3 4 /* tinymail - Tiny Mail4 /* libtinymail-gnome-desktop - The Tiny Mail base library for Gnome 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., 59 Temple Place - Suite 330, 20 * Boston, MA 02111-1307, USA. 20 21 */ 21 22 trunk/libtinymail-gnome-desktop/tny-gnome-platform-factory.c
r1700 r1736 1 /* libtinymail- camel - The Tiny Mail base library for Camel1 /* libtinymail-gnome-desktop - The Tiny Mail base library for Gnome 2 2 * Copyright (C) 2006-2007 Philip Van Hoof <pvanhoof@gnome.org> 3 3 * trunk/libtinymail-gpe/tny-gpe-account-store.h
r900 r1736 2 2 #define TNY_GPE_ACCOUNT_STORE_H 3 3 4 /* tinymail - Tiny Mail4 /* libtinymail-gpe - The Tiny Mail base library for GPE 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., 59 Temple Place - Suite 330, 20 * Boston, MA 02111-1307, USA. 20 21 */ 21 22 trunk/libtinymail-gpe/tny-gpe-password-dialog.h
r876 r1736 2 2 #define TNY_GPE_PASSWORD_DIALOG_H 3 3 4 /* tinymail - Tiny Mail4 /* libtinymail-gpe - The Tiny Mail base library for GPE 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., 59 Temple Place - Suite 330, 20 * Boston, MA 02111-1307, USA. 20 21 */ 21 22 trunk/libtinymail-maemo/tny-maemo-account-store.h
r900 r1736 2 2 #define TNY_MAEMO_ACCOUNT_STORE_H 3 3 4 /* tinymail - Tiny Mail4 /* libtinymail-maemo - The Tiny Mail base library for Maemo 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., 59 Temple Place - Suite 330, 20 * Boston, MA 02111-1307, USA. 20 21 */ 22 21 23 22 24 #include <glib.h> trunk/libtinymail-maemo/tny-maemo-password-dialog.h
r877 r1736 2 2 #define TNY_MAEMO_PASSWORD_DIALOG_H 3 3 4 /* tinymail - Tiny Mail4 /* libtinymail-maemo - The Tiny Mail base library for Maemo 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., 59 Temple Place - Suite 330, 20 * Boston, MA 02111-1307, USA. 20 21 */ 21 22 trunk/libtinymail-maemo/tny-maemo-platform-factory.h
r900 r1736 2 2 #define TNY_MAEMO_PLATFORM_FACTORY_H 3 3 4 /* libtinymail- camel - The Tiny Mail base library for Camel4 /* libtinymail-maemo - The Tiny Mail base library for Maemo 5 5 * Copyright (C) 2006-2007 Philip Van Hoof <pvanhoof@gnome.org> 6 6 * trunk/libtinymail-olpc/tny-olpc-account-store.h
r900 r1736 2 2 #define TNY_OLPC_ACCOUNT_STORE_H 3 3 4 /* tinymail - Tiny Mail4 /* libtinymail-olpc - The Tiny Mail base library for OLPC 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., 59 Temple Place - Suite 330, 20 * Boston, MA 02111-1307, USA. 20 21 */ 21 22 trunk/libtinymail-olpc/tny-olpc-password-dialog.h
r878 r1736 2 2 #define TNY_OLPC_PASSWORD_DIALOG_H 3 3 4 /* tinymail - Tiny Mail4 /* libtinymail-olpc - The Tiny Mail base library for OLPC 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., 59 Temple Place - Suite 330, 20 * Boston, MA 02111-1307, USA. 20 21 */ 21 22 trunk/libtinymailui-gtk/tny-gtk-attachment-mime-part-view.h
r1100 r1736 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., 59 Temple Place - Suite 330, 20 * Boston, MA 02111-1307, USA. 20 21 */ 21 22 trunk/libtinymailui-gtk/tny-gtk-header-view.h
r1097 r1736 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., 59 Temple Place - Suite 330, 20 * Boston, MA 02111-1307, USA. 20 21 */ 21 22 trunk/libtinymailui-gtk/tny-gtk-mime-part-save-strategy.h
r1136 r1736 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., 59 Temple Place - Suite 330, 20 * Boston, MA 02111-1307, USA. 20 21 */ 21 22 trunk/libtinymailui-gtk/tny-gtk-msg-view.h
r1297 r1736 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., 59 Temple Place - Suite 330, 20 * Boston, MA 02111-1307, USA. 20 21 */ 21 22 trunk/libtinymailui-gtk/tny-gtk-msg-window.h
r1235 r1736 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., 59 Temple Place - Suite 330, 20 * Boston, MA 02111-1307, USA. 20 21 */ 21 22 trunk/libtinymailui-gtk/tny-gtk-text-mime-part-view.h
r1098 r1736 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., 59 Temple Place - Suite 330, 20 * Boston, MA 02111-1307, USA. 20 21 */ 21 22 trunk/libtinymailui-mozembed/tny-moz-embed-html-mime-part-view.h
r1158 r1736 2 2 #define TNY_MOZ_EMBED_HTML_MIME_PART_VIEW_H 3 3 4 /* libtinymailui- gtk - The Tiny Mail UI library for Gtk+4 /* libtinymailui-mozembed - The Tiny Mail UI library for Mozembed 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., 59 Temple Place - Suite 330, 20 * Boston, MA 02111-1307, USA. 20 21 */ 22 21 23 22 24 #include <gtk/gtk.h> trunk/libtinymailui-mozembed/tny-moz-embed-msg-view.h
r1235 r1736 2 2 #define TNY_MOZ_EMBED_MSG_VIEW_H 3 3 4 /* libtinymailui- gtk - The Tiny Mail UI library for Gtk+4 /* libtinymailui-mozembed - The Tiny Mail UI library for Mozembed 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., 59 Temple Place - Suite 330, 20 * Boston, MA 02111-1307, USA. 20 21 */ 21 22 trunk/libtinymailui-mozembed/tny-moz-embed-stream.h
r1157 r1736 2 2 #define TNY_MOZ_EMBED_STREAM_H 3 3 4 /* libtinymailui- gtk - The Tiny Mail UI library for Gtk+4 /* libtinymailui-mozembed - The Tiny Mail UI library for Mozembed 5 5 * Copyright (C) 2006-2007 Philip Van Hoof <pvanhoof@gnome.org> 6 6 *
