Repository: incubator-slider
Updated Branches:
  refs/heads/develop de06b3e95 -> f25e883f2


SLIDER-1149 license header missing from hbase-nopkg jinja2 files


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

Branch: refs/heads/develop
Commit: f25e883f2fc51a4a35ec425372bd953d2c5844ee
Parents: de06b3e
Author: Gour Saha <gourks...@apache.org>
Authored: Thu Mar 9 17:12:30 2017 -0800
Committer: Gour Saha <gourks...@apache.org>
Committed: Thu Mar 9 17:12:30 2017 -0800

----------------------------------------------------------------------
 .../hbase-nopkg/resources/hbase-env-client.sh.j2     | 15 +++++++++++++++
 .../hbase-nopkg/resources/hbase-env-secured.sh.j2    | 15 +++++++++++++++
 app-packages/hbase-nopkg/resources/hbase-env.sh.j2   | 15 +++++++++++++++
 3 files changed, 45 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/f25e883f/app-packages/hbase-nopkg/resources/hbase-env-client.sh.j2
----------------------------------------------------------------------
diff --git a/app-packages/hbase-nopkg/resources/hbase-env-client.sh.j2 
b/app-packages/hbase-nopkg/resources/hbase-env-client.sh.j2
index 2511a29..ffa663f 100644
--- a/app-packages/hbase-nopkg/resources/hbase-env-client.sh.j2
+++ b/app-packages/hbase-nopkg/resources/hbase-env-client.sh.j2
@@ -1,3 +1,18 @@
+# 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.
+
 # Set environment variables here.
 
 # The java implementation to use. Java 1.6 required.

http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/f25e883f/app-packages/hbase-nopkg/resources/hbase-env-secured.sh.j2
----------------------------------------------------------------------
diff --git a/app-packages/hbase-nopkg/resources/hbase-env-secured.sh.j2 
b/app-packages/hbase-nopkg/resources/hbase-env-secured.sh.j2
index 9ee901d..98d8f22 100644
--- a/app-packages/hbase-nopkg/resources/hbase-env-secured.sh.j2
+++ b/app-packages/hbase-nopkg/resources/hbase-env-secured.sh.j2
@@ -1,3 +1,18 @@
+# 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.
+
 # Set environment variables here.
 
 # The java implementation to use. Java 1.6 required.

http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/f25e883f/app-packages/hbase-nopkg/resources/hbase-env.sh.j2
----------------------------------------------------------------------
diff --git a/app-packages/hbase-nopkg/resources/hbase-env.sh.j2 
b/app-packages/hbase-nopkg/resources/hbase-env.sh.j2
index 3ed354f..1d93b75 100644
--- a/app-packages/hbase-nopkg/resources/hbase-env.sh.j2
+++ b/app-packages/hbase-nopkg/resources/hbase-env.sh.j2
@@ -1,3 +1,18 @@
+# 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.
+
 # Set environment variables here.
 
 # The java implementation to use. Java 1.6 required.

Reply via email to