add license headers and COPYING
[git-mirror.git] / webhook-core.py
index 93b138cedadcf6b37944f704729a62bb7fcb7717..bff1137f884e3481913b79301d41ba0557f93dfe 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/python3
-# Copyright (c) 2014, Ralf Jung <post@ralfj.de>
+# Copyright (c) 2015, Ralf Jung <post@ralfj.de>
 # All rights reserved.
 # 
 # Redistribution and use in source and binary forms, with or without
@@ -23,7 +23,7 @@
 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #==============================================================================
 
-# This is the hook called by git post-commit. It updats all mirrors to the status of the local repository.
+# This is the hook called by GitHub as webhook. It updats the local repository, and then all the other mirrors.
 import sys, traceback
 from git_mirror import *