Repository: stratos
Updated Branches:
  refs/heads/master d35020ff3 -> 0fedbe135


Updating the remaining License headers with apache license


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

Branch: refs/heads/master
Commit: 0fedbe135c2ceae65fdae3bcc53c6ed394dbe6af
Parents: d35020f
Author: lasinducharith <[email protected]>
Authored: Wed Jul 8 15:37:34 2015 +0530
Committer: lasinducharith <[email protected]>
Committed: Wed Jul 8 15:37:34 2015 +0530

----------------------------------------------------------------------
 tools/puppet3/modules/appserver/LICENSE         | 24 +++++++------
 .../modules/appserver/manifests/clean.pp        | 25 ++++++++------
 .../modules/appserver/manifests/deploy.pp       | 25 ++++++++------
 .../puppet3/modules/appserver/manifests/init.pp | 25 ++++++++------
 .../modules/appserver/manifests/initialize.pp   | 25 ++++++++------
 .../modules/appserver/manifests/params.pp       | 25 ++++++++------
 .../appserver/manifests/push_templates.pp       | 25 ++++++++------
 .../modules/appserver/manifests/start.pp        | 25 ++++++++------
 .../templates/conf/axis2/axis2.xml.erb          | 29 ++++++++--------
 .../appserver/templates/conf/carbon.xml.erb     | 29 ++++++++--------
 .../conf/datasources/master-datasources.xml.erb | 29 ++++++++--------
 .../datasources/master-datasources/_remote.erb  | 29 ++++++++--------
 .../templates/conf/log4j.properties.erb         | 36 +++++++++-----------
 .../appserver/templates/conf/registry.xml.erb   | 29 ++++++++--------
 .../templates/conf/registry/_remote.erb         | 29 ++++++++--------
 .../conf/security/authenticators.xml.erb        | 29 ++++++++--------
 .../appserver/templates/conf/user-mgt.xml.erb   | 29 ++++++++--------
 .../puppet3/modules/haproxy/manifests/start.pp  | 25 ++++++++------
 18 files changed, 262 insertions(+), 230 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/0fedbe13/tools/puppet3/modules/appserver/LICENSE
----------------------------------------------------------------------
diff --git a/tools/puppet3/modules/appserver/LICENSE 
b/tools/puppet3/modules/appserver/LICENSE
index cbe907c..67adbd9 100644
--- a/tools/puppet3/modules/appserver/LICENSE
+++ b/tools/puppet3/modules/appserver/LICENSE
@@ -1,13 +1,17 @@
-Copyright 2005-2015 WSO2, Inc. http://www.wso2.org
+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
 
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
 
-    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.
 
-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.

http://git-wip-us.apache.org/repos/asf/stratos/blob/0fedbe13/tools/puppet3/modules/appserver/manifests/clean.pp
----------------------------------------------------------------------
diff --git a/tools/puppet3/modules/appserver/manifests/clean.pp 
b/tools/puppet3/modules/appserver/manifests/clean.pp
index 97d53f0..13f255d 100644
--- a/tools/puppet3/modules/appserver/manifests/clean.pp
+++ b/tools/puppet3/modules/appserver/manifests/clean.pp
@@ -1,17 +1,20 @@
 # ----------------------------------------------------------------------------
-#  Copyright 2005-2015 WSO2, Inc. http://www.wso2.org
+# 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
 #
-#  Licensed under the Apache License, Version 2.0 (the "License");
-#  you may not use this file except in compliance with the License.
-#  You may obtain a copy of the License at
+#   http://www.apache.org/licenses/LICENSE-2.0
 #
-#      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.
+# 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.
 # ----------------------------------------------------------------------------
 #
 # Cleans the previous deployment. If the maintenance mode is set to true, this 
will only kill the running service.

http://git-wip-us.apache.org/repos/asf/stratos/blob/0fedbe13/tools/puppet3/modules/appserver/manifests/deploy.pp
----------------------------------------------------------------------
diff --git a/tools/puppet3/modules/appserver/manifests/deploy.pp 
b/tools/puppet3/modules/appserver/manifests/deploy.pp
index cf4cac2..ca10f2e 100644
--- a/tools/puppet3/modules/appserver/manifests/deploy.pp
+++ b/tools/puppet3/modules/appserver/manifests/deploy.pp
@@ -1,17 +1,20 @@
 # ----------------------------------------------------------------------------
-#  Copyright 2005-2015 WSO2, Inc. http://www.wso2.org
+# 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
 #
-#  Licensed under the Apache License, Version 2.0 (the "License");
-#  you may not use this file except in compliance with the License.
-#  You may obtain a copy of the License at
+#   http://www.apache.org/licenses/LICENSE-2.0
 #
-#      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.
+# 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.
 # ----------------------------------------------------------------------------
 #
 # Executes the deployment by pushing all necessary configurations and patches

http://git-wip-us.apache.org/repos/asf/stratos/blob/0fedbe13/tools/puppet3/modules/appserver/manifests/init.pp
----------------------------------------------------------------------
diff --git a/tools/puppet3/modules/appserver/manifests/init.pp 
b/tools/puppet3/modules/appserver/manifests/init.pp
index 55daa47..b7ce95c 100644
--- a/tools/puppet3/modules/appserver/manifests/init.pp
+++ b/tools/puppet3/modules/appserver/manifests/init.pp
@@ -1,17 +1,20 @@
 # ----------------------------------------------------------------------------
-#  Copyright 2005-2015 WSO2, Inc. http://www.wso2.org
+# 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
 #
-#  Licensed under the Apache License, Version 2.0 (the "License");
-#  you may not use this file except in compliance with the License.
-#  You may obtain a copy of the License at
+#   http://www.apache.org/licenses/LICENSE-2.0
 #
-#      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.
+# 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.
 # ----------------------------------------------------------------------------
 #
 # Class: appserver

http://git-wip-us.apache.org/repos/asf/stratos/blob/0fedbe13/tools/puppet3/modules/appserver/manifests/initialize.pp
----------------------------------------------------------------------
diff --git a/tools/puppet3/modules/appserver/manifests/initialize.pp 
b/tools/puppet3/modules/appserver/manifests/initialize.pp
index 59e819c..2808210 100644
--- a/tools/puppet3/modules/appserver/manifests/initialize.pp
+++ b/tools/puppet3/modules/appserver/manifests/initialize.pp
@@ -1,17 +1,20 @@
 # ----------------------------------------------------------------------------
-#  Copyright 2005-2015 WSO2, Inc. http://www.wso2.org
+# 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
 #
-#  Licensed under the Apache License, Version 2.0 (the "License");
-#  you may not use this file except in compliance with the License.
-#  You may obtain a copy of the License at
+#   http://www.apache.org/licenses/LICENSE-2.0
 #
-#      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.
+# 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.
 # ----------------------------------------------------------------------------
 #
 # Initializing the deployment

http://git-wip-us.apache.org/repos/asf/stratos/blob/0fedbe13/tools/puppet3/modules/appserver/manifests/params.pp
----------------------------------------------------------------------
diff --git a/tools/puppet3/modules/appserver/manifests/params.pp 
b/tools/puppet3/modules/appserver/manifests/params.pp
index f255add..f1ac440 100644
--- a/tools/puppet3/modules/appserver/manifests/params.pp
+++ b/tools/puppet3/modules/appserver/manifests/params.pp
@@ -1,17 +1,20 @@
 # ----------------------------------------------------------------------------
-#  Copyright 2005-2015 WSO2, Inc. http://www.wso2.org
+# 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
 #
-#  Licensed under the Apache License, Version 2.0 (the "License");
-#  you may not use this file except in compliance with the License.
-#  You may obtain a copy of the License at
+#   http://www.apache.org/licenses/LICENSE-2.0
 #
-#      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.
+# 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.
 # ----------------------------------------------------------------------------
 #
 # Class appserver::params

http://git-wip-us.apache.org/repos/asf/stratos/blob/0fedbe13/tools/puppet3/modules/appserver/manifests/push_templates.pp
----------------------------------------------------------------------
diff --git a/tools/puppet3/modules/appserver/manifests/push_templates.pp 
b/tools/puppet3/modules/appserver/manifests/push_templates.pp
index a6c1178..00ecfb4 100644
--- a/tools/puppet3/modules/appserver/manifests/push_templates.pp
+++ b/tools/puppet3/modules/appserver/manifests/push_templates.pp
@@ -1,17 +1,20 @@
 # ----------------------------------------------------------------------------
-#  Copyright 2005-2015 WSO2, Inc. http://www.wso2.org
+# 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
 #
-#  Licensed under the Apache License, Version 2.0 (the "License");
-#  you may not use this file except in compliance with the License.
-#  You may obtain a copy of the License at
+#   http://www.apache.org/licenses/LICENSE-2.0
 #
-#      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.
+# 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.
 # ----------------------------------------------------------------------------
 #
 # Apply the templates

http://git-wip-us.apache.org/repos/asf/stratos/blob/0fedbe13/tools/puppet3/modules/appserver/manifests/start.pp
----------------------------------------------------------------------
diff --git a/tools/puppet3/modules/appserver/manifests/start.pp 
b/tools/puppet3/modules/appserver/manifests/start.pp
index 6ac6222..920f536 100644
--- a/tools/puppet3/modules/appserver/manifests/start.pp
+++ b/tools/puppet3/modules/appserver/manifests/start.pp
@@ -1,17 +1,20 @@
 # ----------------------------------------------------------------------------
-#  Copyright 2005-2015 WSO2, Inc. http://www.wso2.org
+# 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
 #
-#  Licensed under the Apache License, Version 2.0 (the "License");
-#  you may not use this file except in compliance with the License.
-#  You may obtain a copy of the License at
+#   http://www.apache.org/licenses/LICENSE-2.0
 #
-#      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.
+# 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.
 # ----------------------------------------------------------------------------
 #
 # Starts the service once the deployment is successful.

http://git-wip-us.apache.org/repos/asf/stratos/blob/0fedbe13/tools/puppet3/modules/appserver/templates/conf/axis2/axis2.xml.erb
----------------------------------------------------------------------
diff --git a/tools/puppet3/modules/appserver/templates/conf/axis2/axis2.xml.erb 
b/tools/puppet3/modules/appserver/templates/conf/axis2/axis2.xml.erb
index 15c9f68..b3c6027 100644
--- a/tools/puppet3/modules/appserver/templates/conf/axis2/axis2.xml.erb
+++ b/tools/puppet3/modules/appserver/templates/conf/axis2/axis2.xml.erb
@@ -1,18 +1,19 @@
 <!--
-  ~ Copyright 2005-2011 WSO2, Inc. (http://wso2.com)
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~ http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
+  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.
+-->
 
 <axisconfig name="AxisJava2.0">
 

http://git-wip-us.apache.org/repos/asf/stratos/blob/0fedbe13/tools/puppet3/modules/appserver/templates/conf/carbon.xml.erb
----------------------------------------------------------------------
diff --git a/tools/puppet3/modules/appserver/templates/conf/carbon.xml.erb 
b/tools/puppet3/modules/appserver/templates/conf/carbon.xml.erb
index 68d8e6f..9dfedbc 100644
--- a/tools/puppet3/modules/appserver/templates/conf/carbon.xml.erb
+++ b/tools/puppet3/modules/appserver/templates/conf/carbon.xml.erb
@@ -1,20 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
 <!--
-  ~ Copyright 2005-2011 WSO2, Inc. (http://wso2.com)
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~ http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
+  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 is the main server configuration file

http://git-wip-us.apache.org/repos/asf/stratos/blob/0fedbe13/tools/puppet3/modules/appserver/templates/conf/datasources/master-datasources.xml.erb
----------------------------------------------------------------------
diff --git 
a/tools/puppet3/modules/appserver/templates/conf/datasources/master-datasources.xml.erb
 
b/tools/puppet3/modules/appserver/templates/conf/datasources/master-datasources.xml.erb
index 9a8f261..d095dab 100644
--- 
a/tools/puppet3/modules/appserver/templates/conf/datasources/master-datasources.xml.erb
+++ 
b/tools/puppet3/modules/appserver/templates/conf/datasources/master-datasources.xml.erb
@@ -1,18 +1,19 @@
 <!--
-  ~ Copyright WSO2, Inc. (http://wso2.com)
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~ http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
+  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.
+-->
 
 <datasources-configuration 
xmlns:svns="http://org.wso2.securevault/configuration";>
   

http://git-wip-us.apache.org/repos/asf/stratos/blob/0fedbe13/tools/puppet3/modules/appserver/templates/conf/datasources/master-datasources/_remote.erb
----------------------------------------------------------------------
diff --git 
a/tools/puppet3/modules/appserver/templates/conf/datasources/master-datasources/_remote.erb
 
b/tools/puppet3/modules/appserver/templates/conf/datasources/master-datasources/_remote.erb
index 6b5fa5b..64a6d00 100644
--- 
a/tools/puppet3/modules/appserver/templates/conf/datasources/master-datasources/_remote.erb
+++ 
b/tools/puppet3/modules/appserver/templates/conf/datasources/master-datasources/_remote.erb
@@ -1,18 +1,19 @@
 <!--
-  ~ Copyright WSO2, Inc. (http://wso2.com)
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~ http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
+  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.
+-->
 
           <datasource>
             <name>WSO2_GOVERNANCE_DB</name>

http://git-wip-us.apache.org/repos/asf/stratos/blob/0fedbe13/tools/puppet3/modules/appserver/templates/conf/log4j.properties.erb
----------------------------------------------------------------------
diff --git 
a/tools/puppet3/modules/appserver/templates/conf/log4j.properties.erb 
b/tools/puppet3/modules/appserver/templates/conf/log4j.properties.erb
index a5192d0..744604c 100644
--- a/tools/puppet3/modules/appserver/templates/conf/log4j.properties.erb
+++ b/tools/puppet3/modules/appserver/templates/conf/log4j.properties.erb
@@ -1,27 +1,23 @@
+#--------------------------------------------------------------
 #
-# Copyright 2009 WSO2, Inc. (http://wso2.com)
+# 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
 #
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
+#     http://www.apache.org/licenses/LICENSE-2.0
 #
-# 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 is the log4j configuration file used by WSO2 Carbon
-#
-# IMPORTANT : Please do not remove or change the names of any
-# of the Appenders defined here. The layout pattern & log file
-# can be changed using the WSO2 Carbon Management Console, and those
-# settings will override the settings in this file.
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
 #
+#--------------------------------------------------------------
 
 <%- if @enable_log_publisher == 'true' -%>
 log4j.rootLogger=INFO, CARBON_CONSOLE, CARBON_LOGFILE, CARBON_MEMORY, LOGEVENT

http://git-wip-us.apache.org/repos/asf/stratos/blob/0fedbe13/tools/puppet3/modules/appserver/templates/conf/registry.xml.erb
----------------------------------------------------------------------
diff --git a/tools/puppet3/modules/appserver/templates/conf/registry.xml.erb 
b/tools/puppet3/modules/appserver/templates/conf/registry.xml.erb
index 395d43a..5ad6a64 100644
--- a/tools/puppet3/modules/appserver/templates/conf/registry.xml.erb
+++ b/tools/puppet3/modules/appserver/templates/conf/registry.xml.erb
@@ -1,20 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
 <!--
-  ~ Copyright 2005-2011 WSO2, Inc. (http://wso2.com)
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~ http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
+  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.
+-->
 <wso2registry>
 
     <!--

http://git-wip-us.apache.org/repos/asf/stratos/blob/0fedbe13/tools/puppet3/modules/appserver/templates/conf/registry/_remote.erb
----------------------------------------------------------------------
diff --git 
a/tools/puppet3/modules/appserver/templates/conf/registry/_remote.erb 
b/tools/puppet3/modules/appserver/templates/conf/registry/_remote.erb
index b600af7..302c7e8 100644
--- a/tools/puppet3/modules/appserver/templates/conf/registry/_remote.erb
+++ b/tools/puppet3/modules/appserver/templates/conf/registry/_remote.erb
@@ -1,18 +1,19 @@
 <!--
-  ~ Copyright WSO2, Inc. (http://wso2.com)
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~ http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
+  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.
+-->
 
     <dbConfig name="governance">
         <dataSource>jdbc/<%= @registry_database %></dataSource>

http://git-wip-us.apache.org/repos/asf/stratos/blob/0fedbe13/tools/puppet3/modules/appserver/templates/conf/security/authenticators.xml.erb
----------------------------------------------------------------------
diff --git 
a/tools/puppet3/modules/appserver/templates/conf/security/authenticators.xml.erb
 
b/tools/puppet3/modules/appserver/templates/conf/security/authenticators.xml.erb
index 8e691d0..f94cc00 100644
--- 
a/tools/puppet3/modules/appserver/templates/conf/security/authenticators.xml.erb
+++ 
b/tools/puppet3/modules/appserver/templates/conf/security/authenticators.xml.erb
@@ -1,20 +1,21 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
 <!--
-  ~ Copyright 2005-2011 WSO2, Inc. (http://wso2.com)
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~ http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
+  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 is the configuration file for Carbon authenticators. All the 
authenticator related configurations

http://git-wip-us.apache.org/repos/asf/stratos/blob/0fedbe13/tools/puppet3/modules/appserver/templates/conf/user-mgt.xml.erb
----------------------------------------------------------------------
diff --git a/tools/puppet3/modules/appserver/templates/conf/user-mgt.xml.erb 
b/tools/puppet3/modules/appserver/templates/conf/user-mgt.xml.erb
index a760b69..2efdcb7 100644
--- a/tools/puppet3/modules/appserver/templates/conf/user-mgt.xml.erb
+++ b/tools/puppet3/modules/appserver/templates/conf/user-mgt.xml.erb
@@ -1,18 +1,19 @@
 <!--
-  ~ Copyright WSO2, Inc. (http://wso2.com)
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~ http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
+  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.
+-->
         
 <UserManager>
     <Realm>

http://git-wip-us.apache.org/repos/asf/stratos/blob/0fedbe13/tools/puppet3/modules/haproxy/manifests/start.pp
----------------------------------------------------------------------
diff --git a/tools/puppet3/modules/haproxy/manifests/start.pp 
b/tools/puppet3/modules/haproxy/manifests/start.pp
index 826322f..b7e5161 100755
--- a/tools/puppet3/modules/haproxy/manifests/start.pp
+++ b/tools/puppet3/modules/haproxy/manifests/start.pp
@@ -1,17 +1,20 @@
 # ----------------------------------------------------------------------------
-#  Copyright 2005-2015 WSO2, Inc. http://www.wso2.org
+# 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
 #
-#  Licensed under the Apache License, Version 2.0 (the "License");
-#  you may not use this file except in compliance with the License.
-#  You may obtain a copy of the License at
+#   http://www.apache.org/licenses/LICENSE-2.0
 #
-#      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.
+# 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.
 # ----------------------------------------------------------------------------
 
 define haproxy::start ($target, $owner) {

Reply via email to