diff options
| author | Sebastian Wüst <sebi@timewaster.de> | 2013-07-27 15:22:13 +0000 |
|---|---|---|
| committer | Sebastian Wüst <sebi@timewaster.de> | 2013-07-27 15:22:13 +0000 |
| commit | dd9257291dbfc85d74b6e61c22fa5d5c6afcfc2b (patch) | |
| tree | 69e662edeaafc81650c6bf8beddbe95a69068a90 | |
| parent | small changes + fixes (diff) | |
| download | inkscape-dd9257291dbfc85d74b6e61c22fa5d5c6afcfc2b.tar.gz inkscape-dd9257291dbfc85d74b6e61c22fa5d5c6afcfc2b.zip | |
small changes + fixes
(bzr r12417.1.14)
| -rw-r--r-- | share/extensions/hpgl_encoder.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/extensions/hpgl_encoder.py b/share/extensions/hpgl_encoder.py index 026b839f4..fa7c1bf3f 100644 --- a/share/extensions/hpgl_encoder.py +++ b/share/extensions/hpgl_encoder.py @@ -1,7 +1,8 @@ #!/usr/bin/env python
# coding=utf-8
'''
-Copyright (C) 2013 Sebastian Wüst, sebi@timewaster.de, http://www.timewasters-place.com/
+Copyright (C) 2008 Aaron Spike, aaron@ekips.org
+Overcut, Tool Offset, Rotation, Serial Com., Many Bugfixes and Improvements: Copyright (C) 2013 Sebastian Wüst, sebi@timewaster.de, http://www.timewasters-place.com/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
|
