Ver código fonte

MPLv2 Notice

ehfd 2 anos atrás
pai
commit
68d77fe4c8

+ 4 - 0
.github/workflows/container-publish.yml

@@ -1,3 +1,7 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at https://mozilla.org/MPL/2.0/.
+
 on:
   workflow_dispatch:
   push:

+ 4 - 0
Dockerfile

@@ -1,3 +1,7 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at https://mozilla.org/MPL/2.0/.
+
 # Ubuntu release versions 22.04, 20.04, and 18.04 are supported
 ARG UBUNTU_RELEASE=22.04
 ARG CUDA_VERSION=11.7.1

+ 4 - 0
entrypoint.sh

@@ -1,5 +1,9 @@
 #!/bin/bash -e
 
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at https://mozilla.org/MPL/2.0/.
+
 trap "echo TRAPed signal" HUP INT QUIT KILL TERM
 
 # Create and modify permissions of XDG_RUNTIME_DIR

+ 4 - 0
selkies-gstreamer-entrypoint.sh

@@ -1,5 +1,9 @@
 #!/bin/bash -e
 
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at https://mozilla.org/MPL/2.0/.
+
 # Source environment for GStreamer
 source /opt/gstreamer/gst-env
 # Add CUDA library path

+ 4 - 0
supervisord.conf

@@ -1,3 +1,7 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at https://mozilla.org/MPL/2.0/.
+
 [supervisord]
 user=user
 nodaemon=true

+ 4 - 0
xgl.yml

@@ -1,3 +1,7 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at https://mozilla.org/MPL/2.0/.
+
 apiVersion: apps/v1
 kind: Deployment
 metadata: