aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/FbTk/Text.cc4
-rw-r--r--src/FbTk/Text.hh6
2 files changed, 5 insertions, 5 deletions
diff --git a/src/FbTk/Text.cc b/src/FbTk/Text.cc
index 2a7435e..190e233 100644
--- a/src/FbTk/Text.cc
+++ b/src/FbTk/Text.cc
@@ -1,5 +1,5 @@
1// Text.cc for FbTk - text utils 1// Text.cc for FbTk - text utils
2// Copyright (c) 2002 Henrik Kinnunen (fluxgen at users.sourceforge.net) 2// Copyright (c) 2002 - 2003 Henrik Kinnunen (fluxgen at users.sourceforge.net)
3// 3//
4// Permission is hereby granted, free of charge, to any person obtaining a 4// Permission is hereby granted, free of charge, to any person obtaining a
5// copy of this software and associated documentation files (the "Software"), 5// copy of this software and associated documentation files (the "Software"),
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: Text.cc,v 1.1 2002/12/02 20:11:58 fluxgen Exp $ 22// $Id: Text.cc,v 1.2 2003/08/11 14:59:57 fluxgen Exp $
23 23
24#include "Text.hh" 24#include "Text.hh"
25 25
diff --git a/src/FbTk/Text.hh b/src/FbTk/Text.hh
index 54abd50..50c3282 100644
--- a/src/FbTk/Text.hh
+++ b/src/FbTk/Text.hh
@@ -1,5 +1,5 @@
1// Text.hh for FbTk - text utils 1// Text.hh for FbTk - text utils
2// Copyright (c) 2002 Henrik Kinnunen (fluxgen at users.sourceforge.net) 2// Copyright (c) 2002 - 2003 Henrik Kinnunen (fluxgen at users.sourceforge.net)
3// 3//
4// Permission is hereby granted, free of charge, to any person obtaining a 4// Permission is hereby granted, free of charge, to any person obtaining a
5// copy of this software and associated documentation files (the "Software"), 5// copy of this software and associated documentation files (the "Software"),
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: Text.hh,v 1.1 2002/12/02 20:11:57 fluxgen Exp $ 22// $Id: Text.hh,v 1.2 2003/08/11 14:59:40 fluxgen Exp $
23 23
24#ifndef FBTK_TEXT_HH 24#ifndef FBTK_TEXT_HH
25#define FBTK_TEXT_HH 25#define FBTK_TEXT_HH