diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-06-26 19:52:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-06-26 19:52:45 +0300 |
commit | 47ac65d69eca8f1821e3fa5b2c76661a58b45718 (patch) | |
tree | 42d5dbac17034ad6b8ba7c121bf04f1835c442c7 /src/parsers/expr/ceildiv_expr.cpp | |
parent | fec7d220fe6981088659033a3678c93c0b85ee68 (diff) | |
download | paranucker-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/expr/ceildiv_expr.cpp')
-rw-r--r-- | src/parsers/expr/ceildiv_expr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |