~joaopinto/apt-portal/pre-modules

« back to all changes in this revision

Viewing changes to applications/getdeb/views/copyright.html

  • Committer: Joao Pinto
  • Date: 2009-06-13 22:45:41 UTC
  • Revision ID: joao.pinto@getdeb.net-20090613224541-g1fpmbb9e9jg5u10
Initial commit for the cherrypy version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## -*- coding: utf-8 -*-
2
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
3
 
"http://www.w3.org/TR/html4/loose.dtd">
4
 
<html>
5
 
<head>
6
 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
 
<title>${_("Copyright & Legal Information")}</title>
8
 
<link href="/css/popup.css" rel="stylesheet" type="text/css">
9
 
</head>
10
 
<body>
11
 
<h1>${_("Copyright & Legal Information")}</h1>
12
 
<p><strong>Contents of this web site:</strong><p>
13
 
<p>
14
 
The software provided on this site is copyrighted by the respective authors
15
 
and distributed according to it's license conditions.
16
 
<p><strong>Images provided by third parties.</strong><br></p>
17
 
<p>
18
 
Some of the images used on this page are part of the 
19
 
<a href="http://tango.freedesktop.org/Tango_Desktop_Project" target="_blank">Tango Project</a>, 
20
 
<a href="http://art.gnome.org/" target="_blank">Gnome Desktop</a>, or based on the work from 
21
 
<a href="http://jimmac.musichall.cz" target="_blank">Jakub &quot;Jimmac&quot; Steiner</a>. 
22
 
Their use is allowed as long you mention the original authors.</p>
23
 
<p><strong>Privacy policy:</strong><br>
24
 
User data collected on this web site is treated as personal and will not be provided to third parties.
25
 
</p>
26
 
<p><strong>Trademarks:</strong><br>
27
 
<p>© 2008 Canonical Ltd. Ubuntu and Canonical are registered trademarks of Canonical Ltd.</p>
28
 
<p align="center"><a href="javascript:window.close()"><img src="imagenes/boto_tancar.png" alt="Close this window" width="80" height="20" border="0"></a></p>
29
 
</body>
30
 
</html>