Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
GIRAPH-449: License header missing from for-each-profile.sh (apresta)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Presta committed Dec 13, 2012
1 parent 599f70e commit ed2daee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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
Expand Down
12 changes: 12 additions & 0 deletions 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"
Expand Down

0 comments on commit ed2daee

Please sign in to comment.