瀏覽代碼

tosunits: copyright header for the example programs

git-svn-id: trunk@37799 -
Károly Balogh 7 年之前
父節點
當前提交
d2feb00bb0
共有 2 個文件被更改,包括 22 次插入0 次删除
  1. 11 0
      packages/tosunits/examples/gemwin.pas
  2. 11 0
      packages/tosunits/examples/higem.pas

+ 11 - 0
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;
 

+ 11 - 0
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;