Added copyright and license information to `licom.cgi'
authorFlorian Forster <octo@crystal.wlan.home.verplant.org>
Sun, 11 Jun 2006 08:02:18 +0000 (10:02 +0200)
committerFlorian Forster <octo@crystal.wlan.home.verplant.org>
Sun, 11 Jun 2006 08:02:18 +0000 (10:02 +0200)
I've added the GPLv2 license information to the top of the file. Also, I've
fixes a little indentation in the `License' file.

License
licom.cgi

diff --git a/License b/License
index 5b6e7c6..08d329d 100644 (file)
--- a/License
+++ b/License
@@ -2,7 +2,7 @@
                       Version 2, June 1991
 
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-                       59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+       59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
index c26ff3f..70e1e72 100755 (executable)
--- a/licom.cgi
+++ b/licom.cgi
@@ -1,5 +1,21 @@
 #!/usr/bin/perl
 
+# LiCoM - Lightweight contact manager
+# Copyright (c) 2005-2006  Florian octo Forster <octo at verplant.org>
+#
+# 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));