mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 10:59:20 +02:00
Clarify some license texts. Remove CodeTyphon name when they are not the original author.
git-svn-id: trunk@53290 -
This commit is contained in:
parent
47fc941c8f
commit
548c20fb9f
@ -34,11 +34,6 @@
|
||||
*
|
||||
* ***** END LICENSE BLOCK *****}
|
||||
|
||||
{**********************************************************************
|
||||
Package pl_Cindy.pkg
|
||||
for CodeTyphon Studio (http://www.pilotlogic.com/)
|
||||
***********************************************************************}
|
||||
|
||||
unit indcyBaseLed;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
@ -35,11 +35,6 @@
|
||||
*
|
||||
* ***** END LICENSE BLOCK *****}
|
||||
|
||||
{**********************************************************************
|
||||
Package pl_Cindy.pkg
|
||||
for CodeTyphon Studio (http://www.pilotlogic.com/)
|
||||
***********************************************************************}
|
||||
|
||||
unit indcyClasses;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
@ -34,11 +34,6 @@
|
||||
*
|
||||
* ***** END LICENSE BLOCK *****}
|
||||
|
||||
{**********************************************************************
|
||||
Package pl_Cindy.pkg
|
||||
for CodeTyphon Studio (http://www.pilotlogic.com/)
|
||||
***********************************************************************}
|
||||
|
||||
unit indcyGraphics;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
@ -34,11 +34,6 @@
|
||||
*
|
||||
* ***** END LICENSE BLOCK *****}
|
||||
|
||||
{**********************************************************************
|
||||
Package pl_Cindy.pkg
|
||||
for CodeTyphon Studio (http://www.pilotlogic.com/)
|
||||
***********************************************************************}
|
||||
|
||||
unit indcyTypes;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
@ -1,10 +1,19 @@
|
||||
|
||||
{**********************************************************************
|
||||
extracted from Package pl_ExControls.pkg
|
||||
From PilotLogic Software House
|
||||
for CodeTyphon Project (http://www.pilotlogic.com/)
|
||||
This unit is part of CodeTyphon Project
|
||||
used by Lazarus for Industrial package
|
||||
GnouMeter is a meter which can display an integer or a float value (Single).
|
||||
Just like a progress bar or a gauge, all you have do do is to define
|
||||
the Minimum and maximum values as well as the actual value.
|
||||
|
||||
Above the meter, one can display the name of the data being measured (optional)
|
||||
and its actual value with its corresponding unit.
|
||||
The minimum and maximum values are respectively shown at the bottom and the
|
||||
top of the meter with their corresponding units.
|
||||
The meter is filled with the color ColorFore and its background color
|
||||
is defined by the ColorBack Property.
|
||||
|
||||
THIS COMPONENT IS ENTIRELY FREEWARE
|
||||
|
||||
Author: Jérôme Hersant
|
||||
jhersant@post4.tele.dk
|
||||
***********************************************************************}
|
||||
|
||||
unit indGnouMeter;
|
||||
|
@ -35,12 +35,8 @@
|
||||
* provisions above, a recipient may use your version of this file under the
|
||||
* terms of any one of the MPL, the GPL or the LGPL.
|
||||
*
|
||||
* ***** END LICENSE BLOCK *****}
|
||||
* ***** END LICENSE BLOCK *****
|
||||
|
||||
{**********************************************************************
|
||||
Package pl_Cindy.pkg
|
||||
for CodeTyphon Studio (http://www.pilotlogic.com/)
|
||||
***********************************************************************
|
||||
Modified by Jurassic Pork 2013 for package Industrial of Lazarus}
|
||||
|
||||
unit IndLed;
|
||||
|
@ -1,8 +1,32 @@
|
||||
{**********************************************************************
|
||||
This file is originally part of CodeTyphon Studio (http://www.pilotlogic.com/)
|
||||
Copied to Lazarus and modified.
|
||||
***********************************************************************}
|
||||
{
|
||||
***************************************************************************
|
||||
* *
|
||||
* This source is free software; you can redistribute it and/or modify *
|
||||
* it under the terms of the GNU General Public License as published by *
|
||||
* the Free Software Foundation; either version 2 of the License, or *
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
* This code is distributed in the hope that it will be useful, but *
|
||||
* WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
|
||||
* General Public License for more details. *
|
||||
* *
|
||||
* A copy of the GNU General Public License is available on the World *
|
||||
* Wide Web at <http://www.gnu.org/copyleft/gpl.html>. You can also *
|
||||
* obtain it by writing to the Free Software Foundation, *
|
||||
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||
* *
|
||||
***************************************************************************
|
||||
|
||||
Abstract:
|
||||
A drop-down list with all component tab names.
|
||||
Allows selection of any tab, including the ones not visible in tab control.
|
||||
This list is opened from a button at the right edge of component palette.
|
||||
|
||||
This file is originally part of CodeTyphon Studio (http://www.pilotlogic.com/).
|
||||
They improved Lazarus GPL code with this feature, then it was copied
|
||||
and backported to Lazarus. Later it was modified with a different button etc.
|
||||
}
|
||||
unit CompPagesPopup;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
Loading…
Reference in New Issue
Block a user