/inotify-cxx/trunk/inotify-cxx.cpp |
---|
5,7 → 5,7 |
* |
* inotify C++ interface |
* |
* Copyright (C) 2006, 2007, 2009 Lukas Jelinek <lukas@aiken.cz> |
* Copyright (C) 2006, 2007, 2009, 2012 Lukas Jelinek <lukas@aiken.cz> |
* |
* This program is free software; you can redistribute it and/or |
* modify it under the terms of one of the following licenses: |
19,6 → 19,7 |
* |
* Credits: |
* Mike Frysinger (cleanup of includes) |
* Christian Ruppert (new include to build with GCC 4.4+) |
* |
*/ |
27,6 → 28,7 |
#include <unistd.h> |
#include <fcntl.h> |
#include <fstream> |
#include <cstdio> |
#include <sys/syscall.h> |
/inotify-cxx/trunk/CHANGELOG |
---|
1,3 → 1,6 |
0.7.4 2012-04-05 |
* new includes to build with GCC 4.4 and newer |
0.7.3 2009-12-09 |
* cleanup of includes |
/inotify-cxx/trunk/COPYING |
---|
1,6 → 1,6 |
inotify C++ interface |
Copyright (C) 2006, 2007, 2009 Lukas Jelinek, <lukas@aiken.cz> |
Copyright (C) 2006, 2007, 2009, 2012 Lukas Jelinek, <lukas@aiken.cz> |
This program is free software; you can redistribute it and/or |
modify it under the terms of one of the following licenses: |
/inotify-cxx/trunk/LICENSE-X11 |
---|
1,4 → 1,4 |
Copyright (c) 2006, 2007, 2009 Lukas Jelinek |
Copyright (c) 2006, 2007, 2009, 2012 Lukas Jelinek |
Permission is hereby granted, free of charge, to any person |
obtaining a copy of this software and associated documentation |
/inotify-cxx/trunk/README |
---|
1,7 → 1,7 |
inotify C++ interface |
(c) Lukas Jelinek, 2006, 2007, 2009 |
(c) Lukas Jelinek, 2006, 2007, 2009, 2012 |
1. About |
2. Requirements |