-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (31 loc) · 1.27 KB
/
Copy pathindex.html
File metadata and controls
39 lines (31 loc) · 1.27 KB
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
<!DOCTYPE html >
<html>
<head>
<title>OpenVetSim Scenarios</title>
<meta charset="UTF-8">
<meta name="google" content="notranslate">
<meta http-equiv="Content-Language" content="en">
<link rel="shortcut icon" href="favicon.ico" />
<style>
body, html {
width: 700px;
}
</style>
</head>
<body>
<h1>OpenVetSim Scenarios</h1>
<p>This directory contains scenario files for use in the OpenVetSim Simulator. You can use the sample
scenario files as is or modify to suit your own needs.</p>
<p>Copyright (C) 2019 VetSim, Cornell University College of Veterinary Medicine Ithaca, NY</p>
<p>This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.</p>
<p>This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.</p>
<p>You should have received a copy of the GNU General Public License<br>
along with this program. If not, see <a href="http://www.gnu.org/licenses/">//www.gnu.org/licenses</a></p>
</body>
</html>