From a2f106a69532385362993cb4e4c925c5c1eec29c Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Fri, 29 Nov 2019 18:37:15 -0500 Subject: Add GPLv2+ license --- src/rastercarve.py | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/rastercarve.py b/src/rastercarve.py index 3e94713..61805e7 100755 --- a/src/rastercarve.py +++ b/src/rastercarve.py @@ -1,5 +1,19 @@ #!/usr/bin/env python -"""rastercarve: a raster engraving G-code generator +# -*- coding: utf-8 -*- + +# Copyright (C) 2019 Franklin Wei +# +# 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 the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. + +""" +rastercarve: a raster engraving G-code generator + Usage: rastercarve.py IMAGE This program outputs G-code to engrave a bitmap image on a 3-axis -- cgit v1.1