diff options
author | knut <> | 2006-05-08 13:36:50 +0000 |
---|---|---|
committer | knut <> | 2006-05-08 13:36:50 +0000 |
commit | 92dca3315f083f00dcff610ea207af52284d0616 (patch) | |
tree | 42e5fbfa9c3c023a2b6a71c349c7c0a6565020f4 /buildscripts | |
parent | 12c16fb3c7314b51d74dcaffdca4d311c6fad8c0 (diff) |
Changed my email address
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/phing/tasks/PhpLintTask.php | 2 | ||||
-rw-r--r-- | buildscripts/phing/tasks/XmlLintTask.php | 2 | ||||
-rw-r--r-- | buildscripts/phing/tasks/ZendCodeAnalyzerTask.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/buildscripts/phing/tasks/PhpLintTask.php b/buildscripts/phing/tasks/PhpLintTask.php index 2fd89fc3..37c19de1 100644 --- a/buildscripts/phing/tasks/PhpLintTask.php +++ b/buildscripts/phing/tasks/PhpLintTask.php @@ -4,7 +4,7 @@ require_once 'phing/Task.php'; /** * A PHP lint task. Checking syntax of one or more PHP source file. * - * @author Knut Urdalen <knut.urdalen@telio.no> + * @author Knut Urdalen <knut.urdalen@gmail.com> * @package phing.tasks.ext */ class PhpLintTask extends Task { diff --git a/buildscripts/phing/tasks/XmlLintTask.php b/buildscripts/phing/tasks/XmlLintTask.php index 96f58234..0ed4f189 100644 --- a/buildscripts/phing/tasks/XmlLintTask.php +++ b/buildscripts/phing/tasks/XmlLintTask.php @@ -4,7 +4,7 @@ require_once 'phing/Task.php'; /** * A XML lint task. Checking syntax of one or more XML source file against an XML Schema using the DOM extension. * - * @author Knut Urdalen <knut.urdalen@telio.no> + * @author Knut Urdalen <knut.urdalen@gmail.com> * @package phing.tasks.ext */ class XmlLintTask extends Task { diff --git a/buildscripts/phing/tasks/ZendCodeAnalyzerTask.php b/buildscripts/phing/tasks/ZendCodeAnalyzerTask.php index e53dc887..b6eafc02 100644 --- a/buildscripts/phing/tasks/ZendCodeAnalyzerTask.php +++ b/buildscripts/phing/tasks/ZendCodeAnalyzerTask.php @@ -26,7 +26,7 @@ require_once 'phing/Task.php'; * var-global-unused Global variable 'fixErrors' is defined but never used. * break-depth Break/continue with depth more than current nesting level. * - * @author Knut Urdalen <knut.urdalen@telio.no> + * @author Knut Urdalen <knut.urdalen@gmail.com> * @package phing.tasks.ext */ class ZendCodeAnalyzerTask extends Task { |