lazcontrols: version, license, author

git-svn-id: trunk@36021 -
This commit is contained in:
mattias 2012-03-15 09:09:54 +00:00
parent 36da3cdb12
commit 86916fe2d8
6 changed files with 28 additions and 2 deletions

2
.gitattributes vendored
View File

@ -6144,7 +6144,7 @@ packager/globallinks/jcfidelazarus-2.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/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/lazdaemon-0.9.9.lpl svneol=native#text/plain
packager/globallinks/lazdatadict-0.lpl svneol=native#text/plain

View File

@ -1,6 +1,6 @@
{ 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
under the same terms as the Lazarus Component Library (LCL)

View File

@ -4,6 +4,7 @@
<PathDelim Value="\"/>
<Name Value="LazControls"/>
<AddToProjectUsesSection Value="True"/>
<Author Value="Lazarus Team"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
@ -15,6 +16,9 @@
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Description Value="Some extra LCL controls needed by the IDE."/>
<License Value="modified LGPL-2"/>
<Version Major="1" Release="1"/>
<Files Count="4">
<Item1>
<Filename Value="dividerbevel.pas"/>

View File

@ -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;
{$mode objfpc}{$H+}

View File

@ -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;
{$mode objfpc}{$H+}