aboutsummaryrefslogtreecommitdiff
path: root/src/Basemenu.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-01-09 14:11:20 (GMT)
committerfluxgen <fluxgen>2002-01-09 14:11:20 (GMT)
commite0969658986378d0d79b990a9862e5c0e3aff911 (patch)
tree2d50f61d27b3e7e7d0a99bcdb938797486ad3fdb /src/Basemenu.cc
parenta7e1cc466ae291852dd1f0c296417250483b137c (diff)
downloadfluxbox_pavel-e0969658986378d0d79b990a9862e5c0e3aff911.zip
fluxbox_pavel-e0969658986378d0d79b990a9862e5c0e3aff911.tar.bz2
updated copyright date and added id-tags
Diffstat (limited to 'src/Basemenu.cc')
-rw-r--r--src/Basemenu.cc7
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