From f7285f8ad4704d2b62d485d09b7e9f48a0db9865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Djupdal?= Date: Tue, 14 Jan 2020 13:06:30 +0100 Subject: [PATCH] Small change to directory name and readme. --- .../lite/lynsyn_boot_2.0.bin | Bin .../lite/lynsyn_main_2.0.bin | Bin .../original/lynsyn_2.0.mcs | 0 .../original/lynsyn_boot_2.0.bin | Bin .../original/lynsyn_main_2.0.bin | Bin fwbin/readme.txt | 18 ++++++++++++++++++ windeploy.sh | 2 +- 7 files changed, 19 insertions(+), 1 deletion(-) rename {fwbin_precompiled => fwbin}/lite/lynsyn_boot_2.0.bin (100%) rename {fwbin_precompiled => fwbin}/lite/lynsyn_main_2.0.bin (100%) rename {fwbin_precompiled => fwbin}/original/lynsyn_2.0.mcs (100%) rename {fwbin_precompiled => fwbin}/original/lynsyn_boot_2.0.bin (100%) rename {fwbin_precompiled => fwbin}/original/lynsyn_main_2.0.bin (100%) create mode 100644 fwbin/readme.txt diff --git a/fwbin_precompiled/lite/lynsyn_boot_2.0.bin b/fwbin/lite/lynsyn_boot_2.0.bin similarity index 100% rename from fwbin_precompiled/lite/lynsyn_boot_2.0.bin rename to fwbin/lite/lynsyn_boot_2.0.bin diff --git a/fwbin_precompiled/lite/lynsyn_main_2.0.bin b/fwbin/lite/lynsyn_main_2.0.bin similarity index 100% rename from fwbin_precompiled/lite/lynsyn_main_2.0.bin rename to fwbin/lite/lynsyn_main_2.0.bin diff --git a/fwbin_precompiled/original/lynsyn_2.0.mcs b/fwbin/original/lynsyn_2.0.mcs similarity index 100% rename from fwbin_precompiled/original/lynsyn_2.0.mcs rename to fwbin/original/lynsyn_2.0.mcs diff --git a/fwbin_precompiled/original/lynsyn_boot_2.0.bin b/fwbin/original/lynsyn_boot_2.0.bin similarity index 100% rename from fwbin_precompiled/original/lynsyn_boot_2.0.bin rename to fwbin/original/lynsyn_boot_2.0.bin diff --git a/fwbin_precompiled/original/lynsyn_main_2.0.bin b/fwbin/original/lynsyn_main_2.0.bin similarity index 100% rename from fwbin_precompiled/original/lynsyn_main_2.0.bin rename to fwbin/original/lynsyn_main_2.0.bin diff --git a/fwbin/readme.txt b/fwbin/readme.txt new file mode 100644 index 0000000..a708774 --- /dev/null +++ b/fwbin/readme.txt @@ -0,0 +1,18 @@ +This directory contains the firmware binaries for both Lynsyn Original +and Lynsyn Lite. Unlike most of the Lynsyn software tools, the +firmware is not licensed under the GPL v3.0. Instead, the following +terms and conditions apply: + +1. The firmware binaries can only be used with genuine Lynsyn PCBs. A + written agreement with the copyright holders is necessary to use + these binaries on any other system. + +2. The firmware binaries can not be redistributed without the consent + of the copyright holders. + +3. There is no warranty for the firmware, to the extent permitted by + applicable law. The firmware is provided "as is". + +4. The copyright holders shall in no event, unless required by + applicable law, be held liable to you for any damages due to the + use of this firmware. diff --git a/windeploy.sh b/windeploy.sh index 154d432..7d7dd75 100644 --- a/windeploy.sh +++ b/windeploy.sh @@ -27,4 +27,4 @@ cp /mingw64/bin/nm bin/ cp jtagdevices bin/jtagdevices cp ../zadig-2.4.exe bin/ cp COPYING bin/COPYING.txt -cp -r fwbin_precompiled bin/fwbin +cp -r fwbin bin/