RxFPC:change year in unit header

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7325 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2020-02-07 08:08:59 +00:00
parent 681a531c54
commit ab3f832e62
93 changed files with 132 additions and 101 deletions

View File

@ -1,6 +1,6 @@
{ lrRxControls unit { lrRxControls unit
Copyright (C) 2005-2017 Lagunov Aleksey alexs@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,3 +1,34 @@
{ lrRxControls unit
Copyright (C) 2005-2020 Lagunov Aleksey alexs@yandex.ru and Lazarus team
original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at your
option) any later version with the following modification:
As a special exception, the copyright holders of this library give you
permission to link this library with independent modules to produce an
executable, regardless of the license terms of these independent modules,and
to copy and distribute the resulting executable under terms of your choice,
provided that you also meet, for each linked independent module, the terms
and conditions of the license of that module. An independent module is a
module which is not derived from or based on this library. If you modify
this library, you may extend this exception to your version of the library,
but you are not obligated to do so. If you do not wish to do so, delete this
exception statement from your version.
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. 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; if not, write to the Free Software Foundation,
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
}
unit RxLazReport; unit RxLazReport;
{$mode objfpc}{$H+} {$mode objfpc}{$H+}

View File

@ -1,6 +1,6 @@
{ register_rxctrl unit { register_rxctrl unit
Copyright (C) 2005-2017 Lagunov Aleksey alexs@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxceEditLookupFields unit { rxceEditLookupFields unit
Copyright (C) 2005-2017 Lagunov Aleksey alexs@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ register_rxtools { register_rxtools
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RxTextHolder_Editor { RxTextHolder_Editor
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -8,14 +8,14 @@ object AboutForm: TAboutForm
ClientHeight = 163 ClientHeight = 163
ClientWidth = 274 ClientWidth = 274
Position = poDesktopCenter Position = poDesktopCenter
LCLVersion = '1.7' LCLVersion = '2.1.0.0'
object Label1: TLabel object Label1: TLabel
AnchorSideLeft.Control = Owner AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 0 Left = 0
Height = 20 Height = 17
Top = 12 Top = 12
Width = 274 Width = 274
Alignment = taCenter Alignment = taCenter
@ -31,12 +31,12 @@ object AboutForm: TAboutForm
AnchorSideRight.Control = Owner AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 0 Left = 0
Height = 20 Height = 17
Top = 32 Top = 29
Width = 274 Width = 274
Alignment = taCenter Alignment = taCenter
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
Caption = '(c) 2005-2016 by Alexs' Caption = '(c) 2005-2020 by Alexs'
ParentColor = False ParentColor = False
end end
object Label3: TLabel object Label3: TLabel
@ -46,12 +46,12 @@ object AboutForm: TAboutForm
AnchorSideRight.Control = Owner AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 0 Left = 0
Height = 20 Height = 17
Top = 52 Top = 46
Width = 274 Width = 274
Alignment = taCenter Alignment = taCenter
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
Caption = 'alexs75@hotbox.ru' Caption = 'alexs75@yandex.ru'
ParentColor = False ParentColor = False
end end
object BitBtn1: TBitBtn object BitBtn1: TBitBtn
@ -59,10 +59,10 @@ object AboutForm: TAboutForm
AnchorSideLeft.Side = asrCenter AnchorSideLeft.Side = asrCenter
AnchorSideBottom.Control = Owner AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 107 Left = 108
Height = 36 Height = 36
Top = 121 Top = 121
Width = 60 Width = 59
Anchors = [akLeft, akBottom] Anchors = [akLeft, akBottom]
AutoSize = True AutoSize = True
BorderSpacing.Bottom = 6 BorderSpacing.Bottom = 6

View File

@ -1,6 +1,6 @@
{ registerrx unit { registerrx unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RegisterRxDB unit { RegisterRxDB unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RegisterRxTools unit { RegisterRxTools unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ global include module { global include module
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RxDBGrid sort engine module for FBDataSet { RxDBGrid sort engine module for FBDataSet
Copyright (C) 2005-2017 Lagunov Aleksey alexs@yandex.ru Copyright (C) 2005-2020 Lagunov Aleksey alexs@yandex.ru
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published by under the terms of the GNU Library General Public License as published by

View File

@ -1,6 +1,6 @@
{ RxSortFBDataSet unit { RxSortFBDataSet unit
Copyright (C) 2005-2017 Lagunov Aleksey alexs@yandex.ru Copyright (C) 2005-2020 Lagunov Aleksey alexs@yandex.ru
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ exsortzeos unit { exsortzeos unit
Copyright (C) 2005-2017 Lagunov Aleksey alexs@yandex.ru Copyright (C) 2005-2020 Lagunov Aleksey alexs@yandex.ru
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RxSortZeos unit { RxSortZeos unit
Copyright (C) 2005-2017 Lagunov Aleksey alexs@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RxAboutDialog { RxAboutDialog
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RxAboutForm { RxAboutForm
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxapputils unit { rxapputils unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ AutoPanel unit { AutoPanel unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ boxprocs unit { boxprocs unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxclock unit { rxclock unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RxCloseFormValidator unit { RxCloseFormValidator unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxctrls unit { rxctrls unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ curredit unit { curredit unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxDateRangeEditUnit unit { rxDateRangeEditUnit unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxdice unit { rxdice unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ duallist unit { duallist unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ fduallst unit { fduallst unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ folderlister unit { folderlister unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RXHistory unit { RXHistory unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RxHistoryNavigator unit { RxHistoryNavigator unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RxIniPropStorage unit { RxIniPropStorage unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxlclconst unit { rxlclconst unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ lclutils unit { lclutils unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxlogin unit { rxlogin unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RxMDI unit { RxMDI unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ pagemngr unit { pagemngr unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ pickdate unit { pickdate unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxPopupNotifier unit { rxPopupNotifier unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxapputils unit { rxapputils unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxShortCutUnit unit { rxShortCutUnit unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxspin unit { rxspin unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxswitch unit { rxswitch unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RxSystemServices unit { RxSystemServices unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxtbrsetup unit { rxtbrsetup unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RxTimeEdit unit { RxTimeEdit unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxtoolbar unit { rxtoolbar unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ tooledit unit { tooledit unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RxVersInfo is part of RxFPC library { RxVersInfo is part of RxFPC library
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RxViewsPanel unit { RxViewsPanel unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RxXMLPropStorage unit { RxXMLPropStorage unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ ex_rx_bin_datapacket unit { ex_rx_bin_datapacket unit
Copyright (C) 2005-2017 Lagunov Aleksey alexs@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ ex_rx_datapacket unit { ex_rx_datapacket unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ ex_rx_xml_datapacket unit { ex_rx_xml_datapacket unit
Copyright (C) 2005-2017 Lagunov Aleksey alexs@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ exsortmds unit { exsortmds unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RxDBColorBox unit { RxDBColorBox unit
Copyright (C) 2005-2017 Lagunov Aleksey alexs@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxdbcomb unit { rxdbcomb unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RxDBCtrls unit { RxDBCtrls unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ dbcurredit unit { dbcurredit unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ dbdateedit unit { dbdateedit unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxdbgrid unit { rxdbgrid unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxdbgrid_columsunit unit { rxdbgrid_columsunit unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxdbgrid_findunit unit { rxdbgrid_findunit unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxdbgrid unit { rxdbgrid unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RxDBGridExportPdf unit { RxDBGridExportPdf unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ TPdfExportOptions unit { TPdfExportOptions unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RxDBGridPrintGrid unit { RxDBGridPrintGrid unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RxDBGridPrintGrid unit { RxDBGridPrintGrid unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RxDBSpinEdit unit { RxDBSpinEdit unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RxDBTimeEdit unit { RxDBTimeEdit unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ dbutils unit { dbutils unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxdbgrid unit { rxdbgrid unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxfilterby unit { rxfilterby unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxlookup unit { rxlookup unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxmemds unit { rxmemds unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxpopupunit unit { rxpopupunit unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ seldsfrm unit { seldsfrm unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RXDBGrid unit { RXDBGrid unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxsortmemds unit { rxsortmemds unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RxDBGridExportSpreadSheet unit { RxDBGridExportSpreadSheet unit
Copyright (C) 2005-2017 Lagunov Aleksey alexs@yandex.ru Copyright (C) 2005-2020 Lagunov Aleksey alexs@yandex.ru
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RxDBGridExportSpreadSheet_ParamsUnit unit { RxDBGridExportSpreadSheet_ParamsUnit unit
Copyright (C) 2005-2017 Lagunov Aleksey alexs@yandex.ru Copyright (C) 2005-2020 Lagunov Aleksey alexs@yandex.ru
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RxDBGridPrintGrid unit { RxDBGridPrintGrid unit
Copyright (C) 2005-2017 Lagunov Aleksey alexs@yandex.ru Copyright (C) 2005-2020 Lagunov Aleksey alexs@yandex.ru
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RxDBGridPrintGrid unit { RxDBGridPrintGrid unit
Copyright (C) 2005-2017 Lagunov Aleksey alexs@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxConfigValues unit { rxConfigValues unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxconst unit { rxconst unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxCRC unit { rxCRC unit
Copyright (C) 2005-2017 Lagunov Aleksey alexs@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ DateUtil unit { DateUtil unit
Copyright (C) 2005-2017 Lagunov Aleksey alexs@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ string const unit fo DB-aware modules { string const unit fo DB-aware modules
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxFileUtils is part of RxFPC library { rxFileUtils is part of RxFPC library
Copyright (C) 2005-2017 Lagunov Aleksey alexs@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ rxapputils unit { rxapputils unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RxStrUtils unit { RxStrUtils unit
Copyright (C) 2005-2017 Lagunov Aleksey alexs@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RxTextHolder unit { RxTextHolder unit
Copyright (C) 2005-2018 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it

View File

@ -1,6 +1,6 @@
{ RxStrUtils unit { RxStrUtils unit
Copyright (C) 2005-2017 Lagunov Aleksey alexs@yandex.ru and Lazarus team Copyright (C) 2005-2020 Lagunov Aleksey alexs@yandex.ru and Lazarus team
original conception from rx library for Delphi (c) original conception from rx library for Delphi (c)
This library is free software; you can redistribute it and/or modify it This library is free software; you can redistribute it and/or modify it