summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG6
-rw-r--r--COPYING2
-rw-r--r--perldaemon.pl2
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;