forked from cbonnissent/inosync
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: https://svn.xnull.de/svn/misc/inosync@4 64f59ecd-8d50-41f5-9da3-17d56c670b69
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/python | ||
# vim: set fileencoding=utf-8 ts=2 sw=2 expandtab : | ||
# | ||
# Copyright (c) 2007-2008 Benedikt Böhm | ||
# Copyright (c) 2007-2008 Benedikt Böhm <[email protected]> | ||
# All rights reserved. | ||
# | ||
# Redistribution and use in source and binary forms, with or without | ||
|
@@ -43,7 +43,7 @@ | |
from pyinotify import * | ||
|
||
__author__ = "Benedikt Böhm" | ||
__copyright__ = "Copyright (c) 2007-2008 Benedikt Böhm" | ||
__copyright__ = "Copyright (c) 2007-2008 Benedikt Böhm <[email protected]>" | ||
__version__ = 0,2 | ||
|
||
OPTION_LIST = [ | ||
|