Repository: activemq Updated Branches: refs/heads/trunk 9f53e2bca -> 90822a585
adding missing licences Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/90822a58 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/90822a58 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/90822a58 Branch: refs/heads/trunk Commit: 90822a585155bc98bb39cce4352cb1ac0f8cf0b6 Parents: 9f53e2b Author: Dejan Bosanac <[email protected]> Authored: Mon Dec 29 12:32:51 2014 +0100 Committer: Dejan Bosanac <[email protected]> Committed: Mon Dec 29 12:32:51 2014 +0100 ---------------------------------------------------------------------- assembly/src/release/bin/env | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/90822a58/assembly/src/release/bin/env ---------------------------------------------------------------------- diff --git a/assembly/src/release/bin/env b/assembly/src/release/bin/env index 98246cb..74c5de1 100644 --- a/assembly/src/release/bin/env +++ b/assembly/src/release/bin/env @@ -1,5 +1,20 @@ #!/bin/sh # ------------------------------------------------------------------------ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ------------------------------------------------------------------------ # Configuration file for running Apache Active MQ as standalone provider # # This file overwrites the predefined settings of the sysv init-script
