]> mj.ucw.cz Git - libucw.git/commitdiff
As usually, stuff in lib/* is LGPL'ed.
authorMartin Mares <mj@ucw.cz>
Mon, 26 Aug 2002 13:32:10 +0000 (13:32 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 26 Aug 2002 13:32:10 +0000 (13:32 +0000)
lib/perl/Config.pm
lib/shell/config.c
lib/shell/logger.c

index 6e59ca073b598cf1d71e21f1f5eb4f4e93c4a7af..0d968da01aef3482511d8c331c5e24fccd83092a 100644 (file)
@@ -1,5 +1,9 @@
-# Perl module for parsing Sherlock configuration files (using the config utility)
-# (c) 2002 Martin Mares <mj@ucw.cz>
+#      Perl module for parsing Sherlock configuration files (using the config utility)
+#
+#      (c) 2002 Martin Mares <mj@ucw.cz>
+#
+#      This software may be freely distributed and used according to the terms
+#      of the GNU Lesser General Public License.
 
 package Sherlock::Config;
 
index f0fd32c858097ee2e8eaf6856c6c2680290db6cc..ac9cd5325ccec5ac090f7a89fb02a51e9bbdf37e 100644 (file)
@@ -10,6 +10,9 @@
  *             h;s@[^  ]*@@;x;s@[      ].*@@;y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/;G;s/\n//;
  *             /^\[SECTION\]/,/^\[/ {; /^[A-Z]/ { s/^\([^      ]\+\)[  ]*\(.*\)$/SH_\1="\2"/; p; }; };
  *             d;'`
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
 #include "lib/lib.h"
index 52b901a88d31ba324159eebf7752fdef826e11ef..6ecb8766720b15770fdd29cb4d3c6406d0c566ec 100644 (file)
@@ -2,6 +2,9 @@
  *     Sherlock Utilities -- A Simple Logger for use in shell scripts
  *
  *     (c) 2001 Martin Mares <mj@ucw.cz>
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
 #include "lib/lib.h"