X-Git-Url: http://git.tremily.us/?p=hooke.git;a=blobdiff_plain;f=hooke%2Fui%2Fgui%2Fplot.py;h=3aedbc54c0918aefa9fd8437388c63d9577309a2;hp=23c64a111415403d05f476e02acf4afbdfc10af4;hb=3f843575bc7652fb42c0a20fa7bd25c9d2221bb0;hpb=ba4daa53462d81c9302a91d959612d534efc6be7 diff --git a/hooke/ui/gui/plot.py b/hooke/ui/gui/plot.py index 23c64a1..3aedbc5 100644 --- a/hooke/ui/gui/plot.py +++ b/hooke/ui/gui/plot.py @@ -1,3 +1,21 @@ +# Copyright (C) 2010 W. Trevor King +# +# This file is part of Hooke. +# +# Hooke is free software: you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation, either +# version 3 of the License, or (at your option) any later version. +# +# Hooke is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with Hooke. If not, see +# . + class PlotObject(object): def __init__(self):