You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ne...@apache.org on 2011/05/20 15:45:42 UTC

svn commit: r1125383 - /subversion/trunk/contrib/hook-scripts/hook_toolbox.py

Author: neels
Date: Fri May 20 13:45:41 2011
New Revision: 1125383

URL: http://svn.apache.org/viewvc?rev=1125383&view=rev
Log:
* contrib/hook-scripts/hook_toolbox.py: Add ISC license.

Suggested by: stsp, sbutler

Modified:
    subversion/trunk/contrib/hook-scripts/hook_toolbox.py

Modified: subversion/trunk/contrib/hook-scripts/hook_toolbox.py
URL: http://svn.apache.org/viewvc/subversion/trunk/contrib/hook-scripts/hook_toolbox.py?rev=1125383&r1=1125382&r2=1125383&view=diff
==============================================================================
--- subversion/trunk/contrib/hook-scripts/hook_toolbox.py (original)
+++ subversion/trunk/contrib/hook-scripts/hook_toolbox.py Fri May 20 13:45:41 2011
@@ -1,3 +1,17 @@
+# Copyright (c) 2011 elego Software Solutions GmbH <in...@elego.de>
+#
+# Permission to use, copy, modify, and distribute this software for any
+# purpose with or without fee is hereby granted, provided that the above
+# copyright notice and this permission notice appear in all copies.
+#
+# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
 # Python module helpful for writing hook scripts.
 #
 # This is mostly an example for calling 'svnlook' and 'svn' from Python hooks