summaryrefslogtreecommitdiffstats
path: root/lib/cppparser
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cppparser')
-rw-r--r--lib/cppparser/CMakeLists.txt2
-rw-r--r--lib/cppparser/Makefile.am2
-rw-r--r--lib/cppparser/ast.cpp2
-rw-r--r--lib/cppparser/ast.h2
-rw-r--r--lib/cppparser/cachemanager.cpp2
-rw-r--r--lib/cppparser/cachemanager.h2
-rw-r--r--lib/cppparser/driver.cpp4
-rw-r--r--lib/cppparser/driver.h2
-rw-r--r--lib/cppparser/errors.cpp2
-rw-r--r--lib/cppparser/errors.h2
-rw-r--r--lib/cppparser/lexer.cpp2
-rw-r--r--lib/cppparser/lexer.h2
-rw-r--r--lib/cppparser/lexercache.cpp2
-rw-r--r--lib/cppparser/lexercache.h2
-rw-r--r--lib/cppparser/lookup.cpp2
-rw-r--r--lib/cppparser/lookup.h2
-rw-r--r--lib/cppparser/macro.h2
-rw-r--r--lib/cppparser/parser.cpp2
-rw-r--r--lib/cppparser/parser.h2
-rw-r--r--lib/cppparser/tree_parser.cpp2
-rw-r--r--lib/cppparser/tree_parser.h2
21 files changed, 22 insertions, 22 deletions
diff --git a/lib/cppparser/CMakeLists.txt b/lib/cppparser/CMakeLists.txt
index d8cf531d..e9da8af2 100644
--- a/lib/cppparser/CMakeLists.txt
+++ b/lib/cppparser/CMakeLists.txt
@@ -28,7 +28,7 @@ link_directories(
install( FILES
ast.h driver.h lexer.h parser.h tree_parser.h errors.h
lookup.h cachemanager.h lexercache.h macro.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/cppparser )
+ DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/cppparser )
##### kdevcppparser (shared) ####################
diff --git a/lib/cppparser/Makefile.am b/lib/cppparser/Makefile.am
index f420f757..a40c5518 100644
--- a/lib/cppparser/Makefile.am
+++ b/lib/cppparser/Makefile.am
@@ -6,6 +6,6 @@ libkdevcppparser_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/lib/interf
libkdevcppparser_la_SOURCES = ast.cpp cachemanager.cpp driver.cpp errors.cpp \
lexer.cpp lexercache.cpp lookup.cpp parser.cpp tree_parser.cpp
-kdevcppparserincludedir = $(includedir)/kdevelop/cppparser
+kdevcppparserincludedir = $(includedir)/tdevelop/cppparser
kdevcppparserinclude_HEADERS = ast.h driver.h lexer.h parser.h tree_parser.h errors.h lookup.h cachemanager.h lexercache.h macro.h
diff --git a/lib/cppparser/ast.cpp b/lib/cppparser/ast.cpp
index 334ac62a..e4e3cf5d 100644
--- a/lib/cppparser/ast.cpp
+++ b/lib/cppparser/ast.cpp
@@ -1,5 +1,5 @@
/* This file is part of KDevelop
- Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.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/lib/cppparser/ast.h b/lib/cppparser/ast.h
index 3e53a285..c98c2fe7 100644
--- a/lib/cppparser/ast.h
+++ b/lib/cppparser/ast.h
@@ -1,5 +1,5 @@
/* This file is part of KDevelop
- Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.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/lib/cppparser/cachemanager.cpp b/lib/cppparser/cachemanager.cpp
index 966f4440..372fc026 100644
--- a/lib/cppparser/cachemanager.cpp
+++ b/lib/cppparser/cachemanager.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
copyright : (C) 2006 by David Nolden
- email : david.nolden.kdevelop@art-master.de
+ email : david.nolden.tdevelop@art-master.de
***************************************************************************/
/***************************************************************************
diff --git a/lib/cppparser/cachemanager.h b/lib/cppparser/cachemanager.h
index 3804356f..fe8ef197 100644
--- a/lib/cppparser/cachemanager.h
+++ b/lib/cppparser/cachemanager.h
@@ -1,7 +1,7 @@
/***************************************************************************
copyright : (C) 2006 by David Nolden
- email : david.nolden.kdevelop@art-master.de
+ email : david.nolden.tdevelop@art-master.de
***************************************************************************/
/***************************************************************************
diff --git a/lib/cppparser/driver.cpp b/lib/cppparser/driver.cpp
index da170fa1..bcaea218 100644
--- a/lib/cppparser/driver.cpp
+++ b/lib/cppparser/driver.cpp
@@ -1,6 +1,6 @@
/* This file is part of KDevelop
- Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
- Copyright (C) 2006 David Nolden <david.nolden.kdevelop@art-master.de>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2006 David Nolden <david.nolden.tdevelop@art-master.de>
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/lib/cppparser/driver.h b/lib/cppparser/driver.h
index 01ff0754..e30f7031 100644
--- a/lib/cppparser/driver.h
+++ b/lib/cppparser/driver.h
@@ -1,5 +1,5 @@
/* This file is part of KDevelop
- Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.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/lib/cppparser/errors.cpp b/lib/cppparser/errors.cpp
index 9a18ddd6..e3cb19e5 100644
--- a/lib/cppparser/errors.cpp
+++ b/lib/cppparser/errors.cpp
@@ -1,5 +1,5 @@
/* This file is part of KDevelop
- Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.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/lib/cppparser/errors.h b/lib/cppparser/errors.h
index 6751475e..e0959250 100644
--- a/lib/cppparser/errors.h
+++ b/lib/cppparser/errors.h
@@ -1,5 +1,5 @@
/* This file is part of KDevelop
- Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.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/lib/cppparser/lexer.cpp b/lib/cppparser/lexer.cpp
index 1b98708f..1ed9fca7 100644
--- a/lib/cppparser/lexer.cpp
+++ b/lib/cppparser/lexer.cpp
@@ -1,5 +1,5 @@
/* This file is part of KDevelop
- Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.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/lib/cppparser/lexer.h b/lib/cppparser/lexer.h
index 7b104c76..2630edf7 100644
--- a/lib/cppparser/lexer.h
+++ b/lib/cppparser/lexer.h
@@ -1,5 +1,5 @@
/* This file is part of KDevelop
- Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.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/lib/cppparser/lexercache.cpp b/lib/cppparser/lexercache.cpp
index 2d28e27d..7f420cac 100644
--- a/lib/cppparser/lexercache.cpp
+++ b/lib/cppparser/lexercache.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
copyright : (C) 2006 by David Nolden
- email : david.nolden.kdevelop@art-master.de
+ email : david.nolden.tdevelop@art-master.de
***************************************************************************/
/***************************************************************************
diff --git a/lib/cppparser/lexercache.h b/lib/cppparser/lexercache.h
index a68c4a6b..535768bc 100644
--- a/lib/cppparser/lexercache.h
+++ b/lib/cppparser/lexercache.h
@@ -1,6 +1,6 @@
/***************************************************************************
copyright : (C) 2006 by David Nolden
- email : david.nolden.kdevelop@art-master.de
+ email : david.nolden.tdevelop@art-master.de
***************************************************************************/
/***************************************************************************
diff --git a/lib/cppparser/lookup.cpp b/lib/cppparser/lookup.cpp
index 172faf6a..9d52acbb 100644
--- a/lib/cppparser/lookup.cpp
+++ b/lib/cppparser/lookup.cpp
@@ -1,6 +1,6 @@
/* This file is part of KDevelop
Copyright (C) 2005 Tobias Erbsland <te@profzone.ch>
- Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.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/lib/cppparser/lookup.h b/lib/cppparser/lookup.h
index 54bbfeff..2a89e0d6 100644
--- a/lib/cppparser/lookup.h
+++ b/lib/cppparser/lookup.h
@@ -1,6 +1,6 @@
/* This file is part of KDevelop
Copyright (C) 2005 Tobias Erbsland <te@profzone.ch>
- Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.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/lib/cppparser/macro.h b/lib/cppparser/macro.h
index 26f2c2db..66ab5844 100644
--- a/lib/cppparser/macro.h
+++ b/lib/cppparser/macro.h
@@ -1,6 +1,6 @@
/***************************************************************************
copyright : (C) 2006 by David Nolden
- email : david.nolden.kdevelop@art-master.de
+ email : david.nolden.tdevelop@art-master.de
***************************************************************************/
/***************************************************************************
diff --git a/lib/cppparser/parser.cpp b/lib/cppparser/parser.cpp
index 84ada9b2..9b0a0c1f 100644
--- a/lib/cppparser/parser.cpp
+++ b/lib/cppparser/parser.cpp
@@ -1,5 +1,5 @@
/* This file is part of KDevelop
- Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.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/lib/cppparser/parser.h b/lib/cppparser/parser.h
index 771df635..027360ec 100644
--- a/lib/cppparser/parser.h
+++ b/lib/cppparser/parser.h
@@ -1,5 +1,5 @@
/* This file is part of KDevelop
- Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.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/lib/cppparser/tree_parser.cpp b/lib/cppparser/tree_parser.cpp
index 508c5229..bcb63a33 100644
--- a/lib/cppparser/tree_parser.cpp
+++ b/lib/cppparser/tree_parser.cpp
@@ -1,5 +1,5 @@
/* This file is part of KDevelop
- Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.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/lib/cppparser/tree_parser.h b/lib/cppparser/tree_parser.h
index 442cd408..06c9f987 100644
--- a/lib/cppparser/tree_parser.h
+++ b/lib/cppparser/tree_parser.h
@@ -1,5 +1,5 @@
/* This file is part of KDevelop
- Copyright (C) 2002,2003 Roberto Raggi <roberto@kdevelop.org>
+ Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public