mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 02:30:41 +01:00
tosunits: copyright header for the example programs
git-svn-id: trunk@37799 -
This commit is contained in:
parent
e10c47a6eb
commit
d2feb00bb0
@ -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;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user