Updated Branches: refs/heads/trunk 599f70e38 -> ed2daeef7
GIRAPH-449: License header missing from for-each-profile.sh (apresta) Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/ed2daeef Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/ed2daeef Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/ed2daeef Branch: refs/heads/trunk Commit: ed2daeef748155bf799ade0ba47bae3b53d61a6b Parents: 599f70e Author: Alessandro Presta <[email protected]> Authored: Thu Dec 13 13:11:47 2012 -0800 Committer: Alessandro Presta <[email protected]> Committed: Thu Dec 13 13:11:47 2012 -0800 ---------------------------------------------------------------------- CHANGELOG | 2 ++ dev-support/for-each-profile.sh | 12 ++++++++++++ 2 files changed, 14 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/ed2daeef/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 5551427..54dd73b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ Giraph Change Log Release 0.2.0 - unreleased + GIRAPH-449: License header missing from for-each-profile.sh (apresta) + GIRAPH-447: Clean up GiraphConfiguration related things (nitay) GIRAPH-445: Max message request size in bytes, initialize buffers to http://git-wip-us.apache.org/repos/asf/giraph/blob/ed2daeef/dev-support/for-each-profile.sh ---------------------------------------------------------------------- diff --git a/dev-support/for-each-profile.sh b/dev-support/for-each-profile.sh index 4a9d1b6..cefafb2 100755 --- a/dev-support/for-each-profile.sh +++ b/dev-support/for-each-profile.sh @@ -1,4 +1,16 @@ #!/bin/bash +# Licensed 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. + if [[ -z `which xpath 2> /dev/null` ]]; then echo "ERROR: xpath not found in path, install xpath first"
