From abc9e24f61bd022cd4e26fa762035247a9ba5fa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20H=C3=BCwe?= Date: Wed, 4 Mar 2009 22:57:28 +0000 Subject: [PATCH] license blabla... --- osc/OscConfigParser.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/osc/OscConfigParser.py b/osc/OscConfigParser.py index 90fa94e5..785c5ec6 100644 --- a/osc/OscConfigParser.py +++ b/osc/OscConfigParser.py @@ -1,3 +1,19 @@ +# Copyright 2008,2009 Marcus Huewe +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License version 2 +# as published by the Free Software Foundation; +# +# 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 + + import ConfigParser import re