]> git.lyx.org Git - lyx.git/blobdiff - src/support/FileMonitor.C
another safety belt
[lyx.git] / src / support / FileMonitor.C
index 4bc514e581722d607ae324790a3c519eb0a365bf..84f47cdaad7fa5fc739491dbb240515fa12716cd 100644 (file)
@@ -1,9 +1,11 @@
-/*
+/**
  * \file FileMonitor.C
- * Copyright 2002 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Angus Leeming <leeming@lyx.org>
+ * \author Angus Leeming
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
@@ -65,7 +67,7 @@ void FileMonitor::reset(string const & file_with_path) const
        bool const monitor = pimpl_->timer_.running();
        if (monitor)
                stop();
-       
+
        pimpl_->filename_ = file_with_path;
 
        if (monitor)