diff options
| author | Donald Delmar Davis <don@suspectdevices.com> | 2015-03-20 13:56:49 -0700 |
|---|---|---|
| committer | Donald Delmar Davis <don@suspectdevices.com> | 2015-03-20 13:56:49 -0700 |
| commit | e03ec540b524683f6bc542931bc5478758476609 (patch) | |
| tree | ee76b03745b51e4ee9f95f784cf3d9ad651e5051 /loader.py | |
| parent | 5a88dedde5470b710b99fb9ccf08d2aeda580776 (diff) | |
Update loader.py
Diffstat (limited to 'loader.py')
| -rwxr-xr-x | loader.py | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -7,7 +7,8 @@ Assumptions: Images are being moved to and from /dev/sda1 Images are stored on depot in /home/public/images Images are 4M raw files. - +This is open source software liscensed under the Mozilla Public Liscense v2 +https://www.mozilla.org/MPL/2.0/FAQ.html ----------------------------------------------------------------------------""" from dialog import Dialog @@ -308,4 +309,4 @@ while True: sys.exit(2) -
\ No newline at end of file + |
