summaryrefslogtreecommitdiff
path: root/src/nodes
diff options
context:
space:
mode:
Diffstat (limited to 'src/nodes')
-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
146 files changed, 146 insertions, 146 deletions
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