1README.bsd
2**********
3
4Introduction
5============
6
7The kqueue-based monitor should be compatible with any *BSD release with support
8for kqueue.  So far, however, the author has only tested this release on FreeBSD
9v. >= 10.0.  Feedback on different *BSD systems is much appreciated and will
10benefit other users as well.
11
12-----
13
14Copyright (c) 2014-2015 Enrico M. Crisostomo
15
16This program is free software; you can redistribute it and/or modify it under
17the terms of the GNU General Public License as published by the Free Software
18Foundation; either version 3, or (at your option) any later version.
19
20This program is distributed in the hope that it will be useful, but WITHOUT ANY
21WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
22PARTICULAR PURPOSE.  See the GNU General Public License for more details.
23
24You should have received a copy of the GNU General Public License along with
25this program.  If not, see <http://www.gnu.org/licenses/>.