diff options
author | Roan Kattouw <catrope@users.mediawiki.org> | 2011-07-31 01:32:19 +0000 |
---|---|---|
committer | Roan Kattouw <catrope@users.mediawiki.org> | 2011-07-31 01:32:19 +0000 |
commit | 11e642cab53b6de80f67b503a8cf7f8e56e48ba2 (patch) | |
tree | e383872bea00cfb163fdca7b1220bd44bc3a77ab /includes/libs/CSSJanus.php | |
parent | e4e9a7d897bc1a16446809d0f5afb92dfed8d470 (diff) | |
download | mediawikicore-11e642cab53b6de80f67b503a8cf7f8e56e48ba2.tar.gz mediawikicore-11e642cab53b6de80f67b503a8cf7f8e56e48ba2.zip |
Clarify dual-licensing (GPL&Apache) of CSSJanus. Has no significant contributions (i.e. changes other than very minor whitespace and Doxygen changes) by anyone other than me.
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/93562
Diffstat (limited to 'includes/libs/CSSJanus.php')
-rw-r--r-- | includes/libs/CSSJanus.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/libs/CSSJanus.php b/includes/libs/CSSJanus.php index aa04bc49bf72..31f570d53f0f 100644 --- a/includes/libs/CSSJanus.php +++ b/includes/libs/CSSJanus.php @@ -22,7 +22,9 @@ * written for LTR to RTL. * * The original Python version of CSSJanus is Copyright 2008 by Google Inc. and - * is distributed under the Apache license. + * is distributed under the Apache license. This PHP port is Copyright 2010 by + * Roan Kattouw and is dual-licensed under the GPL (as in the comment above) and + * the Apache (as in the original code) licenses. * * Original code: http://code.google.com/p/cssjanus/source/browse/trunk/cssjanus.py * License of original code: http://code.google.com/p/cssjanus/source/browse/trunk/LICENSE |