-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathastrolog.def
47 lines (46 loc) · 2.09 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
; Astrolog (Version 5.40) File: astrolog.def
;
; IMPORTANT NOTICE: The graphics database and chart display routines
; used in this program are Copyright (C) 1991-1998 by Walter D. Pullen
; ([email protected], http://www.magitech.com/~cruiser1/astrolog.htm).
; Permission is granted to freely use and distribute these routines
; provided one doesn't sell, restrict, or profit from them in any way.
; Modification is allowed provided these notices remain with any
; altered or edited versions of the program.
;
; The main planetary calculation routines used in this program have
; been Copyrighted and the core of this program is basically a
; conversion to C of the routines created by James Neely as listed in
; Michael Erlewine's 'Manual of Computer Programming for Astrologers',
; available from Matrix Software. The copyright gives us permission to
; use the routines for personal use but not to sell them or profit from
; them in any way.
;
; The PostScript code within the core graphics routines are programmed
; and Copyright (C) 1992-1993 by Brian D. Willoughby
; ([email protected]). Conditions are identical to those above.
;
; The extended accurate 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.
;
; Initial programming 8/28,30, 9/10,13,16,20,23, 10/3,6,7, 11/7,10,21/1991.
; X Window graphics initially programmed 10/23-29/1991.
; PostScript graphics initially programmed 11/29-30/1992.
; Last code change made 4/11/1998.
;
NAME ASTROLOG
DESCRIPTION "Astrolog 5.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