Skip to content

Commit

Permalink
Merge pull request #52 from analogdevicesinc/rgetz-fix-release
Browse files Browse the repository at this point in the history
legal: make the date, 3 years and 6 months + today's date of the build
  • Loading branch information
mhennerich authored Jun 19, 2020
2 parents 8919c88 + 279af4e commit 757843f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/legal_info_html.sh
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,9 @@ html_h2 "Written Offer"
echo "<p>As described above, the firmware included in the ${TARGET} contains copyrighted software that is released and distributed under many licenses, including the GPL.
A copy of the licenses are included in this file (below)." >> ${FILE}
if [ "$TARGET" == "PlutoSDR" ] ; then
echo "You may obtain the complete Corresponding Source code from us for a period of three years after our last shipment of this product, which will be no earlier than 01Jan2021, by sending a money order or check for \$15 (USD) to:</p>
echo "You may obtain the complete Corresponding Source code from us for a period of three years after our last shipment of this product, which will be no earlier than " >> ${FILE}
date --date="3 years 6 months" +"%d%b%Y" >> ${FILE}
echo ", by sending a money order or check for \$15 (USD) to:</p>
<pre>
Analog Devices Inc.
Systems Development Group
Expand Down

0 comments on commit 757843f

Please sign in to comment.