all repos — fluxbox @ 6976bf4de7543d34cc75517b9760b30a8f376461

custom fork of the fluxbox windowmanager

copyright date
mathias mathias
commit

6976bf4de7543d34cc75517b9760b30a8f376461

parent

cf46669bc1fdeeeb85d9f2c77bea18b91c619301

M src/tests/Resourcetest.ccsrc/tests/Resourcetest.cc

@@ -1,5 +1,5 @@

// Resourcetest.cc -// Copyright (c) 2001 - 2002 Henrik Kinnunen (fluxgen@linuxmail.org) +// Copyright (c) 2001 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"),
M src/tests/StringUtiltest.ccsrc/tests/StringUtiltest.cc

@@ -1,5 +1,5 @@

// StringUtiltest.cc -// Copyright (c) 2001 - 2004 Henrik Kinnunen (fluxgen@linuxmail.org) +// Copyright (c) 2001 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"),
M src/tests/main.ccsrc/tests/main.cc

@@ -1,5 +1,5 @@

// main.cc for testing menu in fluxbox -// Copyright (c) 2001 - 2002 Henrik Kinnunen (fluxgen@linuxmail.org) +// Copyright (c) 2001 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"),
M src/tests/menutest.ccsrc/tests/menutest.cc

@@ -1,5 +1,5 @@

// menutest.cc a test app for Menus -// Copyright (c) 2005 Henrik Kinnunen (fluxgen<at>fluxbox dot org) +// Copyright (c) 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"),
M src/tests/movetest.ccsrc/tests/movetest.cc

@@ -1,3 +1,6 @@

+// movetest.cc a test app for moving windows +// Copyright (c) 2004 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) + #include <iostream> #include "../FbTk/FbWindow.hh"
M src/tests/parsertest.ccsrc/tests/parsertest.cc

@@ -1,3 +1,6 @@

+// parsertest.cc a test app for Parser +// Copyright (c) 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) + #include "../FbMenuParser.hh" #include <iostream>
M src/tests/signaltest.ccsrc/tests/signaltest.cc

@@ -1,5 +1,5 @@

// signaltest.cc for testing signal handler in fluxbox -// Copyright (c) 2002 Henrik Kinnunen (fluxgen@linuxmail.org) +// Copyright (c) 2002 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"),
M src/tests/template.ccsrc/tests/template.cc

@@ -1,5 +1,5 @@

// template.cc for fbtk test suite -// Copyright (c) 2004 Henrik Kinnunen (fluxgen<at>fluxbox dot org) +// Copyright (c) 2004 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"),
M src/tests/testFont.ccsrc/tests/testFont.cc

@@ -1,5 +1,5 @@

// testFont.cc for fbtk test suite -// Copyright (c) 2002 Henrik Kinnunen (fluxgen@linuxmail.org) +// Copyright (c) 2002 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"),
M src/tests/testKeys.ccsrc/tests/testKeys.cc

@@ -1,5 +1,5 @@

// testKeys.cc -// Copyright (c) 2001 - 2004 Henrik Kinnunen (fluxgen@linuxmail.org) +// Copyright (c) 2001 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"),
M src/tests/testLayers.ccsrc/tests/testLayers.cc

@@ -1,3 +1,7 @@

+// testLayers.cc a test app for Layers +// Copyright (c) 2003 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) + + #include "App.hh" #include "FbWindow.hh" #include "Color.hh"
M src/tests/texturetest.ccsrc/tests/texturetest.cc

@@ -1,3 +1,6 @@

+// texturetest.cc a test app for Textures +// Copyright (c) 2004 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) + #include "ImageControl.hh" #include "Color.hh" #include "GContext.hh"