diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-01 20:32:29 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-01 20:32:29 +0000 |
commit | 08748ed3ec5e5cfced09e0737033293233db4b35 (patch) | |
tree | abf33217392755f219cf43a2336540c3293f3c6e /mutator-lvl0.cpp | |
parent | added GPL2 license notes on top, emacs c++ recognition (diff) | |
download | mutator-08748ed3ec5e5cfced09e0737033293233db4b35.tar.gz mutator-08748ed3ec5e5cfced09e0737033293233db4b35.zip |
added GPL2 license notes on top, emacs c++ recognition
Diffstat (limited to '')
-rw-r--r-- | mutator-lvl0.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mutator-lvl0.cpp b/mutator-lvl0.cpp index 1ab4f33..f0c78e4 100644 --- a/mutator-lvl0.cpp +++ b/mutator-lvl0.cpp @@ -1,5 +1,23 @@ +/***************************************************Project Mutator****************************************************/ +//-*-c++-*- /*first line intentionally left blank.*/ +/*the source code for the static checks(Misra-C,...)*/ +/*Copyright (C) 2017 Farzad Sadeghi + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either version 2 +of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/ /*code structure inspired by Eli Bendersky's tutorial on Rewriters.*/ /**********************************************************************************************************************/ /*included modules*/ |