diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-11-14 17:12:34 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-17 11:06:50 +0100 |
commit | 8a8dd1c7d1be1332d1c6286a1074664a67839607 (patch) | |
tree | 28efc46306c70343fe7037ef2f5c06ae5e6ee646 /bin | |
parent | 3121b8b77e17d4ce5908d331c9bd3fb4ed8afa53 (diff) |
bin/run: add a license header
Change-Id: I5461a0d4e372260623ebb8833d60a9dc318757dd
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/run | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,4 +1,11 @@ #!/bin/sh +# +# 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/. +# # simple wrapper script to run non-installed executables from workdir |