Repository: stratos Updated Branches: refs/heads/master 729d24f81 -> c794357a6
Updating license headers Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/c794357a Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/c794357a Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/c794357a Branch: refs/heads/master Commit: c794357a634a730c42754ac61ee5ff740e162717 Parents: 729d24f Author: lasinducharith <[email protected]> Authored: Wed Jul 8 12:48:21 2015 +0530 Committer: lasinducharith <[email protected]> Committed: Wed Jul 8 12:48:21 2015 +0530 ---------------------------------------------------------------------- .../modules/distribution/src/bin/stratos.bat | 24 +++++++++-------- tools/stratos-installer/templates/identity.xml | 27 +++++++++++++------- .../security/application-authentication.xml | 27 +++++++++++++------- 3 files changed, 49 insertions(+), 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/c794357a/products/stratos/modules/distribution/src/bin/stratos.bat ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/bin/stratos.bat b/products/stratos/modules/distribution/src/bin/stratos.bat index c7349bc..bfa7665 100644 --- a/products/stratos/modules/distribution/src/bin/stratos.bat +++ b/products/stratos/modules/distribution/src/bin/stratos.bat @@ -1,19 +1,21 @@ @echo off REM --------------------------------------------------------------------------- -REM Copyright 2005-2009 WSO2, Inc. http://www.wso2.org +REM Licensed to the Apache Software Foundation (ASF) under one +REM or more contributor license agreements. See the NOTICE file +REM distributed with this work for additional information +REM regarding copyright ownership. The ASF licenses this file +REM to you under the Apache License, Version 2.0 (the +REM "License"); you may not use this file except in compliance +REM with the License. You may obtain a copy of the License at REM -REM Licensed under the Apache License, Version 2.0 (the "License"); -REM you may not use this file except in compliance with the License. -REM You may obtain a copy of the License at +REM http://www.apache.org/licenses/LICENSE-2.0 REM -REM http://www.apache.org/licenses/LICENSE-2.0 -REM -REM Unless required by applicable law or agreed to in writing, software -REM distributed under the License is distributed on an "AS IS" BASIS, -REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -REM See the License for the specific language governing permissions and -REM limitations under the License. +REM Unless required by applicable law or agreed to in writing, +REM software distributed under the License is distributed on an +REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +REM specific language governing permissions and limitations +REM under the License. rem --------------------------------------------------------------------------- rem Main Script for WSO2 Carbon http://git-wip-us.apache.org/repos/asf/stratos/blob/c794357a/tools/stratos-installer/templates/identity.xml ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/templates/identity.xml b/tools/stratos-installer/templates/identity.xml index b4b3c41..3421d2c 100755 --- a/tools/stratos-installer/templates/identity.xml +++ b/tools/stratos-installer/templates/identity.xml @@ -1,13 +1,22 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!-- ~ Copyright (c) 2005-2011, WSO2 Inc. (http://www.wso2.org) All Rights - Reserved. ~ ~ WSO2 Inc. 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. --> +<!-- + ~ 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. + --> <Server xmlns="http://wso2.org/projects/carbon/carbon.xml"> http://git-wip-us.apache.org/repos/asf/stratos/blob/c794357a/tools/stratos-installer/templates/security/application-authentication.xml ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/templates/security/application-authentication.xml b/tools/stratos-installer/templates/security/application-authentication.xml index 1fd3a53..f203786 100644 --- a/tools/stratos-installer/templates/security/application-authentication.xml +++ b/tools/stratos-installer/templates/security/application-authentication.xml @@ -1,13 +1,22 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!-- ~ Copyright (c) 2005-2015, WSO2 Inc. (http://www.wso2.org) All Rights - Reserved. ~ ~ WSO2 Inc. 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. --> +<!-- + ~ 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. + --> <ApplicationAuthentication xmlns="http://wso2.org/projects/carbon/application-authentication.xml">
