Selaa lähdekoodia

* Add license header

Michaël Van Canneyt 1 vuosi sitten
vanhempi
commit
33b68e030a
1 muutettua tiedostoa jossa 14 lisäystä ja 0 poistoa
  1. 14 0
      packages/vcl-compat/src/system.notification.pp

+ 14 - 0
packages/vcl-compat/src/system.notification.pp

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