From d2feb00bb039e05b048d1e9d55fd0073643ecd17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1roly=20Balogh?= Date: Sun, 24 Dec 2017 23:49:13 +0000 Subject: [PATCH] tosunits: copyright header for the example programs git-svn-id: trunk@37799 - --- packages/tosunits/examples/gemwin.pas | 11 +++++++++++ packages/tosunits/examples/higem.pas | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/packages/tosunits/examples/gemwin.pas b/packages/tosunits/examples/gemwin.pas index 8b40ed1328..e7898a18c8 100644 --- a/packages/tosunits/examples/gemwin.pas +++ b/packages/tosunits/examples/gemwin.pas @@ -1,3 +1,14 @@ +{ + Copyright (c) 2017 Karoly Balogh + + Simple, resizable and movable GEM Window + Example program for Free Pascal's Atari TOS bindings + + This example program is in the Public Domain under the terms of + Unlicense: http://unlicense.org/ + + **********************************************************************} + {$APPTYPE GUI} program gemwin; diff --git a/packages/tosunits/examples/higem.pas b/packages/tosunits/examples/higem.pas index ddb8be6bda..f5d6cc23cc 100644 --- a/packages/tosunits/examples/higem.pas +++ b/packages/tosunits/examples/higem.pas @@ -1,3 +1,14 @@ +{ + Copyright (c) 2017 Karoly Balogh + + Simple Alert Form + Example program for Free Pascal's Atari TOS bindings + + This example program is in the Public Domain under the terms of + Unlicense: http://unlicense.org/ + + **********************************************************************} + {$APPTYPE GUI} program higem;