changed gradle to gradlew
added apache license

Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/40206834
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/40206834
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/40206834

Branch: refs/heads/feature/GEODE-1895
Commit: 402068349d09ed0d208d5c31e4f63ebe2daf27bf
Parents: 48808a9
Author: Darrel Schneider <dschnei...@pivotal.io>
Authored: Wed Nov 9 16:58:50 2016 -0800
Committer: Darrel Schneider <dschnei...@pivotal.io>
Committed: Wed Nov 9 16:58:50 2016 -0800

----------------------------------------------------------------------
 dev-tools/generateRegionEntryClasses.sh | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/40206834/dev-tools/generateRegionEntryClasses.sh
----------------------------------------------------------------------
diff --git a/dev-tools/generateRegionEntryClasses.sh 
b/dev-tools/generateRegionEntryClasses.sh
index ea0fe83..23a8a02 100755
--- a/dev-tools/generateRegionEntryClasses.sh
+++ b/dev-tools/generateRegionEntryClasses.sh
@@ -1,11 +1,24 @@
 #!/bin/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.
+#
 # This script should only be run from the top level build directory 
 # (the one that contains the "dev-tools" subdirectory).
 # It reads LeafRegionEntry.cpp, preprocesses it and generates all the leaf
 # class source files that subclass AbstractRegionEntry.
 # It executes cpp. It has been tested with gnu's cpp on linux.
 # After using it to generate new java files, make sure and
-# run 'gradle spotlessApply' to format these generated files.
+# run './gradlew spotlessApply' to format these generated files.
 # Then use 'git diff' to validate the changes you made to the
 # generated java files before committing them.
 
@@ -48,4 +61,4 @@ do
     done
   done
 done
-echo now run \'./gradle spotlessApply\' to format the generated files
+echo now run \'./gradlew spotlessApply\' to format the generated files

Reply via email to