diff options
-rw-r--r-- | src/TextureRender.cc | 5 | ||||
-rw-r--r-- | src/TextureRender.hh | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/src/TextureRender.cc b/src/TextureRender.cc index aeb318f..b118eff 100644 --- a/src/TextureRender.cc +++ b/src/TextureRender.cc | |||
@@ -1,6 +1,9 @@ | |||
1 | // TextureRender.cc for fluxbox | 1 | // TextureRender.cc for fluxbox |
2 | // Copyright (c) 2002 Henrik Kinnunen (fluxgen at fluxbox.org) | 2 | // Copyright (c) 2002 Henrik Kinnunen (fluxgen at fluxbox.org) |
3 | // | 3 | // |
4 | // from Image.cc for Blackbox - an X11 Window manager | ||
5 | // Copyright (c) 1997 - 2000 Brad Hughes (bhughes at tcac.net) | ||
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 |
5 | // copy of this software and associated documentation files (the "Software"), | 8 | // copy of this software and associated documentation files (the "Software"), |
6 | // to deal in the Software without restriction, including without limitation | 9 | // to deal in the Software without restriction, including without limitation |
@@ -19,7 +22,7 @@ | |||
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 | ||
22 | // $Id: TextureRender.cc,v 1.1 2002/11/30 20:07:49 fluxgen Exp $ | 25 | // $Id: TextureRender.cc,v 1.2 2002/11/30 20:36:22 fluxgen Exp $ |
23 | 26 | ||
24 | #include "TextureRender.hh" | 27 | #include "TextureRender.hh" |
25 | 28 | ||
diff --git a/src/TextureRender.hh b/src/TextureRender.hh index 8e1a9b3..1ce72fa 100644 --- a/src/TextureRender.hh +++ b/src/TextureRender.hh | |||
@@ -1,6 +1,9 @@ | |||
1 | // TextureRender.hh for fluxbox | 1 | // TextureRender.hh for fluxbox |
2 | // Copyright (c) 2002 Henrik Kinnunen (fluxgen at fluxbox.org) | 2 | // Copyright (c) 2002 Henrik Kinnunen (fluxgen at fluxbox.org) |
3 | // | 3 | // |
4 | // Image.hh for Blackbox - an X11 Window manager | ||
5 | // Copyright (c) 1997 - 2000 Brad Hughes (bhughes at tcac.net) | ||
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 |
5 | // copy of this software and associated documentation files (the "Software"), | 8 | // copy of this software and associated documentation files (the "Software"), |
6 | // to deal in the Software without restriction, including without limitation | 9 | // to deal in the Software without restriction, including without limitation |
@@ -19,7 +22,7 @@ | |||
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 | ||
22 | // $Id: TextureRender.hh,v 1.1 2002/11/30 20:07:49 fluxgen Exp $ | 25 | // $Id: TextureRender.hh,v 1.2 2002/11/30 20:36:22 fluxgen Exp $ |
23 | 26 | ||
24 | #ifndef TEXTURRENDER_HH | 27 | #ifndef TEXTURRENDER_HH |
25 | #define TEXTURRENDER_HH | 28 | #define TEXTURRENDER_HH |