summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/tpl/node.tpl2
-rw-r--r--scripts/tpl/parser.tpl2
-rw-r--r--src/analysis/analysis.cpp2
-rw-r--r--src/analysis/analysis.h2
-rw-r--r--src/analysis/declaration.cpp2
-rw-r--r--src/analysis/declaration.h2
-rw-r--r--src/analysis/expression.cpp2
-rw-r--r--src/analysis/expression.h2
-rw-r--r--src/analysis/function.cpp2
-rw-r--r--src/analysis/function.h2
-rw-r--r--src/analysis/ref.cpp2
-rw-r--r--src/analysis/ref.h2
-rw-r--r--src/analysis/statement.cpp2
-rw-r--r--src/analysis/statement.h2
-rw-r--r--src/analysis/walkitem.h2
-rw-r--r--src/command.h2
-rw-r--r--src/includes.h2
-rw-r--r--src/includes/parserincludes.h2
-rw-r--r--src/localconsts.h2
-rw-r--r--src/logger.cpp2
-rw-r--r--src/logger.h2
-rw-r--r--src/nodes/base/cst.h2
-rw-r--r--src/nodes/base/decl.h2
-rw-r--r--src/nodes/base/expr.h2
-rw-r--r--src/nodes/base/node.cpp2
-rw-r--r--src/nodes/base/node.h2
-rw-r--r--src/nodes/base/ref.h2
-rw-r--r--src/nodes/base/stmt.h2
-rw-r--r--src/nodes/base/type.h2
-rw-r--r--src/nodes/base/vec.h2
-rw-r--r--src/nodes/block/ehspec_block.h2
-rw-r--r--src/nodes/block/try_block.h2
-rw-r--r--src/nodes/blocknode.h2
-rw-r--r--src/nodes/constructor.h2
-rw-r--r--src/nodes/cst/integer_cst.h2
-rw-r--r--src/nodes/cst/ptrmem_cst.h2
-rw-r--r--src/nodes/cst/real_cst.h2
-rw-r--r--src/nodes/cst/string_cst.h2
-rw-r--r--src/nodes/cst/vector_cst.h2
-rw-r--r--src/nodes/cst/void_cst.h2
-rw-r--r--src/nodes/decl/const_decl.h2
-rw-r--r--src/nodes/decl/field_decl.h2
-rw-r--r--src/nodes/decl/function_decl.h2
-rw-r--r--src/nodes/decl/label_decl.h2
-rw-r--r--src/nodes/decl/parm_decl.h2
-rw-r--r--src/nodes/decl/result_decl.h2
-rw-r--r--src/nodes/decl/template_decl.h2
-rw-r--r--src/nodes/decl/type_decl.h2
-rw-r--r--src/nodes/decl/using_decl.h2
-rw-r--r--src/nodes/decl/var_decl.h2
-rw-r--r--src/nodes/errormark.h2
-rw-r--r--src/nodes/expr/abs_expr.h2
-rw-r--r--src/nodes/expr/addr_expr.h2
-rw-r--r--src/nodes/expr/aggrinit_expr.h2
-rw-r--r--src/nodes/expr/asm_expr.h2
-rw-r--r--src/nodes/expr/bind_expr.h2
-rw-r--r--src/nodes/expr/bitand_expr.h2
-rw-r--r--src/nodes/expr/bitior_expr.h2
-rw-r--r--src/nodes/expr/bitnot_expr.h2
-rw-r--r--src/nodes/expr/bitxor_expr.h2
-rw-r--r--src/nodes/expr/call_expr.h2
-rw-r--r--src/nodes/expr/caselabel_expr.h2
-rw-r--r--src/nodes/expr/cast_expr.h2
-rw-r--r--src/nodes/expr/ceildiv_expr.h2
-rw-r--r--src/nodes/expr/ceilmod_expr.h2
-rw-r--r--src/nodes/expr/cleanuppoint_expr.h2
-rw-r--r--src/nodes/expr/compound_expr.h2
-rw-r--r--src/nodes/expr/cond_expr.h2
-rw-r--r--src/nodes/expr/convert_expr.h2
-rw-r--r--src/nodes/expr/decl_expr.h2
-rw-r--r--src/nodes/expr/emptyclass_expr.h2
-rw-r--r--src/nodes/expr/eq_expr.h2
-rw-r--r--src/nodes/expr/exactdiv_expr.h2
-rw-r--r--src/nodes/expr/exit_expr.h2
-rw-r--r--src/nodes/expr/fixtrunc_expr.h2
-rw-r--r--src/nodes/expr/float_expr.h2
-rw-r--r--src/nodes/expr/floordiv_expr.h2
-rw-r--r--src/nodes/expr/floormod_expr.h2
-rw-r--r--src/nodes/expr/ge_expr.h2
-rw-r--r--src/nodes/expr/goto_expr.h2
-rw-r--r--src/nodes/expr/gt_expr.h2
-rw-r--r--src/nodes/expr/init_expr.h2
-rw-r--r--src/nodes/expr/label_expr.h2
-rw-r--r--src/nodes/expr/le_expr.h2
-rw-r--r--src/nodes/expr/loop_expr.h2
-rw-r--r--src/nodes/expr/lrotate_expr.h2
-rw-r--r--src/nodes/expr/lshift_expr.h2
-rw-r--r--src/nodes/expr/lt_expr.h2
-rw-r--r--src/nodes/expr/max_expr.h2
-rw-r--r--src/nodes/expr/min_expr.h2
-rw-r--r--src/nodes/expr/minus_expr.h2
-rw-r--r--src/nodes/expr/modify_expr.h2
-rw-r--r--src/nodes/expr/mult_expr.h2
-rw-r--r--src/nodes/expr/mustnotthrow_expr.h2
-rw-r--r--src/nodes/expr/ne_expr.h2
-rw-r--r--src/nodes/expr/negate_expr.h2
-rw-r--r--src/nodes/expr/nonlvalue_expr.h2
-rw-r--r--src/nodes/expr/nop_expr.h2
-rw-r--r--src/nodes/expr/plus_expr.h2
-rw-r--r--src/nodes/expr/pointerplus_expr.h2
-rw-r--r--src/nodes/expr/postdecrement_expr.h2
-rw-r--r--src/nodes/expr/postincrement_expr.h2
-rw-r--r--src/nodes/expr/predecrement_expr.h2
-rw-r--r--src/nodes/expr/preincrement_expr.h2
-rw-r--r--src/nodes/expr/range_expr.h2
-rw-r--r--src/nodes/expr/rdiv_expr.h2
-rw-r--r--src/nodes/expr/return_expr.h2
-rw-r--r--src/nodes/expr/rounddiv_expr.h2
-rw-r--r--src/nodes/expr/roundmod_expr.h2
-rw-r--r--src/nodes/expr/rrotate_expr.h2
-rw-r--r--src/nodes/expr/rshift_expr.h2
-rw-r--r--src/nodes/expr/save_expr.h2
-rw-r--r--src/nodes/expr/sizeof_expr.h2
-rw-r--r--src/nodes/expr/staticcast_expr.h2
-rw-r--r--src/nodes/expr/switch_expr.h2
-rw-r--r--src/nodes/expr/target_expr.h2
-rw-r--r--src/nodes/expr/throw_expr.h2
-rw-r--r--src/nodes/expr/truncdiv_expr.h2
-rw-r--r--src/nodes/expr/truncmod_expr.h2
-rw-r--r--src/nodes/expr/truthand_expr.h2
-rw-r--r--src/nodes/expr/truthandif_expr.h2
-rw-r--r--src/nodes/expr/truthnot_expr.h2
-rw-r--r--src/nodes/expr/truthor_expr.h2
-rw-r--r--src/nodes/expr/truthorif_expr.h2
-rw-r--r--src/nodes/expr/truthxor_expr.h2
-rw-r--r--src/nodes/expr/trycatch_expr.h2
-rw-r--r--src/nodes/expr/tryfinally_expr.h2
-rw-r--r--src/nodes/expr/vecinit_expr.h2
-rw-r--r--src/nodes/expr/viewconvert_expr.h2
-rw-r--r--src/nodes/handler.h2
-rw-r--r--src/nodes/identifier.h2
-rw-r--r--src/nodes/list/statement_list.h2
-rw-r--r--src/nodes/list/tree_list.h2
-rw-r--r--src/nodes/ref/array_ref.h2
-rw-r--r--src/nodes/ref/bitfield_ref.h2
-rw-r--r--src/nodes/ref/component_ref.h2
-rw-r--r--src/nodes/ref/indirect_ref.h2
-rw-r--r--src/nodes/ref/objtype_ref.h2
-rw-r--r--src/nodes/ref/scope_ref.h2
-rw-r--r--src/nodes/stmt/break_stmt.h2
-rw-r--r--src/nodes/stmt/cleanup_stmt.h2
-rw-r--r--src/nodes/stmt/continue_stmt.h2
-rw-r--r--src/nodes/stmt/do_stmt.h2
-rw-r--r--src/nodes/stmt/expr_stmt.h2
-rw-r--r--src/nodes/stmt/for_stmt.h2
-rw-r--r--src/nodes/stmt/if_stmt.h2
-rw-r--r--src/nodes/stmt/switch_stmt.h2
-rw-r--r--src/nodes/stmt/while_stmt.h2
-rw-r--r--src/nodes/targetoption.h2
-rw-r--r--src/nodes/templateparmindex.h2
-rw-r--r--src/nodes/templatetypeparm.h2
-rw-r--r--src/nodes/type/array_type.h2
-rw-r--r--src/nodes/type/boolean_type.h2
-rw-r--r--src/nodes/type/enumeral_type.h2
-rw-r--r--src/nodes/type/function_type.h2
-rw-r--r--src/nodes/type/integer_type.h2
-rw-r--r--src/nodes/type/method_type.h2
-rw-r--r--src/nodes/type/nullptr_type.h2
-rw-r--r--src/nodes/type/pointer_type.h2
-rw-r--r--src/nodes/type/real_type.h2
-rw-r--r--src/nodes/type/record_type.h2
-rw-r--r--src/nodes/type/reference_type.h2
-rw-r--r--src/nodes/type/typename_type.h2
-rw-r--r--src/nodes/type/union_type.h2
-rw-r--r--src/nodes/type/vector_type.h2
-rw-r--r--src/nodes/type/void_type.h2
-rw-r--r--src/nodes/vec/tree_vec.h2
-rw-r--r--src/nodesmap.h2
-rw-r--r--src/parsers/base/decl.cpp2
-rw-r--r--src/parsers/base/decl.h2
-rw-r--r--src/parsers/base/expr.cpp2
-rw-r--r--src/parsers/base/expr.h2
-rw-r--r--src/parsers/base/ref.cpp2
-rw-r--r--src/parsers/base/ref.h2
-rw-r--r--src/parsers/base/stmt.cpp2
-rw-r--r--src/parsers/base/stmt.h2
-rw-r--r--src/parsers/base/type.cpp2
-rw-r--r--src/parsers/base/type.h2
-rw-r--r--src/parsers/base/vec.cpp2
-rw-r--r--src/parsers/base/vec.h2
-rw-r--r--src/parsers/block/ehspec_block.cpp2
-rw-r--r--src/parsers/block/try_block.cpp2
-rw-r--r--src/parsers/blocknode.cpp2
-rw-r--r--src/parsers/constructor.cpp2
-rw-r--r--src/parsers/cst/integer_cst.cpp2
-rw-r--r--src/parsers/cst/ptrmem_cst.cpp2
-rw-r--r--src/parsers/cst/real_cst.cpp2
-rw-r--r--src/parsers/cst/string_cst.cpp2
-rw-r--r--src/parsers/cst/vector_cst.cpp2
-rw-r--r--src/parsers/cst/void_cst.cpp2
-rw-r--r--src/parsers/decl/const_decl.cpp2
-rw-r--r--src/parsers/decl/field_decl.cpp2
-rw-r--r--src/parsers/decl/function_decl.cpp2
-rw-r--r--src/parsers/decl/label_decl.cpp2
-rw-r--r--src/parsers/decl/parm_decl.cpp2
-rw-r--r--src/parsers/decl/result_decl.cpp2
-rw-r--r--src/parsers/decl/template_decl.cpp2
-rw-r--r--src/parsers/decl/type_decl.cpp2
-rw-r--r--src/parsers/decl/using_decl.cpp2
-rw-r--r--src/parsers/decl/var_decl.cpp2
-rw-r--r--src/parsers/errormark.cpp2
-rw-r--r--src/parsers/expr/abs_expr.cpp2
-rw-r--r--src/parsers/expr/addr_expr.cpp2
-rw-r--r--src/parsers/expr/aggrinit_expr.cpp2
-rw-r--r--src/parsers/expr/asm_expr.cpp2
-rw-r--r--src/parsers/expr/bind_expr.cpp2
-rw-r--r--src/parsers/expr/bitand_expr.cpp2
-rw-r--r--src/parsers/expr/bitior_expr.cpp2
-rw-r--r--src/parsers/expr/bitnot_expr.cpp2
-rw-r--r--src/parsers/expr/bitxor_expr.cpp2
-rw-r--r--src/parsers/expr/call_expr.cpp2
-rw-r--r--src/parsers/expr/caselabel_expr.cpp2
-rw-r--r--src/parsers/expr/cast_expr.cpp2
-rw-r--r--src/parsers/expr/ceildiv_expr.cpp2
-rw-r--r--src/parsers/expr/ceilmod_expr.cpp2
-rw-r--r--src/parsers/expr/cleanuppoint_expr.cpp2
-rw-r--r--src/parsers/expr/compound_expr.cpp2
-rw-r--r--src/parsers/expr/cond_expr.cpp2
-rw-r--r--src/parsers/expr/convert_expr.cpp2
-rw-r--r--src/parsers/expr/decl_expr.cpp2
-rw-r--r--src/parsers/expr/emptyclass_expr.cpp2
-rw-r--r--src/parsers/expr/eq_expr.cpp2
-rw-r--r--src/parsers/expr/exactdiv_expr.cpp2
-rw-r--r--src/parsers/expr/exit_expr.cpp2
-rw-r--r--src/parsers/expr/fixtrunc_expr.cpp2
-rw-r--r--src/parsers/expr/float_expr.cpp2
-rw-r--r--src/parsers/expr/floordiv_expr.cpp2
-rw-r--r--src/parsers/expr/floormod_expr.cpp2
-rw-r--r--src/parsers/expr/ge_expr.cpp2
-rw-r--r--src/parsers/expr/goto_expr.cpp2
-rw-r--r--src/parsers/expr/gt_expr.cpp2
-rw-r--r--src/parsers/expr/init_expr.cpp2
-rw-r--r--src/parsers/expr/label_expr.cpp2
-rw-r--r--src/parsers/expr/le_expr.cpp2
-rw-r--r--src/parsers/expr/loop_expr.cpp2
-rw-r--r--src/parsers/expr/lrotate_expr.cpp2
-rw-r--r--src/parsers/expr/lshift_expr.cpp2
-rw-r--r--src/parsers/expr/lt_expr.cpp2
-rw-r--r--src/parsers/expr/max_expr.cpp2
-rw-r--r--src/parsers/expr/min_expr.cpp2
-rw-r--r--src/parsers/expr/minus_expr.cpp2
-rw-r--r--src/parsers/expr/modify_expr.cpp2
-rw-r--r--src/parsers/expr/mult_expr.cpp2
-rw-r--r--src/parsers/expr/mustnotthrow_expr.cpp2
-rw-r--r--src/parsers/expr/ne_expr.cpp2
-rw-r--r--src/parsers/expr/negate_expr.cpp2
-rw-r--r--src/parsers/expr/nonlvalue_expr.cpp2
-rw-r--r--src/parsers/expr/nop_expr.cpp2
-rw-r--r--src/parsers/expr/plus_expr.cpp2
-rw-r--r--src/parsers/expr/pointerplus_expr.cpp2
-rw-r--r--src/parsers/expr/postdecrement_expr.cpp2
-rw-r--r--src/parsers/expr/postincrement_expr.cpp2
-rw-r--r--src/parsers/expr/predecrement_expr.cpp2
-rw-r--r--src/parsers/expr/preincrement_expr.cpp2
-rw-r--r--src/parsers/expr/range_expr.cpp2
-rw-r--r--src/parsers/expr/rdiv_expr.cpp2
-rw-r--r--src/parsers/expr/return_expr.cpp2
-rw-r--r--src/parsers/expr/rounddiv_expr.cpp2
-rw-r--r--src/parsers/expr/roundmod_expr.cpp2
-rw-r--r--src/parsers/expr/rrotate_expr.cpp2
-rw-r--r--src/parsers/expr/rshift_expr.cpp2
-rw-r--r--src/parsers/expr/save_expr.cpp2
-rw-r--r--src/parsers/expr/sizeof_expr.cpp2
-rw-r--r--src/parsers/expr/staticcast_expr.cpp2
-rw-r--r--src/parsers/expr/switch_expr.cpp2
-rw-r--r--src/parsers/expr/target_expr.cpp2
-rw-r--r--src/parsers/expr/throw_expr.cpp2
-rw-r--r--src/parsers/expr/truncdiv_expr.cpp2
-rw-r--r--src/parsers/expr/truncmod_expr.cpp2
-rw-r--r--src/parsers/expr/truthand_expr.cpp2
-rw-r--r--src/parsers/expr/truthandif_expr.cpp2
-rw-r--r--src/parsers/expr/truthnot_expr.cpp2
-rw-r--r--src/parsers/expr/truthor_expr.cpp2
-rw-r--r--src/parsers/expr/truthorif_expr.cpp2
-rw-r--r--src/parsers/expr/truthxor_expr.cpp2
-rw-r--r--src/parsers/expr/trycatch_expr.cpp2
-rw-r--r--src/parsers/expr/tryfinally_expr.cpp2
-rw-r--r--src/parsers/expr/vecinit_expr.cpp2
-rw-r--r--src/parsers/expr/viewconvert_expr.cpp2
-rw-r--r--src/parsers/generic.cpp2
-rw-r--r--src/parsers/generic.h2
-rw-r--r--src/parsers/handler.cpp2
-rw-r--r--src/parsers/identifier_node.cpp2
-rw-r--r--src/parsers/list/statement_list.cpp2
-rw-r--r--src/parsers/list/tree_list.cpp2
-rw-r--r--src/parsers/ref/array_ref.cpp2
-rw-r--r--src/parsers/ref/bitfield_ref.cpp2
-rw-r--r--src/parsers/ref/component_ref.cpp2
-rw-r--r--src/parsers/ref/indirect_ref.cpp2
-rw-r--r--src/parsers/ref/objtype_ref.cpp2
-rw-r--r--src/parsers/ref/scope_ref.cpp2
-rw-r--r--src/parsers/stmt/break_stmt.cpp2
-rw-r--r--src/parsers/stmt/cleanup_stmt.cpp2
-rw-r--r--src/parsers/stmt/continue_stmt.cpp2
-rw-r--r--src/parsers/stmt/do_stmt.cpp2
-rw-r--r--src/parsers/stmt/expr_stmt.cpp2
-rw-r--r--src/parsers/stmt/for_stmt.cpp2
-rw-r--r--src/parsers/stmt/if_stmt.cpp2
-rw-r--r--src/parsers/stmt/switch_stmt.cpp2
-rw-r--r--src/parsers/stmt/while_stmt.cpp2
-rw-r--r--src/parsers/targetoption.cpp2
-rw-r--r--src/parsers/templateparmindex.cpp2
-rw-r--r--src/parsers/templatetypeparm.cpp2
-rw-r--r--src/parsers/type/array_type.cpp2
-rw-r--r--src/parsers/type/boolean_type.cpp2
-rw-r--r--src/parsers/type/enumeral_type.cpp2
-rw-r--r--src/parsers/type/function_type.cpp2
-rw-r--r--src/parsers/type/integer_type.cpp2
-rw-r--r--src/parsers/type/method_type.cpp2
-rw-r--r--src/parsers/type/nullptr_type.cpp2
-rw-r--r--src/parsers/type/pointer_type.cpp2
-rw-r--r--src/parsers/type/real_type.cpp2
-rw-r--r--src/parsers/type/record_type.cpp2
-rw-r--r--src/parsers/type/reference_type.cpp2
-rw-r--r--src/parsers/type/typename_type.cpp2
-rw-r--r--src/parsers/type/union_type.cpp2
-rw-r--r--src/parsers/type/vector_type.cpp2
-rw-r--r--src/parsers/type/void_type.cpp2
-rw-r--r--src/parsers/vec/tree_vec.cpp2
-rw-r--r--src/plugin.cpp2
-rw-r--r--src/stringutils.cpp2
-rw-r--r--src/stringutils.h2
322 files changed, 322 insertions, 322 deletions
diff --git a/scripts/tpl/node.tpl b/scripts/tpl/node.tpl
index 30783a5..830aa6b 100644
--- a/scripts/tpl/node.tpl
+++ b/scripts/tpl/node.tpl
@@ -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/scripts/tpl/parser.tpl b/scripts/tpl/parser.tpl
index 67ce764..5a1d4fe 100644
--- a/scripts/tpl/parser.tpl
+++ b/scripts/tpl/parser.tpl
@@ -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/analysis/analysis.cpp b/src/analysis/analysis.cpp
index 23df042..33cc80a 100644
--- a/src/analysis/analysis.cpp
+++ b/src/analysis/analysis.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/analysis/analysis.h b/src/analysis/analysis.h
index 1eec315..e42a393 100644
--- a/src/analysis/analysis.h
+++ b/src/analysis/analysis.h
@@ -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/analysis/declaration.cpp b/src/analysis/declaration.cpp
index 544a52b..aaea8a2 100644
--- a/src/analysis/declaration.cpp
+++ b/src/analysis/declaration.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/analysis/declaration.h b/src/analysis/declaration.h
index c23729c..1d69a45 100644
--- a/src/analysis/declaration.h
+++ b/src/analysis/declaration.h
@@ -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/analysis/expression.cpp b/src/analysis/expression.cpp
index 6c9b115..558ed49 100644
--- a/src/analysis/expression.cpp
+++ b/src/analysis/expression.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/analysis/expression.h b/src/analysis/expression.h
index 2a23256..2e35efc 100644
--- a/src/analysis/expression.h
+++ b/src/analysis/expression.h
@@ -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/analysis/function.cpp b/src/analysis/function.cpp
index df911ae..7668b15 100644
--- a/src/analysis/function.cpp
+++ b/src/analysis/function.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/analysis/function.h b/src/analysis/function.h
index c18e9a9..ad85bfa 100644
--- a/src/analysis/function.h
+++ b/src/analysis/function.h
@@ -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/analysis/ref.cpp b/src/analysis/ref.cpp
index b638c53..27de78c 100644
--- a/src/analysis/ref.cpp
+++ b/src/analysis/ref.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/analysis/ref.h b/src/analysis/ref.h
index b562d01..ff245cc 100644
--- a/src/analysis/ref.h
+++ b/src/analysis/ref.h
@@ -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/analysis/statement.cpp b/src/analysis/statement.cpp
index 31568bb..24eb38c 100644
--- a/src/analysis/statement.cpp
+++ b/src/analysis/statement.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/analysis/statement.h b/src/analysis/statement.h
index 3a414df..08c6869 100644
--- a/src/analysis/statement.h
+++ b/src/analysis/statement.h
@@ -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/analysis/walkitem.h b/src/analysis/walkitem.h
index a25bff6..0b364e5 100644
--- a/src/analysis/walkitem.h
+++ b/src/analysis/walkitem.h
@@ -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/command.h b/src/command.h
index 177d301..9831406 100644
--- a/src/command.h
+++ b/src/command.h
@@ -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/includes.h b/src/includes.h
index bd4cf04..db1d484 100644
--- a/src/includes.h
+++ b/src/includes.h
@@ -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/includes/parserincludes.h b/src/includes/parserincludes.h
index ecc46a8..179a79c 100644
--- a/src/includes/parserincludes.h
+++ b/src/includes/parserincludes.h
@@ -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/localconsts.h b/src/localconsts.h
index 6742a78..616581c 100644
--- a/src/localconsts.h
+++ b/src/localconsts.h
@@ -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/logger.cpp b/src/logger.cpp
index 8671d1b..45d78d2 100644
--- a/src/logger.cpp
+++ b/src/logger.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/logger.h b/src/logger.h
index d8237f8..2896589 100644
--- a/src/logger.h
+++ b/src/logger.h
@@ -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/nodes/base/cst.h b/src/nodes/base/cst.h
index e05981f..79e0eb4 100644
--- a/src/nodes/base/cst.h
+++ b/src/nodes/base/cst.h
@@ -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/nodes/base/decl.h b/src/nodes/base/decl.h
index f7c7f8c..0ee9769 100644
--- a/src/nodes/base/decl.h
+++ b/src/nodes/base/decl.h
@@ -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/nodes/base/expr.h b/src/nodes/base/expr.h
index 79193fd..b707459 100644
--- a/src/nodes/base/expr.h
+++ b/src/nodes/base/expr.h
@@ -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/nodes/base/node.cpp b/src/nodes/base/node.cpp
index b26dfb1..3c0e6ca 100644
--- a/src/nodes/base/node.cpp
+++ b/src/nodes/base/node.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/nodes/base/node.h b/src/nodes/base/node.h
index 83b4314..28b87fa 100644
--- a/src/nodes/base/node.h
+++ b/src/nodes/base/node.h
@@ -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/nodes/base/ref.h b/src/nodes/base/ref.h
index 69dd65d..15dc619 100644
--- a/src/nodes/base/ref.h
+++ b/src/nodes/base/ref.h
@@ -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/nodes/base/stmt.h b/src/nodes/base/stmt.h
index 0b3cc76..7373b54 100644
--- a/src/nodes/base/stmt.h
+++ b/src/nodes/base/stmt.h
@@ -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/nodes/base/type.h b/src/nodes/base/type.h
index 9e8263e..e593835 100644
--- a/src/nodes/base/type.h
+++ b/src/nodes/base/type.h
@@ -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/nodes/base/vec.h b/src/nodes/base/vec.h
index 747a7fa..10a320b 100644
--- a/src/nodes/base/vec.h
+++ b/src/nodes/base/vec.h
@@ -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/nodes/block/ehspec_block.h b/src/nodes/block/ehspec_block.h
index dee1a24..21f4834 100644
--- a/src/nodes/block/ehspec_block.h
+++ b/src/nodes/block/ehspec_block.h
@@ -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/nodes/block/try_block.h b/src/nodes/block/try_block.h
index 74a200f..4be1434 100644
--- a/src/nodes/block/try_block.h
+++ b/src/nodes/block/try_block.h
@@ -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/nodes/blocknode.h b/src/nodes/blocknode.h
index 941cac7..85e6f75 100644
--- a/src/nodes/blocknode.h
+++ b/src/nodes/blocknode.h
@@ -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/nodes/constructor.h b/src/nodes/constructor.h
index bd35069..f1ee833 100644
--- a/src/nodes/constructor.h
+++ b/src/nodes/constructor.h
@@ -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/nodes/cst/integer_cst.h b/src/nodes/cst/integer_cst.h
index 2cf0018..0592fcc 100644
--- a/src/nodes/cst/integer_cst.h
+++ b/src/nodes/cst/integer_cst.h
@@ -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/nodes/cst/ptrmem_cst.h b/src/nodes/cst/ptrmem_cst.h
index 36a9566..4c96ab8 100644
--- a/src/nodes/cst/ptrmem_cst.h
+++ b/src/nodes/cst/ptrmem_cst.h
@@ -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/nodes/cst/real_cst.h b/src/nodes/cst/real_cst.h
index 2ec1909..f316e4d 100644
--- a/src/nodes/cst/real_cst.h
+++ b/src/nodes/cst/real_cst.h
@@ -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/nodes/cst/string_cst.h b/src/nodes/cst/string_cst.h
index 87bddf4..8a91e8c 100644
--- a/src/nodes/cst/string_cst.h
+++ b/src/nodes/cst/string_cst.h
@@ -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/nodes/cst/vector_cst.h b/src/nodes/cst/vector_cst.h
index d33f9e5..0552212 100644
--- a/src/nodes/cst/vector_cst.h
+++ b/src/nodes/cst/vector_cst.h
@@ -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/nodes/cst/void_cst.h b/src/nodes/cst/void_cst.h
index 6c81ebe..2267ad9 100644
--- a/src/nodes/cst/void_cst.h
+++ b/src/nodes/cst/void_cst.h
@@ -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/nodes/decl/const_decl.h b/src/nodes/decl/const_decl.h
index 89b6530..26bcf5a 100644
--- a/src/nodes/decl/const_decl.h
+++ b/src/nodes/decl/const_decl.h
@@ -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/nodes/decl/field_decl.h b/src/nodes/decl/field_decl.h
index 4129b4b..9aafdf5 100644
--- a/src/nodes/decl/field_decl.h
+++ b/src/nodes/decl/field_decl.h
@@ -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/nodes/decl/function_decl.h b/src/nodes/decl/function_decl.h
index 957f911..8d53c5c 100644
--- a/src/nodes/decl/function_decl.h
+++ b/src/nodes/decl/function_decl.h
@@ -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/nodes/decl/label_decl.h b/src/nodes/decl/label_decl.h
index e128a4e..f63cf39 100644
--- a/src/nodes/decl/label_decl.h
+++ b/src/nodes/decl/label_decl.h
@@ -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/nodes/decl/parm_decl.h b/src/nodes/decl/parm_decl.h
index 6476bf3..9cd1cf3 100644
--- a/src/nodes/decl/parm_decl.h
+++ b/src/nodes/decl/parm_decl.h
@@ -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/nodes/decl/result_decl.h b/src/nodes/decl/result_decl.h
index e5392fa..53e7ba8 100644
--- a/src/nodes/decl/result_decl.h
+++ b/src/nodes/decl/result_decl.h
@@ -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/nodes/decl/template_decl.h b/src/nodes/decl/template_decl.h
index 15975f4..4ac8447 100644
--- a/src/nodes/decl/template_decl.h
+++ b/src/nodes/decl/template_decl.h
@@ -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/nodes/decl/type_decl.h b/src/nodes/decl/type_decl.h
index 8308806..3f96cda 100644
--- a/src/nodes/decl/type_decl.h
+++ b/src/nodes/decl/type_decl.h
@@ -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/nodes/decl/using_decl.h b/src/nodes/decl/using_decl.h
index f6d0ce9..8949aa9 100644
--- a/src/nodes/decl/using_decl.h
+++ b/src/nodes/decl/using_decl.h
@@ -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/nodes/decl/var_decl.h b/src/nodes/decl/var_decl.h
index 3b34e46..b12ef67 100644
--- a/src/nodes/decl/var_decl.h
+++ b/src/nodes/decl/var_decl.h
@@ -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/nodes/errormark.h b/src/nodes/errormark.h
index c16d869..79acceb 100644
--- a/src/nodes/errormark.h
+++ b/src/nodes/errormark.h
@@ -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/nodes/expr/abs_expr.h b/src/nodes/expr/abs_expr.h
index 4100d1e..be3ef56 100644
--- a/src/nodes/expr/abs_expr.h
+++ b/src/nodes/expr/abs_expr.h
@@ -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/nodes/expr/addr_expr.h b/src/nodes/expr/addr_expr.h
index ab6ccc9..6dffef2 100644
--- a/src/nodes/expr/addr_expr.h
+++ b/src/nodes/expr/addr_expr.h
@@ -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/nodes/expr/aggrinit_expr.h b/src/nodes/expr/aggrinit_expr.h
index 3353f39..77af85e 100644
--- a/src/nodes/expr/aggrinit_expr.h
+++ b/src/nodes/expr/aggrinit_expr.h
@@ -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/nodes/expr/asm_expr.h b/src/nodes/expr/asm_expr.h
index d444265..eb405fe 100644
--- a/src/nodes/expr/asm_expr.h
+++ b/src/nodes/expr/asm_expr.h
@@ -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/nodes/expr/bind_expr.h b/src/nodes/expr/bind_expr.h
index 536d1c9..96b160e 100644
--- a/src/nodes/expr/bind_expr.h
+++ b/src/nodes/expr/bind_expr.h
@@ -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/nodes/expr/bitand_expr.h b/src/nodes/expr/bitand_expr.h
index b92db1a..2398948 100644
--- a/src/nodes/expr/bitand_expr.h
+++ b/src/nodes/expr/bitand_expr.h
@@ -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/nodes/expr/bitior_expr.h b/src/nodes/expr/bitior_expr.h
index cde4eea..34878e5 100644
--- a/src/nodes/expr/bitior_expr.h
+++ b/src/nodes/expr/bitior_expr.h
@@ -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/nodes/expr/bitnot_expr.h b/src/nodes/expr/bitnot_expr.h
index 3e5399f..ebc3b3f 100644
--- a/src/nodes/expr/bitnot_expr.h
+++ b/src/nodes/expr/bitnot_expr.h
@@ -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/nodes/expr/bitxor_expr.h b/src/nodes/expr/bitxor_expr.h
index 1962731..25256fc 100644
--- a/src/nodes/expr/bitxor_expr.h
+++ b/src/nodes/expr/bitxor_expr.h
@@ -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/nodes/expr/call_expr.h b/src/nodes/expr/call_expr.h
index bacb9b8..4932658 100644
--- a/src/nodes/expr/call_expr.h
+++ b/src/nodes/expr/call_expr.h
@@ -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/nodes/expr/caselabel_expr.h b/src/nodes/expr/caselabel_expr.h
index b5e10d0..dc8cd86 100644
--- a/src/nodes/expr/caselabel_expr.h
+++ b/src/nodes/expr/caselabel_expr.h
@@ -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/nodes/expr/cast_expr.h b/src/nodes/expr/cast_expr.h
index f4728e1..3eefb07 100644
--- a/src/nodes/expr/cast_expr.h
+++ b/src/nodes/expr/cast_expr.h
@@ -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/nodes/expr/ceildiv_expr.h b/src/nodes/expr/ceildiv_expr.h
index ca13516..0584315 100644
--- a/src/nodes/expr/ceildiv_expr.h
+++ b/src/nodes/expr/ceildiv_expr.h
@@ -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/nodes/expr/ceilmod_expr.h b/src/nodes/expr/ceilmod_expr.h
index 50ceec6..188eaef 100644
--- a/src/nodes/expr/ceilmod_expr.h
+++ b/src/nodes/expr/ceilmod_expr.h
@@ -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/nodes/expr/cleanuppoint_expr.h b/src/nodes/expr/cleanuppoint_expr.h
index 14569ba..7757bd2 100644
--- a/src/nodes/expr/cleanuppoint_expr.h
+++ b/src/nodes/expr/cleanuppoint_expr.h
@@ -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/nodes/expr/compound_expr.h b/src/nodes/expr/compound_expr.h
index b4859e9..2542e40 100644
--- a/src/nodes/expr/compound_expr.h
+++ b/src/nodes/expr/compound_expr.h
@@ -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/nodes/expr/cond_expr.h b/src/nodes/expr/cond_expr.h
index 4b2aa93..28d932c 100644
--- a/src/nodes/expr/cond_expr.h
+++ b/src/nodes/expr/cond_expr.h
@@ -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/nodes/expr/convert_expr.h b/src/nodes/expr/convert_expr.h
index 8e6e7ba..3108fcf 100644
--- a/src/nodes/expr/convert_expr.h
+++ b/src/nodes/expr/convert_expr.h
@@ -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/nodes/expr/decl_expr.h b/src/nodes/expr/decl_expr.h
index 01810de..85d0998 100644
--- a/src/nodes/expr/decl_expr.h
+++ b/src/nodes/expr/decl_expr.h
@@ -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/nodes/expr/emptyclass_expr.h b/src/nodes/expr/emptyclass_expr.h
index e171856..6cf2c13 100644
--- a/src/nodes/expr/emptyclass_expr.h
+++ b/src/nodes/expr/emptyclass_expr.h
@@ -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/nodes/expr/eq_expr.h b/src/nodes/expr/eq_expr.h
index 7b80db6..2b3295f 100644
--- a/src/nodes/expr/eq_expr.h
+++ b/src/nodes/expr/eq_expr.h
@@ -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/nodes/expr/exactdiv_expr.h b/src/nodes/expr/exactdiv_expr.h
index 3b5ac5a..2a056ee 100644
--- a/src/nodes/expr/exactdiv_expr.h
+++ b/src/nodes/expr/exactdiv_expr.h
@@ -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/nodes/expr/exit_expr.h b/src/nodes/expr/exit_expr.h
index ba1b1f9..ce414cf 100644
--- a/src/nodes/expr/exit_expr.h
+++ b/src/nodes/expr/exit_expr.h
@@ -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/nodes/expr/fixtrunc_expr.h b/src/nodes/expr/fixtrunc_expr.h
index 36b5e7e..81d38b6 100644
--- a/src/nodes/expr/fixtrunc_expr.h
+++ b/src/nodes/expr/fixtrunc_expr.h
@@ -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/nodes/expr/float_expr.h b/src/nodes/expr/float_expr.h
index 4200460..8ae95a0 100644
--- a/src/nodes/expr/float_expr.h
+++ b/src/nodes/expr/float_expr.h
@@ -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/nodes/expr/floordiv_expr.h b/src/nodes/expr/floordiv_expr.h
index 8be3d9b..58e1e1d 100644
--- a/src/nodes/expr/floordiv_expr.h
+++ b/src/nodes/expr/floordiv_expr.h
@@ -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/nodes/expr/floormod_expr.h b/src/nodes/expr/floormod_expr.h
index f1e0e41..9f74215 100644
--- a/src/nodes/expr/floormod_expr.h
+++ b/src/nodes/expr/floormod_expr.h
@@ -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/nodes/expr/ge_expr.h b/src/nodes/expr/ge_expr.h
index 764f093..b182b83 100644
--- a/src/nodes/expr/ge_expr.h
+++ b/src/nodes/expr/ge_expr.h
@@ -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/nodes/expr/goto_expr.h b/src/nodes/expr/goto_expr.h
index d768f18..da48ffd 100644
--- a/src/nodes/expr/goto_expr.h
+++ b/src/nodes/expr/goto_expr.h
@@ -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/nodes/expr/gt_expr.h b/src/nodes/expr/gt_expr.h
index 6de9528..0f4c046 100644
--- a/src/nodes/expr/gt_expr.h
+++ b/src/nodes/expr/gt_expr.h
@@ -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/nodes/expr/init_expr.h b/src/nodes/expr/init_expr.h
index 55540cc..bda44ef 100644
--- a/src/nodes/expr/init_expr.h
+++ b/src/nodes/expr/init_expr.h
@@ -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/nodes/expr/label_expr.h b/src/nodes/expr/label_expr.h
index 9da8659..dd1f1d3 100644
--- a/src/nodes/expr/label_expr.h
+++ b/src/nodes/expr/label_expr.h
@@ -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/nodes/expr/le_expr.h b/src/nodes/expr/le_expr.h
index eb324a9..0f7b2d4 100644
--- a/src/nodes/expr/le_expr.h
+++ b/src/nodes/expr/le_expr.h
@@ -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/nodes/expr/loop_expr.h b/src/nodes/expr/loop_expr.h
index cffd042..cdae3ce 100644
--- a/src/nodes/expr/loop_expr.h
+++ b/src/nodes/expr/loop_expr.h
@@ -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/nodes/expr/lrotate_expr.h b/src/nodes/expr/lrotate_expr.h
index a0c3b09..7728b1c 100644
--- a/src/nodes/expr/lrotate_expr.h
+++ b/src/nodes/expr/lrotate_expr.h
@@ -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/nodes/expr/lshift_expr.h b/src/nodes/expr/lshift_expr.h
index da41208..8e95bd0 100644
--- a/src/nodes/expr/lshift_expr.h
+++ b/src/nodes/expr/lshift_expr.h
@@ -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/nodes/expr/lt_expr.h b/src/nodes/expr/lt_expr.h
index cd2c2d9..a2b178f 100644
--- a/src/nodes/expr/lt_expr.h
+++ b/src/nodes/expr/lt_expr.h
@@ -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/nodes/expr/max_expr.h b/src/nodes/expr/max_expr.h
index bf78334..74201bf 100644
--- a/src/nodes/expr/max_expr.h
+++ b/src/nodes/expr/max_expr.h
@@ -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/nodes/expr/min_expr.h b/src/nodes/expr/min_expr.h
index 528a348..21e70c5 100644
--- a/src/nodes/expr/min_expr.h
+++ b/src/nodes/expr/min_expr.h
@@ -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/nodes/expr/minus_expr.h b/src/nodes/expr/minus_expr.h
index 9f71759..a3ac9aa 100644
--- a/src/nodes/expr/minus_expr.h
+++ b/src/nodes/expr/minus_expr.h
@@ -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/nodes/expr/modify_expr.h b/src/nodes/expr/modify_expr.h
index 6f5f398..bcac9ca 100644
--- a/src/nodes/expr/modify_expr.h
+++ b/src/nodes/expr/modify_expr.h
@@ -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/nodes/expr/mult_expr.h b/src/nodes/expr/mult_expr.h
index 1e16efb..a1a8345 100644
--- a/src/nodes/expr/mult_expr.h
+++ b/src/nodes/expr/mult_expr.h
@@ -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/nodes/expr/mustnotthrow_expr.h b/src/nodes/expr/mustnotthrow_expr.h
index ea52829..8cfda97 100644
--- a/src/nodes/expr/mustnotthrow_expr.h
+++ b/src/nodes/expr/mustnotthrow_expr.h
@@ -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/nodes/expr/ne_expr.h b/src/nodes/expr/ne_expr.h
index 6f168f8..d000ae6 100644
--- a/src/nodes/expr/ne_expr.h
+++ b/src/nodes/expr/ne_expr.h
@@ -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/nodes/expr/negate_expr.h b/src/nodes/expr/negate_expr.h
index 7dd10d5..b9c043f 100644
--- a/src/nodes/expr/negate_expr.h
+++ b/src/nodes/expr/negate_expr.h
@@ -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/nodes/expr/nonlvalue_expr.h b/src/nodes/expr/nonlvalue_expr.h
index 270df66..2d35d35 100644
--- a/src/nodes/expr/nonlvalue_expr.h
+++ b/src/nodes/expr/nonlvalue_expr.h
@@ -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/nodes/expr/nop_expr.h b/src/nodes/expr/nop_expr.h
index cae57c5..a2ec656 100644
--- a/src/nodes/expr/nop_expr.h
+++ b/src/nodes/expr/nop_expr.h
@@ -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/nodes/expr/plus_expr.h b/src/nodes/expr/plus_expr.h
index 29ef0fc..72b5a77 100644
--- a/src/nodes/expr/plus_expr.h
+++ b/src/nodes/expr/plus_expr.h
@@ -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/nodes/expr/pointerplus_expr.h b/src/nodes/expr/pointerplus_expr.h
index f238e17..25276f2 100644
--- a/src/nodes/expr/pointerplus_expr.h
+++ b/src/nodes/expr/pointerplus_expr.h
@@ -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/nodes/expr/postdecrement_expr.h b/src/nodes/expr/postdecrement_expr.h
index df34628..1bb2c62 100644
--- a/src/nodes/expr/postdecrement_expr.h
+++ b/src/nodes/expr/postdecrement_expr.h
@@ -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/nodes/expr/postincrement_expr.h b/src/nodes/expr/postincrement_expr.h
index a598e14..ff5e0fd 100644
--- a/src/nodes/expr/postincrement_expr.h
+++ b/src/nodes/expr/postincrement_expr.h
@@ -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/nodes/expr/predecrement_expr.h b/src/nodes/expr/predecrement_expr.h
index 307e6e3..bf921cb 100644
--- a/src/nodes/expr/predecrement_expr.h
+++ b/src/nodes/expr/predecrement_expr.h
@@ -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/nodes/expr/preincrement_expr.h b/src/nodes/expr/preincrement_expr.h
index b307008..0feb3b8 100644
--- a/src/nodes/expr/preincrement_expr.h
+++ b/src/nodes/expr/preincrement_expr.h
@@ -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/nodes/expr/range_expr.h b/src/nodes/expr/range_expr.h
index 485c39b..4d007c6 100644
--- a/src/nodes/expr/range_expr.h
+++ b/src/nodes/expr/range_expr.h
@@ -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/nodes/expr/rdiv_expr.h b/src/nodes/expr/rdiv_expr.h
index 312b601..1669d76 100644
--- a/src/nodes/expr/rdiv_expr.h
+++ b/src/nodes/expr/rdiv_expr.h
@@ -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/nodes/expr/return_expr.h b/src/nodes/expr/return_expr.h
index 9b12d6d..50027c7 100644
--- a/src/nodes/expr/return_expr.h
+++ b/src/nodes/expr/return_expr.h
@@ -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/nodes/expr/rounddiv_expr.h b/src/nodes/expr/rounddiv_expr.h
index c802960..f60f770 100644
--- a/src/nodes/expr/rounddiv_expr.h
+++ b/src/nodes/expr/rounddiv_expr.h
@@ -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/nodes/expr/roundmod_expr.h b/src/nodes/expr/roundmod_expr.h
index eeb74ff..69a9360 100644
--- a/src/nodes/expr/roundmod_expr.h
+++ b/src/nodes/expr/roundmod_expr.h
@@ -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/nodes/expr/rrotate_expr.h b/src/nodes/expr/rrotate_expr.h
index 4661bc2..54dee94 100644
--- a/src/nodes/expr/rrotate_expr.h
+++ b/src/nodes/expr/rrotate_expr.h
@@ -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/nodes/expr/rshift_expr.h b/src/nodes/expr/rshift_expr.h
index 79a00cf..4094ed3 100644
--- a/src/nodes/expr/rshift_expr.h
+++ b/src/nodes/expr/rshift_expr.h
@@ -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/nodes/expr/save_expr.h b/src/nodes/expr/save_expr.h
index cbcc8a5..2d7b4de 100644
--- a/src/nodes/expr/save_expr.h
+++ b/src/nodes/expr/save_expr.h
@@ -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/nodes/expr/sizeof_expr.h b/src/nodes/expr/sizeof_expr.h
index 3eef1fa..171a319 100644
--- a/src/nodes/expr/sizeof_expr.h
+++ b/src/nodes/expr/sizeof_expr.h
@@ -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/nodes/expr/staticcast_expr.h b/src/nodes/expr/staticcast_expr.h
index c8652a0..d14f63e 100644
--- a/src/nodes/expr/staticcast_expr.h
+++ b/src/nodes/expr/staticcast_expr.h
@@ -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/nodes/expr/switch_expr.h b/src/nodes/expr/switch_expr.h
index 6fb1394..097b651 100644
--- a/src/nodes/expr/switch_expr.h
+++ b/src/nodes/expr/switch_expr.h
@@ -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/nodes/expr/target_expr.h b/src/nodes/expr/target_expr.h
index c30968d..2f91e85 100644
--- a/src/nodes/expr/target_expr.h
+++ b/src/nodes/expr/target_expr.h
@@ -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/nodes/expr/throw_expr.h b/src/nodes/expr/throw_expr.h
index 6c253fe..2531f7b 100644
--- a/src/nodes/expr/throw_expr.h
+++ b/src/nodes/expr/throw_expr.h
@@ -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/nodes/expr/truncdiv_expr.h b/src/nodes/expr/truncdiv_expr.h
index 4f42d6a..29713f9 100644
--- a/src/nodes/expr/truncdiv_expr.h
+++ b/src/nodes/expr/truncdiv_expr.h
@@ -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/nodes/expr/truncmod_expr.h b/src/nodes/expr/truncmod_expr.h
index 8c47d22..8a48884 100644
--- a/src/nodes/expr/truncmod_expr.h
+++ b/src/nodes/expr/truncmod_expr.h
@@ -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/nodes/expr/truthand_expr.h b/src/nodes/expr/truthand_expr.h
index c65b28d..727b240 100644
--- a/src/nodes/expr/truthand_expr.h
+++ b/src/nodes/expr/truthand_expr.h
@@ -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/nodes/expr/truthandif_expr.h b/src/nodes/expr/truthandif_expr.h
index b7ccc68..52a24be 100644
--- a/src/nodes/expr/truthandif_expr.h
+++ b/src/nodes/expr/truthandif_expr.h
@@ -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/nodes/expr/truthnot_expr.h b/src/nodes/expr/truthnot_expr.h
index 5cbdafb..161850f 100644
--- a/src/nodes/expr/truthnot_expr.h
+++ b/src/nodes/expr/truthnot_expr.h
@@ -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/nodes/expr/truthor_expr.h b/src/nodes/expr/truthor_expr.h
index d20839a..c4150ff 100644
--- a/src/nodes/expr/truthor_expr.h
+++ b/src/nodes/expr/truthor_expr.h
@@ -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/nodes/expr/truthorif_expr.h b/src/nodes/expr/truthorif_expr.h
index 99af69b..b8ddaa0 100644
--- a/src/nodes/expr/truthorif_expr.h
+++ b/src/nodes/expr/truthorif_expr.h
@@ -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/nodes/expr/truthxor_expr.h b/src/nodes/expr/truthxor_expr.h
index fa74b6f..f4a9106 100644
--- a/src/nodes/expr/truthxor_expr.h
+++ b/src/nodes/expr/truthxor_expr.h
@@ -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/nodes/expr/trycatch_expr.h b/src/nodes/expr/trycatch_expr.h
index 345594f..eb55cf0 100644
--- a/src/nodes/expr/trycatch_expr.h
+++ b/src/nodes/expr/trycatch_expr.h
@@ -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/nodes/expr/tryfinally_expr.h b/src/nodes/expr/tryfinally_expr.h
index 83ba157..74bb04a 100644
--- a/src/nodes/expr/tryfinally_expr.h
+++ b/src/nodes/expr/tryfinally_expr.h
@@ -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/nodes/expr/vecinit_expr.h b/src/nodes/expr/vecinit_expr.h
index d59fe8e..ba800e1 100644
--- a/src/nodes/expr/vecinit_expr.h
+++ b/src/nodes/expr/vecinit_expr.h
@@ -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/nodes/expr/viewconvert_expr.h b/src/nodes/expr/viewconvert_expr.h
index dec7856..79b2a02 100644
--- a/src/nodes/expr/viewconvert_expr.h
+++ b/src/nodes/expr/viewconvert_expr.h
@@ -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/nodes/handler.h b/src/nodes/handler.h
index d512a4a..014bfcc 100644
--- a/src/nodes/handler.h
+++ b/src/nodes/handler.h
@@ -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/nodes/identifier.h b/src/nodes/identifier.h
index 7d11951..defcfb5 100644
--- a/src/nodes/identifier.h
+++ b/src/nodes/identifier.h
@@ -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/nodes/list/statement_list.h b/src/nodes/list/statement_list.h
index db79463..c434e15 100644
--- a/src/nodes/list/statement_list.h
+++ b/src/nodes/list/statement_list.h
@@ -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/nodes/list/tree_list.h b/src/nodes/list/tree_list.h
index 197e71b..dd9ef88 100644
--- a/src/nodes/list/tree_list.h
+++ b/src/nodes/list/tree_list.h
@@ -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/nodes/ref/array_ref.h b/src/nodes/ref/array_ref.h
index 48f619e..55ce1fc 100644
--- a/src/nodes/ref/array_ref.h
+++ b/src/nodes/ref/array_ref.h
@@ -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/nodes/ref/bitfield_ref.h b/src/nodes/ref/bitfield_ref.h
index da80816..4fb6fad 100644
--- a/src/nodes/ref/bitfield_ref.h
+++ b/src/nodes/ref/bitfield_ref.h
@@ -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/nodes/ref/component_ref.h b/src/nodes/ref/component_ref.h
index 1b5a299..97eb20b 100644
--- a/src/nodes/ref/component_ref.h
+++ b/src/nodes/ref/component_ref.h
@@ -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/nodes/ref/indirect_ref.h b/src/nodes/ref/indirect_ref.h
index 2173ca7..10555ef 100644
--- a/src/nodes/ref/indirect_ref.h
+++ b/src/nodes/ref/indirect_ref.h
@@ -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/nodes/ref/objtype_ref.h b/src/nodes/ref/objtype_ref.h
index ab8abb9..8359397 100644
--- a/src/nodes/ref/objtype_ref.h
+++ b/src/nodes/ref/objtype_ref.h
@@ -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/nodes/ref/scope_ref.h b/src/nodes/ref/scope_ref.h
index 46403d1..2549afe 100644
--- a/src/nodes/ref/scope_ref.h
+++ b/src/nodes/ref/scope_ref.h
@@ -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/nodes/stmt/break_stmt.h b/src/nodes/stmt/break_stmt.h
index a64ff43..87db60b 100644
--- a/src/nodes/stmt/break_stmt.h
+++ b/src/nodes/stmt/break_stmt.h
@@ -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/nodes/stmt/cleanup_stmt.h b/src/nodes/stmt/cleanup_stmt.h
index 06b48c3..1e00eda 100644
--- a/src/nodes/stmt/cleanup_stmt.h
+++ b/src/nodes/stmt/cleanup_stmt.h
@@ -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/nodes/stmt/continue_stmt.h b/src/nodes/stmt/continue_stmt.h
index 69538aa..2321c8d 100644
--- a/src/nodes/stmt/continue_stmt.h
+++ b/src/nodes/stmt/continue_stmt.h
@@ -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/nodes/stmt/do_stmt.h b/src/nodes/stmt/do_stmt.h
index 2e98266..880fc0e 100644
--- a/src/nodes/stmt/do_stmt.h
+++ b/src/nodes/stmt/do_stmt.h
@@ -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/nodes/stmt/expr_stmt.h b/src/nodes/stmt/expr_stmt.h
index fb9600f..2299d01 100644
--- a/src/nodes/stmt/expr_stmt.h
+++ b/src/nodes/stmt/expr_stmt.h
@@ -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/nodes/stmt/for_stmt.h b/src/nodes/stmt/for_stmt.h
index e2e47a9..c379217 100644
--- a/src/nodes/stmt/for_stmt.h
+++ b/src/nodes/stmt/for_stmt.h
@@ -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/nodes/stmt/if_stmt.h b/src/nodes/stmt/if_stmt.h
index e4d19ba..287c520 100644
--- a/src/nodes/stmt/if_stmt.h
+++ b/src/nodes/stmt/if_stmt.h
@@ -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/nodes/stmt/switch_stmt.h b/src/nodes/stmt/switch_stmt.h
index a53c554..ad38ba8 100644
--- a/src/nodes/stmt/switch_stmt.h
+++ b/src/nodes/stmt/switch_stmt.h
@@ -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/nodes/stmt/while_stmt.h b/src/nodes/stmt/while_stmt.h
index e86069a..bdf5bde 100644
--- a/src/nodes/stmt/while_stmt.h
+++ b/src/nodes/stmt/while_stmt.h
@@ -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/nodes/targetoption.h b/src/nodes/targetoption.h
index 30b2d32..8d1313a 100644
--- a/src/nodes/targetoption.h
+++ b/src/nodes/targetoption.h
@@ -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/nodes/templateparmindex.h b/src/nodes/templateparmindex.h
index a89288b..99b9657 100644
--- a/src/nodes/templateparmindex.h
+++ b/src/nodes/templateparmindex.h
@@ -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/nodes/templatetypeparm.h b/src/nodes/templatetypeparm.h
index f4590cc..c14c873 100644
--- a/src/nodes/templatetypeparm.h
+++ b/src/nodes/templatetypeparm.h
@@ -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/nodes/type/array_type.h b/src/nodes/type/array_type.h
index 3a5d714..9636ee1 100644
--- a/src/nodes/type/array_type.h
+++ b/src/nodes/type/array_type.h
@@ -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/nodes/type/boolean_type.h b/src/nodes/type/boolean_type.h
index 25bbc5b..0185a06 100644
--- a/src/nodes/type/boolean_type.h
+++ b/src/nodes/type/boolean_type.h
@@ -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/nodes/type/enumeral_type.h b/src/nodes/type/enumeral_type.h
index ab57adb..77e29d4 100644
--- a/src/nodes/type/enumeral_type.h
+++ b/src/nodes/type/enumeral_type.h
@@ -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/nodes/type/function_type.h b/src/nodes/type/function_type.h
index 7c90104..ce816bd 100644
--- a/src/nodes/type/function_type.h
+++ b/src/nodes/type/function_type.h
@@ -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/nodes/type/integer_type.h b/src/nodes/type/integer_type.h
index ae6747c..6234697 100644
--- a/src/nodes/type/integer_type.h
+++ b/src/nodes/type/integer_type.h
@@ -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/nodes/type/method_type.h b/src/nodes/type/method_type.h
index 8637995..461ef61 100644
--- a/src/nodes/type/method_type.h
+++ b/src/nodes/type/method_type.h
@@ -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/nodes/type/nullptr_type.h b/src/nodes/type/nullptr_type.h
index 6376c50..f6cdaf9 100644
--- a/src/nodes/type/nullptr_type.h
+++ b/src/nodes/type/nullptr_type.h
@@ -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/nodes/type/pointer_type.h b/src/nodes/type/pointer_type.h
index f93bfd3..aad1e91 100644
--- a/src/nodes/type/pointer_type.h
+++ b/src/nodes/type/pointer_type.h
@@ -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/nodes/type/real_type.h b/src/nodes/type/real_type.h
index 4489ab7..e36c76b 100644
--- a/src/nodes/type/real_type.h
+++ b/src/nodes/type/real_type.h
@@ -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/nodes/type/record_type.h b/src/nodes/type/record_type.h
index ae46ea7..63e8cd8 100644
--- a/src/nodes/type/record_type.h
+++ b/src/nodes/type/record_type.h
@@ -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/nodes/type/reference_type.h b/src/nodes/type/reference_type.h
index dd5217e..1883369 100644
--- a/src/nodes/type/reference_type.h
+++ b/src/nodes/type/reference_type.h
@@ -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/nodes/type/typename_type.h b/src/nodes/type/typename_type.h
index 454fbbf..4ee4e79 100644
--- a/src/nodes/type/typename_type.h
+++ b/src/nodes/type/typename_type.h
@@ -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/nodes/type/union_type.h b/src/nodes/type/union_type.h
index fc664fa..d555247 100644
--- a/src/nodes/type/union_type.h
+++ b/src/nodes/type/union_type.h
@@ -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/nodes/type/vector_type.h b/src/nodes/type/vector_type.h
index 8f43631..d4769d7 100644
--- a/src/nodes/type/vector_type.h
+++ b/src/nodes/type/vector_type.h
@@ -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/nodes/type/void_type.h b/src/nodes/type/void_type.h
index c6292d1..e2ccc47 100644
--- a/src/nodes/type/void_type.h
+++ b/src/nodes/type/void_type.h
@@ -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/nodes/vec/tree_vec.h b/src/nodes/vec/tree_vec.h
index cba66cc..61a5c04 100644
--- a/src/nodes/vec/tree_vec.h
+++ b/src/nodes/vec/tree_vec.h
@@ -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/nodesmap.h b/src/nodesmap.h
index f967a5f..f13fb00 100644
--- a/src/nodesmap.h
+++ b/src/nodesmap.h
@@ -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/base/decl.cpp b/src/parsers/base/decl.cpp
index f868fdc..d16f1b6 100644
--- a/src/parsers/base/decl.cpp
+++ b/src/parsers/base/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/base/decl.h b/src/parsers/base/decl.h
index 61c71f3..25899b2 100644
--- a/src/parsers/base/decl.h
+++ b/src/parsers/base/decl.h
@@ -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/base/expr.cpp b/src/parsers/base/expr.cpp
index 9889a41..1c9d849 100644
--- a/src/parsers/base/expr.cpp
+++ b/src/parsers/base/expr.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/base/expr.h b/src/parsers/base/expr.h
index 33cfc33..a3d1a91 100644
--- a/src/parsers/base/expr.h
+++ b/src/parsers/base/expr.h
@@ -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/base/ref.cpp b/src/parsers/base/ref.cpp
index 0e42286..0fcce50 100644
--- a/src/parsers/base/ref.cpp
+++ b/src/parsers/base/ref.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/base/ref.h b/src/parsers/base/ref.h
index 60acf45..21a698d 100644
--- a/src/parsers/base/ref.h
+++ b/src/parsers/base/ref.h
@@ -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/base/stmt.cpp b/src/parsers/base/stmt.cpp
index 8cb940f..eab9d1d 100644
--- a/src/parsers/base/stmt.cpp
+++ b/src/parsers/base/stmt.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/base/stmt.h b/src/parsers/base/stmt.h
index 2c950aa..7cd69d6 100644
--- a/src/parsers/base/stmt.h
+++ b/src/parsers/base/stmt.h
@@ -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/base/type.cpp b/src/parsers/base/type.cpp
index 7823c59..ddb444e 100644
--- a/src/parsers/base/type.cpp
+++ b/src/parsers/base/type.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/base/type.h b/src/parsers/base/type.h
index eb4c74b..be2d9d7 100644
--- a/src/parsers/base/type.h
+++ b/src/parsers/base/type.h
@@ -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/base/vec.cpp b/src/parsers/base/vec.cpp
index 3f297d5..a1e5441 100644
--- a/src/parsers/base/vec.cpp
+++ b/src/parsers/base/vec.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/base/vec.h b/src/parsers/base/vec.h
index 35807c5..d6b29da 100644
--- a/src/parsers/base/vec.h
+++ b/src/parsers/base/vec.h
@@ -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/block/ehspec_block.cpp b/src/parsers/block/ehspec_block.cpp
index a4be861..c4c671b 100644
--- a/src/parsers/block/ehspec_block.cpp
+++ b/src/parsers/block/ehspec_block.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/block/try_block.cpp b/src/parsers/block/try_block.cpp
index 8d6f8aa..2b54caa 100644
--- a/src/parsers/block/try_block.cpp
+++ b/src/parsers/block/try_block.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/blocknode.cpp b/src/parsers/blocknode.cpp
index df31968..c4664ab 100644
--- a/src/parsers/blocknode.cpp
+++ b/src/parsers/blocknode.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/constructor.cpp b/src/parsers/constructor.cpp
index 144f349..8af1baa 100644
--- a/src/parsers/constructor.cpp
+++ b/src/parsers/constructor.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/cst/integer_cst.cpp b/src/parsers/cst/integer_cst.cpp
index 6be0463..f3d2106 100644
--- a/src/parsers/cst/integer_cst.cpp
+++ b/src/parsers/cst/integer_cst.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/cst/ptrmem_cst.cpp b/src/parsers/cst/ptrmem_cst.cpp
index e783cdb..4ef55cf 100644
--- a/src/parsers/cst/ptrmem_cst.cpp
+++ b/src/parsers/cst/ptrmem_cst.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/cst/real_cst.cpp b/src/parsers/cst/real_cst.cpp
index 37a2a4a..55993e8 100644
--- a/src/parsers/cst/real_cst.cpp
+++ b/src/parsers/cst/real_cst.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/cst/string_cst.cpp b/src/parsers/cst/string_cst.cpp
index e4bcb58..d24bfbd 100644
--- a/src/parsers/cst/string_cst.cpp
+++ b/src/parsers/cst/string_cst.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/cst/vector_cst.cpp b/src/parsers/cst/vector_cst.cpp
index 8d874a4..45379b4 100644
--- a/src/parsers/cst/vector_cst.cpp
+++ b/src/parsers/cst/vector_cst.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/cst/void_cst.cpp b/src/parsers/cst/void_cst.cpp
index c830ce4..6ffcdb1 100644
--- a/src/parsers/cst/void_cst.cpp
+++ b/src/parsers/cst/void_cst.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/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
diff --git a/src/parsers/errormark.cpp b/src/parsers/errormark.cpp
index f8c63be..6308a52 100644
--- a/src/parsers/errormark.cpp
+++ b/src/parsers/errormark.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/expr/abs_expr.cpp b/src/parsers/expr/abs_expr.cpp
index 0d835dd..18c726a 100644
--- a/src/parsers/expr/abs_expr.cpp
+++ b/src/parsers/expr/abs_expr.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/expr/addr_expr.cpp b/src/parsers/expr/addr_expr.cpp
index 559402d..6c31321 100644
--- a/src/parsers/expr/addr_expr.cpp
+++ b/src/parsers/expr/addr_expr.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/expr/aggrinit_expr.cpp b/src/parsers/expr/aggrinit_expr.cpp
index 6642631..3907293 100644
--- a/src/parsers/expr/aggrinit_expr.cpp
+++ b/src/parsers/expr/aggrinit_expr.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/expr/asm_expr.cpp b/src/parsers/expr/asm_expr.cpp
index 7a22e7e..fb8c736 100644
--- a/src/parsers/expr/asm_expr.cpp
+++ b/src/parsers/expr/asm_expr.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/expr/bind_expr.cpp b/src/parsers/expr/bind_expr.cpp
index 4f5468f..76f51ec 100644
--- a/src/parsers/expr/bind_expr.cpp
+++ b/src/parsers/expr/bind_expr.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/expr/bitand_expr.cpp b/src/parsers/expr/bitand_expr.cpp
index ace2686..2bcf016 100644
--- a/src/parsers/expr/bitand_expr.cpp
+++ b/src/parsers/expr/bitand_expr.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/expr/bitior_expr.cpp b/src/parsers/expr/bitior_expr.cpp
index 1bf06d4..3938e8e 100644
--- a/src/parsers/expr/bitior_expr.cpp
+++ b/src/parsers/expr/bitior_expr.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/expr/bitnot_expr.cpp b/src/parsers/expr/bitnot_expr.cpp
index eda8d6a..f636de2 100644
--- a/src/parsers/expr/bitnot_expr.cpp
+++ b/src/parsers/expr/bitnot_expr.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/expr/bitxor_expr.cpp b/src/parsers/expr/bitxor_expr.cpp
index 9c37f7d..fe37c19 100644
--- a/src/parsers/expr/bitxor_expr.cpp
+++ b/src/parsers/expr/bitxor_expr.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/expr/call_expr.cpp b/src/parsers/expr/call_expr.cpp
index 6eecb26..bf8338f 100644
--- a/src/parsers/expr/call_expr.cpp
+++ b/src/parsers/expr/call_expr.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/expr/caselabel_expr.cpp b/src/parsers/expr/caselabel_expr.cpp
index 811a9a4..3d8375a 100644
--- a/src/parsers/expr/caselabel_expr.cpp
+++ b/src/parsers/expr/caselabel_expr.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/expr/cast_expr.cpp b/src/parsers/expr/cast_expr.cpp
index cea9fc6..0b006b2 100644
--- a/src/parsers/expr/cast_expr.cpp
+++ b/src/parsers/expr/cast_expr.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/expr/ceildiv_expr.cpp b/src/parsers/expr/ceildiv_expr.cpp
index 508b6f1..7daf48e 100644
--- a/src/parsers/expr/ceildiv_expr.cpp
+++ b/src/parsers/expr/ceildiv_expr.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/expr/ceilmod_expr.cpp b/src/parsers/expr/ceilmod_expr.cpp
index 82d9894..2c94426 100644
--- a/src/parsers/expr/ceilmod_expr.cpp
+++ b/src/parsers/expr/ceilmod_expr.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/expr/cleanuppoint_expr.cpp b/src/parsers/expr/cleanuppoint_expr.cpp
index 284a541..5d47201 100644
--- a/src/parsers/expr/cleanuppoint_expr.cpp
+++ b/src/parsers/expr/cleanuppoint_expr.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/expr/compound_expr.cpp b/src/parsers/expr/compound_expr.cpp
index 8693471..cb1b985 100644
--- a/src/parsers/expr/compound_expr.cpp
+++ b/src/parsers/expr/compound_expr.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/expr/cond_expr.cpp b/src/parsers/expr/cond_expr.cpp
index d396548..1c583c5 100644
--- a/src/parsers/expr/cond_expr.cpp
+++ b/src/parsers/expr/cond_expr.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/expr/convert_expr.cpp b/src/parsers/expr/convert_expr.cpp
index 8468521..8313ad3 100644
--- a/src/parsers/expr/convert_expr.cpp
+++ b/src/parsers/expr/convert_expr.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/expr/decl_expr.cpp b/src/parsers/expr/decl_expr.cpp
index 2260771..6c54464 100644
--- a/src/parsers/expr/decl_expr.cpp
+++ b/src/parsers/expr/decl_expr.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/expr/emptyclass_expr.cpp b/src/parsers/expr/emptyclass_expr.cpp
index f0a2c64..f91bfdb 100644
--- a/src/parsers/expr/emptyclass_expr.cpp
+++ b/src/parsers/expr/emptyclass_expr.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/expr/eq_expr.cpp b/src/parsers/expr/eq_expr.cpp
index f228b37..3540afe 100644
--- a/src/parsers/expr/eq_expr.cpp
+++ b/src/parsers/expr/eq_expr.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/expr/exactdiv_expr.cpp b/src/parsers/expr/exactdiv_expr.cpp
index 57bc2bf..a62b05f 100644
--- a/src/parsers/expr/exactdiv_expr.cpp
+++ b/src/parsers/expr/exactdiv_expr.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/expr/exit_expr.cpp b/src/parsers/expr/exit_expr.cpp
index a4dc918..28f0a3b 100644
--- a/src/parsers/expr/exit_expr.cpp
+++ b/src/parsers/expr/exit_expr.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/expr/fixtrunc_expr.cpp b/src/parsers/expr/fixtrunc_expr.cpp
index 3d5d8ba..9a3bce2 100644
--- a/src/parsers/expr/fixtrunc_expr.cpp
+++ b/src/parsers/expr/fixtrunc_expr.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/expr/float_expr.cpp b/src/parsers/expr/float_expr.cpp
index b2d8ef8..36d903d 100644
--- a/src/parsers/expr/float_expr.cpp
+++ b/src/parsers/expr/float_expr.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/expr/floordiv_expr.cpp b/src/parsers/expr/floordiv_expr.cpp
index af508c8..3c884e0 100644
--- a/src/parsers/expr/floordiv_expr.cpp
+++ b/src/parsers/expr/floordiv_expr.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/expr/floormod_expr.cpp b/src/parsers/expr/floormod_expr.cpp
index fee01ab..5109dd6 100644
--- a/src/parsers/expr/floormod_expr.cpp
+++ b/src/parsers/expr/floormod_expr.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/expr/ge_expr.cpp b/src/parsers/expr/ge_expr.cpp
index 0fd0b41..daafc2f 100644
--- a/src/parsers/expr/ge_expr.cpp
+++ b/src/parsers/expr/ge_expr.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/expr/goto_expr.cpp b/src/parsers/expr/goto_expr.cpp
index 70d8b22..175d80d 100644
--- a/src/parsers/expr/goto_expr.cpp
+++ b/src/parsers/expr/goto_expr.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/expr/gt_expr.cpp b/src/parsers/expr/gt_expr.cpp
index ac9cf4b..e37de36 100644
--- a/src/parsers/expr/gt_expr.cpp
+++ b/src/parsers/expr/gt_expr.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/expr/init_expr.cpp b/src/parsers/expr/init_expr.cpp
index 592e7b7..85a5204 100644
--- a/src/parsers/expr/init_expr.cpp
+++ b/src/parsers/expr/init_expr.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/expr/label_expr.cpp b/src/parsers/expr/label_expr.cpp
index f45b6c2..35632aa 100644
--- a/src/parsers/expr/label_expr.cpp
+++ b/src/parsers/expr/label_expr.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/expr/le_expr.cpp b/src/parsers/expr/le_expr.cpp
index e773b72..d8d359b 100644
--- a/src/parsers/expr/le_expr.cpp
+++ b/src/parsers/expr/le_expr.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/expr/loop_expr.cpp b/src/parsers/expr/loop_expr.cpp
index 58344b4..cb73e99 100644
--- a/src/parsers/expr/loop_expr.cpp
+++ b/src/parsers/expr/loop_expr.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/expr/lrotate_expr.cpp b/src/parsers/expr/lrotate_expr.cpp
index 789028b..dc77062 100644
--- a/src/parsers/expr/lrotate_expr.cpp
+++ b/src/parsers/expr/lrotate_expr.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/expr/lshift_expr.cpp b/src/parsers/expr/lshift_expr.cpp
index f273dee..88ff583 100644
--- a/src/parsers/expr/lshift_expr.cpp
+++ b/src/parsers/expr/lshift_expr.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/expr/lt_expr.cpp b/src/parsers/expr/lt_expr.cpp
index 3d12396..ae7484a 100644
--- a/src/parsers/expr/lt_expr.cpp
+++ b/src/parsers/expr/lt_expr.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/expr/max_expr.cpp b/src/parsers/expr/max_expr.cpp
index c007933..a0b5733 100644
--- a/src/parsers/expr/max_expr.cpp
+++ b/src/parsers/expr/max_expr.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/expr/min_expr.cpp b/src/parsers/expr/min_expr.cpp
index e17b35e..a769357 100644
--- a/src/parsers/expr/min_expr.cpp
+++ b/src/parsers/expr/min_expr.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/expr/minus_expr.cpp b/src/parsers/expr/minus_expr.cpp
index a310389..e59baea 100644
--- a/src/parsers/expr/minus_expr.cpp
+++ b/src/parsers/expr/minus_expr.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/expr/modify_expr.cpp b/src/parsers/expr/modify_expr.cpp
index f8950a6..c988dc9 100644
--- a/src/parsers/expr/modify_expr.cpp
+++ b/src/parsers/expr/modify_expr.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/expr/mult_expr.cpp b/src/parsers/expr/mult_expr.cpp
index 0f20049..755b03c 100644
--- a/src/parsers/expr/mult_expr.cpp
+++ b/src/parsers/expr/mult_expr.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/expr/mustnotthrow_expr.cpp b/src/parsers/expr/mustnotthrow_expr.cpp
index ed3e434..f52d470 100644
--- a/src/parsers/expr/mustnotthrow_expr.cpp
+++ b/src/parsers/expr/mustnotthrow_expr.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/expr/ne_expr.cpp b/src/parsers/expr/ne_expr.cpp
index 95df762..dd29244 100644
--- a/src/parsers/expr/ne_expr.cpp
+++ b/src/parsers/expr/ne_expr.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/expr/negate_expr.cpp b/src/parsers/expr/negate_expr.cpp
index d8a9e00..c7950f4 100644
--- a/src/parsers/expr/negate_expr.cpp
+++ b/src/parsers/expr/negate_expr.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/expr/nonlvalue_expr.cpp b/src/parsers/expr/nonlvalue_expr.cpp
index 2862662..d2bc877 100644
--- a/src/parsers/expr/nonlvalue_expr.cpp
+++ b/src/parsers/expr/nonlvalue_expr.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/expr/nop_expr.cpp b/src/parsers/expr/nop_expr.cpp
index 67fe29e..f8be9d4 100644
--- a/src/parsers/expr/nop_expr.cpp
+++ b/src/parsers/expr/nop_expr.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/expr/plus_expr.cpp b/src/parsers/expr/plus_expr.cpp
index 75074a8..ec03773 100644
--- a/src/parsers/expr/plus_expr.cpp
+++ b/src/parsers/expr/plus_expr.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/expr/pointerplus_expr.cpp b/src/parsers/expr/pointerplus_expr.cpp
index ef5c9c3..22540ad 100644
--- a/src/parsers/expr/pointerplus_expr.cpp
+++ b/src/parsers/expr/pointerplus_expr.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/expr/postdecrement_expr.cpp b/src/parsers/expr/postdecrement_expr.cpp
index 14671c6..8d12ea1 100644
--- a/src/parsers/expr/postdecrement_expr.cpp
+++ b/src/parsers/expr/postdecrement_expr.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/expr/postincrement_expr.cpp b/src/parsers/expr/postincrement_expr.cpp
index fe72f9c..eebf954 100644
--- a/src/parsers/expr/postincrement_expr.cpp
+++ b/src/parsers/expr/postincrement_expr.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/expr/predecrement_expr.cpp b/src/parsers/expr/predecrement_expr.cpp
index cf99dee..aaa95db 100644
--- a/src/parsers/expr/predecrement_expr.cpp
+++ b/src/parsers/expr/predecrement_expr.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/expr/preincrement_expr.cpp b/src/parsers/expr/preincrement_expr.cpp
index f4205e5..4332299 100644
--- a/src/parsers/expr/preincrement_expr.cpp
+++ b/src/parsers/expr/preincrement_expr.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/expr/range_expr.cpp b/src/parsers/expr/range_expr.cpp
index eb9e008..7cd7fe8 100644
--- a/src/parsers/expr/range_expr.cpp
+++ b/src/parsers/expr/range_expr.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/expr/rdiv_expr.cpp b/src/parsers/expr/rdiv_expr.cpp
index c6b39be..51b42b5 100644
--- a/src/parsers/expr/rdiv_expr.cpp
+++ b/src/parsers/expr/rdiv_expr.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/expr/return_expr.cpp b/src/parsers/expr/return_expr.cpp
index 6c0489f..3481793 100644
--- a/src/parsers/expr/return_expr.cpp
+++ b/src/parsers/expr/return_expr.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/expr/rounddiv_expr.cpp b/src/parsers/expr/rounddiv_expr.cpp
index 98dbafe..4ac36db 100644
--- a/src/parsers/expr/rounddiv_expr.cpp
+++ b/src/parsers/expr/rounddiv_expr.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/expr/roundmod_expr.cpp b/src/parsers/expr/roundmod_expr.cpp
index fdbe946..123648b 100644
--- a/src/parsers/expr/roundmod_expr.cpp
+++ b/src/parsers/expr/roundmod_expr.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/expr/rrotate_expr.cpp b/src/parsers/expr/rrotate_expr.cpp
index dcbeead..6d7dbc6 100644
--- a/src/parsers/expr/rrotate_expr.cpp
+++ b/src/parsers/expr/rrotate_expr.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/expr/rshift_expr.cpp b/src/parsers/expr/rshift_expr.cpp
index 0cf91ef..7801eae 100644
--- a/src/parsers/expr/rshift_expr.cpp
+++ b/src/parsers/expr/rshift_expr.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/expr/save_expr.cpp b/src/parsers/expr/save_expr.cpp
index 581062c..b829fd1 100644
--- a/src/parsers/expr/save_expr.cpp
+++ b/src/parsers/expr/save_expr.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/expr/sizeof_expr.cpp b/src/parsers/expr/sizeof_expr.cpp
index 06bb194..4947da9 100644
--- a/src/parsers/expr/sizeof_expr.cpp
+++ b/src/parsers/expr/sizeof_expr.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/expr/staticcast_expr.cpp b/src/parsers/expr/staticcast_expr.cpp
index 7291bf6..4c32b7e 100644
--- a/src/parsers/expr/staticcast_expr.cpp
+++ b/src/parsers/expr/staticcast_expr.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/expr/switch_expr.cpp b/src/parsers/expr/switch_expr.cpp
index a90baf0..6c73799 100644
--- a/src/parsers/expr/switch_expr.cpp
+++ b/src/parsers/expr/switch_expr.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/expr/target_expr.cpp b/src/parsers/expr/target_expr.cpp
index 7b4fb58..7ed3ccf 100644
--- a/src/parsers/expr/target_expr.cpp
+++ b/src/parsers/expr/target_expr.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/expr/throw_expr.cpp b/src/parsers/expr/throw_expr.cpp
index 6128586..71fe2e3 100644
--- a/src/parsers/expr/throw_expr.cpp
+++ b/src/parsers/expr/throw_expr.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/expr/truncdiv_expr.cpp b/src/parsers/expr/truncdiv_expr.cpp
index 1057164..3ebee9c 100644
--- a/src/parsers/expr/truncdiv_expr.cpp
+++ b/src/parsers/expr/truncdiv_expr.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/expr/truncmod_expr.cpp b/src/parsers/expr/truncmod_expr.cpp
index a6119dd..20e2bd5 100644
--- a/src/parsers/expr/truncmod_expr.cpp
+++ b/src/parsers/expr/truncmod_expr.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/expr/truthand_expr.cpp b/src/parsers/expr/truthand_expr.cpp
index 2fb3113..b96a827 100644
--- a/src/parsers/expr/truthand_expr.cpp
+++ b/src/parsers/expr/truthand_expr.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/expr/truthandif_expr.cpp b/src/parsers/expr/truthandif_expr.cpp
index d2080c4..a9dbda6 100644
--- a/src/parsers/expr/truthandif_expr.cpp
+++ b/src/parsers/expr/truthandif_expr.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/expr/truthnot_expr.cpp b/src/parsers/expr/truthnot_expr.cpp
index 78b9497..df2337b 100644
--- a/src/parsers/expr/truthnot_expr.cpp
+++ b/src/parsers/expr/truthnot_expr.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/expr/truthor_expr.cpp b/src/parsers/expr/truthor_expr.cpp
index 2964a06..6671b97 100644
--- a/src/parsers/expr/truthor_expr.cpp
+++ b/src/parsers/expr/truthor_expr.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/expr/truthorif_expr.cpp b/src/parsers/expr/truthorif_expr.cpp
index 1a41891..3a401f1 100644
--- a/src/parsers/expr/truthorif_expr.cpp
+++ b/src/parsers/expr/truthorif_expr.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/expr/truthxor_expr.cpp b/src/parsers/expr/truthxor_expr.cpp
index fa7eaf6..833b2aa 100644
--- a/src/parsers/expr/truthxor_expr.cpp
+++ b/src/parsers/expr/truthxor_expr.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/expr/trycatch_expr.cpp b/src/parsers/expr/trycatch_expr.cpp
index 4507d2a..7d94c2c 100644
--- a/src/parsers/expr/trycatch_expr.cpp
+++ b/src/parsers/expr/trycatch_expr.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/expr/tryfinally_expr.cpp b/src/parsers/expr/tryfinally_expr.cpp
index dc30326..7861b2a 100644
--- a/src/parsers/expr/tryfinally_expr.cpp
+++ b/src/parsers/expr/tryfinally_expr.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/expr/vecinit_expr.cpp b/src/parsers/expr/vecinit_expr.cpp
index 88817aa..2c80976 100644
--- a/src/parsers/expr/vecinit_expr.cpp
+++ b/src/parsers/expr/vecinit_expr.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/expr/viewconvert_expr.cpp b/src/parsers/expr/viewconvert_expr.cpp
index fe7f14d..91a1eb3 100644
--- a/src/parsers/expr/viewconvert_expr.cpp
+++ b/src/parsers/expr/viewconvert_expr.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/generic.cpp b/src/parsers/generic.cpp
index 731732e..93f9f74 100644
--- a/src/parsers/generic.cpp
+++ b/src/parsers/generic.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/generic.h b/src/parsers/generic.h
index de9e8e2..3a926f5 100644
--- a/src/parsers/generic.h
+++ b/src/parsers/generic.h
@@ -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/handler.cpp b/src/parsers/handler.cpp
index f1c62a6..da96c29 100644
--- a/src/parsers/handler.cpp
+++ b/src/parsers/handler.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/identifier_node.cpp b/src/parsers/identifier_node.cpp
index 786eb4a..29a4553 100644
--- a/src/parsers/identifier_node.cpp
+++ b/src/parsers/identifier_node.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/list/statement_list.cpp b/src/parsers/list/statement_list.cpp
index 78e599b..755f541 100644
--- a/src/parsers/list/statement_list.cpp
+++ b/src/parsers/list/statement_list.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/list/tree_list.cpp b/src/parsers/list/tree_list.cpp
index 6ee383f..1601f9e 100644
--- a/src/parsers/list/tree_list.cpp
+++ b/src/parsers/list/tree_list.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/ref/array_ref.cpp b/src/parsers/ref/array_ref.cpp
index 584b65b..f63508b 100644
--- a/src/parsers/ref/array_ref.cpp
+++ b/src/parsers/ref/array_ref.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/ref/bitfield_ref.cpp b/src/parsers/ref/bitfield_ref.cpp
index 45294c4..ff2beaa 100644
--- a/src/parsers/ref/bitfield_ref.cpp
+++ b/src/parsers/ref/bitfield_ref.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/ref/component_ref.cpp b/src/parsers/ref/component_ref.cpp
index 6c77802..1e5e273 100644
--- a/src/parsers/ref/component_ref.cpp
+++ b/src/parsers/ref/component_ref.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/ref/indirect_ref.cpp b/src/parsers/ref/indirect_ref.cpp
index cc93217..70cc873 100644
--- a/src/parsers/ref/indirect_ref.cpp
+++ b/src/parsers/ref/indirect_ref.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/ref/objtype_ref.cpp b/src/parsers/ref/objtype_ref.cpp
index 8738014..69ef492 100644
--- a/src/parsers/ref/objtype_ref.cpp
+++ b/src/parsers/ref/objtype_ref.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/ref/scope_ref.cpp b/src/parsers/ref/scope_ref.cpp
index 1dc98c1..e225dda 100644
--- a/src/parsers/ref/scope_ref.cpp
+++ b/src/parsers/ref/scope_ref.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/stmt/break_stmt.cpp b/src/parsers/stmt/break_stmt.cpp
index 602cfb7..47e71d9 100644
--- a/src/parsers/stmt/break_stmt.cpp
+++ b/src/parsers/stmt/break_stmt.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/stmt/cleanup_stmt.cpp b/src/parsers/stmt/cleanup_stmt.cpp
index 06f9b4e..6e2b603 100644
--- a/src/parsers/stmt/cleanup_stmt.cpp
+++ b/src/parsers/stmt/cleanup_stmt.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/stmt/continue_stmt.cpp b/src/parsers/stmt/continue_stmt.cpp
index 2dc54a7..404eec1 100644
--- a/src/parsers/stmt/continue_stmt.cpp
+++ b/src/parsers/stmt/continue_stmt.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/stmt/do_stmt.cpp b/src/parsers/stmt/do_stmt.cpp
index 1b485bc..aa96af8 100644
--- a/src/parsers/stmt/do_stmt.cpp
+++ b/src/parsers/stmt/do_stmt.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/stmt/expr_stmt.cpp b/src/parsers/stmt/expr_stmt.cpp
index a17a2dc..bcb9d87 100644
--- a/src/parsers/stmt/expr_stmt.cpp
+++ b/src/parsers/stmt/expr_stmt.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/stmt/for_stmt.cpp b/src/parsers/stmt/for_stmt.cpp
index d06be43..b4a606d 100644
--- a/src/parsers/stmt/for_stmt.cpp
+++ b/src/parsers/stmt/for_stmt.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/stmt/if_stmt.cpp b/src/parsers/stmt/if_stmt.cpp
index 92eaff7..4c55d8b 100644
--- a/src/parsers/stmt/if_stmt.cpp
+++ b/src/parsers/stmt/if_stmt.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/stmt/switch_stmt.cpp b/src/parsers/stmt/switch_stmt.cpp
index 5fc1464..fa51a38 100644
--- a/src/parsers/stmt/switch_stmt.cpp
+++ b/src/parsers/stmt/switch_stmt.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/stmt/while_stmt.cpp b/src/parsers/stmt/while_stmt.cpp
index bb580f1..2ca8a61 100644
--- a/src/parsers/stmt/while_stmt.cpp
+++ b/src/parsers/stmt/while_stmt.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/targetoption.cpp b/src/parsers/targetoption.cpp
index ade2359..f9be32b 100644
--- a/src/parsers/targetoption.cpp
+++ b/src/parsers/targetoption.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/templateparmindex.cpp b/src/parsers/templateparmindex.cpp
index 211ccab..17ea4ef 100644
--- a/src/parsers/templateparmindex.cpp
+++ b/src/parsers/templateparmindex.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/templatetypeparm.cpp b/src/parsers/templatetypeparm.cpp
index 9f0978e..bfb6100 100644
--- a/src/parsers/templatetypeparm.cpp
+++ b/src/parsers/templatetypeparm.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/type/array_type.cpp b/src/parsers/type/array_type.cpp
index a1594a7..f4b30dc 100644
--- a/src/parsers/type/array_type.cpp
+++ b/src/parsers/type/array_type.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/type/boolean_type.cpp b/src/parsers/type/boolean_type.cpp
index 4a61de1..e5f5f0d 100644
--- a/src/parsers/type/boolean_type.cpp
+++ b/src/parsers/type/boolean_type.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/type/enumeral_type.cpp b/src/parsers/type/enumeral_type.cpp
index b609fa9..6557acd 100644
--- a/src/parsers/type/enumeral_type.cpp
+++ b/src/parsers/type/enumeral_type.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/type/function_type.cpp b/src/parsers/type/function_type.cpp
index 9740cf7..b6e3116 100644
--- a/src/parsers/type/function_type.cpp
+++ b/src/parsers/type/function_type.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/type/integer_type.cpp b/src/parsers/type/integer_type.cpp
index 0da88e1..3c3f1ee 100644
--- a/src/parsers/type/integer_type.cpp
+++ b/src/parsers/type/integer_type.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/type/method_type.cpp b/src/parsers/type/method_type.cpp
index e8a7119..b57ecd0 100644
--- a/src/parsers/type/method_type.cpp
+++ b/src/parsers/type/method_type.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/type/nullptr_type.cpp b/src/parsers/type/nullptr_type.cpp
index 7e9128c..e343544 100644
--- a/src/parsers/type/nullptr_type.cpp
+++ b/src/parsers/type/nullptr_type.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/type/pointer_type.cpp b/src/parsers/type/pointer_type.cpp
index 9b2a197..42cafd3 100644
--- a/src/parsers/type/pointer_type.cpp
+++ b/src/parsers/type/pointer_type.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/type/real_type.cpp b/src/parsers/type/real_type.cpp
index e721cd4..f71ffbe 100644
--- a/src/parsers/type/real_type.cpp
+++ b/src/parsers/type/real_type.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/type/record_type.cpp b/src/parsers/type/record_type.cpp
index ab4e606..2db2d12 100644
--- a/src/parsers/type/record_type.cpp
+++ b/src/parsers/type/record_type.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/type/reference_type.cpp b/src/parsers/type/reference_type.cpp
index 0327b9b..9e697be 100644
--- a/src/parsers/type/reference_type.cpp
+++ b/src/parsers/type/reference_type.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/type/typename_type.cpp b/src/parsers/type/typename_type.cpp
index 8439504..a926348 100644
--- a/src/parsers/type/typename_type.cpp
+++ b/src/parsers/type/typename_type.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/type/union_type.cpp b/src/parsers/type/union_type.cpp
index 93e5d96..6663051 100644
--- a/src/parsers/type/union_type.cpp
+++ b/src/parsers/type/union_type.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/type/vector_type.cpp b/src/parsers/type/vector_type.cpp
index aef279b..1e49551 100644
--- a/src/parsers/type/vector_type.cpp
+++ b/src/parsers/type/vector_type.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/type/void_type.cpp b/src/parsers/type/void_type.cpp
index 748142d..b7881e0 100644
--- a/src/parsers/type/void_type.cpp
+++ b/src/parsers/type/void_type.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/vec/tree_vec.cpp b/src/parsers/vec/tree_vec.cpp
index 548765e..86c734b 100644
--- a/src/parsers/vec/tree_vec.cpp
+++ b/src/parsers/vec/tree_vec.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/plugin.cpp b/src/plugin.cpp
index 0938f71..7530d65 100644
--- a/src/plugin.cpp
+++ b/src/plugin.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/stringutils.cpp b/src/stringutils.cpp
index c5fdc4b..284f65e 100644
--- a/src/stringutils.cpp
+++ b/src/stringutils.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/stringutils.h b/src/stringutils.h
index 880e609..5daeb03 100644
--- a/src/stringutils.h
+++ b/src/stringutils.h
@@ -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