diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-12 07:09:54 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-12 07:09:54 (GMT) |
commit | 46e430f70d625d2861a4049bb496cdec1afc555c (patch) | |
tree | 9bc7cd043f3805c7833b5d95791dc348b99e2d3c /src/xmlpatterns/janitors | |
parent | 1047445648b7eb5b85107c00ea43885b44f891cd (diff) | |
download | Qt-46e430f70d625d2861a4049bb496cdec1afc555c.zip Qt-46e430f70d625d2861a4049bb496cdec1afc555c.tar.gz Qt-46e430f70d625d2861a4049bb496cdec1afc555c.tar.bz2 |
Update obsolete email addresses.
Reviewed-by: Trust Me
Diffstat (limited to 'src/xmlpatterns/janitors')
-rw-r--r-- | src/xmlpatterns/janitors/qargumentconverter_p.h | 2 | ||||
-rw-r--r-- | src/xmlpatterns/janitors/qatomizer_p.h | 2 | ||||
-rw-r--r-- | src/xmlpatterns/janitors/qcardinalityverifier_p.h | 2 | ||||
-rw-r--r-- | src/xmlpatterns/janitors/qebvextractor_p.h | 2 | ||||
-rw-r--r-- | src/xmlpatterns/janitors/qitemverifier_p.h | 2 | ||||
-rw-r--r-- | src/xmlpatterns/janitors/quntypedatomicconverter_p.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/xmlpatterns/janitors/qargumentconverter_p.h b/src/xmlpatterns/janitors/qargumentconverter_p.h index 452b3f1..1c019ac 100644 --- a/src/xmlpatterns/janitors/qargumentconverter_p.h +++ b/src/xmlpatterns/janitors/qargumentconverter_p.h @@ -73,7 +73,7 @@ namespace QPatternist * ArgumentReference that has the static type @c item(), when atomic value are asked * for. At runtime it atomizes/let values through appropriately. * - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> * @ingroup Patternist_expressions */ class ArgumentConverter : public UntypedAtomicConverter diff --git a/src/xmlpatterns/janitors/qatomizer_p.h b/src/xmlpatterns/janitors/qatomizer_p.h index a588209..0aeab04 100644 --- a/src/xmlpatterns/janitors/qatomizer_p.h +++ b/src/xmlpatterns/janitors/qatomizer_p.h @@ -70,7 +70,7 @@ namespace QPatternist * 2.0 Functions and Operators, 2.4 fn:data</a> * @see <a href="http://www.w3.org/TR/xpath20/#id-atomization">XML * Path Language (XPath) 2.0, 2.4.2 Atomization</a> - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> * @ingroup Patternist_expressions */ class Atomizer : public SingleContainer diff --git a/src/xmlpatterns/janitors/qcardinalityverifier_p.h b/src/xmlpatterns/janitors/qcardinalityverifier_p.h index 1a1fa5e..0eaa2fd 100644 --- a/src/xmlpatterns/janitors/qcardinalityverifier_p.h +++ b/src/xmlpatterns/janitors/qcardinalityverifier_p.h @@ -66,7 +66,7 @@ namespace QPatternist * * @see <a href="http://www.w3.org/TR/xpath-functions/#cardinality-funcs">XQuery 1.0 and * XPath 2.0 Functions and Operators, 15.2 Functions That Test the Cardinality of Sequences</a> - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> * @ingroup Patternist_expressions */ class CardinalityVerifier : public SingleContainer diff --git a/src/xmlpatterns/janitors/qebvextractor_p.h b/src/xmlpatterns/janitors/qebvextractor_p.h index ec698e8..9f042ac 100644 --- a/src/xmlpatterns/janitors/qebvextractor_p.h +++ b/src/xmlpatterns/janitors/qebvextractor_p.h @@ -69,7 +69,7 @@ namespace QPatternist * There is code-duplication going on with BooleanFN. * * @see BooleanFN - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> * @ingroup Patternist_expressions */ class EBVExtractor : public SingleContainer diff --git a/src/xmlpatterns/janitors/qitemverifier_p.h b/src/xmlpatterns/janitors/qitemverifier_p.h index 2600f9c..0460fd8 100644 --- a/src/xmlpatterns/janitors/qitemverifier_p.h +++ b/src/xmlpatterns/janitors/qitemverifier_p.h @@ -65,7 +65,7 @@ namespace QPatternist * @short Verifies that the items in a sequence an Expression evaluates * is of a certain ItemType. * - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> * @ingroup Patternist_expressions */ class ItemVerifier : public SingleContainer diff --git a/src/xmlpatterns/janitors/quntypedatomicconverter_p.h b/src/xmlpatterns/janitors/quntypedatomicconverter_p.h index f9b31b0..2371da2 100644 --- a/src/xmlpatterns/janitors/quntypedatomicconverter_p.h +++ b/src/xmlpatterns/janitors/quntypedatomicconverter_p.h @@ -74,7 +74,7 @@ namespace QPatternist * @see <a href="http://www.w3.org/TR/xpath20/#id-function-calls">XML Path * Language (XPath) 2.0, 3.1.5 Function Calls, in particular the * Function Conversion Rules</a> - * @author Frans Englich <fenglich@trolltech.com> + * @author Frans Englich <frans.englich@nokia.com> * @ingroup Patternist_expressions */ class UntypedAtomicConverter : public SingleContainer, |