We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425b51a commit 53b0977Copy full SHA for 53b0977
1 file changed
ASCOM.Alpaca.Simulators/Pages/About.razor
@@ -3,6 +3,7 @@
3
<fieldset>
4
<legend>ASCOM Alpaca Simulators</legend>
5
<p>Version - @ServerSettings.ServerVersion</p>
6
+ <p>Copyright 2021 Daniel Van Noord</p>
7
8
</fieldset>
9
@@ -25,4 +26,8 @@
25
26
27
28
-
29
+<fieldset>
30
+ <legend>ASCOM Simulator Code</legend>
31
+ <p>Copyright 1999-2021, ASCOM Initiative</p>
32
+ <p>Special permission has been granted from the ASCOM Initiative to use the code from the ASCOM Platform in this project.</p>
33
+</fieldset>
0 commit comments