You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2015/05/15 08:18:07 UTC

stratos git commit: fixing license verification checks

Repository: stratos
Updated Branches:
  refs/heads/master 73d50a72a -> a9ba336c1


fixing license verification checks


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

Branch: refs/heads/master
Commit: a9ba336c15812d4d1adbbaf1acb57c42651198d8
Parents: 73d50a7
Author: Isuru Haththotuwa <is...@apache.org>
Authored: Fri May 15 11:45:17 2015 +0530
Committer: Isuru Haththotuwa <is...@apache.org>
Committed: Fri May 15 11:47:49 2015 +0530

----------------------------------------------------------------------
 ...nager.subscription.filter.SubscriptionFilter | 21 +++++++++++++++++++-
 dependencies/jclouds/provider/aws-ec2/Readme.md | 20 +++++++++++++++++++
 .../load-balancer/haproxy-extension/INSTALL.md  | 19 ++++++++++++++++++
 .../load-balancer/nginx-extension/INSTALL.md    | 19 ++++++++++++++++++
 pom.xml                                         |  8 ++++++++
 .../single-cartridge-app/scripts/gce/deploy.sh  | 20 +++++++++++++++++++
 .../scripts/gce/undeploy.sh                     | 19 ++++++++++++++++++
 7 files changed, 125 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/a9ba336c/components/org.apache.stratos.manager/src/main/resources/META-INF/services/org.apache.stratos.manager.subscription.filter.SubscriptionFilter
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager/src/main/resources/META-INF/services/org.apache.stratos.manager.subscription.filter.SubscriptionFilter b/components/org.apache.stratos.manager/src/main/resources/META-INF/services/org.apache.stratos.manager.subscription.filter.SubscriptionFilter
index 158bf39..04e4c9c 100644
--- a/components/org.apache.stratos.manager/src/main/resources/META-INF/services/org.apache.stratos.manager.subscription.filter.SubscriptionFilter
+++ b/components/org.apache.stratos.manager/src/main/resources/META-INF/services/org.apache.stratos.manager.subscription.filter.SubscriptionFilter
@@ -1 +1,20 @@
-org.apache.stratos.manager.subscription.filter.LBCreationSubscriptionFilter
\ No newline at end of file
+/*
+ * 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.
+ */
+
+org.apache.stratos.manager.subscription.filter.LBCreationSubscriptionFilter

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9ba336c/dependencies/jclouds/provider/aws-ec2/Readme.md
----------------------------------------------------------------------
diff --git a/dependencies/jclouds/provider/aws-ec2/Readme.md b/dependencies/jclouds/provider/aws-ec2/Readme.md
index a752259..781050b 100644
--- a/dependencies/jclouds/provider/aws-ec2/Readme.md
+++ b/dependencies/jclouds/provider/aws-ec2/Readme.md
@@ -1,3 +1,23 @@
+
+  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.
+ 
+
+
 Why aws-ec2 provider forked?
 ============================
 

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9ba336c/extensions/load-balancer/haproxy-extension/INSTALL.md
----------------------------------------------------------------------
diff --git a/extensions/load-balancer/haproxy-extension/INSTALL.md b/extensions/load-balancer/haproxy-extension/INSTALL.md
index 826419f..c10cef4 100644
--- a/extensions/load-balancer/haproxy-extension/INSTALL.md
+++ b/extensions/load-balancer/haproxy-extension/INSTALL.md
@@ -1,3 +1,22 @@
+ #
+ # 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.
+ #
+
 # Installing Apache Stratos HAProxy Extension
 
 Apache Stratos HAProxy Extension could be used for integrating HAProxy load balancer with Apache Stratos. Please follow

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9ba336c/extensions/load-balancer/nginx-extension/INSTALL.md
----------------------------------------------------------------------
diff --git a/extensions/load-balancer/nginx-extension/INSTALL.md b/extensions/load-balancer/nginx-extension/INSTALL.md
index 3e0aa5a..c9e0acb 100644
--- a/extensions/load-balancer/nginx-extension/INSTALL.md
+++ b/extensions/load-balancer/nginx-extension/INSTALL.md
@@ -1,3 +1,22 @@
+ #
+ # 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.
+ #
+
 # Installing Apache Stratos Nginx Extension
 
 Apache Stratos Nginx Extension could be used for integrating Nginx load balancer with Apache Stratos. Please follow

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9ba336c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d5fbe1d..3c764ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,6 +169,7 @@
                                 <exclude>**/scriptaculous/**/*</exclude>
                                 <exclude>**/prototype-1.6.js</exclude>
                                 <exclude>**/prototype.js</exclude>
+				<exclude>**/.gitmodules</exclude>
 
                                 <!-- Added following based on jclouds -->
                                 <exclude>**/src/test/resources/**/*.xml</exclude>
@@ -177,6 +178,13 @@
                                 <exclude>**/services/*ApiMetadata</exclude>
                                 <exclude>**/services/*ProviderMetadata</exclude>
                                 <exclude>**/dhtmlHistory.js</exclude>
+				
+				<!-- for ActivMQ test broker -->
+                                <exclude>**/db.data</exclude>
+				
+				<!-- WSDLs -->
+				<exclude>**/*.wsdl</exclude>
+				
                             </excludes>
                             <excludeSubProjects>false</excludeSubProjects>
                         </configuration>

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9ba336c/samples/applications/simple/single-cartridge-app/scripts/gce/deploy.sh
----------------------------------------------------------------------
diff --git a/samples/applications/simple/single-cartridge-app/scripts/gce/deploy.sh b/samples/applications/simple/single-cartridge-app/scripts/gce/deploy.sh
index a754791..e05836e 100755
--- a/samples/applications/simple/single-cartridge-app/scripts/gce/deploy.sh
+++ b/samples/applications/simple/single-cartridge-app/scripts/gce/deploy.sh
@@ -1,5 +1,25 @@
 #!/bin/sh
 
+ #
+ # 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.
+ #
+
+
 iaas="gce"
 
 prgdir=`dirname "$0"`

http://git-wip-us.apache.org/repos/asf/stratos/blob/a9ba336c/samples/applications/simple/single-cartridge-app/scripts/gce/undeploy.sh
----------------------------------------------------------------------
diff --git a/samples/applications/simple/single-cartridge-app/scripts/gce/undeploy.sh b/samples/applications/simple/single-cartridge-app/scripts/gce/undeploy.sh
index 17d8c71..e75026b 100755
--- a/samples/applications/simple/single-cartridge-app/scripts/gce/undeploy.sh
+++ b/samples/applications/simple/single-cartridge-app/scripts/gce/undeploy.sh
@@ -1,5 +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.
+ #
+
 prgdir=`dirname "$0"`
 script_path=`cd "$prgdir"; pwd`
 common_folder=`cd "${script_path}/../common"; pwd`