Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
62db8594
Commit
62db8594
authored
Sep 08, 1997
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added copyright
parent
66e038a5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
111 additions
and
7 deletions
+111
-7
lib/python/App/Management.py
lib/python/App/Management.py
+3
-2
lib/python/App/copyright.dtml
lib/python/App/copyright.dtml
+103
-0
lib/python/App/menu.dtml
lib/python/App/menu.dtml
+5
-5
No files found.
lib/python/App/Management.py
View file @
62db8594
"""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'
)
lib/python/App/copyright.dtml
0 → 100644
View file @
62db8594
<HTML>
<HEAD>
<TITLE>Copyright</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<H2>Copyright</H2>
<P>
Copyright © 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 "as is" 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>
lib/python/App/menu.dtml
View file @
62db8594
...
...
@@ -4,15 +4,15 @@
</HEAD>
<BODY BACKGROUND="<!--#var SOFTWARE_URL-->/App/border.gif"
BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<TABLE WIDTH="1
0
0" BORDER="0">
<TABLE WIDTH="1
2
0" BORDER="0">
<TR>
<TD ALIGN="LEFT" COLSPAN="2">
<IMG SRC="<!--#var SOFTWARE_URL-->/App/logo.jpg" WIDTH="102" HEIGHT="54">
<FONT SIZE="-2">
© Copyright 1997
<BR>
Digital Creations L.C.
</FONT>
<A HREF="<!--#var PARENT_URL-->/manage_copyright" TARGET="manage_main">
<FONT SIZE="-2">
© 1997 Digital Creations</FONT>
</A>
</TD>
</TR>
<TR><TD></TD><TD></TD></TR>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment