diff options
Diffstat (limited to 'src/Basemenu.cc')
-rw-r--r-- | src/Basemenu.cc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Basemenu.cc b/src/Basemenu.cc index bf031dd..32b1585 100644 --- a/src/Basemenu.cc +++ b/src/Basemenu.cc | |||
@@ -1,4 +1,7 @@ | |||
1 | // Basemenu.cc for fluxbox - an X11 Window manager | 1 | // Basemenu.cc for Fluxbox Window manager |
2 | // Copyright (c) 2001 - 2002 Henrik Kinnunen (fluxgen@linuxmail.org) | ||
3 | // | ||
4 | // Basemenu.cc for blackbox - an X11 Window manager | ||
2 | // Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net) | 5 | // Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net) |
3 | // | 6 | // |
4 | // Permission is hereby granted, free of charge, to any person obtaining a | 7 | // Permission is hereby granted, free of charge, to any person obtaining a |
@@ -19,6 +22,8 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
21 | 24 | ||
25 | // $Id: Basemenu.cc,v 1.5 2002/01/09 14:11:20 fluxgen Exp $ | ||
26 | |||
22 | // stupid macros needed to access some functions in version 2 of the GNU C | 27 | // stupid macros needed to access some functions in version 2 of the GNU C |
23 | // library | 28 | // library |
24 | #ifndef _GNU_SOURCE | 29 | #ifndef _GNU_SOURCE |