diff options
author | intrigeri <intrigeri@boum.org> | 2008-11-06 13:01:33 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2008-11-06 13:01:33 +0100 |
commit | c96dd00480b8c0d18f74d42d3b6820f1cdd67240 (patch) | |
tree | 4b90b1395604e4d92be32c2dc37627e43282e54a /IkiWiki/Plugin | |
parent | e7f508c5ac43e7798f7fae0018f6ca530708a98a (diff) |
po: added license and copyright
Signed-off-by: intrigeri <intrigeri@boum.org>
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/po.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/po.pm b/IkiWiki/Plugin/po.pm index 7861523da..bdf4b2c29 100644 --- a/IkiWiki/Plugin/po.pm +++ b/IkiWiki/Plugin/po.pm @@ -1,5 +1,7 @@ #!/usr/bin/perl # .po as a wiki page type +# Licensed under GPL v2 or greater +# Copyright (C) 2008 intrigeri <intrigeri@boum.org> # inspired by the GPL'd po4a-translate, # which is Copyright 2002, 2003, 2004 by Martin Quinson (mquinson#debian.org) package IkiWiki::Plugin::po; |