diff --git a/components/virtualtreeview-new/branches/4.8/VirtualTrees.pas b/components/virtualtreeview-new/branches/4.8/VirtualTrees.pas index b2ec40c4b..fa2ac41a1 100644 --- a/components/virtualtreeview-new/branches/4.8/VirtualTrees.pas +++ b/components/virtualtreeview-new/branches/4.8/VirtualTrees.pas @@ -1,3 +1,7 @@ +This repository is not being maintained anymore. A copy of it exists at https://github.com/blikblum/VirtualTreeView-Lazarus-History +The current development is being done at https://github.com/blikblum/VirtualTreeView-Lazarus +If you want to continue to use this code, just comment these lines. Eventually the repository will be deleted. + unit VirtualTrees; {$mode delphi}{$H+} diff --git a/components/virtualtreeview-new/trunk/VirtualTrees.pas b/components/virtualtreeview-new/trunk/VirtualTrees.pas index cda59687e..49db82afd 100644 --- a/components/virtualtreeview-new/trunk/VirtualTrees.pas +++ b/components/virtualtreeview-new/trunk/VirtualTrees.pas @@ -1,3 +1,7 @@ +This repository is not being maintained anymore. A copy of it exists at https://github.com/blikblum/VirtualTreeView-Lazarus-History +The current development is being done at https://github.com/blikblum/VirtualTreeView-Lazarus +If you want to continue to use this code, just comment these lines. Eventually the repository will be deleted. + unit VirtualTrees; {$mode delphi}{$H+}