summaryrefslogtreecommitdiffstats
path: root/parts/outputviews
diff options
context:
space:
mode:
Diffstat (limited to 'parts/outputviews')
-rw-r--r--parts/outputviews/README.dox2
-rw-r--r--parts/outputviews/appoutputviewpart.cpp2
-rw-r--r--parts/outputviews/appoutputviewpart.h2
-rw-r--r--parts/outputviews/appoutputwidget.cpp2
-rw-r--r--parts/outputviews/appoutputwidget.h2
-rw-r--r--parts/outputviews/commandcontinuationfilter.cpp2
-rw-r--r--parts/outputviews/commandcontinuationfilter.h2
-rw-r--r--parts/outputviews/compileerrorfilter.cpp2
-rw-r--r--parts/outputviews/compileerrorfilter.h2
-rw-r--r--parts/outputviews/directorystatusmessagefilter.cpp2
-rw-r--r--parts/outputviews/directorystatusmessagefilter.h2
-rw-r--r--parts/outputviews/makeactionfilter.cpp2
-rw-r--r--parts/outputviews/makeactionfilter.h2
-rw-r--r--parts/outputviews/makeitem.cpp2
-rw-r--r--parts/outputviews/makeitem.h2
-rw-r--r--parts/outputviews/makeviewpart.cpp2
-rw-r--r--parts/outputviews/makeviewpart.h2
-rw-r--r--parts/outputviews/makewidget.cpp2
-rw-r--r--parts/outputviews/makewidget.h2
-rw-r--r--parts/outputviews/otherfilter.cpp2
-rw-r--r--parts/outputviews/otherfilter.h2
-rw-r--r--parts/outputviews/outputfilter.cpp2
-rw-r--r--parts/outputviews/outputfilter.h2
-rw-r--r--parts/outputviews/outputviewsfactory.cpp2
-rw-r--r--parts/outputviews/outputviewsfactory.h2
25 files changed, 25 insertions, 25 deletions
diff --git a/parts/outputviews/README.dox b/parts/outputviews/README.dox
index c5877c6a..ddc24a5a 100644
--- a/parts/outputviews/README.dox
+++ b/parts/outputviews/README.dox
@@ -1,7 +1,7 @@
/** \class MakeViewPart
Two output views: one displays compiler output, the other displays the application output.
-\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a>
+\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a>
\feature Auto scroll down
\feature Auto hide when it's not needed
diff --git a/parts/outputviews/appoutputviewpart.cpp b/parts/outputviews/appoutputviewpart.cpp
index 9de22794..3a0e0e7d 100644
--- a/parts/outputviews/appoutputviewpart.cpp
+++ b/parts/outputviews/appoutputviewpart.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 1999-2002 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/outputviews/appoutputviewpart.h b/parts/outputviews/appoutputviewpart.h
index 5edb4d26..1067af97 100644
--- a/parts/outputviews/appoutputviewpart.h
+++ b/parts/outputviews/appoutputviewpart.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 1999-2002 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/outputviews/appoutputwidget.cpp b/parts/outputviews/appoutputwidget.cpp
index ab51c6a8..50060339 100644
--- a/parts/outputviews/appoutputwidget.cpp
+++ b/parts/outputviews/appoutputwidget.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 1999-2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* *
* Copyright (C) 2003 by Hamish Rodda *
* meddie@yoyo.its.monash.edu.au *
diff --git a/parts/outputviews/appoutputwidget.h b/parts/outputviews/appoutputwidget.h
index 4815358c..9e5810ea 100644
--- a/parts/outputviews/appoutputwidget.h
+++ b/parts/outputviews/appoutputwidget.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 1999-2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/outputviews/commandcontinuationfilter.cpp b/parts/outputviews/commandcontinuationfilter.cpp
index 062519fd..e33a7a6a 100644
--- a/parts/outputviews/commandcontinuationfilter.cpp
+++ b/parts/outputviews/commandcontinuationfilter.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 1999-2001 by Bernd Gehrmann and the KDevelop Team *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/outputviews/commandcontinuationfilter.h b/parts/outputviews/commandcontinuationfilter.h
index dd48e7cd..fff8e5aa 100644
--- a/parts/outputviews/commandcontinuationfilter.h
+++ b/parts/outputviews/commandcontinuationfilter.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 1999-2001 by Bernd Gehrmann and the KDevelop Team *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/outputviews/compileerrorfilter.cpp b/parts/outputviews/compileerrorfilter.cpp
index efff1e1b..9d48f1c8 100644
--- a/parts/outputviews/compileerrorfilter.cpp
+++ b/parts/outputviews/compileerrorfilter.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 1999-2001 by Bernd Gehrmann and the KDevelop Team *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/outputviews/compileerrorfilter.h b/parts/outputviews/compileerrorfilter.h
index 6ce40f5a..81a78020 100644
--- a/parts/outputviews/compileerrorfilter.h
+++ b/parts/outputviews/compileerrorfilter.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 1999-2001 by Bernd Gehrmann and the KDevelop Team *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/outputviews/directorystatusmessagefilter.cpp b/parts/outputviews/directorystatusmessagefilter.cpp
index 0cb27812..02629797 100644
--- a/parts/outputviews/directorystatusmessagefilter.cpp
+++ b/parts/outputviews/directorystatusmessagefilter.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 1999-2001 by Bernd Gehrmann and the KDevelop Team *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/outputviews/directorystatusmessagefilter.h b/parts/outputviews/directorystatusmessagefilter.h
index 0b190dd5..13d23d02 100644
--- a/parts/outputviews/directorystatusmessagefilter.h
+++ b/parts/outputviews/directorystatusmessagefilter.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 1999-2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/outputviews/makeactionfilter.cpp b/parts/outputviews/makeactionfilter.cpp
index 51eeb8ee..ee38d144 100644
--- a/parts/outputviews/makeactionfilter.cpp
+++ b/parts/outputviews/makeactionfilter.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 1999-2001 by Bernd Gehrmann and the KDevelop Team *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/outputviews/makeactionfilter.h b/parts/outputviews/makeactionfilter.h
index 87c92f61..f030f555 100644
--- a/parts/outputviews/makeactionfilter.h
+++ b/parts/outputviews/makeactionfilter.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 1999-2001 by Bernd Gehrmann and the KDevelop Team *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/outputviews/makeitem.cpp b/parts/outputviews/makeitem.cpp
index b6d618c6..65e8fc47 100644
--- a/parts/outputviews/makeitem.cpp
+++ b/parts/outputviews/makeitem.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 1999-2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/outputviews/makeitem.h b/parts/outputviews/makeitem.h
index 94097ce9..94acc3e2 100644
--- a/parts/outputviews/makeitem.h
+++ b/parts/outputviews/makeitem.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 1999-2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/outputviews/makeviewpart.cpp b/parts/outputviews/makeviewpart.cpp
index c1df6522..9324bcb0 100644
--- a/parts/outputviews/makeviewpart.cpp
+++ b/parts/outputviews/makeviewpart.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 1999-2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/outputviews/makeviewpart.h b/parts/outputviews/makeviewpart.h
index fbff8efe..89f2a8bd 100644
--- a/parts/outputviews/makeviewpart.h
+++ b/parts/outputviews/makeviewpart.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 1999-2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/outputviews/makewidget.cpp b/parts/outputviews/makewidget.cpp
index 543f97e1..029efdc6 100644
--- a/parts/outputviews/makewidget.cpp
+++ b/parts/outputviews/makewidget.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 1999-2001 by Bernd Gehrmann and the KDevelop Team *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/outputviews/makewidget.h b/parts/outputviews/makewidget.h
index 20f9d810..b01c95c4 100644
--- a/parts/outputviews/makewidget.h
+++ b/parts/outputviews/makewidget.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 1999-2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/outputviews/otherfilter.cpp b/parts/outputviews/otherfilter.cpp
index 2324b0f5..cd3287c3 100644
--- a/parts/outputviews/otherfilter.cpp
+++ b/parts/outputviews/otherfilter.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 1999-2001 by Bernd Gehrmann and the KDevelop Team *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/outputviews/otherfilter.h b/parts/outputviews/otherfilter.h
index 4d656e86..4bfc0733 100644
--- a/parts/outputviews/otherfilter.h
+++ b/parts/outputviews/otherfilter.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 1999-2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/outputviews/outputfilter.cpp b/parts/outputviews/outputfilter.cpp
index 383d56d5..1ea92c5f 100644
--- a/parts/outputviews/outputfilter.cpp
+++ b/parts/outputviews/outputfilter.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 1999-2001 by Bernd Gehrmann and the KDevelop Team *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/outputviews/outputfilter.h b/parts/outputviews/outputfilter.h
index 095fcc0e..227f793d 100644
--- a/parts/outputviews/outputfilter.h
+++ b/parts/outputviews/outputfilter.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 1999-2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/outputviews/outputviewsfactory.cpp b/parts/outputviews/outputviewsfactory.cpp
index 27d13555..55e5bf55 100644
--- a/parts/outputviews/outputviewsfactory.cpp
+++ b/parts/outputviews/outputviewsfactory.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2000-2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/outputviews/outputviewsfactory.h b/parts/outputviews/outputviewsfactory.h
index 14610580..4bcba666 100644
--- a/parts/outputviews/outputviewsfactory.h
+++ b/parts/outputviews/outputviewsfactory.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2000-2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *