diff options
author | Tor Lillqvist <tml@collabora.com> | 2020-12-02 15:09:03 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2020-12-02 15:09:34 +0200 |
commit | 6c905031ed279659edebca24d8929c733c9600b9 (patch) | |
tree | 74201ec6d4257be761ef69624d0eeddc6cdcf9e5 /bin | |
parent | 6e5948d4bf57f74e82069e2c3cbf429cfe0136c7 (diff) |
Add copyright blurb
Change-Id: Icd77587590103eef44f7ec41fcba280b7ce2a473
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/merge-app-bundles | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/merge-app-bundles b/bin/merge-app-bundles index a5cc2185a486..10c6e1d7b836 100755 --- a/bin/merge-app-bundles +++ b/bin/merge-app-bundles @@ -1,5 +1,11 @@ #!/bin/bash +# This file is part of the LibreOffice project. +# +# 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 http://mozilla.org/MPL/2.0/. + # Exit on errors set -e |