You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2013/09/05 06:26:04 UTC

[4/5] Adding licences which are added automatically by Rat plugin

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/components/org.apache.stratos.sso.redirector.ui/src/main/resources/web/stratos-auth/css/stratos-loginpage.css
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.sso.redirector.ui/src/main/resources/web/stratos-auth/css/stratos-loginpage.css b/components/org.apache.stratos.sso.redirector.ui/src/main/resources/web/stratos-auth/css/stratos-loginpage.css
index fce87f7..34d2604 100644
--- a/components/org.apache.stratos.sso.redirector.ui/src/main/resources/web/stratos-auth/css/stratos-loginpage.css
+++ b/components/org.apache.stratos.sso.redirector.ui/src/main/resources/web/stratos-auth/css/stratos-loginpage.css
@@ -1,94 +1,115 @@
-body {
-background-image:url(../images/st-login-body-bg.gif);
-background-position:left top;
-background-repeat:repeat-x;
-font-family:"Calibri",Arial,Helvetica,san-serif;
-font-size:0.8em;
-margin:0;
-padding:0;
-}
-p {
-}
-td {
-}
-a:link {
-text-decoration:none;
-}
-a:visited {
-}
-a:hover {
-}
-a:active {
-}
-a img {
-border:0 none;
-}
-div#middle {
-background-color:#FFFFFF;
-margin:auto;
-width:961px;
-}
-div#header {
-background-image:url(../images/st-login-header-bg.gif);
-background-position:left top;
-background-repeat:no-repeat;
-height:87px;
-padding-top:94px;
-text-align:center;
-}
-div#content {
-background-image:url(../images/st-login-content-bg.gif);
-background-position:left top;
-background-repeat:no-repeat;
-padding-left:60px;
-padding-right:60px;
-padding-top:20px;
-}
-div#intro {
-padding-bottom:10px;
-text-align:center;
-}
-div#register {
-float:left;
-padding-top:85px;
-text-align:center;
-width:420px;
-}
-div#sign-in {
-border-left:1px solid #0499CC;
-float:left;
-padding:20px 30px 30px 50px;
-text-align:left;
-width:340px;
-}
-div#sign-in h2 {
-border-bottom:1px solid #78BDE8;
-font-size:130%;
-margin-bottom:10px;
-margin-top:0;
-padding-bottom:10px;
-padding-top:0;
-}
-div#sign-in table tr td {
-padding-bottom:5px;
-padding-right:7px;
-}
-div#sign-in table {
-border-bottom:1px solid #78BDE8;
-margin-bottom:7px;
-}
-div#footer {
-background-image:url(../images/st-login-footer-bg.gif);
-background-position:left top;
-background-repeat:no-repeat;
-margin-top:5px;
-padding-bottom:7px;
-padding-top:25px;
-text-align:center;
-}
-div.clear {
-clear:both;
-}
-#loginForm td label{
-    font-size:11px;
-}
\ 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.
+ *
+*/
+
+body {
+background-image:url(../images/st-login-body-bg.gif);
+background-position:left top;
+background-repeat:repeat-x;
+font-family:"Calibri",Arial,Helvetica,san-serif;
+font-size:0.8em;
+margin:0;
+padding:0;
+}
+p {
+}
+td {
+}
+a:link {
+text-decoration:none;
+}
+a:visited {
+}
+a:hover {
+}
+a:active {
+}
+a img {
+border:0 none;
+}
+div#middle {
+background-color:#FFFFFF;
+margin:auto;
+width:961px;
+}
+div#header {
+background-image:url(../images/st-login-header-bg.gif);
+background-position:left top;
+background-repeat:no-repeat;
+height:87px;
+padding-top:94px;
+text-align:center;
+}
+div#content {
+background-image:url(../images/st-login-content-bg.gif);
+background-position:left top;
+background-repeat:no-repeat;
+padding-left:60px;
+padding-right:60px;
+padding-top:20px;
+}
+div#intro {
+padding-bottom:10px;
+text-align:center;
+}
+div#register {
+float:left;
+padding-top:85px;
+text-align:center;
+width:420px;
+}
+div#sign-in {
+border-left:1px solid #0499CC;
+float:left;
+padding:20px 30px 30px 50px;
+text-align:left;
+width:340px;
+}
+div#sign-in h2 {
+border-bottom:1px solid #78BDE8;
+font-size:130%;
+margin-bottom:10px;
+margin-top:0;
+padding-bottom:10px;
+padding-top:0;
+}
+div#sign-in table tr td {
+padding-bottom:5px;
+padding-right:7px;
+}
+div#sign-in table {
+border-bottom:1px solid #78BDE8;
+margin-bottom:7px;
+}
+div#footer {
+background-image:url(../images/st-login-footer-bg.gif);
+background-position:left top;
+background-repeat:no-repeat;
+margin-top:5px;
+padding-bottom:7px;
+padding-top:25px;
+text-align:center;
+}
+div.clear {
+clear:both;
+}
+#loginForm td label{
+    font-size:11px;
+}

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/components/org.apache.stratos.tenant.mgt.core/src/main/java/org/apache/stratos/tenant/mgt/core/util/TenantCoreUtil.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.tenant.mgt.core/src/main/java/org/apache/stratos/tenant/mgt/core/util/TenantCoreUtil.java b/components/org.apache.stratos.tenant.mgt.core/src/main/java/org/apache/stratos/tenant/mgt/core/util/TenantCoreUtil.java
index 625004e..00e318e 100644
--- a/components/org.apache.stratos.tenant.mgt.core/src/main/java/org/apache/stratos/tenant/mgt/core/util/TenantCoreUtil.java
+++ b/components/org.apache.stratos.tenant.mgt.core/src/main/java/org/apache/stratos/tenant/mgt/core/util/TenantCoreUtil.java
@@ -1,4 +1,25 @@
 package org.apache.stratos.tenant.mgt.core.util;
+/*
+ *
+ * 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.
+ *
+*/
+
 
 import org.apache.stratos.tenant.mgt.core.internal.TenantMgtCoreServiceComponent;
 import org.apache.commons.logging.Log;

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/components/org.apache.stratos.tenant.mgt.ui/src/main/java/org/apache/stratos/tenant/mgt/ui/clients/PackageInfoServiceClient.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.tenant.mgt.ui/src/main/java/org/apache/stratos/tenant/mgt/ui/clients/PackageInfoServiceClient.java b/components/org.apache.stratos.tenant.mgt.ui/src/main/java/org/apache/stratos/tenant/mgt/ui/clients/PackageInfoServiceClient.java
index b0b692a..5b6c277 100644
--- a/components/org.apache.stratos.tenant.mgt.ui/src/main/java/org/apache/stratos/tenant/mgt/ui/clients/PackageInfoServiceClient.java
+++ b/components/org.apache.stratos.tenant.mgt.ui/src/main/java/org/apache/stratos/tenant/mgt/ui/clients/PackageInfoServiceClient.java
@@ -1,4 +1,25 @@
 package org.apache.stratos.tenant.mgt.ui.clients;
+/*
+ *
+ * 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.
+ *
+*/
+
 
 import org.apache.axis2.AxisFault;
 import org.apache.axis2.client.Options;

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/components/org.apache.stratos.tenant.mgt.ui/src/main/resources/web/tenant-mgt/css/tenant.css
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.tenant.mgt.ui/src/main/resources/web/tenant-mgt/css/tenant.css b/components/org.apache.stratos.tenant.mgt.ui/src/main/resources/web/tenant-mgt/css/tenant.css
index 26d0e28..6a371ee 100644
--- a/components/org.apache.stratos.tenant.mgt.ui/src/main/resources/web/tenant-mgt/css/tenant.css
+++ b/components/org.apache.stratos.tenant.mgt.ui/src/main/resources/web/tenant-mgt/css/tenant.css
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 /*css editor styles */
 .csseditor-top-line{
     background-color:black;
@@ -59,4 +80,4 @@
     background-repeat: no-repeat;
     padding-left: 20px;
     text-indent: 50px;
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/components/org.apache.stratos.tenant.mgt/src/main/java/org/apache/stratos/tenant/mgt/internal/util/TenantMgtRampartUtil.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.tenant.mgt/src/main/java/org/apache/stratos/tenant/mgt/internal/util/TenantMgtRampartUtil.java b/components/org.apache.stratos.tenant.mgt/src/main/java/org/apache/stratos/tenant/mgt/internal/util/TenantMgtRampartUtil.java
index 69e703a..2f74caf 100644
--- a/components/org.apache.stratos.tenant.mgt/src/main/java/org/apache/stratos/tenant/mgt/internal/util/TenantMgtRampartUtil.java
+++ b/components/org.apache.stratos.tenant.mgt/src/main/java/org/apache/stratos/tenant/mgt/internal/util/TenantMgtRampartUtil.java
@@ -1,4 +1,25 @@
 package org.apache.stratos.tenant.mgt.internal.util;
+/*
+ *
+ * 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.
+ *
+*/
+
 
 import java.util.Properties;
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/components/org.apache.stratos.tenant.mgt/src/main/java/org/apache/stratos/tenant/mgt/services/GAppTenantRegistrationService.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.tenant.mgt/src/main/java/org/apache/stratos/tenant/mgt/services/GAppTenantRegistrationService.java b/components/org.apache.stratos.tenant.mgt/src/main/java/org/apache/stratos/tenant/mgt/services/GAppTenantRegistrationService.java
index d011ec1..cfd284d 100644
--- a/components/org.apache.stratos.tenant.mgt/src/main/java/org/apache/stratos/tenant/mgt/services/GAppTenantRegistrationService.java
+++ b/components/org.apache.stratos.tenant.mgt/src/main/java/org/apache/stratos/tenant/mgt/services/GAppTenantRegistrationService.java
@@ -1,4 +1,25 @@
 package org.apache.stratos.tenant.mgt.services;
+/*
+ *
+ * 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.
+ *
+*/
+
 
 import org.apache.stratos.tenant.mgt.exception.TenantManagementException;
 import org.apache.stratos.tenant.mgt.internal.TenantMgtServiceComponent;

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/components/org.apache.stratos.tenant.mgt/src/main/java/org/apache/stratos/tenant/mgt/services/InMemoryPasswordcallbackHandler.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.tenant.mgt/src/main/java/org/apache/stratos/tenant/mgt/services/InMemoryPasswordcallbackHandler.java b/components/org.apache.stratos.tenant.mgt/src/main/java/org/apache/stratos/tenant/mgt/services/InMemoryPasswordcallbackHandler.java
index fec72a1..d4140f8 100644
--- a/components/org.apache.stratos.tenant.mgt/src/main/java/org/apache/stratos/tenant/mgt/services/InMemoryPasswordcallbackHandler.java
+++ b/components/org.apache.stratos.tenant.mgt/src/main/java/org/apache/stratos/tenant/mgt/services/InMemoryPasswordcallbackHandler.java
@@ -1,4 +1,25 @@
 package org.apache.stratos.tenant.mgt.services;
+/*
+ *
+ * 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.
+ *
+*/
+
 
 import java.io.IOException;
 import java.util.HashMap;

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/components/org.apache.stratos.theme.mgt.ui/src/main/resources/org/apache/stratos/theme/mgt/ui/i18n/JSResources.properties
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.theme.mgt.ui/src/main/resources/org/apache/stratos/theme/mgt/ui/i18n/JSResources.properties b/components/org.apache.stratos.theme.mgt.ui/src/main/resources/org/apache/stratos/theme/mgt/ui/i18n/JSResources.properties
index 4282f03..e80c6bb 100644
--- a/components/org.apache.stratos.theme.mgt.ui/src/main/resources/org/apache/stratos/theme/mgt/ui/i18n/JSResources.properties
+++ b/components/org.apache.stratos.theme.mgt.ui/src/main/resources/org/apache/stratos/theme/mgt/ui/i18n/JSResources.properties
@@ -1,2 +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.
+#
+#
+
 password.mismatched=Passwords do not match.
-current.password.should.provided=You should provide the current password inorder to change the password.
\ No newline at end of file
+current.password.should.provided=You should provide the current password inorder to change the password.

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/components/org.apache.stratos.theme.mgt.ui/src/main/resources/org/apache/stratos/theme/mgt/ui/i18n/Resources.properties
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.theme.mgt.ui/src/main/resources/org/apache/stratos/theme/mgt/ui/i18n/Resources.properties b/components/org.apache.stratos.theme.mgt.ui/src/main/resources/org/apache/stratos/theme/mgt/ui/i18n/Resources.properties
index edf3f48..2199332 100644
--- a/components/org.apache.stratos.theme.mgt.ui/src/main/resources/org/apache/stratos/theme/mgt/ui/i18n/Resources.properties
+++ b/components/org.apache.stratos.theme.mgt.ui/src/main/resources/org/apache/stratos/theme/mgt/ui/i18n/Resources.properties
@@ -1,3 +1,24 @@
+#
+#
+# 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.
+#
+#
+
 submit.tenant=Submit Tenant
 domain=Domain
 domain.information=Domain Information

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/components/org.apache.stratos.theme.mgt.ui/src/main/resources/web/tenant-theme/css/loginpage.css
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.theme.mgt.ui/src/main/resources/web/tenant-theme/css/loginpage.css b/components/org.apache.stratos.theme.mgt.ui/src/main/resources/web/tenant-theme/css/loginpage.css
index 430f1a1..6db0699 100644
--- a/components/org.apache.stratos.theme.mgt.ui/src/main/resources/web/tenant-theme/css/loginpage.css
+++ b/components/org.apache.stratos.theme.mgt.ui/src/main/resources/web/tenant-theme/css/loginpage.css
@@ -1,110 +1,131 @@
-.gou-page{
-    background-image: url(../images/page-back.jpg);
-    background-position: 0px 0px;
-    background-repeat:repeat-x;
-    background-color:#5b4e17;
-}
-.gou-header{
-    background-image: url(../images/header.jpg);
-    background-position: top right;
-    background-repeat:no-repeat;
-}
-.gou-logo{
-    background-image: url(../images/logo.jpg);
-    background-position: top right;
-    background-repeat:no-repeat;
-    width:387px;
-    height:89px;
-}
-.gou-page-sizer{
-    width:100%;
-}
-.gou-content{
-    background-image: url(../images/content-back.jpg);
-    background-position: 0px 0px;
-    background-repeat:repeat-x;
-    background-color:#ffffff;
-    border:solid 1px #eafde6;
-    margin-left:10px;
-    margin-right:10px;
-}
-.gou-content-img{
-    background-image: url(../images/content-back-left.jpg);
-    background-position: 0px 0px;
-    background-repeat:no-repeat;
-    padding-top:20px;
-    padding-left:20px;
-    padding-right:20px;
-    padding-bottom:20px;
-
-}
-.gou-footer{
-    background-image: url(../images/footer.jpg);
-    background-position: 0px 0px;
-    background-repeat:repeat-x;
-    border-bottom:solid 1px #eafde6;
-    height:42px;
-    color:#ffffff;
-    font-size:10px;
-    line-height:40px;
-    padding-left:10px;
-}
-.gou-input-text{
-    height:18px;
-    font-size:10.5px;
-    border:solid 1px #cccccc;
-    width:200px;
-}
-.gou-input-button{
-       background-image: url(../images/button-back.gif);
-    background-position: 0px 0px;
-    background-repeat:repeat-x;
-    height:22px;
-    color:#ffffff;
-    background-color:#515151;
-}
-.gou-content-box{
-    padding:15px;
-    background-color:#ffffff;
-    border:solid 1px #4f301c;
-    margin-right:20px;
-}
-.gou-h1,.gou-h1 a{
-    font-size:16px;
-    font-weight:bold;
-    color:#ffffff;
-}
-.gou-content-text{
-    font-size:11px;
-    color:#636363;
-}
-body, td, th,h1, h2, div{
-    font-family:Helvetica,Arial,Sans-serif;
-    font-size:11px;
-    padding:0px;
-    margin:0px;
-}
-.gou-login-table td{
-    padding-right:20px;
-    padding-top:10px;
-}
-.gou-form-label{
-    font-color:#3b3b3b;
-    font-size:12px;
-}
-.gou-sign-in{
-    padding-left:5px;
-    color:#1b676b;
-    height:40px;
-    text-decoration:none;
-}
-.gou-links-table img{
-    border: none;
-}
-.gou-links-table td{
-    padding-bottom:20px;
-    padding-left:20px;
-}
-.gou-links-table a{
-    text-decoration:none;
-}
\ 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.
+ *
+*/
+
+.gou-page{
+    background-image: url(../images/page-back.jpg);
+    background-position: 0px 0px;
+    background-repeat:repeat-x;
+    background-color:#5b4e17;
+}
+.gou-header{
+    background-image: url(../images/header.jpg);
+    background-position: top right;
+    background-repeat:no-repeat;
+}
+.gou-logo{
+    background-image: url(../images/logo.jpg);
+    background-position: top right;
+    background-repeat:no-repeat;
+    width:387px;
+    height:89px;
+}
+.gou-page-sizer{
+    width:100%;
+}
+.gou-content{
+    background-image: url(../images/content-back.jpg);
+    background-position: 0px 0px;
+    background-repeat:repeat-x;
+    background-color:#ffffff;
+    border:solid 1px #eafde6;
+    margin-left:10px;
+    margin-right:10px;
+}
+.gou-content-img{
+    background-image: url(../images/content-back-left.jpg);
+    background-position: 0px 0px;
+    background-repeat:no-repeat;
+    padding-top:20px;
+    padding-left:20px;
+    padding-right:20px;
+    padding-bottom:20px;
+
+}
+.gou-footer{
+    background-image: url(../images/footer.jpg);
+    background-position: 0px 0px;
+    background-repeat:repeat-x;
+    border-bottom:solid 1px #eafde6;
+    height:42px;
+    color:#ffffff;
+    font-size:10px;
+    line-height:40px;
+    padding-left:10px;
+}
+.gou-input-text{
+    height:18px;
+    font-size:10.5px;
+    border:solid 1px #cccccc;
+    width:200px;
+}
+.gou-input-button{
+       background-image: url(../images/button-back.gif);
+    background-position: 0px 0px;
+    background-repeat:repeat-x;
+    height:22px;
+    color:#ffffff;
+    background-color:#515151;
+}
+.gou-content-box{
+    padding:15px;
+    background-color:#ffffff;
+    border:solid 1px #4f301c;
+    margin-right:20px;
+}
+.gou-h1,.gou-h1 a{
+    font-size:16px;
+    font-weight:bold;
+    color:#ffffff;
+}
+.gou-content-text{
+    font-size:11px;
+    color:#636363;
+}
+body, td, th,h1, h2, div{
+    font-family:Helvetica,Arial,Sans-serif;
+    font-size:11px;
+    padding:0px;
+    margin:0px;
+}
+.gou-login-table td{
+    padding-right:20px;
+    padding-top:10px;
+}
+.gou-form-label{
+    font-color:#3b3b3b;
+    font-size:12px;
+}
+.gou-sign-in{
+    padding-left:5px;
+    color:#1b676b;
+    height:40px;
+    text-decoration:none;
+}
+.gou-links-table img{
+    border: none;
+}
+.gou-links-table td{
+    padding-bottom:20px;
+    padding-left:20px;
+}
+.gou-links-table a{
+    text-decoration:none;
+}

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/components/org.apache.stratos.theme.mgt.ui/src/main/resources/web/tenant-theme/css/tenant.css
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.theme.mgt.ui/src/main/resources/web/tenant-theme/css/tenant.css b/components/org.apache.stratos.theme.mgt.ui/src/main/resources/web/tenant-theme/css/tenant.css
index 8f211b8..9eb7f8e 100644
--- a/components/org.apache.stratos.theme.mgt.ui/src/main/resources/web/tenant-theme/css/tenant.css
+++ b/components/org.apache.stratos.theme.mgt.ui/src/main/resources/web/tenant-theme/css/tenant.css
@@ -1,74 +1,95 @@
-/*css editor styles */
-.csseditor-top-line{
-    background-color:black;
-    height:5px;
-}
-.csseditor-leftbox{
-    background-color:#e6e6e6;
-    padding-left:5px;
-    padding-right:5px;
-    padding-bottom:5px;
-    padding-top:15px;
-   height:380px;
-}
-.csseditor-leftbox-top{
-    color:#000000;
-    font-size:18px;
-    height:30px;
-}
-.csseditor-textbox{
-    background-color:#dfe7ed;
-    border:solid 1px #ffffff;
-    width:100%;
-}
-.csseditor-rightbox{
-    background-color:#f3f3f3;
-    border:solid 1px #ffffff;
-    height:400px;
-}
-.csseditor-rightbox-title{
-    background-color:#9a9a9a;
-    height:25px;
-    color:#ffffff;
-    padding-left:10px;
-    padding-top:5px;
-}
-.csseditor-searchbox{
-    padding-left:10px;
-    padding-top:10px;
-}
-.csseditor-right{
-    width:320px;
-}
-#flickr_results{
-    height:210px;
-    overflow-y:auto;
-    overflow-x:hidden;
-    margin-left:5px;
-    margin-right:5px;
-    border:solid 1px #ffffff;
-}
-.flicker_selected{
-    height:20px;
-    border:solid 1px #cccccc;
-    background-color:#ffffff;
-    color:#333333;
-    padding:5px;
-    margin-top:5px;
-    margin-bottom:5px;
-}
-.imageList{
-}
-.imageList li {
-    padding-top: 3px !important;
-    padding-left: 5px !important;
-    background-color: #e1e9ec;
-    border: solid 1px #b5bdc1;
-}
-
-.imageList li a {
-    background-image: url(../images/images.gif);
-    background-repeat: no-repeat;
-    padding-left: 20px;
-    text-indent: 50px;
-}
\ 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.
+ *
+*/
+
+/*css editor styles */
+.csseditor-top-line{
+    background-color:black;
+    height:5px;
+}
+.csseditor-leftbox{
+    background-color:#e6e6e6;
+    padding-left:5px;
+    padding-right:5px;
+    padding-bottom:5px;
+    padding-top:15px;
+   height:380px;
+}
+.csseditor-leftbox-top{
+    color:#000000;
+    font-size:18px;
+    height:30px;
+}
+.csseditor-textbox{
+    background-color:#dfe7ed;
+    border:solid 1px #ffffff;
+    width:100%;
+}
+.csseditor-rightbox{
+    background-color:#f3f3f3;
+    border:solid 1px #ffffff;
+    height:400px;
+}
+.csseditor-rightbox-title{
+    background-color:#9a9a9a;
+    height:25px;
+    color:#ffffff;
+    padding-left:10px;
+    padding-top:5px;
+}
+.csseditor-searchbox{
+    padding-left:10px;
+    padding-top:10px;
+}
+.csseditor-right{
+    width:320px;
+}
+#flickr_results{
+    height:210px;
+    overflow-y:auto;
+    overflow-x:hidden;
+    margin-left:5px;
+    margin-right:5px;
+    border:solid 1px #ffffff;
+}
+.flicker_selected{
+    height:20px;
+    border:solid 1px #cccccc;
+    background-color:#ffffff;
+    color:#333333;
+    padding:5px;
+    margin-top:5px;
+    margin-bottom:5px;
+}
+.imageList{
+}
+.imageList li {
+    padding-top: 3px !important;
+    padding-left: 5px !important;
+    background-color: #e1e9ec;
+    border: solid 1px #b5bdc1;
+}
+
+.imageList li a {
+    background-image: url(../images/images.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    text-indent: 50px;
+}

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/components/org.apache.stratos.theme.mgt.ui/src/main/resources/web/tenant-theme/css/tenent-theme.css
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.theme.mgt.ui/src/main/resources/web/tenant-theme/css/tenent-theme.css b/components/org.apache.stratos.theme.mgt.ui/src/main/resources/web/tenant-theme/css/tenent-theme.css
index c3397db..0b9791a 100644
--- a/components/org.apache.stratos.theme.mgt.ui/src/main/resources/web/tenant-theme/css/tenent-theme.css
+++ b/components/org.apache.stratos.theme.mgt.ui/src/main/resources/web/tenant-theme/css/tenent-theme.css
@@ -1,32 +1,53 @@
-.sel-box{
-	background-image:url(../images/sel-02.jpg);
-	background-repeat:repeat-x;
-	background-position:0 0;
-	background-color:#f2f2f2;
-	border: inset 2px #48657a;
-	padding:3px;
-	float:left;
-	margin-right:20px;
-	margin-bottom:20px;
-}
-.sel-box span{
-	color:#1c475f;
-	font-weight:bold;
-	text-align:center;
-	font-size:14px;
-	line-height:30px;
-}
-.nor-box{
-	background-color:#ffffff;
-	border: solid 1px #7699b3;
-	padding:3px;
-	float:left;
-	margin-right:20px;
-	margin-bottom:20px;
-}
-.nor-box span{
-	color:#1c475f;
-	font-weight:bold;
-	text-align:center;
-	line-height:30px;
-}
\ 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.
+ *
+*/
+
+.sel-box{
+	background-image:url(../images/sel-02.jpg);
+	background-repeat:repeat-x;
+	background-position:0 0;
+	background-color:#f2f2f2;
+	border: inset 2px #48657a;
+	padding:3px;
+	float:left;
+	margin-right:20px;
+	margin-bottom:20px;
+}
+.sel-box span{
+	color:#1c475f;
+	font-weight:bold;
+	text-align:center;
+	font-size:14px;
+	line-height:30px;
+}
+.nor-box{
+	background-color:#ffffff;
+	border: solid 1px #7699b3;
+	padding:3px;
+	float:left;
+	margin-right:20px;
+	margin-bottom:20px;
+}
+.nor-box span{
+	color:#1c475f;
+	font-weight:bold;
+	text-align:center;
+	line-height:30px;
+}

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/components/org.apache.stratos.theme.mgt.ui/src/main/resources/web/tenant-theme/css/theme-mgt.css
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.theme.mgt.ui/src/main/resources/web/tenant-theme/css/theme-mgt.css b/components/org.apache.stratos.theme.mgt.ui/src/main/resources/web/tenant-theme/css/theme-mgt.css
index 18f7aac..29f207a 100644
--- a/components/org.apache.stratos.theme.mgt.ui/src/main/resources/web/tenant-theme/css/theme-mgt.css
+++ b/components/org.apache.stratos.theme.mgt.ui/src/main/resources/web/tenant-theme/css/theme-mgt.css
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 .subcontent {
     padding:5px 0px 5px; 0px
 }

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/components/org.apache.stratos.theme.mgt.ui/src/main/resources/web/tenant-theme/js/theme_resource_util.js
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.theme.mgt.ui/src/main/resources/web/tenant-theme/js/theme_resource_util.js b/components/org.apache.stratos.theme.mgt.ui/src/main/resources/web/tenant-theme/js/theme_resource_util.js
index 2b21b02..919dad9 100644
--- a/components/org.apache.stratos.theme.mgt.ui/src/main/resources/web/tenant-theme/js/theme_resource_util.js
+++ b/components/org.apache.stratos.theme.mgt.ui/src/main/resources/web/tenant-theme/js/theme_resource_util.js
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 var myEditor = null;
 function loadThemeResourcePage(path, viewMode, consumerID, targetDiv) {
     return loadThemeJSPPage('theme_advanced', path, viewMode, consumerID, targetDiv);

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/components/org.apache.stratos.throttling.manager/src/test/resources/carbon-home/repository/conf/cipher-text.properties
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.throttling.manager/src/test/resources/carbon-home/repository/conf/cipher-text.properties b/components/org.apache.stratos.throttling.manager/src/test/resources/carbon-home/repository/conf/cipher-text.properties
index 9432376..b11755d 100644
--- a/components/org.apache.stratos.throttling.manager/src/test/resources/carbon-home/repository/conf/cipher-text.properties
+++ b/components/org.apache.stratos.throttling.manager/src/test/resources/carbon-home/repository/conf/cipher-text.properties
@@ -1,8 +1,29 @@
-#aliases=testpass
-#
-## configuration  per each plaintext
-#testpass.secret=LxtcBuAfwazeX3Fk1kFHe9CvL6T3XaVAuh79ZpkJY5yeDAdfqmrVgq3HWNrLrWp4YLDUlhDP8VI0e/HMykul6yyuXa7YrZUpx5RovH5/Nl1dZvemgsVrgK5mioYtw9Z/1KQFDGphekd0NLNNXOD6uiQdUxrHc7jXXe9fAAXTDkI=
-#testpass.secret.alias=wso2carbon
-#testpass.secret.keystore=identity
-#
-
+#
+#
+# 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.
+#
+#
+
+#aliases=testpass
+#
+## configuration  per each plaintext
+#testpass.secret=LxtcBuAfwazeX3Fk1kFHe9CvL6T3XaVAuh79ZpkJY5yeDAdfqmrVgq3HWNrLrWp4YLDUlhDP8VI0e/HMykul6yyuXa7YrZUpx5RovH5/Nl1dZvemgsVrgK5mioYtw9Z/1KQFDGphekd0NLNNXOD6uiQdUxrHc7jXXe9fAAXTDkI=
+#testpass.secret.alias=wso2carbon
+#testpass.secret.keystore=identity
+#
+

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/components/org.apache.stratos.throttling.manager/src/test/resources/carbon-home/repository/conf/secret-conf.properties
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.throttling.manager/src/test/resources/carbon-home/repository/conf/secret-conf.properties b/components/org.apache.stratos.throttling.manager/src/test/resources/carbon-home/repository/conf/secret-conf.properties
index b8ad7ed..9683307 100644
--- a/components/org.apache.stratos.throttling.manager/src/test/resources/carbon-home/repository/conf/secret-conf.properties
+++ b/components/org.apache.stratos.throttling.manager/src/test/resources/carbon-home/repository/conf/secret-conf.properties
@@ -1,37 +1,58 @@
-#############################################################################
-## Security Configuration
-#############################################################################
-## The following property specifies a global password provider implementation
-## which will be used globally if not overriden in specific configurations
-##carbon.secretProvider=<any implementation of org.apache.synapse.commons.security.secret.SecretCallbackHandler>
-##Examples:
-##carbon.secretProvider=org.apache.synapse.commons.security.secret.handler.SecretManagerSecretCallbackHandler
-##carbon.secretProvider=org.apache.synapse.commons.security.secret.handler.JMXSecretCallbackHandler
-##carbon.secretProvider=org.apache.synapse.commons.security.secret.handler.JlineSecretCallbackHandler
-##carbon.secretProvider=org.apache.synapse.commons.security.secret.handler.JBossEncryptionSecretCallbackHandler
-#
-##Secret Repositories configuration
-#
-#secretRepositories=file
-#secretRepositories.file.provider=org.apache.synapse.commons.security.secret.repository.filebased.FileBaseSecretRepositoryProvider
-#secretRepositories.file.location=cipher-text.properties
-#
-##KeyStores configurations
-#
-#keystore.identity.location=resources/security/wso2carbon.jks
-#keystore.identity.type=JKS
-#keystore.identity.alias=wso2carbon
-#keystore.identity.store.password=wso2carbon
-##keystore.identity.store.secretProvider=<any implementation of org.apache.synapse.commons.security.secret.SecretCallbackHandler>
-#keystore.identity.key.password=wso2carbon
-##keystore.identity.key.secretProvider=<any implementation of org.apache.synapse.commons.security.secret.SecretCallbackHandler>
-##keystore.identity.parameters=enableHostnameVerifier=false;keyStoreCertificateFilePath=/home/esb.cer
-#
-#keystore.trust.location=resources/security/client-truststore.jks
-#keystore.trust.type=JKS
-#keystore.trust.alias=wso2carbon
-#keystore.trust.store.password=wso2carbon
-##keystore.trust.store.secretProvider=<any implementation of org.apache.synapse.commons.security.secret.SecretCallbackHandler>
-#
-#
-#
+#
+#
+# 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.
+#
+#
+
+#############################################################################
+## Security Configuration
+#############################################################################
+## The following property specifies a global password provider implementation
+## which will be used globally if not overriden in specific configurations
+##carbon.secretProvider=<any implementation of org.apache.synapse.commons.security.secret.SecretCallbackHandler>
+##Examples:
+##carbon.secretProvider=org.apache.synapse.commons.security.secret.handler.SecretManagerSecretCallbackHandler
+##carbon.secretProvider=org.apache.synapse.commons.security.secret.handler.JMXSecretCallbackHandler
+##carbon.secretProvider=org.apache.synapse.commons.security.secret.handler.JlineSecretCallbackHandler
+##carbon.secretProvider=org.apache.synapse.commons.security.secret.handler.JBossEncryptionSecretCallbackHandler
+#
+##Secret Repositories configuration
+#
+#secretRepositories=file
+#secretRepositories.file.provider=org.apache.synapse.commons.security.secret.repository.filebased.FileBaseSecretRepositoryProvider
+#secretRepositories.file.location=cipher-text.properties
+#
+##KeyStores configurations
+#
+#keystore.identity.location=resources/security/wso2carbon.jks
+#keystore.identity.type=JKS
+#keystore.identity.alias=wso2carbon
+#keystore.identity.store.password=wso2carbon
+##keystore.identity.store.secretProvider=<any implementation of org.apache.synapse.commons.security.secret.SecretCallbackHandler>
+#keystore.identity.key.password=wso2carbon
+##keystore.identity.key.secretProvider=<any implementation of org.apache.synapse.commons.security.secret.SecretCallbackHandler>
+##keystore.identity.parameters=enableHostnameVerifier=false;keyStoreCertificateFilePath=/home/esb.cer
+#
+#keystore.trust.location=resources/security/client-truststore.jks
+#keystore.trust.type=JKS
+#keystore.trust.alias=wso2carbon
+#keystore.trust.store.password=wso2carbon
+##keystore.trust.store.secretProvider=<any implementation of org.apache.synapse.commons.security.secret.SecretCallbackHandler>
+#
+#
+#

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/components/org.apache.stratos.throttling.ui/src/main/resources/org/apache/carbon/throttling/ui/i18n/JSResources.properties
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.throttling.ui/src/main/resources/org/apache/carbon/throttling/ui/i18n/JSResources.properties b/components/org.apache.stratos.throttling.ui/src/main/resources/org/apache/carbon/throttling/ui/i18n/JSResources.properties
index bf90999..b183e61 100644
--- a/components/org.apache.stratos.throttling.ui/src/main/resources/org/apache/carbon/throttling/ui/i18n/JSResources.properties
+++ b/components/org.apache.stratos.throttling.ui/src/main/resources/org/apache/carbon/throttling/ui/i18n/JSResources.properties
@@ -1 +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.
+#
+#
+
 empty=To make sure the js properties file is not empty

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/components/org.apache.stratos.throttling.ui/src/main/resources/org/apache/carbon/throttling/ui/i18n/Resources.properties
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.throttling.ui/src/main/resources/org/apache/carbon/throttling/ui/i18n/Resources.properties b/components/org.apache.stratos.throttling.ui/src/main/resources/org/apache/carbon/throttling/ui/i18n/Resources.properties
index d74f234..237de68 100644
--- a/components/org.apache.stratos.throttling.ui/src/main/resources/org/apache/carbon/throttling/ui/i18n/Resources.properties
+++ b/components/org.apache.stratos.throttling.ui/src/main/resources/org/apache/carbon/throttling/ui/i18n/Resources.properties
@@ -1,2 +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.
+#
+#
+
 throttling.menu.key=Throttling
-throttling.rules=Throttling Rules
\ No newline at end of file
+throttling.rules=Throttling Rules

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/components/org.apache.stratos.usage.ui/src/main/resources/org/apache/stratos/usage/ui/i18n/JSResources.properties
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.usage.ui/src/main/resources/org/apache/stratos/usage/ui/i18n/JSResources.properties b/components/org.apache.stratos.usage.ui/src/main/resources/org/apache/stratos/usage/ui/i18n/JSResources.properties
index e7490b0..ade4cce 100644
--- a/components/org.apache.stratos.usage.ui/src/main/resources/org/apache/stratos/usage/ui/i18n/JSResources.properties
+++ b/components/org.apache.stratos.usage.ui/src/main/resources/org/apache/stratos/usage/ui/i18n/JSResources.properties
@@ -1,2 +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.
+#
+#
+
 empty=To make sure the js properties file is not empty
-session.timed.out=Session timed out. Please login again
\ No newline at end of file
+session.timed.out=Session timed out. Please login again

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/components/org.apache.stratos.usage.ui/src/main/resources/org/apache/stratos/usage/ui/i18n/Resources.properties
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.usage.ui/src/main/resources/org/apache/stratos/usage/ui/i18n/Resources.properties b/components/org.apache.stratos.usage.ui/src/main/resources/org/apache/stratos/usage/ui/i18n/Resources.properties
index d7eda93..15e1b6c 100644
--- a/components/org.apache.stratos.usage.ui/src/main/resources/org/apache/stratos/usage/ui/i18n/Resources.properties
+++ b/components/org.apache.stratos.usage.ui/src/main/resources/org/apache/stratos/usage/ui/i18n/Resources.properties
@@ -1,3 +1,24 @@
+#
+#
+# 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.
+#
+#
+
 usage.menu=User Usage
 user.usage.report=User Usage Report
 tenant.menu=Tenant Usage
@@ -54,4 +75,4 @@ api.usage=API Usage
 cartridge.stat=Cartridge Usage
 cartridge.type=Cartridge Type
 image.id=Image ID
-cartridge.hours=Hours
\ No newline at end of file
+cartridge.hours=Hours

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/components/org.apache.stratos.usage.ui/src/main/resources/web/tenant-usage/css/tenant-usage.css
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.usage.ui/src/main/resources/web/tenant-usage/css/tenant-usage.css b/components/org.apache.stratos.usage.ui/src/main/resources/web/tenant-usage/css/tenant-usage.css
index 5c85728..9f3d427 100644
--- a/components/org.apache.stratos.usage.ui/src/main/resources/web/tenant-usage/css/tenant-usage.css
+++ b/components/org.apache.stratos.usage.ui/src/main/resources/web/tenant-usage/css/tenant-usage.css
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 .disableLink {
     color: #aaaaaa;
 }
@@ -25,4 +46,4 @@
 a {
     color: #386698;
     cursor: pointer;
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/components/org.apache.stratos.usage.ui/src/main/resources/web/tenant-usage/js/all-tenant-usage-report.js
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.usage.ui/src/main/resources/web/tenant-usage/js/all-tenant-usage-report.js b/components/org.apache.stratos.usage.ui/src/main/resources/web/tenant-usage/js/all-tenant-usage-report.js
index 61043f0..7dadba5 100644
--- a/components/org.apache.stratos.usage.ui/src/main/resources/web/tenant-usage/js/all-tenant-usage-report.js
+++ b/components/org.apache.stratos.usage.ui/src/main/resources/web/tenant-usage/js/all-tenant-usage-report.js
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 function createXmlHttpRequest() {
     var request;
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/components/org.apache.stratos.usage.ui/src/main/resources/web/tenant-usage/js/tenant-usage.js
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.usage.ui/src/main/resources/web/tenant-usage/js/tenant-usage.js b/components/org.apache.stratos.usage.ui/src/main/resources/web/tenant-usage/js/tenant-usage.js
index 76c4363..9084a16 100644
--- a/components/org.apache.stratos.usage.ui/src/main/resources/web/tenant-usage/js/tenant-usage.js
+++ b/components/org.apache.stratos.usage.ui/src/main/resources/web/tenant-usage/js/tenant-usage.js
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 function submitAllTenantPaginatedUsage(pageNumber) {
     sessionAwareFunction(function() {
         document.getElementById("requestedPage").value = pageNumber;

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/components/org.apache.stratos.usage.ui/src/main/resources/web/tenant-usage/js/usage-report.js
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.usage.ui/src/main/resources/web/tenant-usage/js/usage-report.js b/components/org.apache.stratos.usage.ui/src/main/resources/web/tenant-usage/js/usage-report.js
index ed9e306..894c7ad 100644
--- a/components/org.apache.stratos.usage.ui/src/main/resources/web/tenant-usage/js/usage-report.js
+++ b/components/org.apache.stratos.usage.ui/src/main/resources/web/tenant-usage/js/usage-report.js
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 function createXmlHttpRequest() {
     var request;
 
@@ -45,4 +66,4 @@ function getUsageReportData() {
 }
 function removeCarriageReturns(string) {
     return string.replace(/\n/g, "");
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/components/org.apache.stratos.validate.domain.ui/src/main/resources/org/apache/stratos/validate/domain/ui/i18n/JSResources.properties
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.validate.domain.ui/src/main/resources/org/apache/stratos/validate/domain/ui/i18n/JSResources.properties b/components/org.apache.stratos.validate.domain.ui/src/main/resources/org/apache/stratos/validate/domain/ui/i18n/JSResources.properties
index 7052880..1a07bee 100644
--- a/components/org.apache.stratos.validate.domain.ui/src/main/resources/org/apache/stratos/validate/domain/ui/i18n/JSResources.properties
+++ b/components/org.apache.stratos.validate.domain.ui/src/main/resources/org/apache/stratos/validate/domain/ui/i18n/JSResources.properties
@@ -1,7 +1,28 @@
+#
+#
+# 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.
+#
+#
+
 validation.fail.with.text=Domain ownership validation failed. Make sure you have put the exact text content mentioned here in the web root. 
 validation.success.with.text=Domain ownership validation succeeded.
 validation.fail.with.dns=Domain ownership validation failed. Note it may take sometime to propagate the changes in DNS. Please retry after a little break.
 validation.success.with.dns=Domain ownership validation succeeded.
 domain.empty=The domain to validate ownership is empty.
 domain.unavailable=The domain is already registered. Please choose a different domain.
-session.timed.out=Your session timed out. Please login again.
\ No newline at end of file
+session.timed.out=Your session timed out. Please login again.

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/components/org.apache.stratos.validate.domain.ui/src/main/resources/org/apache/stratos/validate/domain/ui/i18n/Resources.properties
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.validate.domain.ui/src/main/resources/org/apache/stratos/validate/domain/ui/i18n/Resources.properties b/components/org.apache.stratos.validate.domain.ui/src/main/resources/org/apache/stratos/validate/domain/ui/i18n/Resources.properties
index fc77420..d4ee15c 100644
--- a/components/org.apache.stratos.validate.domain.ui/src/main/resources/org/apache/stratos/validate/domain/ui/i18n/Resources.properties
+++ b/components/org.apache.stratos.validate.domain.ui/src/main/resources/org/apache/stratos/validate/domain/ui/i18n/Resources.properties
@@ -1,3 +1,24 @@
+#
+#
+# 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.
+#
+#
+
 domain.ownership.validation=Domain Ownership Validation
 validate.domain.menu=Validate Domain
 validate=Validate

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/components/org.apache.stratos.validate.domain.ui/src/main/resources/web/validate-domain/css/validate_domain.css
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.validate.domain.ui/src/main/resources/web/validate-domain/css/validate_domain.css b/components/org.apache.stratos.validate.domain.ui/src/main/resources/web/validate-domain/css/validate_domain.css
index 7b83d63..02dfd96 100644
--- a/components/org.apache.stratos.validate.domain.ui/src/main/resources/web/validate-domain/css/validate_domain.css
+++ b/components/org.apache.stratos.validate.domain.ui/src/main/resources/web/validate-domain/css/validate_domain.css
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 div#validation-introduction {
     margin: 5px;
 }
@@ -28,4 +49,4 @@ div.conf-info {
     border: 1px solid #111 !important;
     margin: 5px !important;
     padding: 2px !important;
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/components/org.apache.stratos.validate.domain.ui/src/main/resources/web/validate-domain/js/validate_domain.js
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.validate.domain.ui/src/main/resources/web/validate-domain/js/validate_domain.js b/components/org.apache.stratos.validate.domain.ui/src/main/resources/web/validate-domain/js/validate_domain.js
index 1585b42..6d95e54 100644
--- a/components/org.apache.stratos.validate.domain.ui/src/main/resources/web/validate-domain/js/validate_domain.js
+++ b/components/org.apache.stratos.validate.domain.ui/src/main/resources/web/validate-domain/js/validate_domain.js
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 function validateWithText(domain, status) {
 	sessionAwareStatusAwareFunction(function() {
     if(domain == "") {
@@ -148,4 +169,4 @@ function submitValidateWithTextForm(status) {
 	sessionAwareStatusAwareFunction(function() {
 		$('validateWithTextForm').submit();
 	}, status, org_wso2_carbon_validate_domain_ui_jsi18n["session.timed.out"]);
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/features/adc/org.apache.stratos.adc.mgt.server.feature/src/main/resources/build.properties
----------------------------------------------------------------------
diff --git a/features/adc/org.apache.stratos.adc.mgt.server.feature/src/main/resources/build.properties b/features/adc/org.apache.stratos.adc.mgt.server.feature/src/main/resources/build.properties
index 93c4b10..6deb744 100644
--- a/features/adc/org.apache.stratos.adc.mgt.server.feature/src/main/resources/build.properties
+++ b/features/adc/org.apache.stratos.adc.mgt.server.feature/src/main/resources/build.properties
@@ -1 +1,22 @@
-custom = true
\ 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.
+#
+#
+
+custom = true

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/features/adc/org.apache.stratos.adc.mgt.server.feature/src/main/resources/conf/cartridge-config.properties
----------------------------------------------------------------------
diff --git a/features/adc/org.apache.stratos.adc.mgt.server.feature/src/main/resources/conf/cartridge-config.properties b/features/adc/org.apache.stratos.adc.mgt.server.feature/src/main/resources/conf/cartridge-config.properties
index 83b9641..e360277 100644
--- a/features/adc/org.apache.stratos.adc.mgt.server.feature/src/main/resources/conf/cartridge-config.properties
+++ b/features/adc/org.apache.stratos.adc.mgt.server.feature/src/main/resources/conf/cartridge-config.properties
@@ -1,3 +1,24 @@
+#
+#
+# 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.
+#
+#
+
 # Configuration properties
 
 sc.ip=stratos_ip

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/features/adc/org.apache.stratos.adc.mgt.server.feature/src/main/resources/conf/policies.xml
----------------------------------------------------------------------
diff --git a/features/adc/org.apache.stratos.adc.mgt.server.feature/src/main/resources/conf/policies.xml b/features/adc/org.apache.stratos.adc.mgt.server.feature/src/main/resources/conf/policies.xml
index 7dd37d5..efc24b7 100644
--- a/features/adc/org.apache.stratos.adc.mgt.server.feature/src/main/resources/conf/policies.xml
+++ b/features/adc/org.apache.stratos.adc.mgt.server.feature/src/main/resources/conf/policies.xml
@@ -1,3 +1,25 @@
+<?xml version='1.0'?>
+<!--
+
+ 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.
+
+-->
+
 <policies>
 	<policy name="single" isDefault="true">
 		<description>Single - Instances: Min 1, Max 1</description>
@@ -19,4 +41,4 @@
 		<scale_down_factor>0.25</scale_down_factor>
 		<rounds_to_average>2</rounds_to_average>
 	</policy>
-</policies>
\ No newline at end of file
+</policies>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/features/cartridge-agent/org.apache.stratos.cartridge.agent.server.feature/src/main/resources/build.properties
----------------------------------------------------------------------
diff --git a/features/cartridge-agent/org.apache.stratos.cartridge.agent.server.feature/src/main/resources/build.properties b/features/cartridge-agent/org.apache.stratos.cartridge.agent.server.feature/src/main/resources/build.properties
index 74258d5..7602c01 100644
--- a/features/cartridge-agent/org.apache.stratos.cartridge.agent.server.feature/src/main/resources/build.properties
+++ b/features/cartridge-agent/org.apache.stratos.cartridge.agent.server.feature/src/main/resources/build.properties
@@ -1,2 +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.
+#
+#
+
 custom = true
 root.stratos=conf

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/features/cartridge-agent/org.apache.stratos.cartridge.agent.server.feature/src/main/resources/conf/agent.properties
----------------------------------------------------------------------
diff --git a/features/cartridge-agent/org.apache.stratos.cartridge.agent.server.feature/src/main/resources/conf/agent.properties b/features/cartridge-agent/org.apache.stratos.cartridge.agent.server.feature/src/main/resources/conf/agent.properties
index 9513ff5..b0aa154 100644
--- a/features/cartridge-agent/org.apache.stratos.cartridge.agent.server.feature/src/main/resources/conf/agent.properties
+++ b/features/cartridge-agent/org.apache.stratos.cartridge.agent.server.feature/src/main/resources/conf/agent.properties
@@ -1,3 +1,24 @@
+#
+#
+# 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.
+#
+#
+
 loadBalancerDomain=lb.domain
 
 # Registrant health check interval in seconds

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/features/cloud-controller/org.apache.stratos.cloud.controller.feature/src/main/resources/build.properties
----------------------------------------------------------------------
diff --git a/features/cloud-controller/org.apache.stratos.cloud.controller.feature/src/main/resources/build.properties b/features/cloud-controller/org.apache.stratos.cloud.controller.feature/src/main/resources/build.properties
index 93c4b10..6deb744 100644
--- a/features/cloud-controller/org.apache.stratos.cloud.controller.feature/src/main/resources/build.properties
+++ b/features/cloud-controller/org.apache.stratos.cloud.controller.feature/src/main/resources/build.properties
@@ -1 +1,22 @@
-custom = true
\ 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.
+#
+#
+
+custom = true

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/features/manager/common/org.apache.stratos.common.server.feature/resources/build.properties
----------------------------------------------------------------------
diff --git a/features/manager/common/org.apache.stratos.common.server.feature/resources/build.properties b/features/manager/common/org.apache.stratos.common.server.feature/resources/build.properties
index 74258d5..7602c01 100644
--- a/features/manager/common/org.apache.stratos.common.server.feature/resources/build.properties
+++ b/features/manager/common/org.apache.stratos.common.server.feature/resources/build.properties
@@ -1,2 +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.
+#
+#
+
 custom = true
 root.stratos=conf

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/features/manager/common/org.apache.stratos.common.server.feature/resources/conf/cloud-services-desc.xml
----------------------------------------------------------------------
diff --git a/features/manager/common/org.apache.stratos.common.server.feature/resources/conf/cloud-services-desc.xml b/features/manager/common/org.apache.stratos.common.server.feature/resources/conf/cloud-services-desc.xml
index 70bcdc8..fc71948 100644
--- a/features/manager/common/org.apache.stratos.common.server.feature/resources/conf/cloud-services-desc.xml
+++ b/features/manager/common/org.apache.stratos.common.server.feature/resources/conf/cloud-services-desc.xml
@@ -1,3 +1,25 @@
+<?xml version='1.0'?>
+<!--
+
+ 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 has the configurations for the cloud services. 
      Label, link, icon, description, and the other similar information for each of the services are

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/features/manager/common/org.apache.stratos.common.server.feature/resources/conf/eula.xml
----------------------------------------------------------------------
diff --git a/features/manager/common/org.apache.stratos.common.server.feature/resources/conf/eula.xml b/features/manager/common/org.apache.stratos.common.server.feature/resources/conf/eula.xml
index 01baa1d..948e71e 100644
--- a/features/manager/common/org.apache.stratos.common.server.feature/resources/conf/eula.xml
+++ b/features/manager/common/org.apache.stratos.common.server.feature/resources/conf/eula.xml
@@ -1,3 +1,25 @@
+<?xml version='1.0'?>
+<!--
+
+ 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.
+
+-->
+
 <stratosEula xmlns="http://wso2.com/cloud/services/terms-of-use">
 <Header>End User License Agreement</Header>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/features/manager/common/org.apache.stratos.common.server.feature/src/main/resources/build.properties
----------------------------------------------------------------------
diff --git a/features/manager/common/org.apache.stratos.common.server.feature/src/main/resources/build.properties b/features/manager/common/org.apache.stratos.common.server.feature/src/main/resources/build.properties
index 74258d5..7602c01 100644
--- a/features/manager/common/org.apache.stratos.common.server.feature/src/main/resources/build.properties
+++ b/features/manager/common/org.apache.stratos.common.server.feature/src/main/resources/build.properties
@@ -1,2 +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.
+#
+#
+
 custom = true
 root.stratos=conf

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/features/manager/common/org.apache.stratos.common.server.feature/src/main/resources/conf/cloud-services-desc.xml
----------------------------------------------------------------------
diff --git a/features/manager/common/org.apache.stratos.common.server.feature/src/main/resources/conf/cloud-services-desc.xml b/features/manager/common/org.apache.stratos.common.server.feature/src/main/resources/conf/cloud-services-desc.xml
index 70bcdc8..fc71948 100644
--- a/features/manager/common/org.apache.stratos.common.server.feature/src/main/resources/conf/cloud-services-desc.xml
+++ b/features/manager/common/org.apache.stratos.common.server.feature/src/main/resources/conf/cloud-services-desc.xml
@@ -1,3 +1,25 @@
+<?xml version='1.0'?>
+<!--
+
+ 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 has the configurations for the cloud services. 
      Label, link, icon, description, and the other similar information for each of the services are

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/features/manager/common/org.apache.stratos.common.server.feature/src/main/resources/conf/eula.xml
----------------------------------------------------------------------
diff --git a/features/manager/common/org.apache.stratos.common.server.feature/src/main/resources/conf/eula.xml b/features/manager/common/org.apache.stratos.common.server.feature/src/main/resources/conf/eula.xml
index 01baa1d..948e71e 100644
--- a/features/manager/common/org.apache.stratos.common.server.feature/src/main/resources/conf/eula.xml
+++ b/features/manager/common/org.apache.stratos.common.server.feature/src/main/resources/conf/eula.xml
@@ -1,3 +1,25 @@
+<?xml version='1.0'?>
+<!--
+
+ 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.
+
+-->
+
 <stratosEula xmlns="http://wso2.com/cloud/services/terms-of-use">
 <Header>End User License Agreement</Header>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/resources/build.properties
----------------------------------------------------------------------
diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/resources/build.properties b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/resources/build.properties
index 59417f4..3f354cf 100644
--- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/resources/build.properties
+++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/resources/build.properties
@@ -1,2 +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.
+#
+#
+
 custom = true
 root.tenant.core=conf

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a9d27019/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/resources/conf/cloud-services-desc.xml
----------------------------------------------------------------------
diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/resources/conf/cloud-services-desc.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/resources/conf/cloud-services-desc.xml
index d7016d7..5723436 100644
--- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/resources/conf/cloud-services-desc.xml
+++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/resources/conf/cloud-services-desc.xml
@@ -1,3 +1,25 @@
+<?xml version='1.0'?>
+<!--
+
+ 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 has the configurations for the cloud services. 
      Label, link, icon, description, and the other similar information for each of the services are