From e19722342046756a90d65060c756198e31ff4457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 20:03:11 +0200 Subject: Additional k => tde renaming and fixes --- languages/java/README.dox | 6 +++--- languages/java/backgroundparser.cpp | 2 +- languages/java/backgroundparser.h | 2 +- languages/java/driver.cpp | 2 +- languages/java/driver.h | 2 +- languages/java/java.store.g | 2 +- languages/java/javasupport_events.h | 2 +- languages/java/javasupport_utils.h | 2 +- languages/java/javasupportfactory.cpp | 2 +- languages/java/javasupportfactory.h | 2 +- languages/java/javasupportpart.cpp | 4 ++-- languages/java/javasupportpart.h | 4 ++-- languages/java/problemreporter.cpp | 2 +- languages/java/problemreporter.h | 2 +- 14 files changed, 18 insertions(+), 18 deletions(-) (limited to 'languages/java') 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 Jonas Nordin Copyright (C) 1999 -\authors Bernd Gehrmann Copyright (C) 2000-2001 -\authors Roberto Raggi Copyright (C) 2002-2003 +\authors Bernd Gehrmann Copyright (C) 2000-2001 +\authors Roberto Raggi Copyright (C) 2002-2003 -\maintainer Roberto Raggi Copyright (C) 2002-2003 +\maintainer Roberto Raggi 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 + Copyright (C) 2002,2003 Roberto Raggi 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 + Copyright (C) 2002,2003 Roberto Raggi 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 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 + Copyright (C) 2002 by Roberto Raggi 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 + Copyright (C) 2002 by Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public -- cgit v1.2.3