From 60abe9cbd2a702a86b90730cb4cda0b48094939c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 6 Feb 2011 12:15:50 +0000 Subject: PerlDaemon is now CamelCase --- CHANGELOG | 6 +++++- COPYING | 2 +- perldaemon.pl | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2ba0130..44ecd25 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,2 +1,6 @@ +So 6. Feb 13:14:32 CET 2011 +* PerlDaemon is now CamelCase + So 6. Feb 12:56:44 CET 2011 -* Initial Version 1 Released +* Initial Version v1.0 Released + diff --git a/COPYING b/COPYING index cc2b412..4c1a107 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -# perldaemon (c) 2010, 2011, Dipl.-Inform. (FH) Paul Buetow +# PerlDaemon (c) 2010, 2011, Dipl.-Inform. (FH) Paul Buetow # # E-Mail: perldaemon@mx.buetow.org WWW: http://perldaemon.buetow.org # diff --git a/perldaemon.pl b/perldaemon.pl index da6608e..f876140 100644 --- a/perldaemon.pl +++ b/perldaemon.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Minimal Daemon (c) 2011 Paul Buetow +# Minimal PerlDaemon (c) 2011 Paul Buetow use strict; use warnings; -- cgit v1.2.3