X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=licom.cgi;h=29dbec8cfc75d7bde2924614a24dbadf006ce390;hb=c91ccdf851b05521441e9460d4605c1ca0eae277;hp=c26ff3f289395856983e52570b8922f4851ac8ba;hpb=e519cdc67359146f3946c80e5b26c8cc83449f4e;p=licom.git diff --git a/licom.cgi b/licom.cgi index c26ff3f..29dbec8 100755 --- a/licom.cgi +++ b/licom.cgi @@ -1,5 +1,21 @@ #!/usr/bin/perl +# LiCoM - Lightweight contact manager +# Copyright (c) 2005-2006 Florian octo Forster +# +# 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; only version 2 of the License is applicable. +# +# 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, write to the Free Software # Foundation, Inc., +# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + use strict; use warnings; use lib (qw(lib)); @@ -7,7 +23,6 @@ use lib (qw(lib)); use CGI (':cgi'); use CGI::Carp (qw(fatalsToBrowser)); use URI::Escape; -use Data::Dumper; use LiCoM::Config (qw(get_config set_config read_config)); use LiCoM::Connection ();