diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-01 20:31:44 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-01 20:31:44 +0000 |
commit | b1ce51e654ea454e4c2c98c628dd973557dc7a69 (patch) | |
tree | 8e276fcf22b61e31f6ec2b58be3808d1951046e6 /mutator_aux.cpp | |
parent | added a note to WIN_BUILD (diff) | |
download | mutator-b1ce51e654ea454e4c2c98c628dd973557dc7a69.tar.gz mutator-b1ce51e654ea454e4c2c98c628dd973557dc7a69.zip |
added GPL2 license notes on top, emacs c++ recognition
Diffstat (limited to 'mutator_aux.cpp')
-rw-r--r-- | mutator_aux.cpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mutator_aux.cpp b/mutator_aux.cpp index 1dab807..b195403 100644 --- a/mutator_aux.cpp +++ b/mutator_aux.cpp @@ -1,5 +1,22 @@ +/***************************************************Project Mutator****************************************************/ +//-*-c++-*- /*first line intentionally left blank.*/ +/*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.*/ /*********************************************************************************************************************/ /*inclusion directives*/ #include "mutator_aux.h" |