aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-09-28 02:20:05 -0400
committerW. Trevor King <wking@tremily.us>2012-09-28 02:20:05 -0400
commit58262a45dbfb3abff4092a03ae076eab6ffa5b82 (patch)
treeada621e443e29c486d6b289963162784eddf34a5 /plugins
parent792816e01d785e18b5e7a043def48ec57251b45f (diff)
downloadikiwiki-58262a45dbfb3abff4092a03ae076eab6ffa5b82.tar
ikiwiki-58262a45dbfb3abff4092a03ae076eab6ffa5b82.tar.gz
proxy: update copyright owners (based on the Git history)
Diffstat (limited to 'plugins')
-rwxr-xr-x[-rw-r--r--]plugins/proxy.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/proxy.py b/plugins/proxy.py
index c2e9bd621..dd49d6309 100644..100755
--- a/plugins/proxy.py
+++ b/plugins/proxy.py
@@ -3,8 +3,10 @@
#
# proxy.py — helper for Python-based external (xml-rpc) ikiwiki plugins
#
-# Copyright © martin f. krafft <madduck@madduck.net>
-#
+# Copyright © 2008 martin f. krafft <madduck@madduck.net>
+# 2008-2011 Joey Hess <joey@kitenet.net>
+# 2012 W. Trevor King <wking@tremily.us>
+#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
@@ -26,7 +28,7 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
-#
+#
__name__ = 'proxy.py'
__description__ = 'helper for Python-based external (xml-rpc) ikiwiki plugins'
__version__ = '0.1'