From b98584253203848c4f48b824e809a6a76e796aed Mon Sep 17 00:00:00 2001 From: jujibo Date: Mon, 19 Sep 2011 15:16:18 +0000 Subject: [PATCH] Add info headers git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1972 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- .../jujibo-utils/src/jdbcurrencyedit.pas | 17 +++++++++++++++++ .../jujibo-utils/src/jdbdateedit.pas | 17 +++++++++++++++++ .../jujibo-utils/src/jdbintegeredit.pas | 17 +++++++++++++++++ .../jujibo-utils/src/jdblabeledcurrencyedit.pas | 17 +++++++++++++++++ .../jujibo-utils/src/jdblabeleddateedit.pas | 17 +++++++++++++++++ .../jujibo-utils/src/jdblabeledintegeredit.pas | 17 +++++++++++++++++ 6 files changed, 102 insertions(+) diff --git a/components/jujiboutils/jujibo-utils/src/jdbcurrencyedit.pas b/components/jujiboutils/jujibo-utils/src/jdbcurrencyedit.pas index 1c29fe69e..ad52f90f0 100644 --- a/components/jujiboutils/jujibo-utils/src/jdbcurrencyedit.pas +++ b/components/jujiboutils/jujibo-utils/src/jdbcurrencyedit.pas @@ -1,3 +1,20 @@ +{ jdbcurrencyedit + + 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 jdbcurrencyedit; {$mode objfpc}{$H+} diff --git a/components/jujiboutils/jujibo-utils/src/jdbdateedit.pas b/components/jujiboutils/jujibo-utils/src/jdbdateedit.pas index 21e8fc80c..0f7b06b0b 100644 --- a/components/jujiboutils/jujibo-utils/src/jdbdateedit.pas +++ b/components/jujiboutils/jujibo-utils/src/jdbdateedit.pas @@ -1,3 +1,20 @@ +{ jdbdateedit + + 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 jdbdateedit; {$mode objfpc}{$H+} diff --git a/components/jujiboutils/jujibo-utils/src/jdbintegeredit.pas b/components/jujiboutils/jujibo-utils/src/jdbintegeredit.pas index 55b9d43d3..7deac7193 100644 --- a/components/jujiboutils/jujibo-utils/src/jdbintegeredit.pas +++ b/components/jujiboutils/jujibo-utils/src/jdbintegeredit.pas @@ -1,3 +1,20 @@ +{ jdbintegeredit + + 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 jdbintegeredit; {$mode objfpc}{$H+} diff --git a/components/jujiboutils/jujibo-utils/src/jdblabeledcurrencyedit.pas b/components/jujiboutils/jujibo-utils/src/jdblabeledcurrencyedit.pas index 12d3334b9..a21fde91e 100644 --- a/components/jujiboutils/jujibo-utils/src/jdblabeledcurrencyedit.pas +++ b/components/jujiboutils/jujibo-utils/src/jdblabeledcurrencyedit.pas @@ -1,3 +1,20 @@ +{ jdblabeledcurrencyedit + + 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 jdblabeledcurrencyedit; {$mode objfpc}{$H+} diff --git a/components/jujiboutils/jujibo-utils/src/jdblabeleddateedit.pas b/components/jujiboutils/jujibo-utils/src/jdblabeleddateedit.pas index 11f689327..9fdfdc4b3 100644 --- a/components/jujiboutils/jujibo-utils/src/jdblabeleddateedit.pas +++ b/components/jujiboutils/jujibo-utils/src/jdblabeleddateedit.pas @@ -1,3 +1,20 @@ +{ jdblabeleddateedit + + 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 jdblabeleddateedit; {$mode objfpc}{$H+} diff --git a/components/jujiboutils/jujibo-utils/src/jdblabeledintegeredit.pas b/components/jujiboutils/jujibo-utils/src/jdblabeledintegeredit.pas index 119b459e7..bba4c35bc 100644 --- a/components/jujiboutils/jujibo-utils/src/jdblabeledintegeredit.pas +++ b/components/jujiboutils/jujibo-utils/src/jdblabeledintegeredit.pas @@ -1,3 +1,20 @@ +{ jdblabeledintegeredit + + 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 jdblabeledintegeredit; {$mode objfpc}{$H+}