Add copyright information to the watchmedo.bat script

Signed-off-by: Gora Khargosh <gora.khargosh@gmail.com>
1 file changed
tree: 9de09a68f76ded3f814756d63f221d85c8830a94
  1. doc/
  2. watchdog/
  3. .gitignore
  4. AUTHORS
  5. bootstrap.py
  6. buildout.cfg
  7. LICENSE
  8. MANIFEST.in
  9. README.md
  10. setup.py
  11. watchmedo
  12. watchmedo.bat
README.md

Watchdog

Python API to monitor file system events.

Example Usage:

Introduction:

Watchdog lets your Python programs monitor filesystem events as portably as possible using:

  • inotify on Linux
  • FSEvents on Mac OS X
  • Windows API on Windows.
  • polling as a fallback mechanism

Dependencies:

  1. pywin32 (only on Windows)
  2. pyinotify (only on Linux)
  3. XCode or gcc (only on Mac OS X)

Licensing:

Watchdog is licensed under the terms of the MIT License

Copyright (C) 2010 Gora Khargosh <gora.khargosh@gmail.com> and the Watchdog authors.

Project source code on Github