mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 20:59:08 +02:00
lazcontrols: version, license, author
git-svn-id: trunk@36021 -
This commit is contained in:
parent
36da3cdb12
commit
86916fe2d8
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -6144,7 +6144,7 @@ packager/globallinks/jcfidelazarus-2.lpl svneol=native#text/plain
|
|||||||
packager/globallinks/jumptoimplementation-0.lpl svneol=native#text/plain
|
packager/globallinks/jumptoimplementation-0.lpl svneol=native#text/plain
|
||||||
packager/globallinks/lazaruspackagemanager-0.0.1.lpl svneol=native#text/plain
|
packager/globallinks/lazaruspackagemanager-0.0.1.lpl svneol=native#text/plain
|
||||||
packager/globallinks/lazc-0.1.lpl svneol=native#text/plain
|
packager/globallinks/lazc-0.1.lpl svneol=native#text/plain
|
||||||
packager/globallinks/lazcontrols-0.lpl svneol=native#text/plain
|
packager/globallinks/lazcontrols-1.0.1.lpl svneol=native#text/plain
|
||||||
packager/globallinks/lazcustforms-1.lpl svneol=native#text/plain
|
packager/globallinks/lazcustforms-1.lpl svneol=native#text/plain
|
||||||
packager/globallinks/lazdaemon-0.9.9.lpl svneol=native#text/plain
|
packager/globallinks/lazdaemon-0.9.9.lpl svneol=native#text/plain
|
||||||
packager/globallinks/lazdatadict-0.lpl svneol=native#text/plain
|
packager/globallinks/lazdatadict-0.lpl svneol=native#text/plain
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ DividerBevel
|
{ DividerBevel
|
||||||
|
|
||||||
Copyright (C) 2010 <name of author> <contact>
|
Copyright (C) 2010 Lazarus team
|
||||||
|
|
||||||
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 same terms as the Lazarus Component Library (LCL)
|
under the same terms as the Lazarus Component Library (LCL)
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<Name Value="LazControls"/>
|
<Name Value="LazControls"/>
|
||||||
<AddToProjectUsesSection Value="True"/>
|
<AddToProjectUsesSection Value="True"/>
|
||||||
|
<Author Value="Lazarus Team"/>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="11"/>
|
<Version Value="11"/>
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
@ -15,6 +16,9 @@
|
|||||||
<CompilerPath Value="$(CompPath)"/>
|
<CompilerPath Value="$(CompPath)"/>
|
||||||
</Other>
|
</Other>
|
||||||
</CompilerOptions>
|
</CompilerOptions>
|
||||||
|
<Description Value="Some extra LCL controls needed by the IDE."/>
|
||||||
|
<License Value="modified LGPL-2"/>
|
||||||
|
<Version Major="1" Release="1"/>
|
||||||
<Files Count="4">
|
<Files Count="4">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="dividerbevel.pas"/>
|
<Filename Value="dividerbevel.pas"/>
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
{ DividerBevel
|
||||||
|
|
||||||
|
Copyright (C) 2012 Lazarus team
|
||||||
|
|
||||||
|
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 COPYING.modifiedLGPL.txt, included in this distribution,
|
||||||
|
for details about the copyright.
|
||||||
|
|
||||||
|
}
|
||||||
unit ListFilterEdit;
|
unit ListFilterEdit;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
{ DividerBevel
|
||||||
|
|
||||||
|
Copyright (C) 2012 Lazarus team
|
||||||
|
|
||||||
|
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 COPYING.modifiedLGPL.txt, included in this distribution,
|
||||||
|
for details about the copyright.
|
||||||
|
|
||||||
|
}
|
||||||
unit TreeFilterEdit;
|
unit TreeFilterEdit;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
Loading…
Reference in New Issue
Block a user