From 8dd84378103a75afe16f33216c975b184f01bdbb Mon Sep 17 00:00:00 2001 From: harshanL Date: Tue, 10 Feb 2015 17:48:07 +0530 Subject: [PATCH] Added correct license headers --- .../pom.xml | 2 +- .../AbstractMobileOperationManager.java | 7 ++-- .../device/mgt/mobile/DataSourceListener.java | 7 ++-- ...MobileDeviceManagementStartupObserver.java | 7 ++-- .../device/mgt/mobile/config/APIConfig.java | 6 ++-- .../mgt/mobile/config/APIPublisherConfig.java | 6 ++-- .../MobileDeviceConfigurationManager.java | 6 ++-- .../config/MobileDeviceManagementConfig.java | 6 ++-- .../MobileDeviceManagementRepository.java | 6 ++-- .../datasource/JNDILookupDefinition.java | 6 ++-- .../datasource/MobileDataSourceConfig.java | 6 ++-- .../mgt/mobile/dao/MobileDeviceDAO.java | 6 ++-- .../MobileDeviceManagementDAOException.java | 6 ++-- .../dao/MobileDeviceManagementDAOFactory.java | 6 ++-- .../dao/MobileDeviceOperationMappingDAO.java | 6 ++-- .../mgt/mobile/dao/MobileFeatureDAO.java | 6 ++-- .../mobile/dao/MobileFeaturePropertyDAO.java | 6 ++-- .../mgt/mobile/dao/MobileOperationDAO.java | 6 ++-- .../dao/MobileOperationPropertyDAO.java | 6 ++-- .../mobile/dao/impl/MobileDeviceDAOImpl.java | 6 ++-- .../MobileDeviceOperationMappingDAOImpl.java | 6 ++-- .../mobile/dao/impl/MobileFeatureDAOImpl.java | 6 ++-- .../impl/MobileFeaturePropertyDAOImpl.java | 6 ++-- .../dao/impl/MobileOperationDAOImpl.java | 6 ++-- .../impl/MobileOperationPropertyDAOImpl.java | 6 ++-- .../util/MobileDeviceManagementDAOUtil.java | 6 ++-- .../device/mgt/mobile/dto/MobileDevice.java | 6 ++-- .../dto/MobileDeviceOperationMapping.java | 6 ++-- .../device/mgt/mobile/dto/MobileFeature.java | 6 ++-- .../mgt/mobile/dto/MobileFeatureProperty.java | 6 ++-- .../mgt/mobile/dto/MobileOperation.java | 7 ++-- .../mobile/dto/MobileOperationProperty.java | 6 ++-- .../android/AndroidDeviceManagerService.java | 6 ++-- .../AndroidMobileOperationManager.java | 6 ++-- .../impl/ios/IOSDeviceManagerService.java | 7 ++-- .../windows/WindowsDeviceManagerService.java | 7 ++-- ...MobileDeviceManagementBundleActivator.java | 7 ++-- ...obileDeviceManagementServiceComponent.java | 7 ++-- .../DeviceManagementAPIPublisherUtil.java | 7 ++-- ...bileDeviceManagementSchemaInitializer.java | 7 ++-- .../util/MobileDeviceManagementUtil.java | 7 ++-- .../MobileDeviceManagementConfigTests.java | 6 ++-- .../device/mgt/mobile/impl/TestUtils.java | 6 ++-- .../mgt/mobile/impl/common/DBTypes.java | 7 ++-- .../impl/common/TestDBConfiguration.java | 7 ++-- .../impl/common/TestDBConfigurations.java | 7 ++-- .../impl/dao/MobileDeviceDAOTestSuite.java | 7 ++-- .../MobileDeviceOperationDAOTestSuite.java | 6 ++-- .../impl/dao/MobileFeatureDAOTestSuite.java | 6 ++-- .../MobileFeaturePropertyDAOTestSuite.java | 6 ++-- .../impl/dao/MobileOperationDAOTestSuite.java | 6 ++-- .../MobileOperationPropertyDAOTestSuite.java | 6 ++-- .../malformed-mobile-config-no-api-config.xml | 2 +- ...-mobile-config-no-api-publisher-config.xml | 2 +- ...malformed-mobile-config-no-apis-config.xml | 2 +- .../malformed-mobile-config-no-ds-config.xml | 2 +- ...malformed-mobile-config-no-jndi-config.xml | 2 +- .../malformed-mobile-config-no-mgt-repo.xml | 2 +- .../MobileDeviceManagementConfigSchema.xsd | 2 +- .../mgt/handler/valve/APIFaultException.java | 2 +- .../mgt/handler/valve/HandlerConstants.java | 2 +- .../key/mgt/handler/valve/HandlerUtil.java | 2 +- .../valve/OAuthTokenValidatorValve.java | 2 +- .../pom.xml | 32 +++++++++---------- .../src/main/resources/conf/mobile-config.xml | 32 +++++++++---------- 65 files changed, 197 insertions(+), 212 deletions(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/pom.xml b/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/pom.xml index be5c68bae8..d5e73ecfd0 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/pom.xml +++ b/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/pom.xml @@ -1,7 +1,7 @@ +~ Copyright (c) 2014, 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. +--> diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/src/main/resources/conf/mobile-config.xml b/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/src/main/resources/conf/mobile-config.xml index 3541ab2b03..9ed6b8af08 100644 --- a/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/src/main/resources/conf/mobile-config.xml +++ b/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/src/main/resources/conf/mobile-config.xml @@ -1,21 +1,21 @@ +~ Copyright (c) 2014, 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. +-->