From: Martin Mares Date: Mon, 26 Aug 2002 13:32:10 +0000 (+0000) Subject: As usually, stuff in lib/* is LGPL'ed. X-Git-Tag: holmes-import~1357 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=3f29125f27f7ee82281e49fef16ad32811cc3dcc;p=libucw.git As usually, stuff in lib/* is LGPL'ed. --- diff --git a/lib/perl/Config.pm b/lib/perl/Config.pm index 6e59ca07..0d968da0 100644 --- a/lib/perl/Config.pm +++ b/lib/perl/Config.pm @@ -1,5 +1,9 @@ -# Perl module for parsing Sherlock configuration files (using the config utility) -# (c) 2002 Martin Mares +# Perl module for parsing Sherlock configuration files (using the config utility) +# +# (c) 2002 Martin Mares +# +# This software may be freely distributed and used according to the terms +# of the GNU Lesser General Public License. package Sherlock::Config; diff --git a/lib/shell/config.c b/lib/shell/config.c index f0fd32c8..ac9cd532 100644 --- a/lib/shell/config.c +++ b/lib/shell/config.c @@ -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" diff --git a/lib/shell/logger.c b/lib/shell/logger.c index 52b901a8..6ecb8766 100644 --- a/lib/shell/logger.c +++ b/lib/shell/logger.c @@ -2,6 +2,9 @@ * Sherlock Utilities -- A Simple Logger for use in shell scripts * * (c) 2001 Martin Mares + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ #include "lib/lib.h"