diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-07-04 16:46:19 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-07-04 16:46:19 -0500 |
commit | 998ebd2e683e45140493910f76e692e96887b5d2 (patch) | |
tree | 4d75be7d82ab9ba5ebd7c95c5b64a265971183d2 /lib/cppparser | |
parent | 9ba3adb356665bc27c3416c0b916efa89b366bde (diff) | |
download | tdevelop-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.cpp | 2 | ||||
-rw-r--r-- | lib/cppparser/ast.h | 2 | ||||
-rw-r--r-- | lib/cppparser/driver.cpp | 2 | ||||
-rw-r--r-- | lib/cppparser/driver.h | 2 | ||||
-rw-r--r-- | lib/cppparser/errors.cpp | 2 | ||||
-rw-r--r-- | lib/cppparser/errors.h | 2 | ||||
-rw-r--r-- | lib/cppparser/lexer.cpp | 2 | ||||
-rw-r--r-- | lib/cppparser/lexer.h | 2 | ||||
-rw-r--r-- | lib/cppparser/lookup.cpp | 2 | ||||
-rw-r--r-- | lib/cppparser/lookup.h | 2 | ||||
-rw-r--r-- | lib/cppparser/parser.cpp | 2 | ||||
-rw-r--r-- | lib/cppparser/parser.h | 2 | ||||
-rw-r--r-- | lib/cppparser/tree_parser.cpp | 2 | ||||
-rw-r--r-- | lib/cppparser/tree_parser.h | 2 |
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 |