From 2a770a2674ded8e1bff8eca5b809a95dd8ceb405 Mon Sep 17 00:00:00 2001 From: svenbarth Date: Sun, 3 Jan 2021 12:13:44 +0000 Subject: Merged revision(s) 48006 from trunk: + add a copyright/license header for the nullable unit ........ git-svn-id: https://svn.freepascal.org/svn/fpc/branches/fixes_3_2@48008 3ad0048d-3df7-0310-abae-a5850022a9f2 --- packages/rtl-objpas/src/inc/nullable.pp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages/rtl-objpas/src/inc/nullable.pp b/packages/rtl-objpas/src/inc/nullable.pp index c66e7d914c..1968ab04ce 100644 --- a/packages/rtl-objpas/src/inc/nullable.pp +++ b/packages/rtl-objpas/src/inc/nullable.pp @@ -1,3 +1,17 @@ +{ + This file is part of the Free Pascal run time library. + Copyright (C) 2020 Michael Van Canneyt + member of the Free Pascal development team. + + Nullable generic type. + + 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 nullable; {$mode objfpc} -- cgit v1.2.1