From ac24a4ae8da8ddecdbdf1901aa2182307249dfb1 Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Sun, 2 May 2004 20:42:56 +0000
Subject: copyright update

---
 src/FbTk/StringUtil.cc | 4 ++--
 src/FbTk/StringUtil.hh | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/FbTk/StringUtil.cc b/src/FbTk/StringUtil.cc
index b83300d..92d9eb3 100644
--- a/src/FbTk/StringUtil.cc
+++ b/src/FbTk/StringUtil.cc
@@ -1,5 +1,5 @@
 // StringUtil.cc for fluxbox 
-// Copyright (c) 2001 - 2003 Henrik Kinnunen (fluxgen<at>linuxmail.org)
+// Copyright (c) 2001 - 2004 Henrik Kinnunen (fluxgen<at>fluxbox<dot>org)
 // 
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
@@ -19,7 +19,7 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
-//�$Id: StringUtil.cc,v 1.10 2004/02/28 10:46:02 fluxgen Exp $
+//�$Id: StringUtil.cc,v 1.11 2004/05/02 20:42:56 fluxgen Exp $
 
 #include "StringUtil.hh"
 
diff --git a/src/FbTk/StringUtil.hh b/src/FbTk/StringUtil.hh
index 5d6179d..273f24e 100644
--- a/src/FbTk/StringUtil.hh
+++ b/src/FbTk/StringUtil.hh
@@ -1,5 +1,5 @@
 // StringUtil.hh for fluxbox 
-// Copyright (c) 2001 - 2003 Henrik Kinnunen (fluxgen(at)linuxmail.org)
+// Copyright (c) 2001 - 2004 Henrik Kinnunen (fluxgen(at)fluxbox<dot>org)
 // 
 // Permission is hereby granted, free of charge, to any person obtaining a
 // copy of this software and associated documentation files (the "Software"),
@@ -19,7 +19,7 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
-//$Id: StringUtil.hh,v 1.8 2003/12/16 17:06:52 fluxgen Exp $
+//$Id: StringUtil.hh,v 1.9 2004/05/02 20:42:56 fluxgen Exp $
 
 #ifndef FBTK_STRINGUTIL_HH
 #define FBTK_STRINGUTIL_HH
@@ -37,6 +37,7 @@ const char *strcasestr(const char *str, const char *ptn);
 
 /// expands ~ to value of ${HOME} enviroment variable
 std::string expandFilename(const std::string &filename);
+
 /// @return extension of filename (ex: filename.txt will return txt)
 std::string findExtension(const std::string &filename);
 
-- 
cgit v0.11.2