junglejourney
changeset 26:fab43541effa
Added a software license (GNU GPL v3 or later).
| author | David Boddie <david@boddie.org.uk> |
|---|---|
| date | Mon Aug 15 01:26:43 2011 +0200 |
| parents | 0ec66e647153 |
| children | 167c8feb18fe |
| files | mapcode.oph |
| diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- a/mapcode.oph Mon Aug 15 01:00:12 2011 +0200 1.2 +++ b/mapcode.oph Mon Aug 15 01:26:43 2011 +0200 1.3 @@ -1,3 +1,18 @@ 1.4 +; Copyright (C) 2011 David Boddie <david@boddie.org.uk> 1.5 +; 1.6 +; This program is free software: you can redistribute it and/or modify 1.7 +; it under the terms of the GNU General Public License as published by 1.8 +; the Free Software Foundation, either version 3 of the License, or 1.9 +; (at your option) any later version. 1.10 +; 1.11 +; This program is distributed in the hope that it will be useful, 1.12 +; but WITHOUT ANY WARRANTY; without even the implied warranty of 1.13 +; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 1.14 +; GNU General Public License for more details. 1.15 +; 1.16 +; You should have received a copy of the GNU General Public License 1.17 +; along with this program. If not, see <http://www.gnu.org/licenses/>. 1.18 + 1.19 .org $1900 1.20 unlimited_values: ; $7c,$7d=first,second 1.21 ; Add $7c and $7d, store the result in $7d and the original
