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;