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/i18n.cc | |
parent | a7e1cc466ae291852dd1f0c296417250483b137c (diff) | |
download | fluxbox-e0969658986378d0d79b990a9862e5c0e3aff911.zip fluxbox-e0969658986378d0d79b990a9862e5c0e3aff911.tar.bz2 |
updated copyright date and added id-tags
Diffstat (limited to 'src/i18n.cc')
-rw-r--r-- | src/i18n.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/i18n.cc b/src/i18n.cc index 5f102dd..96641eb 100644 --- a/src/i18n.cc +++ b/src/i18n.cc | |||
@@ -1,3 +1,6 @@ | |||
1 | // i18n.hh for Fluxbox Window Manager | ||
2 | // Copyright (c) 2001 - 2002 Henrik Kinnunen (fluxgen@linuxmail.org) | ||
3 | // | ||
1 | // i18n.cc for Blackbox - an X11 Window manager | 4 | // i18n.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 | // |
@@ -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: i18n.cc,v 1.2 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 |