From c28ebfb97347a32500c6c7ff34147e327be0c836 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 1 Jun 2010 13:40:56 -0400 Subject: [PATCH] Ran update_copyright.py which updated hooke.util.encoding --- hooke/util/encoding.py | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/hooke/util/encoding.py b/hooke/util/encoding.py index e517b9e..41c98a4 100644 --- a/hooke/util/encoding.py +++ b/hooke/util/encoding.py @@ -1,4 +1,20 @@ -# Copyright +# 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 +# . """Define useful encoding-extraction functions. """ -- 2.26.2