From b59b1948a363fd457d3335c0f8c2b7258b062e00 Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Sat, 22 May 2010 12:57:59 -0400 Subject: [PATCH] Forgot another license header. --- gunicorn/app/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gunicorn/app/__init__.py b/gunicorn/app/__init__.py index e69de29b..06a970b0 100644 --- a/gunicorn/app/__init__.py +++ b/gunicorn/app/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 - +# +# This file is part of gunicorn released under the MIT license. +# See the NOTICE for more information.