forked from Chicago/metalicious
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
36 lines (26 loc) · 2.15 KB
/
about.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?php
include 'include/header.php';
?>
<!-- container started in header.php -->
<div class="row-fluid">
<div class="span12">
<h3>About the City of Chicago Data Dictionary</h3>
<p class="lead">
<h5>
<p> Metalicious is an open-source, web-based data dictionary that is designed to capture and display metadata from databases, tables, and fields for platforms with one or more databases. Users may customized and deploy Metalicious as an internal or public data dicitonary website.</p>
<p>This platform is used to power the City of Chicago's <a href="http://datadictionary.cityofchicago.org">data dictionary</a>.</p>
</h5>
</p>
<h3>Terms of Use</h3>
<p class="lead">
<h5>
Permission is hereby granted, free of charge, to any person obtaining a copy of this data, metadata, schema, and associated documentation files (the "Database"), to deal in the Database without restriction, including without limitation the rights to extract and re-utilize all or a substantial part of the data, and the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Database, and to permit persons to whom the Database is furnished to do so, subject to the following conditions:
<br /><br />
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Database.
<br /><br />
The Database is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the creators, authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the Database or the use or other dealings in the Database.
</h5>
</p>
</div>
</div> <!-- /row -->
<?php include 'include/footer.php'; ?>