From 84a68c932cfe6781a84c1e569719c023672c4bd3 Mon Sep 17 00:00:00 2001 From: jujibo Date: Tue, 20 Sep 2011 15:33:24 +0000 Subject: [PATCH] Info headers added git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1979 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- .../jujibo-utils/src/jcurrencyedit.pas | 17 +++++++++++++++++ .../jujiboutils/jujibo-utils/src/jdateedit.pas | 17 +++++++++++++++++ .../jujibo-utils/src/jintegeredit.pas | 17 +++++++++++++++++ .../jujibo-utils/src/jlabeledcurrencyedit.pas | 17 +++++++++++++++++ .../jujibo-utils/src/jlabeleddateedit.pas | 16 ++++++++++++++++ .../jujibo-utils/src/jlabeledintegeredit.pas | 17 +++++++++++++++++ 6 files changed, 101 insertions(+) diff --git a/components/jujiboutils/jujibo-utils/src/jcurrencyedit.pas b/components/jujiboutils/jujibo-utils/src/jcurrencyedit.pas index 5220b82d2..a3dfddd15 100644 --- a/components/jujiboutils/jujibo-utils/src/jcurrencyedit.pas +++ b/components/jujiboutils/jujibo-utils/src/jcurrencyedit.pas @@ -1,3 +1,20 @@ +{ JCurrencyEdit + + Copyright (C) 2011 Julio Jiménez Borreguero + Contact: jujibo at gmail dot com + + This library is free software; you can redistribute it and/or modify it + under the same terms as the Lazarus Component Library (LCL) + + See the file license-jujiboutils.txt and COPYING.LGPL, included in this distribution, + for details about the license. + + This program 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. + +} + unit JCurrencyEdit; {$mode objfpc}{$H+} diff --git a/components/jujiboutils/jujibo-utils/src/jdateedit.pas b/components/jujiboutils/jujibo-utils/src/jdateedit.pas index 365c29fce..4fb105bf1 100644 --- a/components/jujiboutils/jujibo-utils/src/jdateedit.pas +++ b/components/jujiboutils/jujibo-utils/src/jdateedit.pas @@ -1,3 +1,20 @@ +{ JDateEdit + + Copyright (C) 2011 Julio Jiménez Borreguero + Contact: jujibo at gmail dot com + + This library is free software; you can redistribute it and/or modify it + under the same terms as the Lazarus Component Library (LCL) + + See the file license-jujiboutils.txt and COPYING.LGPL, included in this distribution, + for details about the license. + + This program 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. + +} + unit JDateEdit; {$mode objfpc}{$H+} diff --git a/components/jujiboutils/jujibo-utils/src/jintegeredit.pas b/components/jujiboutils/jujibo-utils/src/jintegeredit.pas index 68f5c1742..94f9aea35 100644 --- a/components/jujiboutils/jujibo-utils/src/jintegeredit.pas +++ b/components/jujiboutils/jujibo-utils/src/jintegeredit.pas @@ -1,3 +1,20 @@ +{ JIntegerEdit + + Copyright (C) 2011 Julio Jiménez Borreguero + Contact: jujibo at gmail dot com + + This library is free software; you can redistribute it and/or modify it + under the same terms as the Lazarus Component Library (LCL) + + See the file license-jujiboutils.txt and COPYING.LGPL, included in this distribution, + for details about the license. + + This program 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. + +} + unit JIntegerEdit; {$mode objfpc}{$H+} diff --git a/components/jujiboutils/jujibo-utils/src/jlabeledcurrencyedit.pas b/components/jujiboutils/jujibo-utils/src/jlabeledcurrencyedit.pas index eb9e11094..3708e5ed2 100644 --- a/components/jujiboutils/jujibo-utils/src/jlabeledcurrencyedit.pas +++ b/components/jujiboutils/jujibo-utils/src/jlabeledcurrencyedit.pas @@ -1,3 +1,20 @@ +{ JLabeledCurrencyEdit + + Copyright (C) 2011 Julio Jiménez Borreguero + Contact: jujibo at gmail dot com + + This library is free software; you can redistribute it and/or modify it + under the same terms as the Lazarus Component Library (LCL) + + See the file license-jujiboutils.txt and COPYING.LGPL, included in this distribution, + for details about the license. + + This program 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. + +} + unit JLabeledCurrencyEdit; {$mode objfpc}{$H+} diff --git a/components/jujiboutils/jujibo-utils/src/jlabeleddateedit.pas b/components/jujiboutils/jujibo-utils/src/jlabeleddateedit.pas index 9f3b3831b..b9de5b5e3 100644 --- a/components/jujiboutils/jujibo-utils/src/jlabeleddateedit.pas +++ b/components/jujiboutils/jujibo-utils/src/jlabeleddateedit.pas @@ -1,3 +1,19 @@ +{ JLabeledDateEdit + + Copyright (C) 2011 Julio Jiménez Borreguero + Contact: jujibo at gmail dot com + + This library is free software; you can redistribute it and/or modify it + under the same terms as the Lazarus Component Library (LCL) + + See the file license-jujiboutils.txt and COPYING.LGPL, included in this distribution, + for details about the license. + + This program 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. + +} unit JLabeledDateEdit; {$mode objfpc}{$H+} diff --git a/components/jujiboutils/jujibo-utils/src/jlabeledintegeredit.pas b/components/jujiboutils/jujibo-utils/src/jlabeledintegeredit.pas index 5c90e9361..9a405703a 100644 --- a/components/jujiboutils/jujibo-utils/src/jlabeledintegeredit.pas +++ b/components/jujiboutils/jujibo-utils/src/jlabeledintegeredit.pas @@ -1,3 +1,20 @@ +{ JLabeledIntegerEdit + + Copyright (C) 2011 Julio Jiménez Borreguero + Contact: jujibo at gmail dot com + + This library is free software; you can redistribute it and/or modify it + under the same terms as the Lazarus Component Library (LCL) + + See the file license-jujiboutils.txt and COPYING.LGPL, included in this distribution, + for details about the license. + + This program 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. + +} + unit JLabeledIntegerEdit; {$mode objfpc}{$H+}