Add missing copyright and license header

This commit is contained in:
Simon Hausmann 2023-01-02 16:50:49 +01:00
parent e4dc1f75a6
commit 8edc7f669a

View file

@ -1,3 +1,6 @@
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
ARG arch
FROM ghcr.io/slint-ui/slint/$arch
ARG arch
@ -18,4 +21,4 @@ ENV PATH=/cargo/bin:/rust/bin:$PATH
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
RUN rustup target add $arch
ENV RUST_FONTCONFIG_DLOPEN=on
ENV RUST_FONTCONFIG_DLOPEN=on