diff --git a/main.cpp b/main.cpp index fbde788..32962b7 100644 --- a/main.cpp +++ b/main.cpp @@ -1,6 +1,5 @@ /* Copyright (C) Sean McArdle - All Rights Reserved - * Unauthorized copying of this file, via any medium is strictly prohibited - * Proprietary and confidential + * Unauthorized copying of this file, via any medium is probably fine. * Written by Sean McArdle , Jun 21, 2017 */ @@ -113,7 +112,7 @@ main(int argc, char *argv[]) { watchers.push_back(fwatcher->addWatch(f, listener, true)); } - // Start watching asynchronously the directories + // Start watching the directories asynchronously fwatcher->watch(); while (true) {