RxFPC:fix year in files header

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8043 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2021-05-20 06:28:45 +00:00
parent 2d820833c8
commit 22d20ee401
93 changed files with 94 additions and 94 deletions

View File

@ -1,6 +1,6 @@
{ lrRxControls unit { lrRxControls unit
Copyright (C) 2005-2020 Lagunov Aleksey alexs@yandex.ru and Lazarus team Copyright (C) 2005-2021 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 @@
{ lrRxControls unit { lrRxControls unit
Copyright (C) 2005-2020 Lagunov Aleksey alexs@yandex.ru and Lazarus team Copyright (C) 2005-2021 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 @@
{ register_rxctrl unit { register_rxctrl unit
Copyright (C) 2005-2020 Lagunov Aleksey alexs@yandex.ru and Lazarus team Copyright (C) 2005-2021 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 @@
{ rxceEditLookupFields unit { rxceEditLookupFields unit
Copyright (C) 2005-2020 Lagunov Aleksey alexs@yandex.ru and Lazarus team Copyright (C) 2005-2021 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 @@
{ register_rxtools { register_rxtools
Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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

@ -36,7 +36,7 @@ object AboutForm: TAboutForm
Width = 274 Width = 274
Alignment = taCenter Alignment = taCenter
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
Caption = '(c) 2005-2020 by Alexs' Caption = '(c) 2005-2021 by Alexs'
ParentColor = False ParentColor = False
end end
object Label3: TLabel object Label3: TLabel
@ -62,7 +62,7 @@ object AboutForm: TAboutForm
Left = 108 Left = 108
Height = 36 Height = 36
Top = 121 Top = 121
Width = 59 Width = 58
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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs@yandex.ru Copyright (C) 2005-2021 Lagunov Aleksey alexs75@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-2020 Lagunov Aleksey alexs@yandex.ru Copyright (C) 2005-2021 Lagunov Aleksey alexs75@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-2020 Lagunov Aleksey alexs@yandex.ru Copyright (C) 2005-2021 Lagunov Aleksey alexs75@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-2020 Lagunov Aleksey alexs@yandex.ru and Lazarus team Copyright (C) 2005-2021 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 @@
{ RxAboutDialog { RxAboutDialog
Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs@yandex.ru and Lazarus team Copyright (C) 2005-2021 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_datapacket unit { ex_rx_datapacket unit
Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs@yandex.ru and Lazarus team Copyright (C) 2005-2021 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 @@
{ exsortmds unit { exsortmds unit
Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs@yandex.ru and Lazarus team Copyright (C) 2005-2021 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 @@
{ rxdbcomb unit { rxdbcomb unit
Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs@yandex.ru Copyright (C) 2005-2021 Lagunov Aleksey alexs75@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-2020 Lagunov Aleksey alexs@yandex.ru Copyright (C) 2005-2021 Lagunov Aleksey alexs75@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-2020 Lagunov Aleksey alexs@yandex.ru Copyright (C) 2005-2021 Lagunov Aleksey alexs75@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-2020 Lagunov Aleksey alexs@yandex.ru and Lazarus team Copyright (C) 2005-2021 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 @@
{ rxConfigValues unit { rxConfigValues unit
Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs@yandex.ru and Lazarus team Copyright (C) 2005-2021 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 @@
{ DateUtil unit { DateUtil unit
Copyright (C) 2005-2020 Lagunov Aleksey alexs@yandex.ru and Lazarus team Copyright (C) 2005-2021 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 @@
{ string const unit fo DB-aware modules { string const unit fo DB-aware modules
Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs@yandex.ru and Lazarus team Copyright (C) 2005-2021 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 unit { RxTextHolder unit
Copyright (C) 2005-2020 Lagunov Aleksey alexs75@yandex.ru and Lazarus team Copyright (C) 2005-2021 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-2020 Lagunov Aleksey alexs@yandex.ru and Lazarus team Copyright (C) 2005-2021 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