diff options
author | fluxgen <fluxgen> | 2003-08-15 13:58:56 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-15 13:58:56 (GMT) |
commit | 730872b1dfdaee70229559298d8415c23f357536 (patch) | |
tree | 031431d8059b3d15426742ece674fb276a3b1357 /src/FbTk | |
parent | 1ed6519a203a863a060d1a8b6cfee71fddcd3563 (diff) | |
download | fluxbox_pavel-730872b1dfdaee70229559298d8415c23f357536.zip fluxbox_pavel-730872b1dfdaee70229559298d8415c23f357536.tar.bz2 |
copyright update
Diffstat (limited to 'src/FbTk')
-rw-r--r-- | src/FbTk/Button.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/Button.cc b/src/FbTk/Button.cc index f7acb09..ed1a920 100644 --- a/src/FbTk/Button.cc +++ b/src/FbTk/Button.cc | |||
@@ -1,5 +1,5 @@ | |||
1 | // Button.cc for FbTk - fluxbox toolkit | 1 | // Button.cc for FbTk - fluxbox toolkit |
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: Button.cc,v 1.11 2003/08/13 09:25:16 fluxgen Exp $ | 22 | // $Id: Button.cc,v 1.12 2003/08/15 13:58:56 fluxgen Exp $ |
23 | 23 | ||
24 | #include "Button.hh" | 24 | #include "Button.hh" |
25 | 25 | ||