[5129] | 1 | <!DOCTYPE html> |
---|
| 2 | <html> |
---|
| 3 | <head> |
---|
| 4 | <title>FCM: Terms of Use</title> |
---|
| 5 | <meta name="author" content="FCM team" /> |
---|
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
---|
| 7 | <link rel="icon" href="../etc/fcm-icon.png" type="image/png" /> |
---|
| 8 | <link rel="shortcut icon" href="../etc/fcm-icon.png" type="image/png" /> |
---|
| 9 | <link href="../etc/bootstrap/css/bootstrap.min.css" rel="stylesheet" |
---|
| 10 | media="screen" /> |
---|
| 11 | <link href="../etc/fcm.css" rel="stylesheet" media="screen" /> |
---|
| 12 | </head> |
---|
| 13 | <body> |
---|
| 14 | <div class="navbar navbar-inverse"> |
---|
| 15 | <div class="container-fluid"> |
---|
| 16 | <div class="navbar-header"> |
---|
| 17 | <a class="navbar-brand" href=".."><span class="fcm-version">FCM</span></a> |
---|
| 18 | </div> |
---|
| 19 | <div class="collapse navbar-collapse"> |
---|
| 20 | <ul class="nav navbar-nav"> |
---|
| 21 | <li><a href="../installation/">Installation</a></li> |
---|
| 22 | |
---|
| 23 | <li><a href="../user_guide/">User Guide</a></li> |
---|
| 24 | </ul> |
---|
| 25 | </div> |
---|
| 26 | </div> |
---|
| 27 | </div> |
---|
| 28 | |
---|
| 29 | <div class="page-header"> |
---|
| 30 | <div class="fcm-page-content pull-right well well-sm"></div> |
---|
| 31 | <h1>FCM: Terms of Use</h1> |
---|
| 32 | </div> |
---|
| 33 | |
---|
| 34 | <div class="container-fluid"> |
---|
| 35 | <div class="row"> |
---|
| 36 | <div class="col-md-12"> |
---|
| 37 | |
---|
| 38 | <h2 id="software.licence">FCM Software: Licence</h2> |
---|
| 39 | |
---|
| 40 | <p>FCM is free software: you can redistribute it and/or modify it under the |
---|
| 41 | terms of the <a href="http://www.gnu.org/licenses/gpl.html" rel="license">GNU |
---|
| 42 | General Public License</a> as published by the Free Software Foundation, |
---|
| 43 | either version 3 of the License, or (at your option) any later version.</p> |
---|
| 44 | |
---|
| 45 | <p>FCM is distributed in the hope that it will be useful, but WITHOUT ANY |
---|
| 46 | WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
---|
| 47 | FOR A PARTICULAR PURPOSE. See the GNU General Public License for more |
---|
| 48 | details.</p> |
---|
| 49 | |
---|
| 50 | <p>You should have received a copy of the GNU General Public License along |
---|
| 51 | with FCM. If not, see |
---|
| 52 | <a href="http://www.gnu.org/licenses/" |
---|
| 53 | rel="license">http://www.gnu.org/licenses/</a>.</p> |
---|
| 54 | |
---|
| 55 | <h2 id="doc.licence">FCM Documentation: Licence</h2> |
---|
| 56 | |
---|
| 57 | <p>You may use and re-use Crown copyright information from any part of the |
---|
| 58 | <a href="..">FCM Documentation</a> (not including logos) free of charge in |
---|
| 59 | any format or medium, under the terms and conditions of the <a href= |
---|
| 60 | "http://www.nationalarchives.gov.uk/doc/open-government-licence/" rel= |
---|
| 61 | "license">Open Government Licence</a>, provided it is reproduced accurately |
---|
| 62 | and not used in a misleading context. Where any of the Crown copyright |
---|
| 63 | items on this website are being republished or copied to others, the source |
---|
| 64 | of the material must be identified and the copyright status |
---|
| 65 | acknowledged.</p> |
---|
| 66 | |
---|
| 67 | <p>See the <a href= |
---|
| 68 | "http://www.nationalarchives.gov.uk/doc/open-government-licence/" rel= |
---|
| 69 | "license">Open Government Licence</a> for the full conditions of this |
---|
| 70 | licence and for information on how to attribute the source of material.</p> |
---|
| 71 | |
---|
| 72 | <h2 id="team">FCM: Maintenance</h2> |
---|
| 73 | |
---|
| 74 | <p>The FCM software and <a href="..">FCM Documentation</a> are maintained |
---|
| 75 | by the <a href="mailto:metomi@metoffice.gov.uk">Modelling Infrastructure |
---|
| 76 | Support Systems Team</a>, Met Office, FitzRoy Road, Exeter, EX1 3PB, UK.</p> |
---|
| 77 | |
---|
| 78 | </div> |
---|
| 79 | </div> |
---|
| 80 | </div> |
---|
| 81 | |
---|
| 82 | <hr/> |
---|
| 83 | <div class="container-fluid text-center"> |
---|
| 84 | <div class="row"><div class="col-md-12"> |
---|
| 85 | <address><small> |
---|
| 86 | Copyright © 2006-2021 British Crown (Met Office) & Contributors. |
---|
| 87 | <a href="http://www.metoffice.gov.uk">Met Office</a>.<br /> |
---|
| 88 | This document is released under the British <a href= |
---|
| 89 | "http://www.nationalarchives.gov.uk/doc/open-government-licence/" rel= |
---|
| 90 | "license">Open Government Licence</a>.<br /> |
---|
| 91 | </small></address> |
---|
| 92 | </div></div> |
---|
| 93 | </div> |
---|
| 94 | |
---|
| 95 | <script type="text/javascript" src="../etc/jquery.min.js"></script> |
---|
| 96 | <script type="text/javascript" src="../etc/bootstrap/js/bootstrap.min.js"></script> |
---|
| 97 | <script type="text/javascript" src="../etc/fcm.js"></script> |
---|
| 98 | <script type="text/javascript" src="../etc/fcm-version.js"></script> |
---|
| 99 | </body> |
---|
| 100 | </html> |
---|