Skip to content

Commit

Permalink
Add attributions
Browse files Browse the repository at this point in the history
  • Loading branch information
dcnewman committed Mar 8, 2015
1 parent eff3219 commit 4c398e5
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions scripts/s3g-decompiler.py
@@ -1,4 +1,27 @@
#!/usr/bin/python
#
# s3g-decompiler.py
#
# Created by Adam Mayer on Jan 25 2011
# Updated by Jetty, Dan Newman, and Henry Thomas 2011 - 2015
#
# Originally from ReplicatorG sources /src/replicatorg/scripts
# which are part of the ReplicatorG project - http://www.replicat.org
#
# 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 struct
import sys

Expand Down

0 comments on commit 4c398e5

Please sign in to comment.