Repository: stratos Updated Branches: refs/heads/master 1963ba4a1 -> 729d24f81
Updating 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/729d24f8 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/729d24f8 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/729d24f8 Branch: refs/heads/master Commit: 729d24f81351596c1c1d489669099042c4d2b09f Parents: 1963ba4 Author: lasinducharith <[email protected]> Authored: Wed Jul 8 12:19:37 2015 +0530 Committer: lasinducharith <[email protected]> Committed: Wed Jul 8 12:19:37 2015 +0530 ---------------------------------------------------------------------- .../stratos/conf/application-authenticators.xml | 25 ++++++++------- .../conf/data-bridge/data-bridge-config.xml | 25 ++++++++------- .../conf/data-bridge/thrift-agent-config.xml | 25 ++++++++------- products/stratos/conf/registry.xml | 25 ++++++++------- products/stratos/conf/sso-idp-config.xml | 33 ++++++++++---------- .../distribution/src/main/conf/axis2.xml | 25 ++++++++------- .../src/main/conf/axis2/tenant-axis2.xml | 25 ++++++++------- .../distribution/src/main/conf/identity.xml | 27 ++++++++++------ .../security/application-authentication.xml | 27 ++++++++++------ 9 files changed, 137 insertions(+), 100 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/729d24f8/products/stratos/conf/application-authenticators.xml ---------------------------------------------------------------------- diff --git a/products/stratos/conf/application-authenticators.xml b/products/stratos/conf/application-authenticators.xml index 88e1dc7..5a12e34 100644 --- a/products/stratos/conf/application-authenticators.xml +++ b/products/stratos/conf/application-authenticators.xml @@ -1,19 +1,22 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!-- - ~ Copyright 2005-2015 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. + ~ 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. --> <Authenticators> http://git-wip-us.apache.org/repos/asf/stratos/blob/729d24f8/products/stratos/conf/data-bridge/data-bridge-config.xml ---------------------------------------------------------------------- diff --git a/products/stratos/conf/data-bridge/data-bridge-config.xml b/products/stratos/conf/data-bridge/data-bridge-config.xml index b599073..33f9905 100644 --- a/products/stratos/conf/data-bridge/data-bridge-config.xml +++ b/products/stratos/conf/data-bridge/data-bridge-config.xml @@ -1,17 +1,20 @@ <!-- - ~ Copyright 2005-2011 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. + ~ 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. --> <dataBridgeConfiguration xmlns="http://wso2.org/carbon/databridge"> http://git-wip-us.apache.org/repos/asf/stratos/blob/729d24f8/products/stratos/conf/data-bridge/thrift-agent-config.xml ---------------------------------------------------------------------- diff --git a/products/stratos/conf/data-bridge/thrift-agent-config.xml b/products/stratos/conf/data-bridge/thrift-agent-config.xml index 74f72be..628909f 100644 --- a/products/stratos/conf/data-bridge/thrift-agent-config.xml +++ b/products/stratos/conf/data-bridge/thrift-agent-config.xml @@ -1,17 +1,20 @@ <!-- - ~ Copyright 2005-2011 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. + ~ 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/729d24f8/products/stratos/conf/registry.xml ---------------------------------------------------------------------- diff --git a/products/stratos/conf/registry.xml b/products/stratos/conf/registry.xml index 01ffe07..a395610 100644 --- a/products/stratos/conf/registry.xml +++ b/products/stratos/conf/registry.xml @@ -1,19 +1,22 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!-- - ~ Copyright 2005-2011 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. + ~ 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/729d24f8/products/stratos/conf/sso-idp-config.xml ---------------------------------------------------------------------- diff --git a/products/stratos/conf/sso-idp-config.xml b/products/stratos/conf/sso-idp-config.xml index a9846c9..902c8fa 100644 --- a/products/stratos/conf/sso-idp-config.xml +++ b/products/stratos/conf/sso-idp-config.xml @@ -1,20 +1,21 @@ <!-- - ~ Copyright (c) 2005-2010, 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. + --> <SSOIdentityProviderConfig> <ServiceProviders> <ServiceProvider> http://git-wip-us.apache.org/repos/asf/stratos/blob/729d24f8/products/stratos/modules/distribution/src/main/conf/axis2.xml ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/conf/axis2.xml b/products/stratos/modules/distribution/src/main/conf/axis2.xml index 0ecbffa..462998f 100644 --- a/products/stratos/modules/distribution/src/main/conf/axis2.xml +++ b/products/stratos/modules/distribution/src/main/conf/axis2.xml @@ -1,17 +1,20 @@ <!-- - ~ Copyright 2005-2011 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. + ~ 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/729d24f8/products/stratos/modules/distribution/src/main/conf/axis2/tenant-axis2.xml ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/conf/axis2/tenant-axis2.xml b/products/stratos/modules/distribution/src/main/conf/axis2/tenant-axis2.xml index e95b306..37c9049 100644 --- a/products/stratos/modules/distribution/src/main/conf/axis2/tenant-axis2.xml +++ b/products/stratos/modules/distribution/src/main/conf/axis2/tenant-axis2.xml @@ -1,19 +1,22 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!-- - ~ Copyright 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. + ~ 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/729d24f8/products/stratos/modules/distribution/src/main/conf/identity.xml ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/conf/identity.xml b/products/stratos/modules/distribution/src/main/conf/identity.xml index 319c352..e6e4fc6 100644 --- a/products/stratos/modules/distribution/src/main/conf/identity.xml +++ b/products/stratos/modules/distribution/src/main/conf/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/729d24f8/products/stratos/modules/distribution/src/main/conf/security/application-authentication.xml ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/conf/security/application-authentication.xml b/products/stratos/modules/distribution/src/main/conf/security/application-authentication.xml index 1fd3a53..869057e 100644 --- a/products/stratos/modules/distribution/src/main/conf/security/application-authentication.xml +++ b/products/stratos/modules/distribution/src/main/conf/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">
