From a244ad3990f17e32e4650b6271fb4ac132c24956 Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Wed, 1 Jun 2005 00:40:18 +0000 Subject: [PATCH] Updated license. --- zsnes/src/parsegen.cpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/zsnes/src/parsegen.cpp b/zsnes/src/parsegen.cpp index 4f665ef4..6660113b 100644 --- a/zsnes/src/parsegen.cpp +++ b/zsnes/src/parsegen.cpp @@ -1,3 +1,22 @@ +/* +Copyright (C) 2005 Nach ( http://nsrt.edgeemu.com ) + +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., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ + /* Config file handler creator by Nach (C) 2005 */