mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 05:19:10 +02:00
LazUtils: Fix the package name in file headers.
git-svn-id: trunk@53753 -
This commit is contained in:
parent
90cf12dacd
commit
09de77223d
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
This file is part of the Lazarus Component Library (LCL)
|
This file is part of LazUtils.
|
||||||
|
|
||||||
See the file COPYING.modifiedLGPL.txt, included in this distribution,
|
See the file COPYING.modifiedLGPL.txt, included in this distribution,
|
||||||
for details about the license.
|
for details about the license.
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
Author: Mattias Gaertner
|
|
||||||
|
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
This file is part of the Lazarus Component Library (LCL)
|
This file is part of LazUtils.
|
||||||
|
|
||||||
See the file COPYING.modifiedLGPL.txt, included in this distribution,
|
See the file COPYING.modifiedLGPL.txt, included in this distribution,
|
||||||
for details about the license.
|
for details about the license.
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
|
Author: Mattias Gaertner
|
||||||
|
|
||||||
Abstract:
|
Abstract:
|
||||||
This unit defines TDynHashArray, which is very similar to a TList, since
|
This unit defines TDynHashArray, which is very similar to a TList, since
|
||||||
it also stores pointer/objects.
|
it also stores pointer/objects.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
This file is part of the Lazarus Component Library (LCL)
|
This file is part of LazUtils.
|
||||||
|
|
||||||
See the file COPYING.modifiedLGPL.txt, included in this distribution,
|
See the file COPYING.modifiedLGPL.txt, included in this distribution,
|
||||||
for details about the license.
|
for details about the license.
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
This file is part of the Lazarus Component Library (LCL)
|
This file is part of LazUtils.
|
||||||
|
|
||||||
See the file COPYING.modifiedLGPL.txt, included in this distribution,
|
See the file COPYING.modifiedLGPL.txt, included in this distribution,
|
||||||
for details about the license.
|
for details about the license.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
******************************************************************************
|
******************************************************************************
|
||||||
|
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
This file is part of the Lazarus Component Library (LCL)
|
This file is part of LazUtils.
|
||||||
|
|
||||||
See the file COPYING.modifiedLGPL.txt, included in this distribution,
|
See the file COPYING.modifiedLGPL.txt, included in this distribution,
|
||||||
for details about the license.
|
for details about the license.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
This file is part of the Lazarus Component Library (LCL)
|
This file is part of LazUtils.
|
||||||
|
|
||||||
See the file COPYING.modifiedLGPL.txt, included in this distribution,
|
See the file COPYING.modifiedLGPL.txt, included in this distribution,
|
||||||
for details about the license.
|
for details about the license.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{ $Id$ }
|
{ $Id$ }
|
||||||
{
|
{
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
This file is part of the Lazarus Component Library (LCL)
|
This file is part of LazUtils.
|
||||||
|
|
||||||
See the file COPYING.modifiedLGPL.txt, included in this distribution,
|
See the file COPYING.modifiedLGPL.txt, included in this distribution,
|
||||||
for details about the license.
|
for details about the license.
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
This file is part of the Lazarus Component Library (LCL)
|
This file is part of LazUtils.
|
||||||
|
|
||||||
See the file COPYING.modifiedLGPL.txt, included in this distribution,
|
See the file COPYING.modifiedLGPL.txt, included in this distribution,
|
||||||
for details about the license.
|
for details about the license.
|
||||||
|
@ -4,11 +4,10 @@
|
|||||||
---------------
|
---------------
|
||||||
Component Library Code
|
Component Library Code
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
This file is part of the Lazarus Component Library (LCL)
|
This file is part of LazUtils.
|
||||||
|
|
||||||
See the file COPYING.modifiedLGPL.txt, included in this distribution,
|
See the file COPYING.modifiedLGPL.txt, included in this distribution,
|
||||||
for details about the license.
|
for details about the license.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
This file is part of the Lazarus Component Library (LCL)
|
This file is part of LazUtils.
|
||||||
|
|
||||||
See the file COPYING.modifiedLGPL.txt, included in this distribution,
|
See the file COPYING.modifiedLGPL.txt, included in this distribution,
|
||||||
for details about the license.
|
for details about the license.
|
||||||
|
Loading…
Reference in New Issue
Block a user