From 58262a45dbfb3abff4092a03ae076eab6ffa5b82 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 28 Sep 2012 02:20:05 -0400 Subject: [PATCH] proxy: update copyright owners (based on the Git history) --- plugins/proxy.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) mode change 100644 => 100755 plugins/proxy.py diff --git a/plugins/proxy.py b/plugins/proxy.py old mode 100644 new mode 100755 index c2e9bd621..dd49d6309 --- 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 -# +# Copyright © 2008 martin f. krafft +# 2008-2011 Joey Hess +# 2012 W. Trevor King +# # 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' -- 2.32.0.93.g670b81a890