mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-11 03:15:33 +00:00
maint(developer): add more file headers
This commit is contained in:
parent
087c2eec9d
commit
a85e14feef
3 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue