Skip to content

Commit bcf6fd2

Browse files
committed
updated all header files with link to the new github project (https://github.com/adtools/SDI)
1 parent d3a6b0c commit bcf6fd2

7 files changed

Lines changed: 14 additions & 24 deletions

File tree

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Short: SDI headers - A set of C macro/defines to make amiga development e
22
Kurz: SDI Headers - Ein B�ndel von C Makros/Defines um Amiga Entwicklungen einfacher zu machen
33
Author: mail@jens-maus.de (Jens Maus), soft@dstoecker.de (Dirk St�cker)
44
Uploader: mail@jens-maus.de (Jens Maus)
5-
Version: 1.6 (14.07.2005)
5+
Version: 1.7 (04.08.2015)
66
Type: dev/c
77
Replaces: dev/c/SDI_headers.lha
88
Architecture: ppc-morphos >= 1.4.2; m68k-amigaos >= 2.1.0; ppc-amigaos >= 4.0.0
@@ -111,7 +111,7 @@ UPDATES
111111
The latest brand of these headers can be viewed and downloaded from the
112112
following URL:
113113

114-
http://sf.net/p/adtools/code/HEAD/tree/trunk/sdi/
114+
https://github.com/adtools/SDI
115115

116116
COPYRIGHT
117117
---------

SDI_compiler.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
Versionstring: $VER: SDI_compiler.h 1.36 (30.03.2015)
88
Authors: Dirk Stoecker, Jens Maus
99
Distribution: PD
10-
Project page: http://sf.net/p/adtools/code/HEAD/tree/trunk/sdi/
10+
Project page: https://github.com/adtools/SDI
1111
Description: defines to hide compiler stuff
12-
Id: $Id$
13-
URL: $URL$
1412
1513
1.1 25.06.98 : created from data made by Gunter Nikl
1614
1.2 17.11.99 : added VBCC
@@ -76,7 +74,7 @@
7674
** (e.g. add your name or nick name).
7775
**
7876
** Find the latest version of this file at:
79-
** http://sf.net/p/adtools/code/HEAD/tree/trunk/sdi/
77+
** https://github.com/adtools/SDI
8078
**
8179
** Jens Maus <mail@jens-maus.de>
8280
** Dirk Stoecker <soft@dstoecker.de>

SDI_hook.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
Versionstring: $VER: SDI_hook.h 1.27 (04.04.2015)
88
Authors: Dirk Stoecker, Jens Maus
99
Distribution: PD
10-
Project page: http://sf.net/p/adtools/code/HEAD/tree/trunk/sdi/
10+
Project page: https://github.com/adtools/SDI
1111
Description: defines to hide compiler specific hook stuff
12-
Id: $Id$
13-
URL: $URL$
1412
1513
1.0 21.06.02 : based on the work made for freeciv and YAM with
1614
additional texts partly taken from YAM_hook.h changes made
@@ -73,7 +71,7 @@
7371
** (e.g. add your name or nick name).
7472
**
7573
** Find the latest version of this file at:
76-
** http://sf.net/p/adtools/code/HEAD/tree/trunk/sdi/
74+
** https://github.com/adtools/SDI
7775
**
7876
** Jens Maus <mail@jens-maus.de>
7977
** Dirk Stoecker <soft@dstoecker.de>

SDI_interrupt.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77
Versionstring: $VER: SDI_interrupt.h 1.1 (25.04.2006)
88
Author: Guido Mersmann
99
Distribution: PD
10-
Project page: http://sf.net/p/adtools/code/HEAD/tree/trunk/sdi/
10+
Project page: https://github.com/adtools/SDI
1111
Description: defines to hide compiler specific interrupt and
1212
handler stuff
13-
Id: $Id$
14-
URL: $URL$
1513
1614
1.0 17.05.05 : inspired by the SDI_#?.h files made by Jens Langner
1715
and Dirk Stöcker I created files to handle interrupt
@@ -30,7 +28,7 @@
3028
** (e.g. add your name or nick name).
3129
**
3230
** Find the latest version of this file at:
33-
** http://sf.net/p/adtools/code/HEAD/tree/trunk/sdi/
31+
** https://github.com/adtools/SDI
3432
**
3533
** Guido Mersmann <geit@gmx.de>
3634
**

SDI_lib.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
Versionstring: $VER: SDI_lib.h 1.12 (01.04.2014)
88
Author: Jens Maus
99
Distribution: PD
10-
Project page: http://sf.net/p/adtools/code/HEAD/tree/trunk/sdi/
10+
Project page: https://github.com/adtools/SDI
1111
Description: defines to hide OS specific library function definitions
12-
Id: $Id$
13-
URL: $URL$
1412
1513
1.0 09.05.04 : initial version which allows to hide OS specific shared
1614
library function definition like it has been introduced with
@@ -55,7 +53,7 @@
5553
** (e.g. add your name or nick name).
5654
**
5755
** Find the latest version of this file at:
58-
** http://sf.net/p/adtools/code/HEAD/tree/trunk/sdi/
56+
** https://github.com/adtools/SDI
5957
**
6058
** Jens Maus <mail@jens-maus.de>
6159
** Dirk Stöcker <soft@dstoecker.de>

SDI_misc.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
Versionstring: $VER: SDI_misc.h 1.0 (17.05.2005)
88
Author: Guido Mersmann
99
Distribution: PD
10-
Project page: http://sf.net/p/adtools/code/HEAD/tree/trunk/sdi/
10+
Project page: https://github.com/adtools/SDI
1111
Description: defines to hide compiler specific function stuff.
1212
This header is ment to keep all minor functions
1313
like PutChProc() used by RawDoFMT().
14-
Id: $Id$
15-
URL: $URL$
1614
1715
1.0 17.05.05 : inspired by the SDI_#?.h files made by Jens Langner
1816
and Dirk Stöcker I created this file to handle rawdofmt()
@@ -29,7 +27,7 @@
2927
** (e.g. add your name or nick name).
3028
**
3129
** Find the latest version of this file at:
32-
** http://sf.net/p/adtools/code/HEAD/tree/trunk/sdi/
30+
** https://github.com/adtools/SDI
3331
**
3432
** Guido Mersmann <geit@gmx.de>
3533
**

SDI_stdarg.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Versionstring: $VER: SDI_stdarg.h 1.1 (06.06.2014)
88
Author: Jens Maus
99
Distribution: PD
10-
Project page: http://sf.net/p/adtools/code/HEAD/tree/trunk/sdi/
10+
Project page: https://github.com/adtools/SDI
1111
Description: defines to hide OS specific variable arguments
1212
function definitions
1313
Id: $Id$
@@ -28,7 +28,7 @@
2828
** (e.g. add your name or nick name).
2929
**
3030
** Find the latest version of this file at:
31-
** http://sf.net/p/adtools/code/HEAD/tree/trunk/sdi/
31+
** https://github.com/adtools/SDI
3232
**
3333
** Jens Maus <mail@jens-maus.de>
3434
** Dirk Stöcker <soft@dstoecker.de>

0 commit comments

Comments
 (0)