|
1 | | -unit DSKFormat; |
2 | | - |
3 | | -{ |
4 | | -Copyright (c) 2002-2025 Damien Guard. |
5 | | -
|
6 | | -Originally from Disk Image Manager https://github.com/damieng/diskimagemanager |
7 | | -Relicensed for this project under GNU GPL with permission. |
8 | | -
|
9 | | -This source is free software; you can redistribute it and/or modify it under |
10 | | -the terms of the GNU General Public Licence as published by the Free |
11 | | -Software Foundation; either version 3 of the Licence, or (at your option) |
12 | | -any later version. |
13 | | -
|
14 | | -This code is distributed in the hope that it will be useful, but WITHOUT ANY |
15 | | -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
16 | | -FOR A PARTICULAR PURPOSE. See the GNU General Public Licence for more |
17 | | -details. |
18 | | -
|
19 | | -A copy of the GNU General Public Licence is available on the World Wide Web |
20 | | -at <http://www.gnu.org/copyleft/gpl.html>. You can also obtain it by writing |
21 | | -to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, |
22 | | -Boston, MA 02110-1335, USA. |
| 1 | +unit DSKFormat; |
| 2 | + |
| 3 | +{ |
| 4 | +Copyright (c) 2002-2025 Damien Guard. |
| 5 | +
|
| 6 | +Originally from Disk Image Manager https://github.com/damieng/diskimagemanager |
| 7 | +Relicensed for this project under GNU GPL with permission. |
| 8 | +
|
| 9 | +This source is free software; you can redistribute it and/or modify it under |
| 10 | +the terms of the GNU General Public Licence as published by the Free |
| 11 | +Software Foundation; either version 3 of the Licence, or (at your option) |
| 12 | +any later version. |
| 13 | +
|
| 14 | +This code is distributed in the hope that it will be useful, but WITHOUT ANY |
| 15 | +WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
| 16 | +FOR A PARTICULAR PURPOSE. See the GNU General Public Licence for more |
| 17 | +details. |
| 18 | +
|
| 19 | +A copy of the GNU General Public Licence is available on the World Wide Web |
| 20 | +at <http://www.gnu.org/copyleft/gpl.html>. You can also obtain it by writing |
| 21 | +to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, |
| 22 | +Boston, MA 02110-1335, USA. |
23 | 23 | } |
24 | 24 |
|
25 | 25 | interface |
|
0 commit comments