-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathabout.html
More file actions
17 lines (17 loc) · 823 Bytes
/
about.html
File metadata and controls
17 lines (17 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
layout: master
title: About hData
selected: about
---
<div id="aboutContent">
<div id="logo">
<a href="index.html"><img src="images/hData_logo.png" alt="hData Logo"></a>
</div>
<div class="about_title"><h2>About hData</h2></div>
<p>hData is a project of The MITRE Corporation.</p>
<p>The MITRE Corporation is a not-for-profit organization chartered to work in the public interest.
As a national resource, we apply our expertise in systems engineering, information technology,
operational concepts, and enterprise modernization to address our sponsors' critical needs.
(<a href="http://www.mitre.org/" target="_external">www.mitre.org</a>).</p>
<p>hData is licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_external">Apache 2.0 open source license</a>.</p>
</div>