This repository has been archived by the owner on Jul 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
astrolog.def
62 lines (60 loc) · 2.99 KB
/
astrolog.def
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
; Astrolog (Version 7.40) File: astrolog.def
;
; IMPORTANT NOTICE: Astrolog and all chart display routines and anything
; not enumerated below used in this program are Copyright (C) 1991-2022 by
; Walter D. Pullen ([email protected], http://www.astrolog.org/astrolog.htm).
; Permission is granted to freely use, modify, and distribute these
; routines provided these credits and notices remain unmodified with any
; altered or distributed versions of the program.
;
; The main ephemeris databases and calculation routines are from the
; library SWISS EPHEMERIS and are programmed and copyright 1997-2008 by
; Astrodienst AG. The use of that source code is subject to the license for
; Swiss Ephemeris Free Edition, available at http://www.astro.com/swisseph.
; This copyright notice must not be changed or removed by any user of this
; program.
;
; Additional ephemeris databases and formulas are from the calculation
; routines in the program PLACALC and are programmed and Copyright (C)
; 1989,1991,1993 by Astrodienst AG and Alois Treindl ([email protected]). The
; use of that source code is subject to regulations made by Astrodienst
; Zurich, and the code is not in the public domain. This copyright notice
; must not be changed or removed by any user of this program.
;
; The original planetary calculation routines used in this program have
; been copyrighted and the initial core of this program was mostly a
; conversion to C of the routines created by James Neely as listed in
; 'Manual of Computer Programming for Astrologers', by Michael Erlewine,
; available from Matrix Software.
;
; Atlas composed using data from https://www.geonames.org/ licensed under a
; Creative Commons Attribution 4.0 License. Time zone changes composed using
; public domain TZ database: https://data.iana.org/time-zones/tz-link.html
;
; The PostScript code within the core graphics routines are programmed
; and Copyright (C) 1992-1993 by Brian D. Willoughby ([email protected]).
;
; More formally: This program is free software; you can redistribute it
; and/or modify it under the terms of the GNU General Public License as
; published by the Free Software Foundation; either version 2 of the
; License, or (at your option) any later version. This program is
; distributed in the hope that it will be useful and inspiring, but
; WITHOUT ANY WARRANTY; without even the implied warranty of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
; General Public License for more details, a copy of which is in the
; LICENSE.HTM file included with Astrolog, and at http://www.gnu.org
;
; Initial programming 8/28-30/1991.
; X Window graphics initially programmed 10/23-29/1991.
; PostScript graphics initially programmed 11/29-30/1992.
; Last code change made 3/31/2022.
NAME ASTROLOG
DESCRIPTION "Astrolog 7.40 for MS Windows - By Walter D. Pullen"
EXETYPE WINDOWS
STUB 'WINSTUB.EXE'
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE
HEAPSIZE 4096
EXPORTS WndProc @1
DlgAbortProc @2
; astrolog.def