summaryrefslogtreecommitdiffstats
path: root/lib/cppparser
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-07-04 16:46:19 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-07-04 16:46:19 -0500
commit998ebd2e683e45140493910f76e692e96887b5d2 (patch)
tree4d75be7d82ab9ba5ebd7c95c5b64a265971183d2 /lib/cppparser
parent9ba3adb356665bc27c3416c0b916efa89b366bde (diff)
downloadtdevelop-998ebd2e683e45140493910f76e692e96887b5d2.tar.gz
tdevelop-998ebd2e683e45140493910f76e692e96887b5d2.zip
Fix help files, kdevelop->tdevelop branding, fix startup.
Diffstat (limited to 'lib/cppparser')
-rw-r--r--lib/cppparser/ast.cpp2
-rw-r--r--lib/cppparser/ast.h2
-rw-r--r--lib/cppparser/driver.cpp2
-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/lookup.cpp2
-rw-r--r--lib/cppparser/lookup.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
14 files changed, 14 insertions, 14 deletions
diff --git a/lib/cppparser/ast.cpp b/lib/cppparser/ast.cpp
index 8f2f2ad7..260dd87b 100644
--- a/lib/cppparser/ast.cpp
+++ b/lib/cppparser/ast.cpp
@@ -1,4 +1,4 @@
-/* This file is part of KDevelop
+/* This file is part of TDevelop
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org>
This library is free software; you can redistribute it and/or
diff --git a/lib/cppparser/ast.h b/lib/cppparser/ast.h
index becf2e77..e062d077 100644
--- a/lib/cppparser/ast.h
+++ b/lib/cppparser/ast.h
@@ -1,4 +1,4 @@
-/* This file is part of KDevelop
+/* This file is part of TDevelop
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org>
This library is free software; you can redistribute it and/or
diff --git a/lib/cppparser/driver.cpp b/lib/cppparser/driver.cpp
index 01d7c5cd..4c7fe6dc 100644
--- a/lib/cppparser/driver.cpp
+++ b/lib/cppparser/driver.cpp
@@ -1,4 +1,4 @@
-/* This file is part of KDevelop
+/* This file is part of TDevelop
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org>
Copyright (C) 2006 David Nolden <david.nolden.tdevelop@art-master.de>
diff --git a/lib/cppparser/driver.h b/lib/cppparser/driver.h
index e30f7031..71e0f2d7 100644
--- a/lib/cppparser/driver.h
+++ b/lib/cppparser/driver.h
@@ -1,4 +1,4 @@
-/* This file is part of KDevelop
+/* This file is part of TDevelop
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org>
This library is free software; you can redistribute it and/or
diff --git a/lib/cppparser/errors.cpp b/lib/cppparser/errors.cpp
index e3cb19e5..3fc2e697 100644
--- a/lib/cppparser/errors.cpp
+++ b/lib/cppparser/errors.cpp
@@ -1,4 +1,4 @@
-/* This file is part of KDevelop
+/* This file is part of TDevelop
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org>
This library is free software; you can redistribute it and/or
diff --git a/lib/cppparser/errors.h b/lib/cppparser/errors.h
index e0959250..4898e312 100644
--- a/lib/cppparser/errors.h
+++ b/lib/cppparser/errors.h
@@ -1,4 +1,4 @@
-/* This file is part of KDevelop
+/* This file is part of TDevelop
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org>
This library is free software; you can redistribute it and/or
diff --git a/lib/cppparser/lexer.cpp b/lib/cppparser/lexer.cpp
index 167c88c4..687cce08 100644
--- a/lib/cppparser/lexer.cpp
+++ b/lib/cppparser/lexer.cpp
@@ -1,4 +1,4 @@
-/* This file is part of KDevelop
+/* This file is part of TDevelop
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org>
This library is free software; you can redistribute it and/or
diff --git a/lib/cppparser/lexer.h b/lib/cppparser/lexer.h
index 047fc864..adc664e5 100644
--- a/lib/cppparser/lexer.h
+++ b/lib/cppparser/lexer.h
@@ -1,4 +1,4 @@
-/* This file is part of KDevelop
+/* This file is part of TDevelop
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org>
This library is free software; you can redistribute it and/or
diff --git a/lib/cppparser/lookup.cpp b/lib/cppparser/lookup.cpp
index 9d52acbb..98a607e0 100644
--- a/lib/cppparser/lookup.cpp
+++ b/lib/cppparser/lookup.cpp
@@ -1,4 +1,4 @@
-/* This file is part of KDevelop
+/* This file is part of TDevelop
Copyright (C) 2005 Tobias Erbsland <te@profzone.ch>
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org>
diff --git a/lib/cppparser/lookup.h b/lib/cppparser/lookup.h
index 2a89e0d6..811798a3 100644
--- a/lib/cppparser/lookup.h
+++ b/lib/cppparser/lookup.h
@@ -1,4 +1,4 @@
-/* This file is part of KDevelop
+/* This file is part of TDevelop
Copyright (C) 2005 Tobias Erbsland <te@profzone.ch>
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org>
diff --git a/lib/cppparser/parser.cpp b/lib/cppparser/parser.cpp
index a9b77ed2..6934675e 100644
--- a/lib/cppparser/parser.cpp
+++ b/lib/cppparser/parser.cpp
@@ -1,4 +1,4 @@
-/* This file is part of KDevelop
+/* This file is part of TDevelop
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org>
This library is free software; you can redistribute it and/or
diff --git a/lib/cppparser/parser.h b/lib/cppparser/parser.h
index 027360ec..c5527516 100644
--- a/lib/cppparser/parser.h
+++ b/lib/cppparser/parser.h
@@ -1,4 +1,4 @@
-/* This file is part of KDevelop
+/* This file is part of TDevelop
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org>
This library is free software; you can redistribute it and/or
diff --git a/lib/cppparser/tree_parser.cpp b/lib/cppparser/tree_parser.cpp
index bcb63a33..c6025d73 100644
--- a/lib/cppparser/tree_parser.cpp
+++ b/lib/cppparser/tree_parser.cpp
@@ -1,4 +1,4 @@
-/* This file is part of KDevelop
+/* This file is part of TDevelop
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org>
This library is free software; you can redistribute it and/or
diff --git a/lib/cppparser/tree_parser.h b/lib/cppparser/tree_parser.h
index 06c9f987..e7ab70bd 100644
--- a/lib/cppparser/tree_parser.h
+++ b/lib/cppparser/tree_parser.h
@@ -1,4 +1,4 @@
-/* This file is part of KDevelop
+/* This file is part of TDevelop
Copyright (C) 2002,2003 Roberto Raggi <roberto@tdevelop.org>
This library is free software; you can redistribute it and/or