changed license to make more clear, that statically linking is alowed for non LGPL things

git-svn-id: trunk@6490 -
This commit is contained in:
mattias 2005-01-07 02:04:01 +00:00
parent 0ced54bdb8
commit 36c907fc59
2 changed files with 19 additions and 5 deletions

View File

@ -1,15 +1,26 @@
This is the file COPYING.modifiedLGPL, it applies to several units in the
Lazarus sources distributed by members of the Lazarus Development Team.
All files contains headers showing the appropriate license. See there if this
modification can be applied.
These files are distributed under the Library GNU General Public License
(see the file COPYING.LPGL) with the following modification:
- object files and libraries linked into an application may be
distributed without source code.
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.
If you didn't receive a copy of the file COPYING.LGPL, contact:
Free Software Foundation, Inc.,
59 Temple Place - Suite 330
Boston, MA 02111
675 Mass Ave
Cambridge, MA 02139
USA

View File

@ -309,7 +309,10 @@ begin
TopAnchoredCheckBox.State:=cbGrayed
else
TopAnchoredCheckBox.Checked:=CurSide.Enabled;
TopBorderSpaceSpinEdit.Value:=CurSide.BorderSpace;
if CurSide.AmbigiousBorderSpace then
TopBorderSpaceSpinEdit.Value:=-1
else
TopBorderSpaceSpinEdit.Value:=CurSide.BorderSpace;
Sibling:=CurSide.Sibling;
TopSiblingComboBox.Text:=Sibling;
TopRefBottomSpeedButton.Enabled:=Sibling<>'';