summaryrefslogtreecommitdiffstats
path: root/languages/php
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:03:11 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 21:03:17 +0200
commite19722342046756a90d65060c756198e31ff4457 (patch)
tree8f0f73d20b41d6c9b183ed58a8a13ebc8e5b2f67 /languages/php
parentc3a7a4fbdcd78a66c18b90dc17b7070d517eed17 (diff)
downloadtdevelop-e19722342046756a90d65060c756198e31ff4457.tar.gz
tdevelop-e19722342046756a90d65060c756198e31ff4457.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'languages/php')
-rw-r--r--languages/php/README.dox4
-rw-r--r--languages/php/phpcodecompletion.cpp2
-rw-r--r--languages/php/phpcodecompletion.h2
-rw-r--r--languages/php/phpconfigdata.cpp2
-rw-r--r--languages/php/phpconfigdata.h2
-rw-r--r--languages/php/phperrorview.cpp2
-rw-r--r--languages/php/phperrorview.h2
-rw-r--r--languages/php/phpnewclassdlg.cpp2
-rw-r--r--languages/php/phpnewclassdlg.h2
-rw-r--r--languages/php/phpsupport_event.h2
-rw-r--r--languages/php/phpsupportpart.cpp2
-rw-r--r--languages/php/phpsupportpart.h2
12 files changed, 13 insertions, 13 deletions
diff --git a/languages/php/README.dox b/languages/php/README.dox
index f388a3c6..7c4c528b 100644
--- a/languages/php/README.dox
+++ b/languages/php/README.dox
@@ -7,10 +7,10 @@ develop php script for web or php script for shell.
It's support checking of your script with problems report and also parse
all include files from your script.
-\authors <a href="mailto:smeier AT tdevelop.org">Sandy Meier</a>
+\authors <a href="mailto:smeier AT kdevelop.org">Sandy Meier</a>
\authors <a href="mailto:n.escuder AT intra-links.com">Escuder Nicolas</a>
-\maintainer <a href="mailto:smeier AT tdevelop.org">Sandy Meier</a>
+\maintainer <a href="mailto:smeier AT kdevelop.org">Sandy Meier</a>
\maintainer <a href="mailto:n.escuder AT intra-links.com">Escuder Nicolas</a>
\feature PHP language support
diff --git a/languages/php/phpcodecompletion.cpp b/languages/php/phpcodecompletion.cpp
index eec46473..af301000 100644
--- a/languages/php/phpcodecompletion.cpp
+++ b/languages/php/phpcodecompletion.cpp
@@ -1,6 +1,6 @@
/*
Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com>
- Copyright (C) 2001 by smeier@tdevelop.org
+ Copyright (C) 2001 by smeier@kdevelop.org
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/languages/php/phpcodecompletion.h b/languages/php/phpcodecompletion.h
index 0874430e..65905878 100644
--- a/languages/php/phpcodecompletion.h
+++ b/languages/php/phpcodecompletion.h
@@ -1,6 +1,6 @@
/*
Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com>
- Copyright (C) 2001 by smeier@tdevelop.org
+ Copyright (C) 2001 by smeier@kdevelop.org
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/languages/php/phpconfigdata.cpp b/languages/php/phpconfigdata.cpp
index 51ab5982..9c89f7db 100644
--- a/languages/php/phpconfigdata.cpp
+++ b/languages/php/phpconfigdata.cpp
@@ -1,6 +1,6 @@
/*
Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com>
- Copyright (C) 2001 by smeier@tdevelop.org
+ Copyright (C) 2001 by smeier@kdevelop.org
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/languages/php/phpconfigdata.h b/languages/php/phpconfigdata.h
index ab434e5a..40cf07f8 100644
--- a/languages/php/phpconfigdata.h
+++ b/languages/php/phpconfigdata.h
@@ -1,6 +1,6 @@
/*
Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com>
- Copyright (C) 2001 by smeier@tdevelop.org
+ Copyright (C) 2001 by smeier@kdevelop.org
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/languages/php/phperrorview.cpp b/languages/php/phperrorview.cpp
index 156595c7..9af14b0d 100644
--- a/languages/php/phperrorview.cpp
+++ b/languages/php/phperrorview.cpp
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com>
This library is free software; you can redistribute it and/or
diff --git a/languages/php/phperrorview.h b/languages/php/phperrorview.h
index 3436465b..ced798a6 100644
--- a/languages/php/phperrorview.h
+++ b/languages/php/phperrorview.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com>
This library is free software; you can redistribute it and/or
diff --git a/languages/php/phpnewclassdlg.cpp b/languages/php/phpnewclassdlg.cpp
index e97147cc..061bb956 100644
--- a/languages/php/phpnewclassdlg.cpp
+++ b/languages/php/phpnewclassdlg.cpp
@@ -3,7 +3,7 @@
-------------------
begin : Sat Aug 11 2001
copyright : (C) 2001 by Sandy Meier
- email : smeier@tdevelop.org
+ email : smeier@kdevelop.org
***************************************************************************/
/***************************************************************************
diff --git a/languages/php/phpnewclassdlg.h b/languages/php/phpnewclassdlg.h
index 1d7060e0..91c832e4 100644
--- a/languages/php/phpnewclassdlg.h
+++ b/languages/php/phpnewclassdlg.h
@@ -3,7 +3,7 @@
-------------------
begin : Sat Aug 11 2001
copyright : (C) 2001 by Sandy Meier
- email : smeier@tdevelop.org
+ email : smeier@kdevelop.org
***************************************************************************/
/***************************************************************************
diff --git a/languages/php/phpsupport_event.h b/languages/php/phpsupport_event.h
index 17d935a9..28713efb 100644
--- a/languages/php/phpsupport_event.h
+++ b/languages/php/phpsupport_event.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2003 by Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2003 by Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com>
This library is free software; you can redistribute it and/or
diff --git a/languages/php/phpsupportpart.cpp b/languages/php/phpsupportpart.cpp
index d25afffd..4f764f1f 100644
--- a/languages/php/phpsupportpart.cpp
+++ b/languages/php/phpsupportpart.cpp
@@ -1,6 +1,6 @@
/*
Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com>
- Copyright (C) 2001 by smeier@tdevelop.org
+ Copyright (C) 2001 by smeier@kdevelop.org
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/languages/php/phpsupportpart.h b/languages/php/phpsupportpart.h
index ac4ca8dc..4dca877b 100644
--- a/languages/php/phpsupportpart.h
+++ b/languages/php/phpsupportpart.h
@@ -1,6 +1,6 @@
/*
Copyright (C) 2005 by Nicolas Escuder <n.escuder@intra-links.com>
- Copyright (C) 2001 by smeier@tdevelop.org
+ Copyright (C) 2001 by smeier@kdevelop.org
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public