diff options
author | fluxgen <fluxgen> | 2002-01-09 14:11:20 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-01-09 14:11:20 (GMT) |
commit | e0969658986378d0d79b990a9862e5c0e3aff911 (patch) | |
tree | 2d50f61d27b3e7e7d0a99bcdb938797486ad3fdb /src/Image.cc | |
parent | a7e1cc466ae291852dd1f0c296417250483b137c (diff) | |
download | fluxbox-e0969658986378d0d79b990a9862e5c0e3aff911.zip fluxbox-e0969658986378d0d79b990a9862e5c0e3aff911.tar.bz2 |
updated copyright date and added id-tags
Diffstat (limited to 'src/Image.cc')
-rw-r--r-- | src/Image.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Image.cc b/src/Image.cc index 46ee34f..611d307 100644 --- a/src/Image.cc +++ b/src/Image.cc | |||
@@ -1,3 +1,6 @@ | |||
1 | // Image.cc for Flxubox Window Manager | ||
2 | // Copyright (c) 2001 - 2002 Henrik Kinnunen (fluxbox@linuxmail.org) | ||
3 | // | ||
1 | // Image.cc for Blackbox - an X11 Window manager | 4 | // Image.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 | // |
@@ -21,6 +24,9 @@ | |||
21 | 24 | ||
22 | // stupid macros needed to access some functions in version 2 of the GNU C | 25 | // stupid macros needed to access some functions in version 2 of the GNU C |
23 | // library | 26 | // library |
27 | |||
28 | // $Id: Image.cc,v 1.3 2002/01/09 14:11:20 fluxgen Exp $ | ||
29 | |||
24 | #ifndef _GNU_SOURCE | 30 | #ifndef _GNU_SOURCE |
25 | #define _GNU_SOURCE | 31 | #define _GNU_SOURCE |
26 | #endif // _GNU_SOURCE | 32 | #endif // _GNU_SOURCE |