mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 17:49:07 +02:00
* Copyright statement
This commit is contained in:
parent
903f1b9fad
commit
4943e01e25
@ -1,3 +1,18 @@
|
||||
{
|
||||
This file is part of the Free Pascal Run Time Library (rtl)
|
||||
Copyright (c) 1999-2019 by the Free Pascal development team
|
||||
|
||||
This file provides the base of an application analytics system.
|
||||
|
||||
See the file COPYING.FPC, included in this distribution,
|
||||
for details about the copyright.
|
||||
|
||||
This program 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.
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
unit System.Analytics;
|
||||
|
||||
{$MODE OBJFPC}
|
||||
|
@ -1,3 +1,19 @@
|
||||
{
|
||||
This file is part of the Free Pascal Run Time Library (rtl)
|
||||
Copyright (c) 2023 by the Free Pascal development team
|
||||
|
||||
This file provides an ansistring unit as delphi has it.
|
||||
Most routines are present in the SysUtils and StrUtils unit.
|
||||
Do not use this for new FPC code.
|
||||
|
||||
See the file COPYING.FPC, included in this distribution,
|
||||
for details about the copyright.
|
||||
|
||||
This program 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.
|
||||
|
||||
**********************************************************************}
|
||||
unit System.AnsiStrings;
|
||||
|
||||
{$mode objfpc}
|
||||
|
@ -1,9 +1,8 @@
|
||||
{
|
||||
This file is part of the Free Pascal Run Time Library (rtl)
|
||||
Copyright (c) 1999-2019 by the Free Pascal development team
|
||||
Copyright (c) 2023 by the Free Pascal development team
|
||||
|
||||
This file provides the base for the pluggable sorting algorithm
|
||||
support. It also provides a default QuickSort implementation.
|
||||
This file provides the base for a devices registry.
|
||||
|
||||
See the file COPYING.FPC, included in this distribution,
|
||||
for details about the copyright.
|
||||
|
@ -1,3 +1,18 @@
|
||||
{
|
||||
This file is part of the Free Pascal Run Time Library (rtl)
|
||||
Copyright (c) 2023 by the Free Pascal development team
|
||||
|
||||
This file provides the base of an image list.
|
||||
|
||||
See the file COPYING.FPC, included in this distribution,
|
||||
for details about the copyright.
|
||||
|
||||
This program 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.
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
{$mode objfpc}
|
||||
{$h+}
|
||||
unit System.ImageList;
|
||||
|
Loading…
Reference in New Issue
Block a user