summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsvenbarth <svenbarth@3ad0048d-3df7-0310-abae-a5850022a9f2>2021-01-03 12:13:44 +0000
committersvenbarth <svenbarth@3ad0048d-3df7-0310-abae-a5850022a9f2>2021-01-03 12:13:44 +0000
commit2a770a2674ded8e1bff8eca5b809a95dd8ceb405 (patch)
treeaf83a9ee837093f93155eefb5975b8991b11612e
parent7c48e6e2f3186323b496edc27b9a89a8df21c8e7 (diff)
downloadfpc-2a770a2674ded8e1bff8eca5b809a95dd8ceb405.tar.gz
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
-rw-r--r--packages/rtl-objpas/src/inc/nullable.pp14
1 files changed, 14 insertions, 0 deletions
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}