From 47ac65d69eca8f1821e3fa5b2c76661a58b45718 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 26 Jun 2015 19:52:45 +0300 Subject: Fix program name in copyright headers. --- src/parsers/decl/const_decl.cpp | 2 +- src/parsers/decl/field_decl.cpp | 2 +- src/parsers/decl/function_decl.cpp | 2 +- src/parsers/decl/label_decl.cpp | 2 +- src/parsers/decl/parm_decl.cpp | 2 +- src/parsers/decl/result_decl.cpp | 2 +- src/parsers/decl/template_decl.cpp | 2 +- src/parsers/decl/type_decl.cpp | 2 +- src/parsers/decl/using_decl.cpp | 2 +- src/parsers/decl/var_decl.cpp | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'src/parsers/decl') diff --git a/src/parsers/decl/const_decl.cpp b/src/parsers/decl/const_decl.cpp index 2a2e1d2..cc41d01 100644 --- a/src/parsers/decl/const_decl.cpp +++ b/src/parsers/decl/const_decl.cpp @@ -1,7 +1,7 @@ /* * Copyright (C) 2015 Andrei Karas * - * This file is part of AstDumper. + * This file is part of Paranoid null checker. * * 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/src/parsers/decl/field_decl.cpp b/src/parsers/decl/field_decl.cpp index 14b8789..1d425b9 100644 --- a/src/parsers/decl/field_decl.cpp +++ b/src/parsers/decl/field_decl.cpp @@ -1,7 +1,7 @@ /* * Copyright (C) 2015 Andrei Karas * - * This file is part of AstDumper. + * This file is part of Paranoid null checker. * * 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/src/parsers/decl/function_decl.cpp b/src/parsers/decl/function_decl.cpp index 91eb15b..6aadec4 100644 --- a/src/parsers/decl/function_decl.cpp +++ b/src/parsers/decl/function_decl.cpp @@ -1,7 +1,7 @@ /* * Copyright (C) 2015 Andrei Karas * - * This file is part of AstDumper. + * This file is part of Paranoid null checker. * * 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/src/parsers/decl/label_decl.cpp b/src/parsers/decl/label_decl.cpp index df1df44..ef8815f 100644 --- a/src/parsers/decl/label_decl.cpp +++ b/src/parsers/decl/label_decl.cpp @@ -1,7 +1,7 @@ /* * Copyright (C) 2015 Andrei Karas * - * This file is part of AstDumper. + * This file is part of Paranoid null checker. * * 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/src/parsers/decl/parm_decl.cpp b/src/parsers/decl/parm_decl.cpp index 89b3bcb..7de6ebf 100644 --- a/src/parsers/decl/parm_decl.cpp +++ b/src/parsers/decl/parm_decl.cpp @@ -1,7 +1,7 @@ /* * Copyright (C) 2015 Andrei Karas * - * This file is part of AstDumper. + * This file is part of Paranoid null checker. * * 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/src/parsers/decl/result_decl.cpp b/src/parsers/decl/result_decl.cpp index a3f4015..6fde94a 100644 --- a/src/parsers/decl/result_decl.cpp +++ b/src/parsers/decl/result_decl.cpp @@ -1,7 +1,7 @@ /* * Copyright (C) 2015 Andrei Karas * - * This file is part of AstDumper. + * This file is part of Paranoid null checker. * * 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/src/parsers/decl/template_decl.cpp b/src/parsers/decl/template_decl.cpp index 21220b5..fead305 100644 --- a/src/parsers/decl/template_decl.cpp +++ b/src/parsers/decl/template_decl.cpp @@ -1,7 +1,7 @@ /* * Copyright (C) 2015 Andrei Karas * - * This file is part of AstDumper. + * This file is part of Paranoid null checker. * * 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/src/parsers/decl/type_decl.cpp b/src/parsers/decl/type_decl.cpp index c266a96..fae5b2e 100644 --- a/src/parsers/decl/type_decl.cpp +++ b/src/parsers/decl/type_decl.cpp @@ -1,7 +1,7 @@ /* * Copyright (C) 2015 Andrei Karas * - * This file is part of AstDumper. + * This file is part of Paranoid null checker. * * 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/src/parsers/decl/using_decl.cpp b/src/parsers/decl/using_decl.cpp index 040e029..6f67964 100644 --- a/src/parsers/decl/using_decl.cpp +++ b/src/parsers/decl/using_decl.cpp @@ -1,7 +1,7 @@ /* * Copyright (C) 2015 Andrei Karas * - * This file is part of AstDumper. + * This file is part of Paranoid null checker. * * 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/src/parsers/decl/var_decl.cpp b/src/parsers/decl/var_decl.cpp index 09afed1..5bf6925 100644 --- a/src/parsers/decl/var_decl.cpp +++ b/src/parsers/decl/var_decl.cpp @@ -1,7 +1,7 @@ /* * Copyright (C) 2015 Andrei Karas * - * This file is part of AstDumper. + * This file is part of Paranoid null checker. * * 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 -- cgit v1.2.3-60-g2f50