aboutsummaryrefslogtreecommitdiffstats
path: root/mutator-lvl2.cpp
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-02-01 20:32:47 +0000
committerbloodstalker <thabogre@gmail.com>2017-02-01 20:32:47 +0000
commita1837b33c07b125cdf249976ad5f484d1470abcb (patch)
treec9d50b4877f47f939da2785ed5353f210039bdf1 /mutator-lvl2.cpp
parentadded GPL2 license notes on top, emacs c++ recognition (diff)
downloadmutator-a1837b33c07b125cdf249976ad5f484d1470abcb.tar.gz
mutator-a1837b33c07b125cdf249976ad5f484d1470abcb.zip
added GPL2 license notes on top, emacs c++ recognition
Diffstat (limited to 'mutator-lvl2.cpp')
-rw-r--r--mutator-lvl2.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/mutator-lvl2.cpp b/mutator-lvl2.cpp
index 04eacf8..e77355d 100644
--- a/mutator-lvl2.cpp
+++ b/mutator-lvl2.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.*/
/*code structure inspired by Eli Bendersky's tutorial on Rewriters.*/
/**********************************************************************************************************************/
/*FIXME-all classes should use replacements.*/