From 96b5b710ab1e9146dd1e8ba371938cb1d5a9f91c Mon Sep 17 00:00:00 2001 From: Jason Harris Date: Tue, 26 Oct 2004 04:10:37 +0000 Subject: [PATCH] Adding copyright notices to some files CCMAIL: annma@kde.org svn path=/trunk/kdeedu/libkdeedu/; revision=357793 --- extdate/extdatetime.cpp | 4 ++-- extdate/extdatetime.h | 5 ++--- extdate/testwidget.cpp | 17 +++++++++++++++++ extdate/testwidget.h | 17 +++++++++++++++++ 4 files changed, 38 insertions(+), 5 deletions(-) diff --git a/extdate/extdatetime.cpp b/extdate/extdatetime.cpp index 47c8d3c..40119f7 100644 --- a/extdate/extdatetime.cpp +++ b/extdate/extdatetime.cpp @@ -1,7 +1,7 @@ /************************************************************************* ** Definition of extended range date classe -** -** Created : 031103 +** (c) 2004 by Michel Guitel +** modifications by Jason Harris ** ** This file may be distributed and/or modified under the terms of the ** GNU General Public License version 2 as published by the Free Software diff --git a/extdate/extdatetime.h b/extdate/extdatetime.h index 8307e91..de0a6e6 100644 --- a/extdate/extdatetime.h +++ b/extdate/extdatetime.h @@ -1,8 +1,7 @@ /************************************************************************* -** ** Definition of extended range date class -** -** Created : 031102 +** (c) 2004 by Michel Guitel +** modifications by Jason Harris ** ** This file may be distributed and/or modified under the terms of the ** GNU General Public License version 2 as published by the Free Software diff --git a/extdate/testwidget.cpp b/extdate/testwidget.cpp index 5806c34..4dcd91c 100644 --- a/extdate/testwidget.cpp +++ b/extdate/testwidget.cpp @@ -1,3 +1,20 @@ +/*************************************************************************** + testwidget.h - description + ------------------- + begin : Sun Apr 11 2004 + copyright : (C) 2004 by Jason Harris + email : kstars@30doradus.org + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include #include #include diff --git a/extdate/testwidget.h b/extdate/testwidget.h index 4da7611..ef69f8b 100644 --- a/extdate/testwidget.h +++ b/extdate/testwidget.h @@ -1,3 +1,20 @@ +/*************************************************************************** + testwidget.cpp - description + ------------------- + begin : Sun Apr 11 2004 + copyright : (C) 2004 by Jason Harris + email : kstars@30doradus.org + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef TESTWIDGET_H #define TESTWIDGET_H -- 2.47.3