From 6a966ebc32006b64216715314ce21a506ef1f7c4 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Wed, 29 Aug 2007 20:08:57 +0200 Subject: [PATCH] Rename project -> pfixtools. Signed-off-by: Pierre Habouzit --- COPYING | 2 +- Makefile | 2 +- buffer.c | 2 +- buffer.h | 2 +- common.c | 2 +- common.h | 2 +- daemon.c | 2 +- daemon.h | 2 +- mem.h | 2 +- mk/cflags.mk | 2 +- postfix.c | 2 +- postfix.h | 2 +- postlicyd.c | 2 +- qsort.c | 2 +- rbl.c | 2 +- rbl.h | 2 +- srsd.c | 2 +- str.c | 2 +- str.h | 2 +- tst-rbl.c | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/COPYING b/COPYING index a8df9cc..e4dc69f 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ - postlicyd: a postfix policy daemon with a lot of features + pfixtools: a collection of postfix related tools ~~~~~~~~~ ________________________________________________________________________ diff --git a/Makefile b/Makefile index 8811918..948c575 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ############################################################################## -# postlicyd: a postfix policy daemon with a lot of features # +# pfixtools: a collection of postfix related tools # # ~~~~~~~~~ # # ________________________________________________________________________ # # # diff --git a/buffer.c b/buffer.c index a0cf7b8..bdd5715 100644 --- a/buffer.c +++ b/buffer.c @@ -1,5 +1,5 @@ /******************************************************************************/ -/* postlicyd: a postfix policy daemon with a lot of features */ +/* pfixtools: a collection of postfix related tools */ /* ~~~~~~~~~ */ /* ________________________________________________________________________ */ /* */ diff --git a/buffer.h b/buffer.h index 60c6f29..c94714d 100644 --- a/buffer.h +++ b/buffer.h @@ -1,5 +1,5 @@ /******************************************************************************/ -/* postlicyd: a postfix policy daemon with a lot of features */ +/* pfixtools: a collection of postfix related tools */ /* ~~~~~~~~~ */ /* ________________________________________________________________________ */ /* */ diff --git a/common.c b/common.c index 520e77f..13adb2d 100644 --- a/common.c +++ b/common.c @@ -1,5 +1,5 @@ /******************************************************************************/ -/* postlicyd: a postfix policy daemon with a lot of features */ +/* pfixtools: a collection of postfix related tools */ /* ~~~~~~~~~ */ /* ________________________________________________________________________ */ /* */ diff --git a/common.h b/common.h index 75825eb..f1f7c5f 100644 --- a/common.h +++ b/common.h @@ -1,5 +1,5 @@ /******************************************************************************/ -/* postlicyd: a postfix policy daemon with a lot of features */ +/* pfixtools: a collection of postfix related tools */ /* ~~~~~~~~~ */ /* ________________________________________________________________________ */ /* */ diff --git a/daemon.c b/daemon.c index 1d40424..64f9c68 100644 --- a/daemon.c +++ b/daemon.c @@ -1,5 +1,5 @@ /******************************************************************************/ -/* postlicyd: a postfix policy daemon with a lot of features */ +/* pfixtools: a collection of postfix related tools */ /* ~~~~~~~~~ */ /* ________________________________________________________________________ */ /* */ diff --git a/daemon.h b/daemon.h index 155ee06..76f9f94 100644 --- a/daemon.h +++ b/daemon.h @@ -1,5 +1,5 @@ /******************************************************************************/ -/* postlicyd: a postfix policy daemon with a lot of features */ +/* pfixtools: a collection of postfix related tools */ /* ~~~~~~~~~ */ /* ________________________________________________________________________ */ /* */ diff --git a/mem.h b/mem.h index cc171a7..de11a59 100644 --- a/mem.h +++ b/mem.h @@ -1,5 +1,5 @@ /******************************************************************************/ -/* postlicyd: a postfix policy daemon with a lot of features */ +/* pfixtools: a collection of postfix related tools */ /* ~~~~~~~~~ */ /* ________________________________________________________________________ */ /* */ diff --git a/mk/cflags.mk b/mk/cflags.mk index 598aedd..c05a843 100644 --- a/mk/cflags.mk +++ b/mk/cflags.mk @@ -1,5 +1,5 @@ ############################################################################## -# postlicyd: a postfix policy daemon with a lot of features # +# pfixtools: a collection of postfix related tools # # ~~~~~~~~~ # # ________________________________________________________________________ # # # diff --git a/postfix.c b/postfix.c index 018bd25..0b5f84a 100644 --- a/postfix.c +++ b/postfix.c @@ -1,5 +1,5 @@ /******************************************************************************/ -/* postlicyd: a postfix policy daemon with a lot of features */ +/* pfixtools: a collection of postfix related tools */ /* ~~~~~~~~~ */ /* ________________________________________________________________________ */ /* */ diff --git a/postfix.h b/postfix.h index 624dd4f..4d038e8 100644 --- a/postfix.h +++ b/postfix.h @@ -1,5 +1,5 @@ /******************************************************************************/ -/* postlicyd: a postfix policy daemon with a lot of features */ +/* pfixtools: a collection of postfix related tools */ /* ~~~~~~~~~ */ /* ________________________________________________________________________ */ /* */ diff --git a/postlicyd.c b/postlicyd.c index d7878d3..051e83b 100644 --- a/postlicyd.c +++ b/postlicyd.c @@ -1,5 +1,5 @@ /******************************************************************************/ -/* postlicyd: a postfix policy daemon with a lot of features */ +/* pfixtools: a collection of postfix related tools */ /* ~~~~~~~~~ */ /* ________________________________________________________________________ */ /* */ diff --git a/qsort.c b/qsort.c index a24a709..20628bf 100644 --- a/qsort.c +++ b/qsort.c @@ -1,5 +1,5 @@ /******************************************************************************/ -/* postlicyd: a postfix policy daemon with a lot of features */ +/* pfixtools: a collection of postfix related tools */ /* ~~~~~~~~~ */ /* ________________________________________________________________________ */ /* */ diff --git a/rbl.c b/rbl.c index 599db63..71f1d85 100644 --- a/rbl.c +++ b/rbl.c @@ -1,5 +1,5 @@ /******************************************************************************/ -/* postlicyd: a postfix policy daemon with a lot of features */ +/* pfixtools: a collection of postfix related tools */ /* ~~~~~~~~~ */ /* ________________________________________________________________________ */ /* */ diff --git a/rbl.h b/rbl.h index bddea8f..ce3f7cf 100644 --- a/rbl.h +++ b/rbl.h @@ -1,5 +1,5 @@ /******************************************************************************/ -/* postlicyd: a postfix policy daemon with a lot of features */ +/* pfixtools: a collection of postfix related tools */ /* ~~~~~~~~~ */ /* ________________________________________________________________________ */ /* */ diff --git a/srsd.c b/srsd.c index 26280de..8d88677 100644 --- a/srsd.c +++ b/srsd.c @@ -1,5 +1,5 @@ /******************************************************************************/ -/* postlicyd: a postfix policy daemon with a lot of features */ +/* pfixtools: a collection of postfix related tools */ /* ~~~~~~~~~ */ /* ________________________________________________________________________ */ /* */ diff --git a/str.c b/str.c index 9cda8ae..99a5be5 100644 --- a/str.c +++ b/str.c @@ -1,5 +1,5 @@ /******************************************************************************/ -/* postlicyd: a postfix policy daemon with a lot of features */ +/* pfixtools: a collection of postfix related tools */ /* ~~~~~~~~~ */ /* ________________________________________________________________________ */ /* */ diff --git a/str.h b/str.h index 447e6d4..f6980e4 100644 --- a/str.h +++ b/str.h @@ -1,5 +1,5 @@ /******************************************************************************/ -/* postlicyd: a postfix policy daemon with a lot of features */ +/* pfixtools: a collection of postfix related tools */ /* ~~~~~~~~~ */ /* ________________________________________________________________________ */ /* */ diff --git a/tst-rbl.c b/tst-rbl.c index 928e9ee..c208630 100644 --- a/tst-rbl.c +++ b/tst-rbl.c @@ -1,5 +1,5 @@ /******************************************************************************/ -/* postlicyd: a postfix policy daemon with a lot of features */ +/* pfixtools: a collection of postfix related tools */ /* ~~~~~~~~~ */ /* ________________________________________________________________________ */ /* */ -- 2.20.1