copyright date

This commit is contained in:
mathias 2005-01-24 18:43:01 +00:00
parent cf46669bc1
commit 6976bf4de7
12 changed files with 21 additions and 8 deletions

View file

@ -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"),

View file

@ -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"),

View file

@ -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"),

View file

@ -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"),

View file

@ -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"

View file

@ -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>

View file

@ -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"),

View file

@ -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"),

View file

@ -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"),

View file

@ -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"),

View file

@ -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"

View file

@ -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"