diff options
author | W. Trevor King <wking@tremily.us> | 2012-09-27 22:10:57 -0400 |
---|---|---|
committer | W. Trevor King <wking@tremily.us> | 2012-09-28 02:12:14 -0400 |
commit | 3dc8d9c024b79e2a21f2247e6fa7d79636e59e69 (patch) | |
tree | 24ebc431991127d7e9921f25c5c2b54c1bfdcc45 /plugins | |
parent | de002d0c2c9b06f8767d65aa67639f281c3f8314 (diff) | |
download | ikiwiki-3dc8d9c024b79e2a21f2247e6fa7d79636e59e69.tar ikiwiki-3dc8d9c024b79e2a21f2247e6fa7d79636e59e69.tar.gz |
rst: update copyright owners (based on the Git history)
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/rst b/plugins/rst index 0fe91c58b..236ff1071 100755 --- a/plugins/rst +++ b/plugins/rst @@ -5,7 +5,11 @@ # # based a little bit on rst.pm by Sergio Talens-Oliag, but only a little bit. :) # -# Copyright © martin f. krafft <madduck@madduck.net> +# Copyright © 2007-2008 martin f. krafft <madduck@madduck.net> +# 2007-2011 Joey Hess <joey@kitenet.net> +# 2009 Ulrik Sverdrup <ulrik.sverdrup@gmail.com> +# 2011 Simon McVittie <smcv@debian.org> +# 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 |