Skip to content

Commit 9c9a36c

Browse files
committed
Remove references to aisparser.com
I no longer own the domain, haven't for years, so it's time to just point to the github repo.
1 parent 2aef04f commit 9c9a36c

8 files changed

Lines changed: 9 additions & 9 deletions

File tree

c/src/vdm_parse.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
/*! \mainpage AIVDM/AIVDO AIS Message Parser
8282
<center>Copyright 2006-2020 by Brian C. Lane <bcl@brianlane.com><br>
83-
http://www.aisparser.com/
83+
https://github.com/bcl/aisparser
8484
</center>
8585
8686

contrib/AISParser.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
{ }
88
{ }
99
{ AIVDM/AIVDO AIS Message Parser }
10-
{ <center>Copyright 2006 by Brian C. Lane <bcl@brianlane.com><br> }
11-
{ http://www.aisparser.com/ }
10+
{ Copyright 2006 by Brian C. Lane <bcl@brianlane.com> }
11+
{ https://github.com/bcl/aisparser }
1212
{ }
1313
{ The Automatic Identification System (AIS) allows ships to be tracked in }
1414
{ realtime based on information transmitted by each ship. They are equipped }

dll/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AIS Parser SDK VB6 DLL
22
Copyright 2006-2020 by Brian C. Lane
3-
http://www.aisparser.com
3+
https://github.com/bcl/aisparser
44

55

66
Example VB6 code is in ./examples

dll/aisparser/aisparser.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
LIBRARY aisparser
2-
DESCRIPTION "AIS Parser http://www.aisparser.com\nCopyright 2006-2020 by Brian C. Lane\nAll Rights Reserved\n"
2+
DESCRIPTION "AIS Parser https://github.com/bcl/aisparser\nCopyright 2006-2020 by Brian C. Lane\nAll Rights Reserved\n"
33
EXPORTS
44
InitAisparser
55
CloseAisparser

dll/aisparser/aisparser.odl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[
33
// UUID for this project, generated with GUIDGEN
44
uuid(1E5B88B3-2F69-41d3-B5F7-7BA6FC5CB5F7),
5-
helpstring("AIS Parser SDK Library for Windows - http://www.aisparser.com\nCopyright 2006-2020 by Brian C. Lane\nAll Rights Reserved"),
5+
helpstring("AIS Parser SDK Library for Windows - https://github.com/bcl/aisparser\nCopyright 2006-2020 by Brian C. Lane\nAll Rights Reserved"),
66
// Standard English Locale
77
lcid(0x0409),
88
// Assign a version number to keep track of changes.

dll/examples/Form1.frm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Private Sub Command1_Click()
2828
' AIS Parser SDK Visual Basic DLL Test Functions
2929
' Copyright 2006-2020 by Brian C. Lane
3030
' All Rights Reserved
31-
' http://www.aisparser.com
31+
' https://github.com/bcl/aisparser
3232
'
3333
' The DLL exports all of the SDK functions and also provides a couple of
3434
' additional routines to make life easier for the VB developer

dll/examples/Project1.vbp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Type=Exe
22
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\..\..\..\WINDOWS\system32\stdole2.tlb#OLE Automation
3-
Reference=*\G{1E5B88B3-2F69-41D3-B5F7-7BA6FC5CB5F7}#1.7#409#aisparser.dll#AIS Parser SDK Library for Windows - http://www.aisparser.com
3+
Reference=*\G{1E5B88B3-2F69-41D3-B5F7-7BA6FC5CB5F7}#1.7#409#aisparser.dll#AIS Parser SDK Library for Windows - https://github.com/bcl/aisparser
44
Form=Form1.frm
55
Startup="Form1"
66
HelpFile=""

python/examples/aisbrowser/msg_order.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
AIS Message Browser message field order
33
Copyright 2007 by Brian C. Lane <bcl@brianlane.com>
4-
http://browser.aisparser.com
4+
https://github.com/bcl/aisparser
55
"""
66

77
# AIS Message field order -- This should go into another file

0 commit comments

Comments
 (0)