From eb0432c504f4f4d45cc714e94709ee2976bb7b8f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 5 Oct 2011 09:30:56 -0400 Subject: get license headers correct --- pyramid/scripts/pcreate.py | 4 ++++ pyramid/scripts/pserve.py | 11 +++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/pyramid/scripts/pcreate.py b/pyramid/scripts/pcreate.py index bece38e68..39aca6b70 100644 --- a/pyramid/scripts/pcreate.py +++ b/pyramid/scripts/pcreate.py @@ -1,3 +1,7 @@ +# (c) 2005 Ian Bicking and contributors; written for Paste +# (http://pythonpaste.org) Licensed under the MIT license: +# http://www.opensource.org/licenses/mit-license.php + import optparse import os import pkg_resources diff --git a/pyramid/scripts/pserve.py b/pyramid/scripts/pserve.py index f3414d2cf..561085119 100644 --- a/pyramid/scripts/pserve.py +++ b/pyramid/scripts/pserve.py @@ -1,9 +1,12 @@ # (c) 2005 Ian Bicking and contributors; written for Paste # (http://pythonpaste.org) Licensed under the MIT license: -# http://www.opensource.org/licenses/mit-license.php @@: This should be moved -# to paste.deploy For discussion of daemonizing: -# http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/278731 Code taken -# also from QP: http://www.mems-exchange.org/software/qp/ From lib/site.py +# http://www.opensource.org/licenses/mit-license.php +# +# For discussion of daemonizing: +# http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/278731 +# +# Code taken also from QP: http://www.mems-exchange.org/software/qp/ From +# lib/site.py import re import optparse -- cgit v1.2.3