From 75c4eb26c21d54d46036dfff24d6c002a04f114b Mon Sep 17 00:00:00 2001 From: Andrey Paskal Date: Sat, 5 Jul 2008 16:43:19 +0400 Subject: [PATCH] Added license information in comments. --- src/lib/acalendar.cpp | 17 ++++++++++++++++- src/lib/acalendar.h | 16 +++++++++++++++- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/src/lib/acalendar.cpp b/src/lib/acalendar.cpp index 240e571..9203d6c 100644 --- a/src/lib/acalendar.cpp +++ b/src/lib/acalendar.cpp @@ -1,5 +1,20 @@ /**************************************************************************** -** $Id: acalendar.dkr,v 1.73 2008/06/09 11:45:27 app Exp $ +** $Id: acalendar.cpp,v 1.2 2008/07/05 12:43:48 app Exp $ +** +** Copyright (C) 2008 Dmitry Kruglikov (dkr) +** Copyright (C) 2008 Ananas Project +** +** This file is part of the Ananas +** automation accounting system. +** +** 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 +** Foundation and appearing in the file LICENSE.GPL included in the +** packaging of this file. +** +** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE +** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +** ** **********************************************************************/ diff --git a/src/lib/acalendar.h b/src/lib/acalendar.h index fcf98e0..038e319 100644 --- a/src/lib/acalendar.h +++ b/src/lib/acalendar.h @@ -1,5 +1,19 @@ /**************************************************************************** -** $Id: acalendar.h,v 1.37 2008/06/09 11:44:27 dkr Exp $ +** $Id: acalendar.h,v 1.2 2008/07/05 12:43:48 app Exp $ +** +** Copyright (C) 2008 Dmitry Kruglikov (dkr) +** Copyright (C) 2008 Ananas Project +** +** This file is part of the Ananas +** automation accounting system. +** +** 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 +** Foundation and appearing in the file LICENSE.GPL included in the +** packaging of this file. +** +** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE +** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ** ** **********************************************************************/ -- 1.7.1