|
From: <cn...@us...> - 2024-08-27 01:40:29
|
Revision: 1548
http://sourceforge.net/p/seq/svn/1548
Author: cn187
Date: 2024-08-27 01:40:27 +0000 (Tue, 27 Aug 2024)
Log Message:
-----------
Add license to zone script
Modified Paths:
--------------
showeq/trunk/scripts/ida/gen_zones_h.py
Modified: showeq/trunk/scripts/ida/gen_zones_h.py
===================================================================
--- showeq/trunk/scripts/ida/gen_zones_h.py 2024-08-26 22:40:07 UTC (rev 1547)
+++ showeq/trunk/scripts/ida/gen_zones_h.py 2024-08-27 01:40:27 UTC (rev 1548)
@@ -1,3 +1,20 @@
+# gen_zones_h.py
+# Copyright 2022-2024, cn187 <cn...@us...>
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
import datetime
import sys
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|