summaryrefslogtreecommitdiff
path: root/src/parsers/decl
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-26 19:52:45 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-26 19:52:45 +0300
commit47ac65d69eca8f1821e3fa5b2c76661a58b45718 (patch)
tree42d5dbac17034ad6b8ba7c121bf04f1835c442c7 /src/parsers/decl
parentfec7d220fe6981088659033a3678c93c0b85ee68 (diff)
downloadparanucker-47ac65d69eca8f1821e3fa5b2c76661a58b45718.tar.gz
paranucker-47ac65d69eca8f1821e3fa5b2c76661a58b45718.tar.bz2
paranucker-47ac65d69eca8f1821e3fa5b2c76661a58b45718.tar.xz
paranucker-47ac65d69eca8f1821e3fa5b2c76661a58b45718.zip
Fix program name in copyright headers.
Diffstat (limited to 'src/parsers/decl')
-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
10 files changed, 10 insertions, 10 deletions
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