maint(developer): add more file headers

This commit is contained in:
Eberhard Beilharz 2025-06-04 19:53:23 +02:00
parent 087c2eec9d
commit a85e14feef
No known key found for this signature in database
GPG key ID: E9140597606020D3
3 changed files with 3 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# Keyman is copyright (C) SIL Global. MIT License.
developer_install_dependencies_on_linux_action() {
if ! is_ubuntu; then

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# Keyman is copyright (C) SIL Global. MIT License.
web_install_dependencies_on_linux_action() {
if ! is_ubuntu; then

View file

@ -1,3 +1,4 @@
# Keyman is copyright (C) SIL Global. MIT License.
#
# This script should be the identical for nightly/beta/stable for a given platform
#