From f54919e04c9d9c967678bc8c9c528e2e0b690854 Mon Sep 17 00:00:00 2001 From: Harry Gabriel Date: Sat, 13 Nov 2010 00:44:06 +0100 Subject: [PATCH] we like the GPL --- mdd.py | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/mdd.py b/mdd.py index d482a54..63a434a 100644 --- a/mdd.py +++ b/mdd.py @@ -1,7 +1,19 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- - -""" Run the embedded Django server and point the web browser to it. """ +""" + * Copyright © 2010, Michael "Svedrin" Ziegler + * Copyright © 2010, Harry "nodefab" Gabriel + * + * Mumble-Django 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 package 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. +""" import webbrowser, sys, os from django.core.servers.basehttp import run, AdminMediaHandler, WSGIServerException