diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-10-28 12:40:44 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-10-28 12:40:44 +0100 |
commit | f692c2c86d39f5da66922989656488ce03a5e710 (patch) | |
tree | e21488ae59715c6a0c8e36efb77fc01080633954 | |
parent | 22cfcd2406a44a49bbd263a2600f923a28f8be4c (diff) | |
download | pykolab-f692c2c86d39f5da66922989656488ce03a5e710.tar.gz |
Add license header to pykolab/utils
-rw-r--r-- | pykolab/utils.py | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/pykolab/utils.py b/pykolab/utils.py index f76e28b..64be4b8 100644 --- a/pykolab/utils.py +++ b/pykolab/utils.py @@ -1,4 +1,21 @@ # -*- coding: utf-8 -*- +# Copyright 2010-2011 Kolab Systems AG (http://www.kolabsys.com) +# +# Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen a kolabsys.com> +# +# 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; version 3 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 Library General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# import getpass import os |