summaryrefslogtreecommitdiff
path: root/Gate.cpp
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2020-06-23 16:37:34 +0930
committerDaniel Jones <admin@danieljon.es>2020-06-23 16:37:34 +0930
commit10da4b7eaa8bc739bd7e0846f2cec7b5a466cec3 (patch)
treee264699637c56007973b4c19086fb1230a52ded0 /Gate.cpp
parentbe0be659c1accba0cf3dea89e8e9e820216d9d3a (diff)
downloadfoxlogicgates-10da4b7eaa8bc739bd7e0846f2cec7b5a466cec3.tar.gz
foxlogicgates-10da4b7eaa8bc739bd7e0846f2cec7b5a466cec3.zip
add license and headers
Diffstat (limited to 'Gate.cpp')
-rw-r--r--Gate.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/Gate.cpp b/Gate.cpp
index 0aaed25..d5779c8 100644
--- a/Gate.cpp
+++ b/Gate.cpp
@@ -1,3 +1,18 @@
+/*
+ * 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 3 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, see <http://www.gnu.org/licenses/>.
+ */
+
#include "Gate.h"
int Gate::gate_id_counter = 0;