From: <svn...@op...> - 2009-05-09 10:04:26
|
Author: dgollub Date: Sat May 9 12:04:12 2009 New Revision: 5639 URL: http://www.opensync.org/changeset/5639 Log: Changed contact mail address Modified: format-plugins/vformat/src/vformat-xmlformat.c format-plugins/vformat/src/xmlformat-common.c format-plugins/vformat/src/xmlformat-common.h format-plugins/vformat/src/xmlformat-recurrence.c format-plugins/vformat/src/xmlformat-recurrence.h format-plugins/vformat/src/xmlformat-vcalendar.c format-plugins/vformat/src/xmlformat-vcalendar.h format-plugins/vformat/src/xmlformat-vcard.c format-plugins/vformat/src/xmlformat-vcard.h format-plugins/vformat/src/xmlformat-vevent.c format-plugins/vformat/src/xmlformat-vevent.h format-plugins/vformat/src/xmlformat-vnote.c format-plugins/vformat/src/xmlformat-vnote.h format-plugins/xmlformat/trunk/src/xmlformat.c format-plugins/xmlformat/trunk/src/xmlformat.h format-plugins/xmlformat/trunk/src/xmlformat_compare.c format-plugins/xmlformat/trunk/tests/data/xmlformats/contact.xml format-plugins/xsltformat/AUTHORS format-plugins/xsltformat/src/xsltformat.c Modified: format-plugins/vformat/src/vformat-xmlformat.c ============================================================================== --- format-plugins/vformat/src/vformat-xmlformat.c Sat May 9 12:02:23 2009 (r5638) +++ format-plugins/vformat/src/vformat-xmlformat.c Sat May 9 12:04:12 2009 (r5639) @@ -1,7 +1,7 @@ /* * vformat-plugin - OpenSync plugin for vObject formats * Copyright (C) 2004-2005 Armin Bauer <arm...@op...> - * Copyright (C) 2007 Daniel Gollub <dg...@su...> + * Copyright (C) 2007 Daniel Gollub <go...@b1...> * Copyright (C) 2007 Christopher Stender <cst...@su...> * Copyright (C) 2007 Jerry Yu <jij...@su...> * Modified: format-plugins/vformat/src/xmlformat-common.c ============================================================================== --- format-plugins/vformat/src/xmlformat-common.c Sat May 9 12:02:23 2009 (r5638) +++ format-plugins/vformat/src/xmlformat-common.c Sat May 9 12:04:12 2009 (r5639) @@ -2,7 +2,7 @@ * xmlformat-common - common code for all xmlformat converter * Copyright (C) 2004-2005 Armin Bauer <arm...@op...> * Copyright (C) 2006 Daniel Friedrich <dan...@op...> - * Copyright (C) 2007 Daniel Gollub <dg...@su...> + * Copyright (C) 2007 Daniel Gollub <go...@b1...> * Copyright (C) 2007 Jerry Yu <jij...@su...> * * This library is free software; you can redistribute it and/or Modified: format-plugins/vformat/src/xmlformat-common.h ============================================================================== --- format-plugins/vformat/src/xmlformat-common.h Sat May 9 12:02:23 2009 (r5638) +++ format-plugins/vformat/src/xmlformat-common.h Sat May 9 12:04:12 2009 (r5639) @@ -2,7 +2,7 @@ * xmlformat-common - common code for all xmlformat converter * Copyright (C) 2004-2005 Armin Bauer <arm...@op...> * Copyright (C) 2006 Daniel Friedrich <dan...@op...> - * Copyright (C) 2007 Daniel Gollub <dg...@su...> + * Copyright (C) 2007 Daniel Gollub <go...@b1...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Modified: format-plugins/vformat/src/xmlformat-recurrence.c ============================================================================== --- format-plugins/vformat/src/xmlformat-recurrence.c Sat May 9 12:02:23 2009 (r5638) +++ format-plugins/vformat/src/xmlformat-recurrence.c Sat May 9 12:04:12 2009 (r5639) @@ -1,7 +1,7 @@ /* * xmlformat-recurrence - common code for recurrence implementation * Copyright (C) 2004-2005 Armin Bauer <arm...@op...> - * Copyright (C) 2007 Daniel Gollub <dg...@su...> + * Copyright (C) 2007 Daniel Gollub <go...@b1...> * Copyright (C) 2007 Christopher Stender <cst...@su...> * * This library is free software; you can redistribute it and/or Modified: format-plugins/vformat/src/xmlformat-recurrence.h ============================================================================== --- format-plugins/vformat/src/xmlformat-recurrence.h Sat May 9 12:02:23 2009 (r5638) +++ format-plugins/vformat/src/xmlformat-recurrence.h Sat May 9 12:04:12 2009 (r5639) @@ -1,7 +1,7 @@ /* * xmlformat-recurrence - common code for recurrence implementation * Copyright (C) 2004-2005 Armin Bauer <arm...@op...> - * Copyright (C) 2007 Daniel Gollub <dg...@su...> + * Copyright (C) 2007 Daniel Gollub <go...@b1...> * Copyright (C) 2007 Christopher Stender <cst...@su...> * * This library is free software; you can redistribute it and/or Modified: format-plugins/vformat/src/xmlformat-vcalendar.c ============================================================================== --- format-plugins/vformat/src/xmlformat-vcalendar.c Sat May 9 12:02:23 2009 (r5638) +++ format-plugins/vformat/src/xmlformat-vcalendar.c Sat May 9 12:04:12 2009 (r5639) @@ -2,7 +2,7 @@ * xmlformat-vcalendar - common code for vcalendar10|20, xmlformat-vevent, -vnote, -vtodo * Copyright (C) 2004-2005 Armin Bauer <arm...@op...> * Copyright (C) 2007-2008 Christopher Stender <cst...@su...> - * Copyright (C) 2007 Daniel Gollub <dg...@su...> + * Copyright (C) 2007 Daniel Gollub <go...@b1...> * Copyright (C) 2007 Jerry Yu <jij...@su...> * * This library is free software; you can redistribute it and/or Modified: format-plugins/vformat/src/xmlformat-vcalendar.h ============================================================================== --- format-plugins/vformat/src/xmlformat-vcalendar.h Sat May 9 12:02:23 2009 (r5638) +++ format-plugins/vformat/src/xmlformat-vcalendar.h Sat May 9 12:04:12 2009 (r5639) @@ -2,7 +2,7 @@ * xmlformat-vcalendar - common code for vcalendar10|20, xmlformat-vevent, -vnote, -vtodo * Copyright (C) 2004-2005 Armin Bauer <arm...@op...> * Copyright (C) 2007-2008 Christopher Stender <cst...@su...> - * Copyright (C) 2007 Daniel Gollub <dg...@su...> + * Copyright (C) 2007 Daniel Gollub <go...@b1...> * Copyright (C) 2007 Jerry Yu <jij...@su...> * * This library is free software; you can redistribute it and/or Modified: format-plugins/vformat/src/xmlformat-vcard.c ============================================================================== --- format-plugins/vformat/src/xmlformat-vcard.c Sat May 9 12:02:23 2009 (r5638) +++ format-plugins/vformat/src/xmlformat-vcard.c Sat May 9 12:04:12 2009 (r5639) @@ -2,7 +2,7 @@ * xmlformat-vcard - convert vcard* to xmlformat-contact and backwards * Copyright (C) 2004-2005 Armin Bauer <arm...@op...> * Copyright (C) 2006 Daniel Friedrich <dan...@op...> - * Copyright (C) 2007 Daniel Gollub <dg...@su...> + * Copyright (C) 2007 Daniel Gollub <go...@b1...> * Copyright (C) 2007 Christopher Stender <cst...@su...> * * This library is free software; you can redistribute it and/or Modified: format-plugins/vformat/src/xmlformat-vcard.h ============================================================================== --- format-plugins/vformat/src/xmlformat-vcard.h Sat May 9 12:02:23 2009 (r5638) +++ format-plugins/vformat/src/xmlformat-vcard.h Sat May 9 12:04:12 2009 (r5639) @@ -2,7 +2,7 @@ * xmlformat-vcard - convert vcard* to xmlformat-contact and backwards * Copyright (C) 2004-2005 Armin Bauer <arm...@op...> * Copyright (C) 2006 Daniel Friedrich <dan...@op...> - * Copyright (C) 2007 Daniel Gollub <dg...@su...> + * Copyright (C) 2007 Daniel Gollub <go...@b1...> * Copyright (C) 2007 Christopher Stender <cst...@su...> * * This library is free software; you can redistribute it and/or Modified: format-plugins/vformat/src/xmlformat-vevent.c ============================================================================== --- format-plugins/vformat/src/xmlformat-vevent.c Sat May 9 12:02:23 2009 (r5638) +++ format-plugins/vformat/src/xmlformat-vevent.c Sat May 9 12:04:12 2009 (r5639) @@ -1,7 +1,7 @@ /* * xmlformat-vevent - convert vevent* to xmlformat-event and backwards * Copyright (C) 2004-2005 Armin Bauer <arm...@op...> - * Copyright (C) 2007 Daniel Gollub <dg...@su...> + * Copyright (C) 2007 Daniel Gollub <go...@b1...> * Copyright (C) 2007 Christopher Stender <cst...@su...> * Copyright (C) 2007 Jerry Yu <jij...@su...> * Modified: format-plugins/vformat/src/xmlformat-vevent.h ============================================================================== --- format-plugins/vformat/src/xmlformat-vevent.h Sat May 9 12:02:23 2009 (r5638) +++ format-plugins/vformat/src/xmlformat-vevent.h Sat May 9 12:04:12 2009 (r5639) @@ -1,7 +1,7 @@ /* * xmlformat-vevent - convert vevent* to xmlformat-event and backwards * Copyright (C) 2004-2005 Armin Bauer <arm...@op...> - * Copyright (C) 2007 Daniel Gollub <dg...@su...> + * Copyright (C) 2007 Daniel Gollub <go...@b1...> * Copyright (C) 2007 Christopher Stender <cst...@su...> * Copyright (C) 2007 Jerry Yu <jij...@su...> * Modified: format-plugins/vformat/src/xmlformat-vnote.c ============================================================================== --- format-plugins/vformat/src/xmlformat-vnote.c Sat May 9 12:02:23 2009 (r5638) +++ format-plugins/vformat/src/xmlformat-vnote.c Sat May 9 12:04:12 2009 (r5639) @@ -1,7 +1,7 @@ /* * xmlformat-vnote - convert vnote11 to xmlformat-note and backwards * Copyright (C) 2004-2005 Armin Bauer <arm...@op...> - * Copyright (C) 2007 Daniel Gollub <dg...@su...> + * Copyright (C) 2007 Daniel Gollub <go...@b1...> * Copyright (C) 2007 Jerry Yu <jij...@su...> * * This library is free software; you can redistribute it and/or Modified: format-plugins/vformat/src/xmlformat-vnote.h ============================================================================== --- format-plugins/vformat/src/xmlformat-vnote.h Sat May 9 12:02:23 2009 (r5638) +++ format-plugins/vformat/src/xmlformat-vnote.h Sat May 9 12:04:12 2009 (r5639) @@ -1,7 +1,7 @@ /* * xmlformat-vnote - convert vnote11 to xmlformat-note and backwards * Copyright (C) 2004-2005 Armin Bauer <arm...@op...> - * Copyright (C) 2007 Daniel Gollub <dg...@su...> + * Copyright (C) 2007 Daniel Gollub <go...@b1...> * Copyright (C) 2007 Jerry Yu <jij...@su...> * * This library is free software; you can redistribute it and/or Modified: format-plugins/xmlformat/trunk/src/xmlformat.c ============================================================================== --- format-plugins/xmlformat/trunk/src/xmlformat.c Sat May 9 12:02:23 2009 (r5638) +++ format-plugins/xmlformat/trunk/src/xmlformat.c Sat May 9 12:04:12 2009 (r5639) @@ -2,7 +2,7 @@ * xmlformat - registration of xml object formats * Copyright (C) 2004-2005 Armin Bauer <arm...@op...> * Copyright (C) 2006 Daniel Friedrich <dan...@op...> - * Copyright (C) 2007 Daniel Gollub <dg...@su...> + * Copyright (C) 2007 Daniel Gollub <go...@b1...> * Copyright (C) 2007 Jerry Yu <jij...@su...> * Copyright (C) 2007 Christopher Stender <cst...@su...> * Modified: format-plugins/xmlformat/trunk/src/xmlformat.h ============================================================================== --- format-plugins/xmlformat/trunk/src/xmlformat.h Sat May 9 12:02:23 2009 (r5638) +++ format-plugins/xmlformat/trunk/src/xmlformat.h Sat May 9 12:04:12 2009 (r5639) @@ -2,7 +2,7 @@ * xmlformat - registration of xml object formats * Copyright (C) 2004-2005 Armin Bauer <arm...@op...> * Copyright (C) 2006 Daniel Friedrich <dan...@op...> - * Copyright (C) 2007 Daniel Gollub <dg...@su...> + * Copyright (C) 2007 Daniel Gollub <go...@b1...> * Copyright (C) 2007 Christopher Stender <cst...@su...> * * This library is free software; you can redistribute it and/or Modified: format-plugins/xmlformat/trunk/src/xmlformat_compare.c ============================================================================== --- format-plugins/xmlformat/trunk/src/xmlformat_compare.c Sat May 9 12:02:23 2009 (r5638) +++ format-plugins/xmlformat/trunk/src/xmlformat_compare.c Sat May 9 12:04:12 2009 (r5639) @@ -1,7 +1,7 @@ /* * xmlformat_compare - comparsion logic of xmlformat * Copyright (C) 2006 Daniel Friedrich <dan...@op...> - * Copyright (C) 2007 Daniel Gollub <dg...@su...> + * Copyright (C) 2007 Daniel Gollub <go...@b1...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Modified: format-plugins/xmlformat/trunk/tests/data/xmlformats/contact.xml ============================================================================== --- format-plugins/xmlformat/trunk/tests/data/xmlformats/contact.xml Sat May 9 12:02:23 2009 (r5638) +++ format-plugins/xmlformat/trunk/tests/data/xmlformats/contact.xml Sat May 9 12:04:12 2009 (r5639) @@ -1,7 +1,7 @@ <?xml version="1.0"?> <contact> <EMail> - <Content>dg...@su...</Content> + <Content>go...@b1...</Content> </EMail> <FormattedName> <Content>Gollub Daniel</Content> Modified: format-plugins/xsltformat/AUTHORS ============================================================================== --- format-plugins/xsltformat/AUTHORS Sat May 9 12:02:23 2009 (r5638) +++ format-plugins/xsltformat/AUTHORS Sat May 9 12:04:12 2009 (r5639) @@ -1 +1 @@ -Daniel Gollub <dg...@su...> +Daniel Gollub <go...@b1...> Modified: format-plugins/xsltformat/src/xsltformat.c ============================================================================== --- format-plugins/xsltformat/src/xsltformat.c Sat May 9 12:02:23 2009 (r5638) +++ format-plugins/xsltformat/src/xsltformat.c Sat May 9 12:04:12 2009 (r5639) @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Daniel Gollub <dg...@su...> + * Copyright (C) 2009 Daniel Gollub <go...@b1...> * Copyright (C) 2009 Instituto Nokia de Tecnologia * * This library is free software; you can redistribute it and/or |