* Updating license

* Changing naming

* Copying license file to basics station docker image
This commit is contained in:
Daniele Antonio Maggio 2021-11-25 11:03:39 +01:00 коммит произвёл GitHub
Родитель c13e38d840
Коммит d56565b7c5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 29 добавлений и 0 удалений

27
LICENSE
Просмотреть файл

@ -20,3 +20,30 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE
--- For the LoRa Basics™ Station related binaries ---
--- Revised 3-Clause BSD License ---
Copyright Semtech Corporation 2020. All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of the Semtech corporation nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL SEMTECH CORPORATION. BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Просмотреть файл

@ -14,5 +14,6 @@ COPY --from=build /basicstation/build-linux-std/bin/station /bin/station
COPY LoRaEngine/modules/LoRaBasicsStationModule/start_basestation_amd64.sh .
COPY LoRaEngine/modules/LoRaBasicsStationModule/station.conf .
COPY --from=build /basicstation/deps/lgw/platform-linux/reset_lgw.sh .
COPY LICENSE .
RUN chmod +x ./start_basestation_amd64.sh
ENTRYPOINT ["./start_basestation_amd64.sh"]

Просмотреть файл

@ -27,5 +27,6 @@ COPY --from=build /basicstation/deps/lgw/platform-rpi/reset_lgw.sh .
COPY --from=build2 /basicstation/build-rpi-std/bin/station /bin/station.spispeed2
COPY LoRaEngine/modules/LoRaBasicsStationModule/station.conf .
COPY LoRaEngine/modules/LoRaBasicsStationModule/start_basestation_arm.sh .
COPY LICENSE .
RUN chmod +x ./start_basestation_arm.sh
ENTRYPOINT ["./start_basestation_arm.sh"]