aboutsummaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authormathias <mathias>2006-02-16 06:53:05 (GMT)
committermathias <mathias>2006-02-16 06:53:05 (GMT)
commitae05ad9a01243d13138ea986d095e8e93a920e00 (patch)
tree0081acacb249ccadeab4fa0f97755200683090d2 /src/tests
parent9b9f34d9464ce780c7d8e9b96523f7349c898afb (diff)
downloadfluxbox-ae05ad9a01243d13138ea986d095e8e93a920e00.zip
fluxbox-ae05ad9a01243d13138ea986d095e8e93a920e00.tar.bz2
updated copyright info
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/Resourcetest.cc2
-rw-r--r--src/tests/StringUtiltest.cc2
-rw-r--r--src/tests/main.cc2
-rw-r--r--src/tests/menutest.cc2
-rw-r--r--src/tests/movetest.cc2
-rw-r--r--src/tests/parsertest.cc2
-rw-r--r--src/tests/signaltest.cc2
-rw-r--r--src/tests/template.cc2
-rw-r--r--src/tests/testFont.cc2
-rw-r--r--src/tests/testKeys.cc2
-rw-r--r--src/tests/testLayers.cc2
-rw-r--r--src/tests/texturetest.cc2
12 files changed, 12 insertions, 12 deletions
diff --git a/src/tests/Resourcetest.cc b/src/tests/Resourcetest.cc
index c27b2a5..53b5ec4 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 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) 2// Copyright (c) 2001 - 2006 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 768ad7e..fb9caf8 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 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) 2// Copyright (c) 2001 - 2006 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 e5136bf..04e1363 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 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) 2// Copyright (c) 2001 - 2006 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 65a1c52..3fe2715 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) 2006 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 37156c8..b4ef171 100644
--- a/src/tests/movetest.cc
+++ b/src/tests/movetest.cc
@@ -1,5 +1,5 @@
1// movetest.cc a test app for moving windows 1// movetest.cc a test app for moving windows
2// Copyright (c) 2004 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) 2// Copyright (c) 2004 - 2006 Henrik Kinnunen (fluxgen at fluxbox dot org)
3 3
4#include <iostream> 4#include <iostream>
5 5
diff --git a/src/tests/parsertest.cc b/src/tests/parsertest.cc
index b81bd16..a1b3b38 100644
--- a/src/tests/parsertest.cc
+++ b/src/tests/parsertest.cc
@@ -1,5 +1,5 @@
1// parsertest.cc a test app for Parser 1// parsertest.cc a test app for Parser
2// Copyright (c) 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) 2// Copyright (c) 2006 Henrik Kinnunen (fluxgen at fluxbox dot org)
3 3
4#include "../FbMenuParser.hh" 4#include "../FbMenuParser.hh"
5 5
diff --git a/src/tests/signaltest.cc b/src/tests/signaltest.cc
index 54743bf..09ebdac 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 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) 2// Copyright (c) 2002 - 2006 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 99dfef2..3b30bba 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 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) 2// Copyright (c) 2004 - 2006 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 9a1433f..2ee764c 100644
--- a/src/tests/testFont.cc
+++ b/src/tests/testFont.cc
@@ -1,4 +1,4 @@
1// Copyright (c) 2002 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) 1// Copyright (c) 2002 - 2006 Henrik Kinnunen (fluxgen at fluxbox dot org)
2// 2//
3// Permission is hereby granted, free of charge, to any person obtaining a 3// Permission is hereby granted, free of charge, to any person obtaining a
4// copy of this software and associated documentation files (the "Software"), 4// copy of this software and associated documentation files (the "Software"),
diff --git a/src/tests/testKeys.cc b/src/tests/testKeys.cc
index a8c1768..20f302a 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 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) 2// Copyright (c) 2001 - 2006 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 d3d48ea..23d2f67 100644
--- a/src/tests/testLayers.cc
+++ b/src/tests/testLayers.cc
@@ -1,5 +1,5 @@
1// testLayers.cc a test app for Layers 1// testLayers.cc a test app for Layers
2// Copyright (c) 2003 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) 2// Copyright (c) 2003 - 2006 Henrik Kinnunen (fluxgen at fluxbox dot org)
3 3
4 4
5#include "App.hh" 5#include "App.hh"
diff --git a/src/tests/texturetest.cc b/src/tests/texturetest.cc
index 8f9a5f4..5afcb07 100644
--- a/src/tests/texturetest.cc
+++ b/src/tests/texturetest.cc
@@ -1,5 +1,5 @@
1// texturetest.cc a test app for Textures 1// texturetest.cc a test app for Textures
2// Copyright (c) 2004 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org) 2// Copyright (c) 2004 - 2006 Henrik Kinnunen (fluxgen at fluxbox dot org)
3 3
4#include "ImageControl.hh" 4#include "ImageControl.hh"
5#include "Color.hh" 5#include "Color.hh"