Skip to content

Commit 9acccaa

Browse files
committed
Removed license and added copyright to welcome text.
1 parent 45cf663 commit 9acccaa

File tree

5 files changed

+4
-15
lines changed

5 files changed

+4
-15
lines changed

package/mac-resources/Distribution.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
<!-- Define documents displayed at various steps -->
2222
<welcome file="welcome.html" mime-type="text/html" />
23-
<license file="license.html" mime-type="text/html" />
2423
<background file="splash620x418.png" mime-type="image/png" />
2524
<conclusion file="conclusion.html" mime-type="text/html" />
2625

package/mac-resources/DistributionFTDI.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
<!-- Define documents displayed at various steps -->
2222
<welcome file="welcomeFTDI.html" mime-type="text/html" />
23-
<license file="license.html" mime-type="text/html" />
2423
<background file="splash620x418.png" mime-type="image/png" />
2524
<conclusion file="conclusion.html" mime-type="text/html" />
2625

package/mac-resources/license.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

package/mac-resources/welcome.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@
55
<p>BlocklyProp Launcher is an assistant to the BlocklyProp development environment for the Parallax Propeller microcontroller. It provides one-button access to the BlocklyProp online site and handles communication with the Propeller.</p>
66

77
<p>This software installs the BlocklyProp Launcher into your Applications folder.</p>
8+
9+
<p>Copyright (c) 2019 Parallax Inc.</p>
810
</body>
911
</html>

package/mac-resources/welcomeFTDI.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@
77
<p>This software installs the BlocklyProp Launcher into your Applications folder.</p>
88

99
<p>The required FTDI USB Serial Driver will also be installed. The system must be restarted after installation to use it.</p>
10+
11+
<p>Copyright (c) 2019 Parallax Inc.</p>
1012
</body>
1113
</html>

0 commit comments

Comments
 (0)