Commit 62db8594 authored by 's avatar

Added copyright

parent 66e038a5
"""Standard management interface support
$Id: Management.py,v 1.4 1997/08/15 22:27:24 jim Exp $"""
$Id: Management.py,v 1.5 1997/09/08 23:37:22 brian Exp $"""
__version__='$Revision: 1.4 $'[11:-2]
__version__='$Revision: 1.5 $'[11:-2]
import sys,Globals
from Dialogs import MessageDialog
......@@ -98,3 +98,4 @@ class Management:
manage_options =[]
manage =HTMLFile('App/manage')
manage_menu =HTMLFile('App/menu')
manage_copyright =HTMLFile('App/copyright')
<HTML>
<HEAD>
<TITLE>Copyright</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<H2>Copyright</H2>
<P>
Copyright &copy; 1997 Digital Creations, L.C., 910 Princess Anne Street,
Suite 300, Fredericksburg, Virginia 22401 U.S.A. All rights reserved.
Copyright in the documents, materials and software ("Contents") on this Web
Server is owned by DCLC, unless otherwise indicated. Permission to use, copy
and distribute documents delivered from this Web Server and related graphics
is hereby granted, provided that the above copyright notice appear in all
copies and that both that copyright notice and this permission notice appear.
Note that any product, process or technology described in the Contents may be
the subject of other Intellectual Property rights reserved by Digital
Creations, L.C. and are not licensed hereunder.
</P>
<H3>Trademarks...</H3>
<P>
Digital Creations & DCLC, are trademarks of Digital Creations, L.C..
All other trademarks are owned by their respective companies.
</P>
<H3>No Warranty...</H3>
<P>
The software, documents, information, and materials in this publication are
provided &quot;as is&quot; without warranty of any kind, either express or
implied, including, but not limited to, the implied warranties of
merchantability, fitness for a particular purpose, or non-infringement.
The contents of this publication could include technical inaccuracies or
typographical errors. Changes are periodically added to the information
herein; these changes will be incorporated in new editions of the publication.
DCLC may make improvements and/or changes in the products and/or the programs
described in this publication at any time without notice.
</P>
<H3>Limitation Of Liability...</H3>
<P>
In no event will DCLC be liable for direct, indirect, special, incidental,
economic, cover, or consequential damages arising out of the use of or
inability to use the Contents even if advised of the possibility of such
damages. Some states do not allow the exclusion or limitation of implied
warranties or limitation of liability for incidental or consequential damages,
so the above limitation or exclusion may not apply to you.
</P>
<A NAME="PRODUCTS">
<H3>Copyright for Products...</H3>
<P>
This copyright applies to artifacts that Digital Creations labels a product.
Generally, a product is software that we create for commercial use, and
restrict access to for commerical purposes.
</P>
<P>
<STRONG><EM>Terms</EM></STRONG>
<BR>
Limited use, reproduction, and distribution of this software is permitted.
Any copy of this software must include both the above copyright notice of
Digital Creations and this paragraph. Any distribution of this software must
comply with all applicable United States export control laws. This
software is made available AS IS, and Digital Creations
DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE, AND NOTWITHSTANDING ANY OTHER PROVISION CONTAINED HEREIN, ANY
LIABILITY FOR DAMAGES RESULTING FROM THE SOFTWARE OR ITS USE IS EXPRESSLY
DISCLAIMED, WHETHER ARISING IN CONTRACT, TORT (INCLUDING NEGLIGENCE) OR STRICT
LIABILITY, EVEN IF Digital Creations IS ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES.
</P>
<A NAME="RELEASES">
<H3>Copyright for Releases...</H3>
<P>
This copyright applies to artificats that Digital Creations labels a
release. Generally, a release is software that we support, but place no
restrictions on use.
Additionally, we retain full intellectual property. These specific terms
are outlined below.
</P>
<P>
<STRONG><EM>Terms</EM></STRONG>
<BR>
Unlimited use, reproduction, and distribution of this software is permitted.
Any copy of this software must include both the above copyright notice of
Digital Creations and this paragraph. Any distribution of this software must
comply with all applicable United States export control laws. This
software is made available AS IS, and Digital Creations
DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE, AND NOTWITHSTANDING ANY OTHER PROVISION CONTAINED HEREIN, ANY
LIABILITY FOR DAMAGES RESULTING FROM THE SOFTWARE OR ITS USE IS EXPRESSLY
DISCLAIMED, WHETHER ARISING IN CONTRACT, TORT (INCLUDING NEGLIGENCE) OR STRICT
LIABILITY, EVEN IF Digital Creations IS ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES.
</P>
</BODY>
</HTML>
......@@ -4,15 +4,15 @@
</HEAD>
<BODY BACKGROUND="<!--#var SOFTWARE_URL-->/App/border.gif"
BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<TABLE WIDTH="100" BORDER="0">
<TABLE WIDTH="120" BORDER="0">
<TR>
<TD ALIGN="LEFT" COLSPAN="2">
<IMG SRC="<!--#var SOFTWARE_URL-->/App/logo.jpg" WIDTH="102" HEIGHT="54">
<FONT SIZE="-2">
&copy; Copyright 1997
<BR>
Digital Creations L.C.
</FONT>
<A HREF="<!--#var PARENT_URL-->/manage_copyright" TARGET="manage_main">
<FONT SIZE="-2">
&copy; 1997 Digital Creations</FONT>
</A>
</TD>
</TR>
<TR><TD></TD><TD></TD></TR>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment