From 998ebd2e683e45140493910f76e692e96887b5d2 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 4 Jul 2012 16:46:19 -0500 Subject: Fix help files, kdevelop->tdevelop branding, fix startup. --- lib/cppparser/ast.cpp | 2 +- lib/cppparser/ast.h | 2 +- lib/cppparser/driver.cpp | 2 +- lib/cppparser/driver.h | 2 +- lib/cppparser/errors.cpp | 2 +- lib/cppparser/errors.h | 2 +- lib/cppparser/lexer.cpp | 2 +- lib/cppparser/lexer.h | 2 +- lib/cppparser/lookup.cpp | 2 +- lib/cppparser/lookup.h | 2 +- lib/cppparser/parser.cpp | 2 +- lib/cppparser/parser.h | 2 +- lib/cppparser/tree_parser.cpp | 2 +- lib/cppparser/tree_parser.h | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'lib/cppparser') 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 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 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 Copyright (C) 2006 David Nolden 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 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 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 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 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 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 Copyright (C) 2002,2003 Roberto Raggi 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 Copyright (C) 2002,2003 Roberto Raggi 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 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 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 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 This library is free software; you can redistribute it and/or -- cgit v1.2.1