From kde-commits Thu Jul 10 06:50:58 2003 From: Ellis Whitehead Date: Thu, 10 Jul 2003 06:50:58 +0000 To: kde-commits Subject: adventure_and_danger: kdelibs/kdecore/tests X-MARC-Message: https://marc.info/?l=kde-commits&m=105781986515783 CVS commit by ellis: Add copyright notices M +18 -0 kacceltest.cpp 1.1.2.2 M +18 -0 kshortcuttest.cpp 1.1.2.2 --- kdelibs/kdecore/tests/kacceltest.cpp #1.1.2.1:1.1.2.2 @@ -1,2 +1,20 @@ +/* This file is part of the KDE libraries + Copyright (C) 2003 Ellis Whitehead (ellis@kde.org) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License version 2 as published by the Free Software Foundation. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to + the Free Software Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. +*/ + #include using namespace std; --- kdelibs/kdecore/tests/kshortcuttest.cpp #1.1.2.1:1.1.2.2 @@ -1,2 +1,20 @@ +/* This file is part of the KDE libraries + Copyright (C) 2003 Ellis Whitehead (ellis@kde.org) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License version 2 as published by the Free Software Foundation. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to + the Free Software Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. +*/ + #include using namespace std;