diff options
author | Hamilton Kibbe <hamilton.kibbe@gmail.com> | 2014-12-05 23:59:28 -0500 |
---|---|---|
committer | Hamilton Kibbe <hamilton.kibbe@gmail.com> | 2014-12-05 23:59:28 -0500 |
commit | 29deffcf77e963ae81aec9f8cbc61b029f3052d5 (patch) | |
tree | 83bf38945af619b9ca060f1dbd518c6c2517bd9c /gerber/gerber_statements.py | |
parent | ab69ee0172353e64fbe5099a974341e88feaf24b (diff) | |
download | gerbonara-29deffcf77e963ae81aec9f8cbc61b029f3052d5.tar.gz gerbonara-29deffcf77e963ae81aec9f8cbc61b029f3052d5.tar.bz2 gerbonara-29deffcf77e963ae81aec9f8cbc61b029f3052d5.zip |
add ipc2581 primitives
Diffstat (limited to 'gerber/gerber_statements.py')
-rw-r--r-- | gerber/gerber_statements.py | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/gerber/gerber_statements.py b/gerber/gerber_statements.py index 4aaa1d0..05c84b8 100644 --- a/gerber/gerber_statements.py +++ b/gerber/gerber_statements.py @@ -1,5 +1,19 @@ -#! /usr/bin/env python +#!/usr/bin/env python # -*- coding: utf-8 -*- + +# copyright 2014 Hamilton Kibbe <ham@hamiltonkib.be> +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 + +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Gerber (RS-274X) Statements =========================== |