summaryrefslogtreecommitdiff
path: root/src/nodes/type
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/nodes/type
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/nodes/type')
-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
15 files changed, 15 insertions, 15 deletions
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