diff options
author | Michael Elkins <melkins@tislabs.com> | 2010-07-11 16:00:50 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2010-07-11 16:00:50 +0000 |
commit | ec13f9996400f46dd659cd661b2cf33b810fc230 (patch) | |
tree | fce80dc0ffaa2384036553c9fd1bd496a7377d35 /portal-gui/rpkigui/django.wsgi.in | |
parent | 7283dcfe84c1f61acf0685c4abfde9ab4cc00e79 (diff) |
add copyright notices to portal-gui code
svn path=/portal-gui/rpkigui/django.wsgi.in; revision=3385
Diffstat (limited to 'portal-gui/rpkigui/django.wsgi.in')
-rw-r--r-- | portal-gui/rpkigui/django.wsgi.in | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/portal-gui/rpkigui/django.wsgi.in b/portal-gui/rpkigui/django.wsgi.in index 5f3f996a..7893cc5d 100644 --- a/portal-gui/rpkigui/django.wsgi.in +++ b/portal-gui/rpkigui/django.wsgi.in @@ -1,8 +1,24 @@ # $Id$ -# -# This is an example wsgi application for use with mod_wsgi and apache. -# -# @configure_input@ +""" +Copyright (C) 2010 SPARTA, Inc. dba Cobham Analytic Solutions + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + + +This is an example wsgi application for use with mod_wsgi and apache. + +@configure_input@ +""" import os import sys |