From 8a8dd1c7d1be1332d1c6286a1074664a67839607 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 14 Nov 2014 17:12:34 +0100 Subject: bin/run: add a license header Change-Id: I5461a0d4e372260623ebb8833d60a9dc318757dd --- bin/run | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bin') diff --git a/bin/run b/bin/run index b37fa4617818..35504e2949b4 100755 --- a/bin/run +++ b/bin/run @@ -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 -- cgit