]> mj.ucw.cz Git - libucw.git/commitdiff
Adjust comments in UCW Library modules.
authorMartin Mares <mj@ucw.cz>
Sat, 11 Dec 2004 12:13:25 +0000 (12:13 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 11 Dec 2004 12:13:25 +0000 (12:13 +0000)
16 files changed:
lib/base224.c
lib/base224.h
lib/base64.c
lib/base64.h
lib/bbuf.h
lib/bitarray.h
lib/bitsig.c
lib/bitsig.h
lib/gbuf.h
lib/hashfunc.c
lib/hashfunc.h
lib/md5.h
lib/redblack.h
lib/sighandler.c
lib/wildmatch.c
lib/wildmatch.h

index 0c9f3e9fbd1f585687f9090370a10d48a6156934..70e25bf35cfec01eb5ce30ab91dcb4a038ea7cbf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Base 224 Encoding & Decoding
+ *     UCW Library -- Base 224 Encoding & Decoding
  *
  *     (c) 2002 Martin Mares <mj@ucw.cz>
  *
index 6186c7e8962545b9a44ba7661bb0354029d2fbe0..7ae897390f0542087959b53d77728577f84d3e6c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Base 224 Encoding & Decoding
+ *     UCW Library -- Base 224 Encoding & Decoding
  *
  *     (c) 2002 Martin Mares <mj@ucw.cz>
  *
index 1e7bc52e9ca0022d28eecdd69d5e7d8f417e0d66..6a06055aefe97fca49f343e52fe75cdd66db9ebe 100644 (file)
@@ -1,8 +1,10 @@
 /*
- *     Base 64 Encoding & Decoding
+ *     UCW Library -- Base 64 Encoding & Decoding
  *
  *     (c) 2002, Robert Spalek <robert@ucw.cz>
  *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
 #undef LOCAL_DEBUG
index 4ff2106e755862258cb3afe8169a03ca578bfd61..240ffe0ca7a0d32db2ead142d78214f002ee481c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Base 64 Encoding & Decoding
+ *     UCW Library -- Base 64 Encoding & Decoding
  *
  *     (c) 2002, Robert Spalek <robert@ucw.cz>
  *
index c62511c4f85b9e33f13a98a662b90a663d118a22..0d17f8ccfb77e372d8fb63d49a6ecf07393555a7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     A simple growing buffer for byte-sized items.
+ *     UCW Library -- A simple growing buffer for byte-sized items.
  *
  *     (c) 2004 Martin Mares <mj@ucw.cz>
  *
index 216acd98ee8535cb36c612d67059294414bf5f46..dc2674b9606a193cae4cac9b0f3277eb27af7d60 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Bit Array Operations
+ *     UCW Library -- Bit Array Operations
  *
  *     (c) 2003--2004 Martin Mares <mj@ucw.cz>
  *
index ed510fad0d4988c2fe9679d482f89bee715a9fde..05ad894d488b49e4852ff83d09b33450c4c2409f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Bit Array Signatures -- A Dubious Detector of Duplicates
+ *     UCW Library -- Bit Array Signatures -- A Dubious Detector of Duplicates
  *
  *     (c) 2002 Martin Mares <mj@ucw.cz>
  *
index 031dcd3d517812c2fc4c526de317d4bbebeb03e1..60a5b1478474ef7f0ca32c340d8f5d2e540c9a04 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Bit Array Signatures -- A Dubious Detector of Duplicates
+ *     UCW Library -- Bit Array Signatures -- A Dubious Detector of Duplicates
  *
  *     (c) 2002 Martin Mares <mj@ucw.cz>
  *
index 59cc36a6ceed7df8ed8296c1177dff9d1dd4b1dc..b2a60dc889fde5b60d417407aee75c147dc05254 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     A simple growing buffer
+ *     UCW Library -- A simple growing buffer
  *
  *     (c) 2004, Robert Spalek <robert@ucw.cz>
  *
@@ -7,6 +7,9 @@
  *
  *     GBUF_TYPE       data type of records stored in the buffer
  *     GBUF_PREFIX(x)  add a name prefix to all global symbols
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
 #include <stdlib.h>
index ad6a6bdf9d0637acbfc76770308581e2f4a37ea0..10c29abd67c3cdb7be34a294adfbb20d7820ce93 100644 (file)
@@ -1,6 +1,6 @@
 /*
- *     Hyper-super-meta-alt-control-shift extra fast str_len() and hash_*()
- *     routines
+ *     UCW Library -- Hyper-super-meta-alt-control-shift extra fast
+ *     str_len() and hash_*() routines
  *
  *     It is always at least as fast as the classical strlen() routine and for
  *     strings longer than 100 characters, it is substantially faster.
index ed896e8ebfab7cd968ed085efa6919780dc1cc4c..2b2713ea8b19cc13b54b1bc4a165c9484def6d42 100644 (file)
@@ -1,6 +1,6 @@
 /*
- *     Hyper-super-meta-alt-control-shift extra fast str_len() and hash_*()
- *     routines
+ *     UCW Library -- Hyper-super-meta-alt-control-shift extra fast
+ *     str_len() and hash_*() routines
  *
  *     (c) 2002, Robert Spalek <robert@ucw.cz>
  *
index 7be26a770d5bd3a47fdcc3f00cbc65959af04a3c..e70909589f67673c9a5328e4479fc772ceeecbde 100644 (file)
--- a/lib/md5.h
+++ b/lib/md5.h
@@ -1,3 +1,9 @@
+/*
+ *     UCW Library -- MD5 Message Digest
+ *
+ *     This file is in public domain (see lib/md5.c).
+ */
+
 #ifndef MD5_H
 #define MD5_H
 
index 2af759f1a65431b90832119cb7f9745d2551e15d..764ca104c6ed9973da37f05ba90d743143401062 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Red-black trees
+ *     UCW Library -- Red-black trees
  *
  *     (c) 2002, Robert Spalek <robert@ucw.cz>
  *
index d6727de8e2118c96b3e48a7ee6a9c7e0336af912..ca8269083afc44ebc7836ebc0c6f41e9acecaedc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Catching of signals and calling callback functions
+ *     UCW Library -- Catching of signals and calling callback functions
  *
  *     (c) 2004, Robert Spalek <robert@ucw.cz>
  */
index 2a40f53764d8ca61ce6d50af1d8bef8b73ad9d34..a5eb76ede41e01ac52e84e12a9fb3d3347d0a33f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Fast Pattern Matcher for Short Wildcard Patterns (only `?' and `*' supported)
+ *     UCW Library -- Fast Pattern Matcher for Short Wildcard Patterns (only `?' and `*' supported)
  *
  *     Traditional NFA -> DFA method with on-the-fly DFA construction.
  *
index 90a64ce848a812d49d1831c5b59de5218ab00550..4fa779827e44652708c4d12916310442a8e28b34 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Fast Wildcard Pattern Matcher (only `?' and `*' supported)
+ *     UCW Library -- Fast Wildcard Pattern Matcher (only `?' and `*' supported)
  *
  *     (c) 1999 Martin Mares <mj@ucw.cz>
  *