X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=hooke%2Futil%2Fsingleton.py;h=b76921ba0f7f0d7fd4a217922871fbf7932b62ba;hb=1fc27f9e070cf9667993e89ff7f43824fe66bd0c;hp=26a657e728c435c87dfcef849c3f4c695866bdc7;hpb=64a781b7b5ae98b2a410799497586cbb085f7d99;p=hooke.git diff --git a/hooke/util/singleton.py b/hooke/util/singleton.py index 26a657e..b76921b 100644 --- a/hooke/util/singleton.py +++ b/hooke/util/singleton.py @@ -1,4 +1,20 @@ -# Copyright +# Copyright (C) 2010-2011 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 +# . """Define the :class:`Singleton` class.