summaryrefslogtreecommitdiffstats
path: root/languages/java
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/java
parentc3a7a4fbdcd78a66c18b90dc17b7070d517eed17 (diff)
downloadtdevelop-e19722342046756a90d65060c756198e31ff4457.tar.gz
tdevelop-e19722342046756a90d65060c756198e31ff4457.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'languages/java')
-rw-r--r--languages/java/README.dox6
-rw-r--r--languages/java/backgroundparser.cpp2
-rw-r--r--languages/java/backgroundparser.h2
-rw-r--r--languages/java/driver.cpp2
-rw-r--r--languages/java/driver.h2
-rw-r--r--languages/java/java.store.g2
-rw-r--r--languages/java/javasupport_events.h2
-rw-r--r--languages/java/javasupport_utils.h2
-rw-r--r--languages/java/javasupportfactory.cpp2
-rw-r--r--languages/java/javasupportfactory.h2
-rw-r--r--languages/java/javasupportpart.cpp4
-rw-r--r--languages/java/javasupportpart.h4
-rw-r--r--languages/java/problemreporter.cpp2
-rw-r--r--languages/java/problemreporter.h2
14 files changed, 18 insertions, 18 deletions
diff --git a/languages/java/README.dox b/languages/java/README.dox
index 7050482e..47f1f5f1 100644
--- a/languages/java/README.dox
+++ b/languages/java/README.dox
@@ -7,10 +7,10 @@ over several lines. You can even use some html commands in these lines like:
and images.
\authors <a href="mailto:jonas.nordin AT syncom.se">Jonas Nordin</a> Copyright (C) 1999
-\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a> Copyright (C) 2000-2001
-\authors <a href="mailto:roberto AT tdevelop.org">Roberto Raggi</a> Copyright (C) 2002-2003
+\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a> Copyright (C) 2000-2001
+\authors <a href="mailto:roberto AT kdevelop.org">Roberto Raggi</a> Copyright (C) 2002-2003
-\maintainer <a href="mailto:roberto AT tdevelop.org">Roberto Raggi</a> Copyright (C) 2002-2003
+\maintainer <a href="mailto:roberto AT kdevelop.org">Roberto Raggi</a> Copyright (C) 2002-2003
\feature Java language support
\feature Consult \ref LangSupportStatus for a up to date features/status of this programming language support part.
diff --git a/languages/java/backgroundparser.cpp b/languages/java/backgroundparser.cpp
index 707ec24d..d6a034e4 100644
--- a/languages/java/backgroundparser.cpp
+++ b/languages/java/backgroundparser.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2002 by Roberto Raggi *
- * roberto@tdevelop.org *
+ * roberto@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/languages/java/backgroundparser.h b/languages/java/backgroundparser.h
index 67bf1120..fee2bc78 100644
--- a/languages/java/backgroundparser.h
+++ b/languages/java/backgroundparser.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2002 by Roberto Raggi *
- * roberto@tdevelop.org *
+ * roberto@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/languages/java/driver.cpp b/languages/java/driver.cpp
index b3f877c6..c22bc9ce 100644
--- a/languages/java/driver.cpp
+++ b/languages/java/driver.cpp
@@ -1,5 +1,5 @@
/* This file is part of TDevelop
- Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@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/java/driver.h b/languages/java/driver.h
index 95b4957f..def7e400 100644
--- a/languages/java/driver.h
+++ b/languages/java/driver.h
@@ -1,5 +1,5 @@
/* This file is part of TDevelop
- Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@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/java/java.store.g b/languages/java/java.store.g
index 6930c8d1..b69b7323 100644
--- a/languages/java/java.store.g
+++ b/languages/java/java.store.g
@@ -1,4 +1,4 @@
-// KDevelop support by Roberto Raggi (roberto@tdevelop.org)
+// KDevelop support by Roberto Raggi (roberto@kdevelop.org)
header "pre_include_hpp" {
#include <codemodel.h>
diff --git a/languages/java/javasupport_events.h b/languages/java/javasupport_events.h
index e1ce433e..36cda51b 100644
--- a/languages/java/javasupport_events.h
+++ b/languages/java/javasupport_events.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2003 by Roberto Raggi *
- * roberto@tdevelop.org *
+ * roberto@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/languages/java/javasupport_utils.h b/languages/java/javasupport_utils.h
index 8cbedb14..ad380966 100644
--- a/languages/java/javasupport_utils.h
+++ b/languages/java/javasupport_utils.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2003 by Roberto Raggi *
- * roberto@tdevelop.org *
+ * roberto@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/languages/java/javasupportfactory.cpp b/languages/java/javasupportfactory.cpp
index 7aac989e..94e435f2 100644
--- a/languages/java/javasupportfactory.cpp
+++ b/languages/java/javasupportfactory.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/languages/java/javasupportfactory.h b/languages/java/javasupportfactory.h
index 785d7fea..e5ae52b4 100644
--- a/languages/java/javasupportfactory.h
+++ b/languages/java/javasupportfactory.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 *
diff --git a/languages/java/javasupportpart.cpp b/languages/java/javasupportpart.cpp
index 2b5daf11..63b174fc 100644
--- a/languages/java/javasupportpart.cpp
+++ b/languages/java/javasupportpart.cpp
@@ -2,9 +2,9 @@
* Copyright (C) 1999 by Jonas Nordin *
* jonas.nordin@syncom.se *
* Copyright (C) 2000-2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* Copyright (C) 2002-2003 by Roberto Raggi *
- * roberto@tdevelop.org *
+ * roberto@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/languages/java/javasupportpart.h b/languages/java/javasupportpart.h
index b71ca95c..a69e3524 100644
--- a/languages/java/javasupportpart.h
+++ b/languages/java/javasupportpart.h
@@ -2,9 +2,9 @@
* Copyright (C) 1999 by Jonas Nordin *
* jonas.nordin@syncom.se *
* Copyright (C) 2000-2001 by Bernd Gehrmann *
- * bernd@tdevelop.org *
+ * bernd@kdevelop.org *
* Copyright (C) 2002-2003 by Roberto Raggi *
- * roberto@tdevelop.org *
+ * roberto@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/languages/java/problemreporter.cpp b/languages/java/problemreporter.cpp
index 72e1f83f..4d4f47af 100644
--- a/languages/java/problemreporter.cpp
+++ b/languages/java/problemreporter.cpp
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2002 by Roberto Raggi <roberto@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/java/problemreporter.h b/languages/java/problemreporter.h
index 40f2e279..a70d81c6 100644
--- a/languages/java/problemreporter.h
+++ b/languages/java/problemreporter.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2002 by Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2002 by Roberto Raggi <roberto@kdevelop.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public