Clarify some license texts. Remove CodeTyphon name when they are not the original author.

git-svn-id: trunk@53290 -
This commit is contained in:
juha 2016-11-03 14:09:44 +00:00
parent 47fc941c8f
commit 548c20fb9f
7 changed files with 44 additions and 35 deletions

View File

@ -34,11 +34,6 @@
*
* ***** END LICENSE BLOCK *****}
{**********************************************************************
Package pl_Cindy.pkg
for CodeTyphon Studio (http://www.pilotlogic.com/)
***********************************************************************}
unit indcyBaseLed;
{$mode objfpc}{$H+}

View File

@ -35,11 +35,6 @@
*
* ***** END LICENSE BLOCK *****}
{**********************************************************************
Package pl_Cindy.pkg
for CodeTyphon Studio (http://www.pilotlogic.com/)
***********************************************************************}
unit indcyClasses;
{$mode objfpc}{$H+}

View File

@ -34,11 +34,6 @@
*
* ***** END LICENSE BLOCK *****}
{**********************************************************************
Package pl_Cindy.pkg
for CodeTyphon Studio (http://www.pilotlogic.com/)
***********************************************************************}
unit indcyGraphics;
{$mode objfpc}{$H+}

View File

@ -34,11 +34,6 @@
*
* ***** END LICENSE BLOCK *****}
{**********************************************************************
Package pl_Cindy.pkg
for CodeTyphon Studio (http://www.pilotlogic.com/)
***********************************************************************}
unit indcyTypes;
{$mode objfpc}{$H+}

View File

@ -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;

View File

@ -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;

View File

@ -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+}