# HG changeset patch # User Paul Boddie # Date 1193003685 -7200 # Node ID 42ca98d76e087ed11fa56e871b4e05dd2f2ddeab # Parent ad5ec3c30d616636d820f71e643a60ad3156f214 Added copyright and licensing information. diff -r ad5ec3c30d61 -r 42ca98d76e08 micropython/table.py --- a/micropython/table.py Sun Oct 21 23:47:56 2007 +0200 +++ b/micropython/table.py Sun Oct 21 23:54:45 2007 +0200 @@ -2,6 +2,21 @@ """ Preparation of run-time attribute lookup tables. + +Copyright (C) 2007 Paul Boddie + +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 3 of the License, or (at your option) any later +version. + +This program 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 General Public License for more +details. + +You should have received a copy of the GNU General Public License along with +this program. If not, see . """ try: