* Add license header

This commit is contained in:
Michaël Van Canneyt 2023-11-25 15:30:50 +01:00
parent bad7ea43a8
commit 33b68e030a

View File

@ -1,3 +1,17 @@
{
This file is part of the Free Pascal Run Time Library (rtl)
Copyright (c) 2023 by the Free Pascal development team
This file provides a basic Delphi-compatible notifications engine.
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.Notification;
{$mode objfpc}