Skip to content

Commit

Permalink
add mail address
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.xnull.de/svn/misc/inosync@4 64f59ecd-8d50-41f5-9da3-17d56c670b69
  • Loading branch information
hollow committed Jan 24, 2008
1 parent b78b583 commit 172b301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inosync.py
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
Expand Down Expand Up @@ -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 = [
Expand Down

0 comments on commit 172b301

Please sign in to comment.