diff options
-rw-r--r-- | src/tests/Resourcetest.cc | 2 | ||||
-rw-r--r-- | src/tests/StringUtiltest.cc | 2 | ||||
-rw-r--r-- | src/tests/main.cc | 2 | ||||
-rw-r--r-- | src/tests/menutest.cc | 2 | ||||
-rw-r--r-- | src/tests/movetest.cc | 3 | ||||
-rw-r--r-- | src/tests/parsertest.cc | 3 | ||||
-rw-r--r-- | src/tests/signaltest.cc | 2 | ||||
-rw-r--r-- | src/tests/template.cc | 2 | ||||
-rw-r--r-- | src/tests/testFont.cc | 2 | ||||
-rw-r--r-- | src/tests/testKeys.cc | 2 | ||||
-rw-r--r-- | src/tests/testLayers.cc | 4 | ||||
-rw-r--r-- | src/tests/texturetest.cc | 3 |
12 files changed, 21 insertions, 8 deletions
diff --git a/src/tests/Resourcetest.cc b/src/tests/Resourcetest.cc index 99dfc54..c27b2a5 100644 --- a/src/tests/Resourcetest.cc +++ b/src/tests/Resourcetest.cc | |||
@@ -1,5 +1,5 @@ | |||
1 | // Resourcetest.cc | 1 | // Resourcetest.cc |
2 | // Copyright (c) 2001 - 2002 Henrik Kinnunen (fluxgen@linuxmail.org) | 2 | // Copyright (c) 2001 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) |
3 | // | 3 | // |
4 | // Permission is hereby granted, free of charge, to any person obtaining a | 4 | // Permission is hereby granted, free of charge, to any person obtaining a |
5 | // copy of this software and associated documentation files (the "Software"), | 5 | // copy of this software and associated documentation files (the "Software"), |
diff --git a/src/tests/StringUtiltest.cc b/src/tests/StringUtiltest.cc index 7c2e2d8..78afcb1 100644 --- a/src/tests/StringUtiltest.cc +++ b/src/tests/StringUtiltest.cc | |||
@@ -1,5 +1,5 @@ | |||
1 | // StringUtiltest.cc | 1 | // StringUtiltest.cc |
2 | // Copyright (c) 2001 - 2004 Henrik Kinnunen (fluxgen@linuxmail.org) | 2 | // Copyright (c) 2001 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) |
3 | // | 3 | // |
4 | // Permission is hereby granted, free of charge, to any person obtaining a | 4 | // Permission is hereby granted, free of charge, to any person obtaining a |
5 | // copy of this software and associated documentation files (the "Software"), | 5 | // copy of this software and associated documentation files (the "Software"), |
diff --git a/src/tests/main.cc b/src/tests/main.cc index 2505e65..e5136bf 100644 --- a/src/tests/main.cc +++ b/src/tests/main.cc | |||
@@ -1,5 +1,5 @@ | |||
1 | // main.cc for testing menu in fluxbox | 1 | // main.cc for testing menu in fluxbox |
2 | // Copyright (c) 2001 - 2002 Henrik Kinnunen (fluxgen@linuxmail.org) | 2 | // Copyright (c) 2001 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) |
3 | // | 3 | // |
4 | // Permission is hereby granted, free of charge, to any person obtaining a | 4 | // Permission is hereby granted, free of charge, to any person obtaining a |
5 | // copy of this software and associated documentation files (the "Software"), | 5 | // copy of this software and associated documentation files (the "Software"), |
diff --git a/src/tests/menutest.cc b/src/tests/menutest.cc index 07add9f..c54289f 100644 --- a/src/tests/menutest.cc +++ b/src/tests/menutest.cc | |||
@@ -1,5 +1,5 @@ | |||
1 | // menutest.cc a test app for Menus | 1 | // menutest.cc a test app for Menus |
2 | // Copyright (c) 2005 Henrik Kinnunen (fluxgen<at>fluxbox dot org) | 2 | // Copyright (c) 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) |
3 | // | 3 | // |
4 | // Permission is hereby granted, free of charge, to any person obtaining a | 4 | // Permission is hereby granted, free of charge, to any person obtaining a |
5 | // copy of this software and associated documentation files (the "Software"), | 5 | // copy of this software and associated documentation files (the "Software"), |
diff --git a/src/tests/movetest.cc b/src/tests/movetest.cc index 7db0c39..37156c8 100644 --- a/src/tests/movetest.cc +++ b/src/tests/movetest.cc | |||
@@ -1,3 +1,6 @@ | |||
1 | // movetest.cc a test app for moving windows | ||
2 | // Copyright (c) 2004 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) | ||
3 | |||
1 | #include <iostream> | 4 | #include <iostream> |
2 | 5 | ||
3 | #include "../FbTk/FbWindow.hh" | 6 | #include "../FbTk/FbWindow.hh" |
diff --git a/src/tests/parsertest.cc b/src/tests/parsertest.cc index 9854074..b81bd16 100644 --- a/src/tests/parsertest.cc +++ b/src/tests/parsertest.cc | |||
@@ -1,3 +1,6 @@ | |||
1 | // parsertest.cc a test app for Parser | ||
2 | // Copyright (c) 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) | ||
3 | |||
1 | #include "../FbMenuParser.hh" | 4 | #include "../FbMenuParser.hh" |
2 | 5 | ||
3 | #include <iostream> | 6 | #include <iostream> |
diff --git a/src/tests/signaltest.cc b/src/tests/signaltest.cc index cc838b0..54743bf 100644 --- a/src/tests/signaltest.cc +++ b/src/tests/signaltest.cc | |||
@@ -1,5 +1,5 @@ | |||
1 | // signaltest.cc for testing signal handler in fluxbox | 1 | // signaltest.cc for testing signal handler in fluxbox |
2 | // Copyright (c) 2002 Henrik Kinnunen (fluxgen@linuxmail.org) | 2 | // Copyright (c) 2002 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) |
3 | // | 3 | // |
4 | // Permission is hereby granted, free of charge, to any person obtaining a | 4 | // Permission is hereby granted, free of charge, to any person obtaining a |
5 | // copy of this software and associated documentation files (the "Software"), | 5 | // copy of this software and associated documentation files (the "Software"), |
diff --git a/src/tests/template.cc b/src/tests/template.cc index 1175e8f..99dfef2 100644 --- a/src/tests/template.cc +++ b/src/tests/template.cc | |||
@@ -1,5 +1,5 @@ | |||
1 | // template.cc for fbtk test suite | 1 | // template.cc for fbtk test suite |
2 | // Copyright (c) 2004 Henrik Kinnunen (fluxgen<at>fluxbox dot org) | 2 | // Copyright (c) 2004 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) |
3 | // | 3 | // |
4 | // Permission is hereby granted, free of charge, to any person obtaining a | 4 | // Permission is hereby granted, free of charge, to any person obtaining a |
5 | // copy of this software and associated documentation files (the "Software"), | 5 | // copy of this software and associated documentation files (the "Software"), |
diff --git a/src/tests/testFont.cc b/src/tests/testFont.cc index 5874e73..281a780 100644 --- a/src/tests/testFont.cc +++ b/src/tests/testFont.cc | |||
@@ -1,5 +1,5 @@ | |||
1 | // testFont.cc for fbtk test suite | 1 | // testFont.cc for fbtk test suite |
2 | // Copyright (c) 2002 Henrik Kinnunen (fluxgen@linuxmail.org) | 2 | // Copyright (c) 2002 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) |
3 | // | 3 | // |
4 | // Permission is hereby granted, free of charge, to any person obtaining a | 4 | // Permission is hereby granted, free of charge, to any person obtaining a |
5 | // copy of this software and associated documentation files (the "Software"), | 5 | // copy of this software and associated documentation files (the "Software"), |
diff --git a/src/tests/testKeys.cc b/src/tests/testKeys.cc index 5094e80..a8c1768 100644 --- a/src/tests/testKeys.cc +++ b/src/tests/testKeys.cc | |||
@@ -1,5 +1,5 @@ | |||
1 | // testKeys.cc | 1 | // testKeys.cc |
2 | // Copyright (c) 2001 - 2004 Henrik Kinnunen (fluxgen@linuxmail.org) | 2 | // Copyright (c) 2001 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) |
3 | // | 3 | // |
4 | // Permission is hereby granted, free of charge, to any person obtaining a | 4 | // Permission is hereby granted, free of charge, to any person obtaining a |
5 | // copy of this software and associated documentation files (the "Software"), | 5 | // copy of this software and associated documentation files (the "Software"), |
diff --git a/src/tests/testLayers.cc b/src/tests/testLayers.cc index 59a5d01..d3d48ea 100644 --- a/src/tests/testLayers.cc +++ b/src/tests/testLayers.cc | |||
@@ -1,3 +1,7 @@ | |||
1 | // testLayers.cc a test app for Layers | ||
2 | // Copyright (c) 2003 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) | ||
3 | |||
4 | |||
1 | #include "App.hh" | 5 | #include "App.hh" |
2 | #include "FbWindow.hh" | 6 | #include "FbWindow.hh" |
3 | #include "Color.hh" | 7 | #include "Color.hh" |
diff --git a/src/tests/texturetest.cc b/src/tests/texturetest.cc index 4e10af6..8f9a5f4 100644 --- a/src/tests/texturetest.cc +++ b/src/tests/texturetest.cc | |||
@@ -1,3 +1,6 @@ | |||
1 | // texturetest.cc a test app for Textures | ||
2 | // Copyright (c) 2004 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) | ||
3 | |||
1 | #include "ImageControl.hh" | 4 | #include "ImageControl.hh" |
2 | #include "Color.hh" | 5 | #include "Color.hh" |
3 | #include "GContext.hh" | 6 | #include "GContext.hh" |