-
Notifications
You must be signed in to change notification settings - Fork 262
/
acknowledge_license_cert.html
127 lines (116 loc) · 5.11 KB
/
acknowledge_license_cert.html
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html>
<head>
<title>Acknowledgments, Licensing and Certification</title>
<link href="library/css/bootstrap-3-2-0.min.css" rel="stylesheet">
</head>
<body>
<div class="container">
<h1>Acknowledgments, Licensing and Certification</h1>
<hr>
<h3>License information</h3>
<div class="paragraph">
Unless otherwise stated, this code is subject to the terms of the <a href="mpl_license.txt">
Mozilla Public License v 2.0 (MPL)</a>, a copy of which is included here for your convenience.<br>
This code is also distributed under the terms of the <a href="#healthcare_disclaimer">Healthcare Disclaimer</a>,
which can be found at the bottom of this page.
</div>
<h3>Websites</h3>
<div class="paragraph">
<a href="http://librehealth.io/">LibreHealth EHR</a> - The LibreHealth EHR website: <a href="http://librehealth.io/">librehealth.io</a><br>
<a href="https://forums.librehealth.io/">LibreHealth Community Forum</a>
</div>
<h3>Special Thanks</h3>
<div class="paragraph">
To all the contributers at open-emr.org for all the years of work they put in to their product which LibreHealth EHR is forked from.<br>
To see all the contributers you can visit their acknowledgements page at open-emr.org.<br>
Thanks Folks!!!
<h3>
LibreHealth is collaobrative community for free & open source software projects in Health IT, and is a member project of Software Freedom Conservancy.</li>
</h3>
</div>
<h3>Certification</h3>
<div class="paragraph">
Up and coming
<ul>
<li>Managed and provided by librehealth.io - <a href="http://librehealth.io">librehealth.io</a></li>
</ul>
</div>
<h3>List of Contributors</h3>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Contributor</th>
<th>Contact</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bowen Medical</td>
<td><a href="http://www.bowenmd.com">Bowen Medical</a></br>
2365 Springs Rd NE, Hickory, NC 28601<br>
Emily Killian<br>
Nikolai Vitsyn<br>
Samuel T. Bowen, MD<br>
<a href="mailto:[email protected]">[email protected]</a><br></td>
</tr>
<tr>
<td>Kevin Yeh</td>
<td>[email protected]</td>
</tr>
<tr>
<td>Lilly Systems & Solutions</td>
<td><a href="http://www.lillysystems.com/">www.lillysystems.com</a><br>
Including:<br>
Jim Lilly<br>
Debbie Lilly<br>
Jacob Harrison<br>
Terry Hill</td>
</tr>
<tr>
<td>
Medical Information Integration, LLC</td>
<td><a href="http://www.mi-squared.com/">www.mi-squared.com</a><br>
Aron Racho<br>
Jeremy Wallace<br>
Ken Chapple<br>
Tony McCormick<br>
Dan Pflieger<br>
Harley Tuck<br>
Sara McCormick<br>
Various MI2 Contractors
</td>
</tr>
<tr>
<td>
SunCoast Connection Inc.</td>
<td><a href="http://suncoastconnection.com/">SunCoastConnection.com</a><br>
Art Eaton<br>
Bryan Lee<br>
Lana Woods<br>
<tr>
<td>
2017 Google Summer of Code Students</td>
<td><a href="https://forums.librehealth.io/groups/GSoC2017Students">GSOC Students</a><br>
Ujjwal Arora<br>
Nilesh Prasad<br>
Priyanshu Sinha</td>
</tr>
</tr>
</tbody>
</table>
<h3>Healthcare Disclaimer</h3>
<a name="healthcare_disclaimer"></a>
<div class="paragraph">
In the United States, or any other jurisdictions where they may apply, the following additional disclaimer of warranty and limitation of liability are hereby incorporated into the terms and conditions of GPL:
<ol>
<li>No warranties of any kind whatsoever are made as to the results that You will obtain from relying upon the covered code (or any information or content obtained by way of the covered code), including but not limited to compliance with privacy laws or regulations or clinical care industry standards and protocols. Use of the covered code is not a substitute for a health care provider's standard practice or professional judgment. Any decision with regard to the appropriateness of treatment, or the validity or reliability of information or content made available by the covered code, is the sole responsibility of the health care provider. Consequently, it is incumbent upon each health care provider to verify all medical history and treatment plans with each patient.</li>
<li>Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted by the license, be liable to You for any indirect, special, incidental, consequential damages of any character including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other damages or losses, of any nature whatsoever (direct or otherwise) on account of or associated with the use or inability to use the covered content (including, without limitation, the use of information or content made available by the covered code, all documentation associated therewith, and the failure of the covered code to comply with privacy laws and regulations or clinical care industry standards and protocols), even if such party shall have been informed of the possibility of such damages.</li>
</ol>
</div>
</div>
</body>
</html>