Skip to content

Commit

Permalink
updated all header files with link to the new github project (https:/…
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Aug 4, 2015
1 parent d3a6b0c commit bcf6fd2
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 24 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Short: SDI headers - A set of C macro/defines to make amiga development e
Kurz: SDI Headers - Ein B�ndel von C Makros/Defines um Amiga Entwicklungen einfacher zu machen
Author: [email protected] (Jens Maus), [email protected] (Dirk St�cker)
Uploader: [email protected] (Jens Maus)
Version: 1.6 (14.07.2005)
Version: 1.7 (04.08.2015)
Type: dev/c
Replaces: dev/c/SDI_headers.lha
Architecture: ppc-morphos >= 1.4.2; m68k-amigaos >= 2.1.0; ppc-amigaos >= 4.0.0
Expand Down Expand Up @@ -111,7 +111,7 @@ UPDATES
The latest brand of these headers can be viewed and downloaded from the
following URL:

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

COPYRIGHT
---------
Expand Down
6 changes: 2 additions & 4 deletions SDI_compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
Versionstring: $VER: SDI_compiler.h 1.36 (30.03.2015)
Authors: Dirk Stoecker, Jens Maus
Distribution: PD
Project page: http://sf.net/p/adtools/code/HEAD/tree/trunk/sdi/
Project page: https://github.com/adtools/SDI
Description: defines to hide compiler stuff
Id: $Id$
URL: $URL$
1.1 25.06.98 : created from data made by Gunter Nikl
1.2 17.11.99 : added VBCC
Expand Down Expand Up @@ -76,7 +74,7 @@
** (e.g. add your name or nick name).
**
** Find the latest version of this file at:
** http://sf.net/p/adtools/code/HEAD/tree/trunk/sdi/
** https://github.com/adtools/SDI
**
** Jens Maus <[email protected]>
** Dirk Stoecker <[email protected]>
Expand Down
6 changes: 2 additions & 4 deletions SDI_hook.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
Versionstring: $VER: SDI_hook.h 1.27 (04.04.2015)
Authors: Dirk Stoecker, Jens Maus
Distribution: PD
Project page: http://sf.net/p/adtools/code/HEAD/tree/trunk/sdi/
Project page: https://github.com/adtools/SDI
Description: defines to hide compiler specific hook stuff
Id: $Id$
URL: $URL$
1.0 21.06.02 : based on the work made for freeciv and YAM with
additional texts partly taken from YAM_hook.h changes made
Expand Down Expand Up @@ -73,7 +71,7 @@
** (e.g. add your name or nick name).
**
** Find the latest version of this file at:
** http://sf.net/p/adtools/code/HEAD/tree/trunk/sdi/
** https://github.com/adtools/SDI
**
** Jens Maus <[email protected]>
** Dirk Stoecker <[email protected]>
Expand Down
6 changes: 2 additions & 4 deletions SDI_interrupt.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@
Versionstring: $VER: SDI_interrupt.h 1.1 (25.04.2006)
Author: Guido Mersmann
Distribution: PD
Project page: http://sf.net/p/adtools/code/HEAD/tree/trunk/sdi/
Project page: https://github.com/adtools/SDI
Description: defines to hide compiler specific interrupt and
handler stuff
Id: $Id$
URL: $URL$
1.0 17.05.05 : inspired by the SDI_#?.h files made by Jens Langner
and Dirk Stöcker I created files to handle interrupt
Expand All @@ -30,7 +28,7 @@
** (e.g. add your name or nick name).
**
** Find the latest version of this file at:
** http://sf.net/p/adtools/code/HEAD/tree/trunk/sdi/
** https://github.com/adtools/SDI
**
** Guido Mersmann <[email protected]>
**
Expand Down
6 changes: 2 additions & 4 deletions SDI_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
Versionstring: $VER: SDI_lib.h 1.12 (01.04.2014)
Author: Jens Maus
Distribution: PD
Project page: http://sf.net/p/adtools/code/HEAD/tree/trunk/sdi/
Project page: https://github.com/adtools/SDI
Description: defines to hide OS specific library function definitions
Id: $Id$
URL: $URL$
1.0 09.05.04 : initial version which allows to hide OS specific shared
library function definition like it has been introduced with
Expand Down Expand Up @@ -55,7 +53,7 @@
** (e.g. add your name or nick name).
**
** Find the latest version of this file at:
** http://sf.net/p/adtools/code/HEAD/tree/trunk/sdi/
** https://github.com/adtools/SDI
**
** Jens Maus <[email protected]>
** Dirk Stöcker <[email protected]>
Expand Down
6 changes: 2 additions & 4 deletions SDI_misc.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@
Versionstring: $VER: SDI_misc.h 1.0 (17.05.2005)
Author: Guido Mersmann
Distribution: PD
Project page: http://sf.net/p/adtools/code/HEAD/tree/trunk/sdi/
Project page: https://github.com/adtools/SDI
Description: defines to hide compiler specific function stuff.
This header is ment to keep all minor functions
like PutChProc() used by RawDoFMT().
Id: $Id$
URL: $URL$
1.0 17.05.05 : inspired by the SDI_#?.h files made by Jens Langner
and Dirk Stöcker I created this file to handle rawdofmt()
Expand All @@ -29,7 +27,7 @@
** (e.g. add your name or nick name).
**
** Find the latest version of this file at:
** http://sf.net/p/adtools/code/HEAD/tree/trunk/sdi/
** https://github.com/adtools/SDI
**
** Guido Mersmann <[email protected]>
**
Expand Down
4 changes: 2 additions & 2 deletions SDI_stdarg.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Versionstring: $VER: SDI_stdarg.h 1.1 (06.06.2014)
Author: Jens Maus
Distribution: PD
Project page: http://sf.net/p/adtools/code/HEAD/tree/trunk/sdi/
Project page: https://github.com/adtools/SDI
Description: defines to hide OS specific variable arguments
function definitions
Id: $Id$
Expand All @@ -28,7 +28,7 @@
** (e.g. add your name or nick name).
**
** Find the latest version of this file at:
** http://sf.net/p/adtools/code/HEAD/tree/trunk/sdi/
** https://github.com/adtools/SDI
**
** Jens Maus <[email protected]>
** Dirk Stöcker <[email protected]>
Expand Down

0 comments on commit bcf6fd2

Please sign in to comment.