diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-11 09:44:38 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-11 09:44:38 (GMT) |
commit | ef9fec988d3d7ea33836a08128119f99747dc9d5 (patch) | |
tree | 67c134d1bee2c2338e958c766b23805666674d5a /src/xmlpatterns/janitors | |
parent | 3058cd5f6ee3fb01e62d625b501e7eeeea70cd84 (diff) | |
download | Qt-ef9fec988d3d7ea33836a08128119f99747dc9d5.zip Qt-ef9fec988d3d7ea33836a08128119f99747dc9d5.tar.gz Qt-ef9fec988d3d7ea33836a08128119f99747dc9d5.tar.bz2 |
Update old email address.
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, |