Rev 35 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 35 | Rev 103 | ||
---|---|---|---|
1 | inotify C++ interface |
1 | inotify C++ interface |
2 | 2 | ||
3 | Copyright (C) 2006, 2007 Lukas Jelinek, <lukas@aiken.cz> |
3 | Copyright (C) 2006, 2007, 2009 Lukas Jelinek, <lukas@aiken.cz> |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or |
5 | This program is free software; you can redistribute it and/or |
6 | modify it under the terms of one of the following licenses: |
6 | modify it under the terms of one of the following licenses: |
7 | 7 | ||
8 | 1. X11 license (see LICENSE-X11) |
8 | 1. X11 license (see LICENSE-X11) |
9 | 2. GNU Lesser General Public License, version 2.1 (see LICENSE-LGPL) |
9 | 2. GNU Lesser General Public License, version 2.1 (see LICENSE-LGPL) |
10 | 3. GNU General Public License, version 2 (see LICENSE-GPL) |
10 | 3. GNU General Public License, version 2 (see LICENSE-GPL) |
11 | 11 | ||
12 | If you want to help with choosing the best license for you, |
12 | If you want to help with choosing the best license for you, |
13 | please visit http://www.gnu.org/licenses/license-list.html. |
13 | please visit http://www.gnu.org/licenses/license-list.html. |