updated licence
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/f61cea90 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/f61cea90 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/f61cea90 Branch: refs/heads/master Commit: f61cea902006623b92164017e2aec8165e9dcae2 Parents: 9dbc43d Author: Justin Thompson <[email protected]> Authored: Wed Oct 19 12:15:35 2016 +0100 Committer: Justin Thompson <[email protected]> Committed: Wed Oct 19 12:15:35 2016 +0100 ---------------------------------------------------------------------- .../src/main/resources/bin/setenv | 30 +++++++++----------- 1 file changed, 13 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/f61cea90/karaf/apache-brooklyn/src/main/resources/bin/setenv ---------------------------------------------------------------------- diff --git a/karaf/apache-brooklyn/src/main/resources/bin/setenv b/karaf/apache-brooklyn/src/main/resources/bin/setenv index b424f28..16e5c70 100644 --- a/karaf/apache-brooklyn/src/main/resources/bin/setenv +++ b/karaf/apache-brooklyn/src/main/resources/bin/setenv @@ -1,23 +1,19 @@ -#!/usr/bin/env bash +#!/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 +# 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 +# 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. -# -# Brooklyn +# 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. # # use default memory settings, if not specified
