source: PATCHED/FCM_V1.3/LICENSE.html

Last change on this file was 1, checked in by fcm, 15 years ago

creation de larborescence

File size: 4.9 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3<html>
4<head>
5  <title>Flexible Configuration Management Software License</title>
6  <meta name="copyright" content="&copy; British Crown Copyright">
7  <style type="text/css">
8  <!--
9  body {
10    font: normal normal 10pt Arial, sans-serif;
11  }
12
13  h1 {
14    text-align: center;
15    text-decoration: underline;
16    font: normal bold 14pt Arial, sans-serif;
17  }
18
19  h2 {
20    text-align: left;
21    text-decoration: none;
22    font: normal normal 14pt Arial, sans-serif;
23  }
24
25  h3 {
26    text-align: left;
27    text-decoration: none;
28    font: normal bold 10pt Arial, sans-serif;
29  }
30
31  .copyright {
32    text-align: right;
33    font: normal bold 11pt Arial, sans-serif;
34  }
35
36  ol li {
37    list-style: lower-alpha;
38  }
39  //-->
40  </style>
41</head>
42
43<body>
44  <h1>Flexible Configuration Management Software License</h1>
45
46  <h1>Please read this Software Licence as you will be bound by its terms if
47  you use the Software</h1>
48
49  <h2>The Licensor:</h2>
50
51  <h2>The Met Office of FitzRoy Road, Exeter EX1 3PB, United Kingdom</h2>
52
53  <h3>1. Licence.</h3>
54
55  <p>The Met Office grants you a non-exclusive, royalty free; world-wide,
56  transferable Licence to use, modify, copy and distribute the Flexible
57  Configuration Management software ("the software") accompanying this License
58  providing:</p>
59
60  <ol>
61    <li>you undertake to provide to the Met Office a copy of any modifications
62    made by you on the same terms contained within this licence agreement;</li>
63
64    <li>modified files carry prominent notices stating that you changed the
65    files and the date of change;</li>
66
67    <li>distribution of original or modified files is made free of charge under
68    the terms of this Licence;</li>
69
70    <li>the appropriate copyright notices, the above copyright notice and a
71    disclaimer of warranty is included with the distribution.</li>
72  </ol>
73
74  <h3>2. Ownership.</h3>
75
76  <p>The Flexible Configuration Management software is Crown copyright and is
77  reproduced with the permission of Met Office under delegated authority from
78  the Controller of HMSO. The software and documentation are provided to you to
79  allow you to exercise your rights under this License, which is granted to
80  you.</p>
81
82  <h3>3. Duration.</h3>
83
84  <p>This license will remain in effect until terminated.</p>
85
86  <h3>4. Termination.</h3>
87
88  <p>You may terminate this license at any time by removing all copies of the
89  software from your system. This License will terminate immediately without
90  notice from us if you fail to comply with any of the provisions of this
91  License or in the event of your breaching the terms of this licence you are
92  given notice that the license has been terminated. Upon termination you will
93  delete all copies of the software and any related documentation.</p>
94
95  <h3>5. Disclaimer of Warranty.</h3>
96
97  <ol>
98    <li>THE MET OFFICE DISCLAIMS ALL WARRANTIES, REPRESENTATIONS AND PROMISES,
99    INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF SATISFACTORY QUALITY
100    AND FIT FOR THE PURPOSE. NEITHER DOES THE MET OFFICE MAKE ANY
101    REPRESENTATIONS AS TO COMPATABILITY WITH YOUR OPERATING SYSTEMS AND
102    PLATFORMS.</li>
103
104    <li>In no event does the Met Office warrant that the software or related
105    documentation will satisfy your requirements, that the software and
106    documentation will be without errors or defects or that the operation of
107    the software will be uninterrupted.</li>
108
109    <li>IN NO EVENT WILL THE MET OFFICE BE LIABLE FOR ANY OTHER DAMAGES,
110    INCLUDING BUT NOT LIMITED TO DAMAGES FOR LOSS OF PROFITS DATA OR USE OF THE
111    SOFTWARE OR FOR ANY INDIRECT, INCIDENTAL OR CONSEQUENTIAL DAMAGES, EVEN IF
112    THE MET OFFICE HAS BEEN SPECIFICALLY ADVISED OF THE POSSIBILITY OF SUCH
113    DAMAGES.</li>
114  </ol>
115
116  <h3>6. General Provisions.</h3>
117
118  <ol>
119    <li>You will not do anything, relating to this software that will bring the
120    Met Office into disrepute.</li>
121
122    <li>You will not use the name of the Met Office or any other contributor to
123    endorse or promote any products derived from the software without the
124    written permission of the Met Office.</li>
125  </ol>
126
127  <h3>7. Acknowledgements.</h3>
128
129  <p>The Fortran 9X Interface Generator found in file
130  ./src/lib/Ecmwf/Fortran90_stuff.pm is adapted from a script developed at
131  ECMWF and is provided by kind permission of ECMWF under the same terms of
132  this Licence.</p>
133
134  <h3>8. Entire Agreement.</h3>
135
136  <p>This License constitutes the entire agreement between us with respect to
137  your rights or warranties for using the software and related documentation.
138  If any provision of this agreement is determined to be invalid or
139  unenforceable the remaining provisions shall continue in full force.</p>
140
141  <h3>9. Governing Law.</h3>
142
143  <p>This Agreement is governed by and construed in accordance with the Laws of
144  England.</p>
145
146  <div class="copyright">
147    <p>&copy; British Crown copyright 2006-8.</p>
148  </div>
149</body>
150</html>
Note: See TracBrowser for help on using the repository browser.