Repository: yetus Updated Branches: refs/heads/master 427a7be29 -> b17912eef
YETUS-133. Geode personality does not contain ASF license Signed-off-by: Allen Wittenauer <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/47819474 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/47819474 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/47819474 Branch: refs/heads/master Commit: 478194749a46b4c6d5b859c4a6118717837ba87b Parents: 427a7be Author: Kengo Seki <[email protected]> Authored: Mon Nov 2 19:42:15 2015 +0900 Committer: Allen Wittenauer <[email protected]> Committed: Mon Nov 2 11:34:04 2015 -0800 ---------------------------------------------------------------------- precommit/personality/geode.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/47819474/precommit/personality/geode.sh ---------------------------------------------------------------------- diff --git a/precommit/personality/geode.sh b/precommit/personality/geode.sh old mode 100644 new mode 100755 index f16e431..e6eb53a --- a/precommit/personality/geode.sh +++ b/precommit/personality/geode.sh @@ -1,3 +1,19 @@ +#!/usr/bin/env bash +# 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. + personality_plugins "all,-ant,-javac,-scalac,-scaladoc" function personality_globals
