Property changes on: trunk/extensions/QrCode/QrCode.i18n.php |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 1 | + native |
Index: trunk/extensions/QrCode/QrCode.php |
— | — | @@ -2,19 +2,17 @@ |
3 | 3 | /** |
4 | 4 | * QrCode.php |
5 | 5 | * Written by David Raison |
6 | | - * @license: LGPL (GNU Lesser General Public License) |
| 6 | + * @license: LGPL (GNU Lesser General Public License) http://www.gnu.org/licenses/lgpl.html |
7 | 7 | * |
8 | 8 | * @file QrCode.php |
9 | 9 | * |
10 | 10 | * @author David Raison |
11 | 11 | * |
12 | | - * Uses the PHPQrcode library written by Dominik Dzienia (C) 2010, |
| 12 | + * Uses the phpqrcode library written by Dominik Dzienia (C) 2010, |
13 | 13 | * which is, in turn, based on C libqrencode library |
14 | 14 | * Copyright (C) 2006-2010 by Kentaro Fukuchi |
15 | 15 | * http://megaui.net/fukuchi/works/qrencode/index.en.html |
16 | 16 | * |
17 | | - * Todo: |
18 | | - * * Update (i.e. replace) the image file when the QrCode arguments change |
19 | 17 | * |
20 | 18 | */ |
21 | 19 | |
Property changes on: trunk/extensions/QrCode/QrCode.php |
___________________________________________________________________ |
Added: svn:eol-style |
22 | 20 | + native |