Menu

[r10367]: / branches / 0.7 / www / license.php  Maximize  Restore  History

Download this file

280 lines (239 with data), 20.5 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
 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
#!/usr/local/bin/php
<?php
/*
license.php
part of FreeNAS (http://www.freenas.org)
Copyright (C) 2005-2011 Olivier Cochard <olivier@freenas.org>.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
// Configure page permission
$pgperm['allowuser'] = TRUE;
require("auth.inc");
require("guiconfig.inc");
$pgtitle = array(gettext("Help"), gettext("License & Credits"));
?>
<?php include("fbegin.inc");?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="tabcont">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<?php html_titleline(gettext("License"));?>
<tr>
<td class="listt">
<p><strong>FreeNAS is Copyright &copy; 2005-2011 by Olivier Cochard-Labbe
(<a href="mailto:olivier@freenas.org">olivier@freenas.org</a>).<br />
All rights reserved.</strong></p>
<p>FreeNAS&reg; is a registered trademark of Olivier Cochard-Labbe.</p>
<p>FreeNAS is based on m0n0wall which is Copyright &copy; 2002-2007 by Manuel Kasper (mk@neon1.net).</p>
<p>FreeNAS code and documentation are released under the BSD license, under terms as follows:</p>
<p> Redistribution and use in source and binary forms, with or without<br />
modification, are permitted provided that the following conditions
are met:<br />
<br />
1. Redistributions of source code must retain the above copyright
notice,<br />
this list of conditions and the following disclaimer.<br />
<br />
2. Redistributions in binary form must reproduce the above copyright<br />
notice, this list of conditions and the following disclaimer in
the<br />
documentation and/or other materials provided with the distribution.<br />
<br />
<strong>THIS SOFTWARE IS PROVIDED &quot;AS IS'' AND ANY EXPRESS
OR IMPLIED WARRANTIES,<br />
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY<br />
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
SHALL THE<br />
AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY,<br />
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
OF<br />
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS<br />
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
IN<br />
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)<br />
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE<br />
POSSIBILITY OF SUCH DAMAGE</strong>.</p>
</td>
</tr>
<?php html_separator();?>
<?php html_titleline(gettext("Credits"));?>
<tr>
<td class="listt">
<p>The following persons have contributed to FreeNAS code:</p>
<div>Daisuke Aoyama (<a href="mailto:aoyama@peach.ne.jp">aoyama@peach.ne.jp</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Developer and adapt iSCSI Target WebGUI to istgt</font></em></div><br />
<div>Michael Zoon (<a href="mailto:michael.zoon@freenas.org">michael.zoon@freenas.org</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Developer and Dutch translator of the WebGUI</font></em></div><br />
<div>Volker Theile (<a href="mailto:votdev@gmx.de">votdev@gmx.de</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Developer</font></em></div><br />
<div>Christian Degen (<a href="mailto:bubulein@freenas.org">bubulein@freenas.org</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">User guide and Live support on irc #freenas|IRC Freenode <a href="http://webchat.freenode.net/?channels=#freenas">http://webchat.freenode.net</a></font></em></div><br />
<div>Stefan Hendricks (<a href="mailto:info@henmedia.de">info@henmedia.de</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Added some system information and processes page</font></em></div><br />
<div>Mat Murdock (<a href="mailto:mmurdock@kimballequipment.com">mmurdock@kimballequipment.com</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Improved the Rsync client page and code</font></em></div><br />
<div>Vyatcheslav Tyulyukov<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Found and fixed some bugs: Software RAID display and beep</font></em></div><br />
<div>Scott Zahn (<a href="mailto:scott@zahna.com">scott@zahna.com</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Create the buildingscript setupfreenas.sh</font></em></div><br />
<div>Aliet Santiesteban Sifontes (<a href="mailto:aliet@tesla.cujae.edu.cu">aliet@tesla.cujae.edu.cu</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Add Multilanguage support on the WebGUI</font></em></div><br />
<div>Michael Mee (<a href="mailto:mm2001@pobox.com">mm2001@pobox.com</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Add Unison support</font></em></div><br />
<div>Niels Endres (<a href="mailto:niels@weaklogic.com">niels@weaklogic.com</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Added FAT support for config file and auto detection of NIC name</font></em></div><br />
<div>Dan Merschi (<a href="mailto:dan@freenaskb.info">dan@freenaskb.info</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Created core implementation of email status report</font></em></div><br />
<div>Gerard Hickey (<a href="mailto:hickey@kinetic-compute.com">hickey@kinetic-compute.com</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Patches for userdb script &amp; AFP/Rsync shares</font></em></div><br />
<div>Nelson Silva (<a href="mailto:nelson.emanuel.silva@gmail.com">nelson.emanuel.silva@gmail.com</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Add core ZFS implementation and additional code improvements</font></em></div><br />
<hr size="1" />
<p>The following persons have contributed to FreeNAS documentation project:</p>
<div>Yang Vfor (<a href="mailto:vforyang@gmail.com">vforyang@gmail.com</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Chinese translator of the user manual and Webmaster of <a href="http://www.freenas.cn">http://www.freenas.cn</a></font></em></div><br />
<div>Baikuan Hsu (<a href="mailto:chicworks@gmail.com">chicworks@gmail.com</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Chinese translator of the WebGUI</font></em></div><br />
<div>Carsten Vinkler (<a href="mailto:carsten@indysign.dk">carsten@indysign.dk</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Danish translator of the WebGUI</font></em></div><br />
<div>Kris Verhoeven (<a href="mailto:kris@esiv.be">kris@esiv.be</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Dutch translator of the WebGUI</font></em></div><br />
<div>Christophe Lherieau (<a href="skimpax+freenas@gmail.com">skimpax+freenas@gmail.com</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">French translator of the WebGUI</font></em></div><br />
<div>Regis Caubet (<a href="mailto:caubet.r@gmail.com">caubet.r@gmail.com</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">French translator of the WebGUI and user manual contributor</font></em></div><br />
<div>Dominik Plaszewski (<a href="mailto:domme555@gmx.net">domme555@gmx.net</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">German translator of the WebGUI</font></em></div><br />
<div>Falk Menzel (<a href="mailto:fmenzel@htwm.de">fmenzel@htwm.de</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">German translator of the WebGUI</font></em></div><br />
<div>Ioannis Koniaris (<a href="mailto:ikoniari@csd.auth.gr">ikoniari@csd.auth.gr</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Greek translator of the WebGUI</font></em></div><br />
<div>Petros Kyladitis (<a href="mailto:petros.kyladitis@gmail.com">petros.kyladitis@gmail.com</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Greek translator of the WebGUI</font></em></div><br />
<div>Pietro De Faccio (<a href="mailto:defaccio.pietro@tiscali.it">defaccio.pietro@tiscali.it</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Italian translator of the WebGUI</font></em></div><br />
<div>Christian Sulmoni (<a href="mailto:csulmoni@gmail.com">csulmoni@gmail.com</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Italian translator of the WebGUI and QuiXplorer</font></em></div><br />
<div>Hiroyuki Seino (<a href="mailto:seichan-ml@wakhok.ne.jp">seichan-ml@wakhok.ne.jp</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Japanese translator of the WebGUI</font></em></div><br />
<div>Sewon Jang (<a href="mailto:jangblue@gmail.com">jangblue@gmail.com</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Korean translator of the WebGUI</font></em></div><br />
<div>Frederico Tavares (<a href="mailto:frederico-tavares@sapo.pt">frederico-tavares@sapo.pt</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Portuguese translator of the WebGUI</font></em></div><br />
<div>Laurentiu Florin Bubuianu (<a href="mailto:laurb@mail.dntis.ro">laurb@mail.dntis.ro</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Romanian translator of the WebGUI</font></em></div><br />
<div>Alexander Samoilov (<a href="mailto:root@lifeslice.ru">root@lifeslice.ru</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Russian translator of the WebGUI</font></em></div><br />
<div>Raul Fernandez Garcia (<a href="mailto:raulfg3@gmail.com">raulfg3@gmail.com</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Spanish translator of the WebGUI</font></em></div><br />
<div>Daniel Nylander (<a href="mailto:po@danielnylander.se">po@danielnylander.se</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Swedish translator of the WebGUI</font></em></div><br />
<hr size="1" />
<p>The following persons have contributed to FreeNAS in the past:</p>
<div>Youri Trioreau (<a href="mailto:youri.trioreau@no-log.org">youri.trioreau@no-log.org</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Webmaster FreeNAS Website (2006-2009)</font></em></div><br />
<div>Bob Jaggard (<a href="mailto:rjaggard@bigpond.com">rjaggard@bigpond.com</a>)<br />
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Beta tester and user manual contributor (2006-2008)</font></em></div><br />
</td>
</tr>
<?php html_separator();?>
<?php html_titleline(gettext("Software used"));?>
<tr>
<td class="listt">
<p>FreeNAS is based upon/includes various free software packages, listed
below.<br />
The authors of FreeNAS would like to thank the authors of these software
packages for their efforts.</p>
<p>FreeBSD (<a href="http://www.freebsd.org" target="_blank">http://www.freebsd.org</a>)<br />
Copyright &copy; 1995-2010 The FreeBSD Project. All rights reserved.</p>
<p>Unofficial <a href="http://wgboome.homepage.t-online.de/geom_raid5.tbz">FreeBSD GEOM RAID5 module</a><br />
Copyright &copy; 2006-2009 Arne Woerner (<a href="mailto:arne_woerner@yahoo.com">arne_woerner@yahoo.com</a>).</p>
<p> PHP (<a href="http://www.php.net" target="_blank">http://www.php.net</a>).<br />
Copyright &copy; 2001-2010 The PHP Group. All rights reserved.</p>
<p> Lighttpd (<a href="http://www.lighttpd.net" target="_blank">http://www.lighttpd.net</a>)<br />
Copyright &copy; 2004 by Jan Kneschke (jan@kneschke.de). All rights reserved.</p>
<p> OpenSSH (<a href="http://www.openssh.com" target="_blank">http://www.openssh.com</a>)<br />
Copyright &copy; 1999-2009 OpenBSD</p>
<p> Samba (<a href="http://www.samba.org" target="_blank">http://www.samba.org</a>)<br />
Copyright &copy; 2007 Free Software Foundation</p>
<p> Rsync (<a href="http://www.samba.org/rsync" target="_blank">http://www.samba.org/rsync</a>)<br />
Copyright &copy; 2007 Free Software Foundation</p>
<p> ProFTPD - Highly configurable FTP server (<a href="http://www.proftpd.org" target="_blank">http://www.proftpd.org</a>)<br />
Copyright &copy; 1999, 2000-2010 The ProFTPD Project</p>
<p>tftp-hpa (<a href="http://www.kernel.org/pub/software/network/tftp" target="_blank">http://www.kernel.org/pub/software/network/tftp</a>)<br />
Copyright &copy; 1999, 2000-2009 The tftp-hpa series is maintained by H. Peter Anvin <hpa@zytor.com>.</p>
<p> Netatalk (<a href="http://netatalk.sourceforge.net" target="_blank">http://netatalk.sourceforge.net</a>)<br />
Copyright &copy; 1990,1996 Regents of The University of Michigan</p>
<p> Apple Bonjour (<a href="http://developer.apple.com/networking/bonjour" target="_blank">http://developer.apple.com/networking/bonjour</a>)<br />
Apple Public Source License.</p>
<p> Circular log support for FreeBSD syslogd (<a href="http://software.wwwi.com/syslogd" target="_blank">http://software.wwwi.com/syslogd</a>)<br />
Copyright &copy; 2001 Jeff Wheelhouse (jdw@wheelhouse.org)</p>
<p>ataidle (<a href="http://www.cran.org.uk/bruce/software/ataidle.php" target="_blank">http://www.cran.org.uk/bruce/software/ataidle.php</a>)<br />
Copyright &copy; 2004-2005 Bruce Cran (bruce@cran.org.uk). All rights reserved.</p>
<p>smartmontools (<a href="http://sourceforge.net/projects/smartmontools" target="_blank">http://sourceforge.net/projects/smartmontools</a>)<br />
Copyright &copy; 2002-2010 Bruce Allen.</p>
<p>iSCSI initiator (<a href="ftp://ftp.cs.huji.ac.il/users/danny/freebsd" target="_blank">ftp://ftp.cs.huji.ac.il/users/danny/freebsd</a>)<br />
Copyright &copy; 2005-2010 Daniel Braniss (danny@cs.huji.ac.il).</p>
<p>istgt - iSCSI target for FreeBSD (<a href="http://shell.peach.ne.jp/aoyama" target="_blank">http://shell.peach.ne.jp/aoyama</a>)<br />
Copyright &copy; 2008-2011 Daisuke Aoyama (aoyama@peach.ne.jp). All rights reserved.</p>
<p>dp.SyntaxHighlighter (<a href="http://code.google.com/p/syntaxhighlighter" target="_blank">http://code.google.com/p/syntaxhighlighter</a>)<br />
Copyright &copy; 2004-2007 Alex Gorbatchev. All rights reserved.</p>
<p>FUPPES - Free UPnP Entertainment Service (<a href="http://fuppes.ulrich-voelkel.de" target="_blank">http://fuppes.ulrich-voelkel.de</a>)<br />
Copyright &copy; 2005 - 2009 Ulrich V&ouml;lkel (u-voelkel@users.sourceforge.net).</p>
<p>mt-daapd - Multithread daapd Apple iTunes server (<a href="http://www.fireflymediaserver.org" target="_blank">http://www.fireflymediaserver.org</a>)<br />
Copyright &copy; 2003 Ron Pedde (ron@pedde.com).</p>
<p>NTFS-3G driver (<a href="http://www.ntfs-3g.org" target="_blank">http://www.ntfs-3g.org</a>)<br />
from Szabolcs Szakacsits.</p>
<p>Fuse - Filesystem in Userspace (<a href="http://fuse.sourceforge.net" target="_blank">http://fuse.sourceforge.net</a>)<br />
</p>
<p>e2fsprogs (<a href="http://e2fsprogs.sourceforge.net" target="_blank">http://e2fsprogs.sourceforge.net</a>)<br />
Copyright &copy; 1994-2006 Theodore Ts'o. All rights reserved.</p>
<p>inadyn-mt - Simple Dynamic DNS client (<a href="http://sourceforge.net/projects/inadyn-mt" target="_blank">http://sourceforge.net/projects/inadyn-mt</a>)<br />
Inadyn Copyright &copy; 2003-2004 Narcis Ilisei. All rights reserved.<br />
Inadyn-mt Copyright &copy; 2007 Bryan Hoover (bhoover@wecs.com).</p>
<p>XMLStarlet Command Line XML Toolkit (<a href="http://xmlstar.sourceforge.net" target="_blank">http://xmlstar.sourceforge.net</a>)<br />
Copyright &copy; 2002 Mikhail Grushinskiy. All rights reserved.</p>
<p>sipcalc (<a href="http://www.routemeister.net/projects/sipcalc" target="_blank">http://www.routemeister.net/projects/sipcalc</a>)<br />
Copyright &copy; 2003 Simon Ekstrand. All rights reserved.</p>
<p>msmtp - An SMTP client with a sendmail compatible interface (<a href="http://msmtp.sourceforge.net" target="_blank">http://msmtp.sourceforge.net</a>)<br />
Copyright &copy; 2008 Martin Lambers and others.</p>
<p>cdialog - Display simple dialog boxes from shell scripts (<a href="http://invisible-island.net/dialog" target="_blank">http://invisible-island.net/dialog</a>)<br />
Copyright &copy; 2000-2006, 2007 Thomas E. Dickey.</p>
<p>host - An utility to query DNS servers<br />
Rewritten by Eric Wassenaar, Nikhef-H, (e07@nikhef.nl).</p>
<p>Transmission - Transmission is a fast, easy, and free multi-platform BitTorrent client (<a href="http://www.transmissionbt.com" target="_blank">http://www.transmissionbt.com</a>)<br />
Copyright &copy; 2008-2011 Transmission Project. All rights reserved.</p>
<p>QuiXplorer - Web-based file-management (<a href="http://quixplorer.sourceforge.net" target="_blank">http://quixplorer.sourceforge.net</a>)<br />
Copyright &copy; Felix C. Stegerman. All rights reserved.</p>
<p>pfSense: FreeNAS use some pfSense code too (<a href="http://www.pfsense.com" target="_blank">http://www.pfsense.com</a>)<br />
Copyright &copy; 2004, 2005, 2006 Scott Ullrich. All rights reserved.</p>
<p>Open Virtual Machine Tools (<a href="http://sourceforge.net/projects/open-vm-tools/" target="_blank">http://sourceforge.net/projects/open-vm-tools/</a>)</p>
<p>VirtualBox Open Source Edition (OSE) (guest additions) (<a href="http://www.virtualbox.org/" target="_blank">http://www.virtualbox.org/</a>)</p>
<p>Some of the software used are under the <a href="gpl-license.txt">GNU General Public License</a> (<a href="gpl-license.txt">GPLv2</a>, <a href="gpl3-license.txt">GPLv3</a>), <a href="lgpl-license.txt">GNU Lesser General Public License (LGPL)</a>, <a href="apple-license.txt">Apple Public Source License</a> and <a href="php-license.txt">PHP License</a>.</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<?php include("fend.inc");?>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.