diff options
| author | d <d@d-desktop> | 2010-11-09 07:33:10 +0000 |
|---|---|---|
| committer | d <d@d-desktop> | 2010-11-09 07:33:10 +0000 |
| commit | 7f18cbd74e17df570cfe469fb256405f9514084d (patch) | |
| tree | 670b5eaf579e0ca1ac4c154502ddf39ca08726c1 | |
| parent | add 4-unit margin and white background (diff) | |
| download | inkscape-7f18cbd74e17df570cfe469fb256405f9514084d.tar.gz inkscape-7f18cbd74e17df570cfe469fb256405f9514084d.zip | |
add copyright
(bzr r9886)
| -rw-r--r-- | share/extensions/render_barcode_qrcode.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/extensions/render_barcode_qrcode.py b/share/extensions/render_barcode_qrcode.py index 6a34f9671..094d91c17 100644 --- a/share/extensions/render_barcode_qrcode.py +++ b/share/extensions/render_barcode_qrcode.py @@ -12,6 +12,9 @@ import inkex #
#URL: http://www.d-project.com/
#
+# Copyright (c) 2010 buliabyak@gmail.com:
+# adapting for Inkscape extension, SVG output, Auto mode
+#
#Licensed under the MIT license:
# http://www.opensource.org/licenses/mit-license.php
#
@@ -19,7 +22,6 @@ import inkex # DENSO WAVE INCORPORATED
# http://www.denso-wave.com/qrcode/faqpatent-e.html
-
class QR8bitByte:
def __init__(self, data):
|
