Changing license headers to apache license

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

Branch: refs/heads/master
Commit: 8598f49e82230479566f3f0ef570cb524319179a
Parents: 0fedbe1
Author: lasinducharith <[email protected]>
Authored: Wed Jul 8 16:13:14 2015 +0530
Committer: lasinducharith <[email protected]>
Committed: Wed Jul 8 16:13:14 2015 +0530

----------------------------------------------------------------------
 .../src/main/resources/axis2_client.xml         |  23 +--
 dependencies/org.wso2.carbon.ui/pom.xml         |  31 ++--
 .../ui/AbstractCarbonUIAuthenticator.java       |  17 +--
 .../carbon/ui/BasicAuthUIAuthenticator.java     |  32 ++---
 .../org/wso2/carbon/ui/BreadCrumbGenerator.java |  33 ++---
 .../ui/BundleBasedUIResourceProvider.java       |  23 +--
 .../wso2/carbon/ui/BundleProxyClassLoader.java  |  25 ++--
 .../carbon/ui/BundleResourcePathRegistry.java   |  23 +--
 .../org/wso2/carbon/ui/CarbonConnection.java    |  25 ++--
 .../java/org/wso2/carbon/ui/CarbonProtocol.java |  25 ++--
 .../wso2/carbon/ui/CarbonSSOSessionManager.java |  17 +--
 .../carbon/ui/CarbonSecuredHttpContext.java     |  17 +--
 .../wso2/carbon/ui/CarbonUIAuthenticator.java   |  17 +--
 .../org/wso2/carbon/ui/CarbonUILoginUtil.java   |  17 +--
 .../org/wso2/carbon/ui/CarbonUIMessage.java     |  23 +--
 .../java/org/wso2/carbon/ui/CarbonUIUtil.java   |  23 +--
 .../org/wso2/carbon/ui/ComponentDeployer.java   |  35 ++---
 .../ui/DefaultAuthenticatorCredentials.java     |  32 ++---
 .../carbon/ui/DefaultCarbonAuthenticator.java   |  17 +--
 .../ui/DefaultComponentEntryHttpContext.java    |  25 ++--
 .../org/wso2/carbon/ui/DeploymentEngine.java    |  35 ++---
 .../org/wso2/carbon/ui/JSPContextFinder.java    |  25 ++--
 .../java/org/wso2/carbon/ui/JspClassLoader.java |  25 ++--
 .../java/org/wso2/carbon/ui/JspServlet.java     |  25 ++--
 .../org/wso2/carbon/ui/MenuAdminClient.java     |  33 ++---
 .../ui/SecuredComponentEntryHttpContext.java    |  25 ++--
 .../wso2/carbon/ui/TextJavascriptHandler.java   |  25 ++--
 .../org/wso2/carbon/ui/TextPlainHandler.java    |  25 ++--
 .../org/wso2/carbon/ui/TilesJspServlet.java     |  33 ++---
 .../java/org/wso2/carbon/ui/UIAnnouncement.java |  28 ++--
 .../carbon/ui/UIAuthenticationExtender.java     |  28 ++--
 .../java/org/wso2/carbon/ui/UIExtender.java     |  31 ++--
 .../org/wso2/carbon/ui/UIResourceRegistry.java  |  23 +--
 .../src/main/java/org/wso2/carbon/ui/Utils.java |  25 ++--
 .../org/wso2/carbon/ui/action/ActionHelper.java |  25 ++--
 .../wso2/carbon/ui/action/ComponentAction.java  |  25 ++--
 .../wso2/carbon/ui/action/ServiceAction.java    |  25 ++--
 .../ui/clients/FileDownloadServiceClient.java   |  31 ++--
 .../ui/clients/FileUploadServiceClient.java     |  31 ++--
 .../carbon/ui/clients/LoggedUserInfoClient.java |  33 ++---
 .../ui/clients/RegistryAdminServiceClient.java  |  28 ++--
 .../carbon/ui/deployment/ComponentBuilder.java  |  23 +--
 .../carbon/ui/deployment/UIBundleDeployer.java  |  23 +--
 .../ui/deployment/beans/BreadCrumbItem.java     |  33 ++---
 .../deployment/beans/CarbonUIDefinitions.java   |  33 ++---
 .../carbon/ui/deployment/beans/Component.java   |  23 +--
 .../carbon/ui/deployment/beans/Context.java     |  33 ++---
 .../deployment/beans/CustomUIDefenitions.java   |  25 ++--
 .../beans/FileUploadExecutorConfig.java         |  23 +--
 .../wso2/carbon/ui/deployment/beans/Menu.java   |  33 ++---
 .../carbon/ui/deployment/beans/Servlet.java     |  33 ++---
 .../ui/internal/CarbonUIServiceComponent.java   |  23 +--
 .../org/wso2/carbon/ui/taglibs/Breadcrumb.java  |  33 ++---
 .../carbon/ui/taglibs/ItemGroupSelector.java    |  31 ++--
 .../java/org/wso2/carbon/ui/taglibs/JSi18n.java |  33 ++---
 .../org/wso2/carbon/ui/taglibs/Paginator.java   |  31 ++--
 .../java/org/wso2/carbon/ui/taglibs/Report.java |  33 ++---
 .../carbon/ui/taglibs/ResourcePaginator.java    |  28 ++--
 .../ui/taglibs/SimpleItemGroupSelector.java     |  31 ++--
 .../carbon/ui/taglibs/TooltipsGenerator.java    |  33 ++---
 .../ui/tracker/AuthenticatorComparator.java     |  33 ++---
 .../ui/tracker/AuthenticatorRegistry.java       |  17 +--
 .../ui/transports/FileDownloadServlet.java      |  23 +--
 .../carbon/ui/transports/FileUploadServlet.java |  23 +--
 .../fileupload/AbstractFileUploadExecutor.java  |  23 +--
 .../fileupload/AnyFileUploadExecutor.java       |  23 +--
 .../fileupload/DBSFileUploadExecutor.java       |  23 +--
 .../FileSizeLimitExceededException.java         |  32 ++---
 .../fileupload/FileUploadExecutorManager.java   |  23 +--
 .../fileupload/FileUploadFailedException.java   |  32 ++---
 .../fileupload/JarZipUploadExecutor.java        |  25 ++--
 .../fileupload/KeyStoreFileUploadExecutor.java  |  23 +--
 .../fileupload/ToolsAnyFileUploadExecutor.java  |  33 ++---
 .../fileupload/ToolsFileUploadExecutor.java     |  23 +--
 .../ui/util/CarbonUIAuthenticationUtil.java     |  33 ++---
 .../wso2/carbon/ui/util/CharacterEncoder.java   |  37 ++---
 .../wso2/carbon/ui/util/FileDownloadUtil.java   |  23 +--
 .../carbon/ui/util/UIAnnouncementDeployer.java  |  28 ++--
 .../wso2/carbon/ui/util/UIResourceProvider.java |  23 +--
 .../src/main/resources/FileDownloadService.wsdl |  33 ++---
 .../src/main/resources/FileUploadService.wsdl   |  33 ++---
 .../src/main/resources/LoggedUserInfoAdmin.wsdl |  33 ++---
 .../RegistryAdminService.wsdl                   |  10 +-
 .../resources/web/WEB-INF/tiles/main_defs.xml   |  12 +-
 .../resources/web/WEB-INF/tlds/ajaxtags.tld     |  19 +++
 .../resources/web/WEB-INF/tlds/c-1_0-rt.tld     |  19 +++
 .../main/resources/web/WEB-INF/tlds/c-1_0.tld   |  19 +++
 .../src/main/resources/web/WEB-INF/tlds/c.tld   |  19 +++
 .../resources/web/WEB-INF/tlds/carbontags.tld   |  21 ++-
 .../resources/web/WEB-INF/tlds/fmt-1_0-rt.tld   |  19 +++
 .../main/resources/web/WEB-INF/tlds/fmt-1_0.tld |  19 +++
 .../src/main/resources/web/WEB-INF/tlds/fmt.tld |  19 +++
 .../src/main/resources/web/WEB-INF/tlds/fn.tld  |  19 +++
 .../main/resources/web/WEB-INF/tlds/json.tld    |  39 ++++--
 .../web/WEB-INF/tlds/permittedTaglibs.tld       |  19 +++
 .../resources/web/WEB-INF/tlds/scriptfree.tld   |  19 +++
 .../resources/web/WEB-INF/tlds/sql-1_0-rt.tld   |  19 +++
 .../main/resources/web/WEB-INF/tlds/sql-1_0.tld |  19 +++
 .../src/main/resources/web/WEB-INF/tlds/sql.tld |  19 +++
 .../resources/web/WEB-INF/tlds/tiles-jsp.tld    |  38 +++--
 .../resources/web/WEB-INF/tlds/x-1_0-rt.tld     |  19 +++
 .../main/resources/web/WEB-INF/tlds/x-1_0.tld   |  19 +++
 .../src/main/resources/web/WEB-INF/tlds/x.tld   |  19 +++
 .../src/main/resources/web/WEB-INF/web.xml      |  33 ++---
 .../web/admin/css/carbonFormStyles.css          |  34 ++---
 .../resources/web/admin/css/documentation.css   |  34 ++---
 .../src/main/resources/web/admin/css/global.css |  34 ++---
 .../css/smoothness/jquery-ui-1.8.11.custom.css  | 140 +++----------------
 .../resources/web/admin/docs/userguide.html     |  42 +++---
 .../src/main/resources/web/admin/error.jsp      |  33 ++---
 .../src/main/resources/web/admin/index.jsp      |  33 ++---
 .../main/resources/web/admin/js/WSRequest.js    |  23 +--
 .../main/resources/web/admin/js/breadcrumbs.js  |  34 ++---
 .../src/main/resources/web/admin/js/cookies.js  |  34 ++---
 .../resources/web/admin/js/customControls.js    |  34 ++---
 .../main/resources/web/admin/js/dhtmlHistory.js |  43 +++---
 .../src/main/resources/web/admin/js/excanvas.js |  34 ++---
 .../resources/web/admin/js/jquery-1.5.2.min.js  |  27 ++--
 .../web/admin/js/jquery-ui-1.8.11.custom.min.js |  25 ++--
 .../resources/web/admin/js/jquery.cookie.js     |  21 ++-
 .../main/resources/web/admin/js/jquery.flot.js  |  19 +++
 .../main/resources/web/admin/js/jquery.form.js  |  19 +++
 .../src/main/resources/web/admin/js/jquery.js   |  19 +++
 .../web/admin/js/jquery.ui.core.min.js          |  21 ++-
 .../web/admin/js/jquery.ui.tabs.min.js          |  23 +--
 .../web/admin/js/jquery.ui.widget.min.js        |  21 ++-
 .../resources/web/admin/js/jquery.validate.js   |  24 ++--
 .../src/main/resources/web/admin/js/main.js     |  23 +--
 .../resources/web/admin/js/prototype-1.6.js     |  19 +++
 .../src/main/resources/web/admin/js/template.js |  23 +--
 .../src/main/resources/web/admin/js/widgets.js  |  23 +--
 .../jsp/WSRequestXSSproxy_ajaxprocessor.jsp     |  31 ++--
 .../resources/web/admin/jsp/browser_checker.jsp |  14 +-
 .../admin/jsp/registry_styles_ajaxprocessor.jsp |  31 ++--
 .../web/admin/jsp/session-validate.jsp          |  31 ++--
 .../resources/web/admin/layout/ajaxheader.jsp   |  33 ++---
 .../web/admin/layout/announcements.jsp          |  33 ++---
 .../resources/web/admin/layout/breadcrumb.jsp   |  33 ++---
 .../resources/web/admin/layout/defaultBody.jsp  |  33 ++---
 .../main/resources/web/admin/layout/footer.jsp  |  33 ++---
 .../main/resources/web/admin/layout/header.jsp  |  33 ++---
 .../main/resources/web/admin/layout/region1.jsp |  33 ++---
 .../main/resources/web/admin/layout/region2.jsp |  33 ++---
 .../main/resources/web/admin/layout/region3.jsp |  33 ++---
 .../main/resources/web/admin/layout/region4.jsp |  33 ++---
 .../main/resources/web/admin/layout/region5.jsp |  33 ++---
 .../resources/web/admin/layout/template.jsp     |  33 ++---
 .../src/main/resources/web/admin/login.jsp      |  33 ++---
 .../main/resources/web/ajax/js/ajax/ajaxtags.js |  30 ++--
 .../web/ajax/js/ajax/ajaxtags_controls.js       |  30 ++--
 .../web/ajax/js/ajax/ajaxtags_parser.js         |  30 ++--
 .../src/main/resources/web/ajax/js/all.js       |  19 +++
 .../src/main/resources/web/ajax/js/prototype.js |  19 +++
 .../web/ajax/js/scriptaculous/builder.js        |  24 +++-
 .../web/ajax/js/scriptaculous/controls.js       |  32 +++--
 .../web/ajax/js/scriptaculous/dragdrop.js       |  25 +++-
 .../web/ajax/js/scriptaculous/effects.js        |  30 ++--
 .../web/ajax/js/scriptaculous/scriptaculous.js  |  42 +++---
 .../web/ajax/js/scriptaculous/slider.js         |  24 +++-
 .../web/ajax/js/scriptaculous/unittest.js       |  26 +++-
 .../resources/web/dialog/css/dialog-ie8.css     |  34 ++---
 .../main/resources/web/dialog/css/dialog.css    |  34 ++---
 .../css/jqueryui/jqueryui-themeroller.css       |  19 +++
 .../resources/web/dialog/display_messages.jsp   |  33 ++---
 .../src/main/resources/web/dialog/js/dialog.js  |  34 ++---
 .../web/dialog/js/jqueryui/jquery-ui.min.js     |  19 +++
 .../dialog/js/jqueryui/tabs/jquery-1.2.6.min.js |  20 ++-
 .../jqueryui/tabs/jquery-ui-1.6.custom.min.js   |   2 +-
 .../dialog/js/jqueryui/tabs/jquery.cookie.js    |  21 ++-
 .../web/dialog/js/jqueryui/tabs/ui.all.css      |  19 +++
 .../js/jqueryui/ui/i18n/jquery.ui.i18n.all.js   |  19 +++
 .../js/jqueryui/ui/i18n/ui.datepicker-ar.js     |  21 ++-
 .../js/jqueryui/ui/i18n/ui.datepicker-bg.js     |  21 ++-
 .../js/jqueryui/ui/i18n/ui.datepicker-ca.js     |  21 ++-
 .../js/jqueryui/ui/i18n/ui.datepicker-cs.js     |  21 ++-
 .../js/jqueryui/ui/i18n/ui.datepicker-da.js     |  21 ++-
 .../js/jqueryui/ui/i18n/ui.datepicker-de.js     |  21 ++-
 .../js/jqueryui/ui/i18n/ui.datepicker-eo.js     |  21 ++-
 .../js/jqueryui/ui/i18n/ui.datepicker-es.js     |  21 ++-
 .../js/jqueryui/ui/i18n/ui.datepicker-fi.js     |  21 ++-
 .../js/jqueryui/ui/i18n/ui.datepicker-fr.js     |  21 ++-
 .../js/jqueryui/ui/i18n/ui.datepicker-he.js     |  21 ++-
 .../js/jqueryui/ui/i18n/ui.datepicker-hr.js     |  21 ++-
 .../js/jqueryui/ui/i18n/ui.datepicker-hu.js     |  19 +++
 .../js/jqueryui/ui/i18n/ui.datepicker-hy.js     |  19 +++
 .../js/jqueryui/ui/i18n/ui.datepicker-id.js     |  19 +++
 .../js/jqueryui/ui/i18n/ui.datepicker-is.js     |  19 +++
 .../js/jqueryui/ui/i18n/ui.datepicker-it.js     |  19 +++
 .../js/jqueryui/ui/i18n/ui.datepicker-ja.js     |  19 +++
 .../js/jqueryui/ui/i18n/ui.datepicker-ko.js     |  19 +++
 .../js/jqueryui/ui/i18n/ui.datepicker-lt.js     |  19 +++
 .../js/jqueryui/ui/i18n/ui.datepicker-lv.js     |  19 +++
 .../js/jqueryui/ui/i18n/ui.datepicker-nl.js     |  19 +++
 .../js/jqueryui/ui/i18n/ui.datepicker-no.js     |  19 +++
 .../js/jqueryui/ui/i18n/ui.datepicker-pl.js     |  19 +++
 .../js/jqueryui/ui/i18n/ui.datepicker-pt-BR.js  |  19 +++
 .../js/jqueryui/ui/i18n/ui.datepicker-ro.js     |  19 +++
 .../js/jqueryui/ui/i18n/ui.datepicker-ru.js     |  19 +++
 .../js/jqueryui/ui/i18n/ui.datepicker-sk.js     |  19 +++
 .../js/jqueryui/ui/i18n/ui.datepicker-sl.js     |  19 +++
 .../js/jqueryui/ui/i18n/ui.datepicker-sv.js     |  21 ++-
 .../js/jqueryui/ui/i18n/ui.datepicker-th.js     |  21 ++-
 .../js/jqueryui/ui/i18n/ui.datepicker-tr.js     |  19 +++
 .../js/jqueryui/ui/i18n/ui.datepicker-uk.js     |  19 +++
 .../js/jqueryui/ui/i18n/ui.datepicker-zh-CN.js  |  19 +++
 .../js/jqueryui/ui/i18n/ui.datepicker-zh-TW.js  |  21 ++-
 .../src/main/resources/web/docs/about.html      |  36 ++---
 .../resources/web/docs/signin_userguide.html    |  33 ++---
 .../resources/web/editarea/autocompletion.js    |  21 ++-
 .../main/resources/web/editarea/edit_area.css   |  19 +++
 .../main/resources/web/editarea/edit_area.js    |  19 +++
 .../resources/web/editarea/edit_area_full.js    |  21 ++-
 .../web/editarea/edit_area_functions.js         |  21 ++-
 .../resources/web/editarea/edit_area_loader.js  |  19 +++
 .../web/editarea/elements_functions.js          |  19 +++
 .../main/resources/web/editarea/highlight.js    |  19 ++-
 .../src/main/resources/web/editarea/keyboard.js |  19 +++
 .../src/main/resources/web/editarea/langs/bg.js |  19 +++
 .../src/main/resources/web/editarea/langs/cs.js |  19 +++
 .../src/main/resources/web/editarea/langs/de.js |  19 +++
 .../src/main/resources/web/editarea/langs/dk.js |  19 +++
 .../src/main/resources/web/editarea/langs/en.js |  19 +++
 .../src/main/resources/web/editarea/langs/eo.js |  19 +++
 .../src/main/resources/web/editarea/langs/es.js |  19 +++
 .../src/main/resources/web/editarea/langs/fi.js |  19 +++
 .../src/main/resources/web/editarea/langs/fr.js |  19 +++
 .../src/main/resources/web/editarea/langs/hr.js |  19 +++
 .../src/main/resources/web/editarea/langs/it.js |  19 +++
 .../src/main/resources/web/editarea/langs/ja.js |  19 +++
 .../src/main/resources/web/editarea/langs/mk.js |  19 +++
 .../src/main/resources/web/editarea/langs/nl.js |  19 +++
 .../src/main/resources/web/editarea/langs/pl.js |  19 +++
 .../src/main/resources/web/editarea/langs/pt.js |  19 +++
 .../src/main/resources/web/editarea/langs/ru.js |  19 +++
 .../src/main/resources/web/editarea/langs/sk.js |  19 +++
 .../src/main/resources/web/editarea/langs/zh.js |  19 +++
 .../main/resources/web/editarea/manage_area.js  |  21 ++-
 .../web/editarea/plugins/charmap/charmap.js     |  19 +++
 .../editarea/plugins/charmap/css/charmap.css    |  19 +++
 .../editarea/plugins/charmap/jscripts/map.js    |  19 +++
 .../web/editarea/plugins/charmap/langs/bg.js    |  19 +++
 .../web/editarea/plugins/charmap/langs/cs.js    |  19 +++
 .../web/editarea/plugins/charmap/langs/de.js    |  19 +++
 .../web/editarea/plugins/charmap/langs/dk.js    |  19 +++
 .../web/editarea/plugins/charmap/langs/en.js    |  19 +++
 .../web/editarea/plugins/charmap/langs/eo.js    |  19 +++
 .../web/editarea/plugins/charmap/langs/es.js    |  19 +++
 .../web/editarea/plugins/charmap/langs/fr.js    |  19 +++
 .../web/editarea/plugins/charmap/langs/hr.js    |  19 +++
 .../web/editarea/plugins/charmap/langs/it.js    |  19 +++
 .../web/editarea/plugins/charmap/langs/ja.js    |  19 +++
 .../web/editarea/plugins/charmap/langs/mk.js    |  19 +++
 .../web/editarea/plugins/charmap/langs/nl.js    |  19 +++
 .../web/editarea/plugins/charmap/langs/pl.js    |  21 ++-
 .../web/editarea/plugins/charmap/langs/pt.js    |  19 +++
 .../web/editarea/plugins/charmap/langs/ru.js    |  19 +++
 .../web/editarea/plugins/charmap/langs/sk.js    |  19 +++
 .../web/editarea/plugins/charmap/langs/zh.js    |  19 +++
 .../web/editarea/plugins/charmap/popup.html     |  19 +++
 .../web/editarea/plugins/test/css/test.css      |  19 +++
 .../web/editarea/plugins/test/langs/bg.js       |  19 +++
 .../web/editarea/plugins/test/langs/cs.js       |  19 +++
 .../web/editarea/plugins/test/langs/de.js       |  19 +++
 .../web/editarea/plugins/test/langs/dk.js       |  19 +++
 .../web/editarea/plugins/test/langs/en.js       |  19 +++
 .../web/editarea/plugins/test/langs/eo.js       |  19 +++
 .../web/editarea/plugins/test/langs/es.js       |  19 +++
 .../web/editarea/plugins/test/langs/fr.js       |  19 +++
 .../web/editarea/plugins/test/langs/hr.js       |  19 +++
 .../web/editarea/plugins/test/langs/it.js       |  19 +++
 .../web/editarea/plugins/test/langs/ja.js       |  19 +++
 .../web/editarea/plugins/test/langs/mk.js       |  19 +++
 .../web/editarea/plugins/test/langs/nl.js       |  19 +++
 .../web/editarea/plugins/test/langs/pl.js       |  19 +++
 .../web/editarea/plugins/test/langs/pt.js       |  19 +++
 .../web/editarea/plugins/test/langs/ru.js       |  19 +++
 .../web/editarea/plugins/test/langs/sk.js       |  19 +++
 .../web/editarea/plugins/test/langs/zh.js       |  19 +++
 .../resources/web/editarea/plugins/test/test.js |  19 +++
 .../web/editarea/plugins/test/test2.js          |  19 +++
 .../main/resources/web/editarea/reg_syntax.js   |  21 ++-
 .../resources/web/editarea/reg_syntax/basic.js  |  19 +++
 .../web/editarea/reg_syntax/brainfuck.js        |  19 +++
 .../main/resources/web/editarea/reg_syntax/c.js |  19 +++
 .../web/editarea/reg_syntax/coldfusion.js       |  23 ++-
 .../resources/web/editarea/reg_syntax/cpp.js    |  19 +++
 .../resources/web/editarea/reg_syntax/css.js    |  19 +++
 .../resources/web/editarea/reg_syntax/html.js   |  19 +++
 .../resources/web/editarea/reg_syntax/java.js   |  19 +++
 .../resources/web/editarea/reg_syntax/js.js     |  19 +++
 .../resources/web/editarea/reg_syntax/pas.js    |  19 +++
 .../resources/web/editarea/reg_syntax/perl.js   |  19 +++
 .../resources/web/editarea/reg_syntax/php.js    |  19 +++
 .../resources/web/editarea/reg_syntax/python.js |  19 +++
 .../web/editarea/reg_syntax/robotstxt.js        |  19 +++
 .../resources/web/editarea/reg_syntax/ruby.js   |  41 ++++--
 .../resources/web/editarea/reg_syntax/sql.js    |  19 +++
 .../resources/web/editarea/reg_syntax/tsql.js   |  19 +++
 .../resources/web/editarea/reg_syntax/vb.js     |  19 +++
 .../resources/web/editarea/reg_syntax/xml.js    |  19 +++
 .../src/main/resources/web/editarea/regexp.js   |  19 ++-
 .../main/resources/web/editarea/resize_area.js  |  21 ++-
 .../resources/web/editarea/search_replace.js    |  21 ++-
 .../main/resources/web/editarea/template.html   |  19 +++
 .../web/highlighter/css/SyntaxHighlighter.css   |  19 +++
 .../main/resources/web/highlighter/header.jsp   |  33 ++---
 .../web/highlighter/js/shBrushCSharp.js         |  19 +++
 .../resources/web/highlighter/js/shBrushCpp.js  |  19 +++
 .../resources/web/highlighter/js/shBrushCss.js  |  19 +++
 .../web/highlighter/js/shBrushDelphi.js         |  19 +++
 .../web/highlighter/js/shBrushJScript.js        |  19 +++
 .../resources/web/highlighter/js/shBrushJava.js |  19 +++
 .../resources/web/highlighter/js/shBrushPhp.js  |  19 +++
 .../web/highlighter/js/shBrushPython.js         |  19 +++
 .../resources/web/highlighter/js/shBrushRuby.js |  19 +++
 .../resources/web/highlighter/js/shBrushSql.js  |  19 +++
 .../resources/web/highlighter/js/shBrushVb.js   |  19 +++
 .../resources/web/highlighter/js/shBrushXml.js  |  19 +++
 .../main/resources/web/highlighter/js/shCore.js |  19 +++
 .../src/main/resources/web/index.html           |  36 ++---
 .../web/yui/build/animation/animation-debug.js  |  22 ++-
 .../web/yui/build/animation/animation-min.js    |  22 ++-
 .../web/yui/build/animation/animation.js        |  22 ++-
 .../yui/build/assets/skins/sam/autocomplete.css |  22 ++-
 .../web/yui/build/assets/skins/sam/button.css   |  22 ++-
 .../web/yui/build/assets/skins/sam/calendar.css |  22 ++-
 .../yui/build/assets/skins/sam/colorpicker.css  |  22 ++-
 .../yui/build/assets/skins/sam/container.css    |  22 ++-
 .../yui/build/assets/skins/sam/datatable.css    |  22 ++-
 .../web/yui/build/assets/skins/sam/editor.css   |  22 ++-
 .../web/yui/build/assets/skins/sam/logger.css   |  22 ++-
 .../web/yui/build/assets/skins/sam/menu.css     |  22 ++-
 .../web/yui/build/assets/skins/sam/skin.css     |  22 ++-
 .../web/yui/build/assets/skins/sam/tabview.css  |  22 ++-
 .../web/yui/build/assets/skins/sam/treeview.css |  22 ++-
 .../web/yui/build/assets/skins/sam/yuitest.css  |  22 ++-
 .../autocomplete/assets/autocomplete-core.css   |  24 +++-
 .../assets/skins/sam/autocomplete-skin.css      |  24 +++-
 .../assets/skins/sam/autocomplete.css           |  22 ++-
 .../build/autocomplete/autocomplete-debug.js    |  22 ++-
 .../yui/build/autocomplete/autocomplete-min.js  |  22 ++-
 .../web/yui/build/autocomplete/autocomplete.js  |  22 ++-
 .../resources/web/yui/build/base/base-min.css   |  22 ++-
 .../main/resources/web/yui/build/base/base.css  |  22 ++-
 .../web/yui/build/button/assets/button-core.css |  22 ++-
 .../button/assets/skins/sam/button-skin.css     |  22 ++-
 .../build/button/assets/skins/sam/button.css    |  22 ++-
 .../web/yui/build/button/button-beta-debug.js   |  22 ++-
 .../web/yui/build/button/button-beta-min.js     |  22 ++-
 .../web/yui/build/button/button-beta.js         |  22 ++-
 .../yui/build/calendar/assets/calendar-core.css |  22 ++-
 .../web/yui/build/calendar/assets/calendar.css  |  22 ++-
 .../calendar/assets/skins/sam/calendar-skin.css |  22 ++-
 .../calendar/assets/skins/sam/calendar.css      |  22 ++-
 .../web/yui/build/calendar/calendar-debug.js    |  22 ++-
 .../web/yui/build/calendar/calendar-min.js      |  22 ++-
 .../web/yui/build/calendar/calendar.js          |  22 ++-
 .../colorpicker/assets/colorpicker_core.css     |  22 ++-
 .../assets/skins/sam/colorpicker-skin.css       |  22 ++-
 .../assets/skins/sam/colorpicker.css            |  22 ++-
 .../build/colorpicker/colorpicker-beta-debug.js |  22 ++-
 .../build/colorpicker/colorpicker-beta-min.js   |  24 +++-
 .../yui/build/colorpicker/colorpicker-beta.js   |  22 ++-
 .../yui/build/connection/connection-debug.js    |  22 ++-
 .../web/yui/build/connection/connection-min.js  |  22 ++-
 .../web/yui/build/connection/connection.js      |  22 ++-
 .../build/container/assets/container-core.css   |  22 ++-
 .../yui/build/container/assets/container.css    |  22 ++-
 .../assets/skins/sam/container-skin.css         |  22 ++-
 .../container/assets/skins/sam/container.css    |  22 ++-
 .../web/yui/build/container/container-debug.js  |  22 ++-
 .../web/yui/build/container/container-min.js    |  22 ++-
 .../web/yui/build/container/container.js        |  22 ++-
 .../yui/build/container/container_core-debug.js |  22 ++-
 .../yui/build/container/container_core-min.js   |  22 ++-
 .../web/yui/build/container/container_core.js   |  22 ++-
 .../build/datasource/datasource-beta-debug.js   |  22 ++-
 .../yui/build/datasource/datasource-beta-min.js |  22 ++-
 .../web/yui/build/datasource/datasource-beta.js |  22 ++-
 .../web/yui/build/datasource/datasource-min.js  |  22 ++-
 .../build/datatable/assets/datatable-core.css   |  22 ++-
 .../yui/build/datatable/assets/datatable.css    |  24 +++-
 .../assets/skins/sam/datatable-skin.css         |  22 ++-
 .../datatable/assets/skins/sam/datatable.css    |  22 ++-
 .../yui/build/datatable/datatable-beta-debug.js |  22 ++-
 .../yui/build/datatable/datatable-beta-min.js   |  22 ++-
 .../web/yui/build/datatable/datatable-beta.js   |  22 ++-
 .../resources/web/yui/build/dom/dom-debug.js    |  22 ++-
 .../main/resources/web/yui/build/dom/dom-min.js |  22 ++-
 .../src/main/resources/web/yui/build/dom/dom.js |  22 ++-
 .../web/yui/build/dragdrop/dragdrop-debug.js    |  22 ++-
 .../web/yui/build/dragdrop/dragdrop-min.js      |  22 ++-
 .../web/yui/build/dragdrop/dragdrop.js          |  22 ++-
 .../web/yui/build/editor/assets/editor-core.css |  22 ++-
 .../build/editor/assets/simpleeditor-core.css   |  22 ++-
 .../editor/assets/skins/sam/editor-skin.css     |  22 ++-
 .../build/editor/assets/skins/sam/editor.css    |  22 ++-
 .../assets/skins/sam/simpleeditor-skin.css      |  22 ++-
 .../editor/assets/skins/sam/simpleeditor.css    |  22 ++-
 .../web/yui/build/editor/editor-beta-debug.js   |  29 ++--
 .../web/yui/build/editor/editor-beta-min.js     |  22 ++-
 .../web/yui/build/editor/editor-beta.js         |  29 ++--
 .../web/yui/build/editor/editor-debug.js        |  22 ++-
 .../web/yui/build/editor/editor-min.js          |  22 ++-
 .../resources/web/yui/build/editor/editor.js    |  22 ++-
 .../web/yui/build/editor/simpleeditor-debug.js  |  22 ++-
 .../web/yui/build/editor/simpleeditor-min.js    |  22 ++-
 .../web/yui/build/editor/simpleeditor.js        |  22 ++-
 .../web/yui/build/element/element-beta-debug.js |  22 ++-
 .../web/yui/build/element/element-beta-min.js   |  22 ++-
 .../web/yui/build/element/element-beta.js       |  22 ++-
 .../web/yui/build/element/element-min.js        |  22 ++-
 .../build/event-delegate/event-delegate-min.js  |  22 ++-
 .../web/yui/build/event/event-debug.js          |  22 ++-
 .../resources/web/yui/build/event/event-min.js  |  22 ++-
 .../main/resources/web/yui/build/event/event.js |  22 ++-
 .../resources/web/yui/build/fonts/fonts-min.css |  22 ++-
 .../resources/web/yui/build/fonts/fonts.css     |  22 ++-
 .../resources/web/yui/build/grids/grids-min.css |  22 ++-
 .../resources/web/yui/build/grids/grids.css     |  22 ++-
 .../web/yui/build/history/assets/blank.html     |  35 ++---
 .../web/yui/build/history/history-beta-debug.js |  22 ++-
 .../web/yui/build/history/history-beta-min.js   |  22 ++-
 .../web/yui/build/history/history-beta.js       |  22 ++-
 .../imageloader-experimental-debug.js           |  22 ++-
 .../imageloader/imageloader-experimental-min.js |  22 ++-
 .../imageloader/imageloader-experimental.js     |  22 ++-
 .../resources/web/yui/build/json/json-debug.js  |  22 ++-
 .../resources/web/yui/build/json/json-min.js    |  22 ++-
 .../main/resources/web/yui/build/json/json.js   |  22 ++-
 .../web/yui/build/logger/assets/logger-core.css |  22 ++-
 .../web/yui/build/logger/assets/logger.css      |  24 +++-
 .../logger/assets/skins/sam/logger-skin.css     |  24 +++-
 .../build/logger/assets/skins/sam/logger.css    |  22 ++-
 .../web/yui/build/logger/logger-debug.js        |  22 ++-
 .../web/yui/build/logger/logger-min.js          |  22 ++-
 .../resources/web/yui/build/logger/logger.js    |  22 ++-
 .../web/yui/build/menu/assets/menu-core.css     |  22 ++-
 .../web/yui/build/menu/assets/menu.css          |  22 ++-
 .../build/menu/assets/skins/sam/menu-skin.css   |  22 ++-
 .../yui/build/menu/assets/skins/sam/menu.css    |  22 ++-
 .../resources/web/yui/build/menu/menu-debug.js  |  22 ++-
 .../resources/web/yui/build/menu/menu-min.js    |  22 ++-
 .../main/resources/web/yui/build/menu/menu.js   |  22 ++-
 .../reset-fonts-grids/reset-fonts-grids.css     |  22 ++-
 .../resources/web/yui/build/reset/reset-min.css |  22 ++-
 .../resources/web/yui/build/reset/reset.css     |  22 ++-
 .../web/yui/build/resize/assets/resize-core.css |  22 ++-
 .../resize/assets/skins/sam/resize-skin.css     |  22 ++-
 .../build/resize/assets/skins/sam/resize.css    |  22 ++-
 .../web/yui/build/resize/resize-min.js          |  22 ++-
 .../web/yui/build/selector/selector-min.js      |  22 ++-
 .../web/yui/build/slider/slider-debug.js        |  22 ++-
 .../web/yui/build/slider/slider-min.js          |  22 ++-
 .../resources/web/yui/build/slider/slider.js    |  22 ++-
 .../yui/build/tabview/assets/border_tabs.css    |  22 ++-
 .../web/yui/build/tabview/assets/skin-sam.css   |  22 ++-
 .../tabview/assets/skins/sam/tabview-skin.css   |  22 ++-
 .../build/tabview/assets/skins/sam/tabview.css  |  22 ++-
 .../yui/build/tabview/assets/tabview-core.css   |  22 ++-
 .../web/yui/build/tabview/assets/tabview.css    |  22 ++-
 .../web/yui/build/tabview/tabview-debug.js      |  22 ++-
 .../web/yui/build/tabview/tabview-min.js        |  22 ++-
 .../resources/web/yui/build/tabview/tabview.js  |  22 ++-
 .../yui/build/treeview/assets/folder-styles.css |  19 ++-
 .../treeview/assets/skins/sam/treeview-skin.css |  28 ++--
 .../treeview/assets/skins/sam/treeview.css      |  22 ++-
 .../build/treeview/assets/treeview-2.8.1.css    |  22 ++-
 .../yui/build/treeview/assets/treeview-core.css |  22 ++-
 .../yui/build/treeview/assets/treeview-menu.css |  24 +++-
 .../web/yui/build/treeview/assets/treeview.css  |  22 ++-
 .../web/yui/build/treeview/treeview-2.8.1.js    |  22 ++-
 .../web/yui/build/treeview/treeview-debug.js    |  22 ++-
 .../web/yui/build/treeview/treeview-min.js      |  22 ++-
 .../web/yui/build/treeview/treeview.js          |  22 ++-
 .../web/yui/build/utilities/utilities.js        |  22 ++-
 .../build/yahoo-dom-event/yahoo-dom-event.js    |  22 ++-
 .../web/yui/build/yahoo/yahoo-debug.js          |  22 ++-
 .../resources/web/yui/build/yahoo/yahoo-min.js  |  22 ++-
 .../main/resources/web/yui/build/yahoo/yahoo.js |  22 ++-
 .../yui/build/yuiloader/yuiloader-beta-debug.js |  22 ++-
 .../yui/build/yuiloader/yuiloader-beta-min.js   |  22 ++-
 .../web/yui/build/yuiloader/yuiloader-beta.js   |  22 ++-
 .../yuitest/assets/skins/sam/yuitest-skin.css   |  22 ++-
 .../build/yuitest/assets/skins/sam/yuitest.css  |  22 ++-
 .../web/yui/build/yuitest/assets/testlogger.css |  22 ++-
 .../yui/build/yuitest/assets/yuitest-core.css   |  22 ++-
 .../web/yui/build/yuitest/yuitest-beta-debug.js |  22 ++-
 .../web/yui/build/yuitest/yuitest-beta-min.js   |  22 ++-
 .../web/yui/build/yuitest/yuitest-beta.js       |  22 ++-
 .../tomcat/webapp-classloading-environments.xml |  23 +--
 .../resources/tomcat/webapp-classloading.xml    |  23 +--
 .../tomcat/webapp-classloading-environments.xml |  23 +--
 .../resources/tomcat/webapp-classloading.xml    |  23 +--
 .../wso2is-saml-sso/files/carbon.xml            |  23 +--
 .../templates/conf/user-mgt/_roldap.erb         |  29 ++--
 .../templates/conf/user-mgt/_rwldap.erb         |  29 ++--
 497 files changed, 8567 insertions(+), 3013 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/8598f49e/components/org.apache.stratos.metadata.service/src/main/resources/axis2_client.xml
----------------------------------------------------------------------
diff --git 
a/components/org.apache.stratos.metadata.service/src/main/resources/axis2_client.xml
 
b/components/org.apache.stratos.metadata.service/src/main/resources/axis2_client.xml
index dda7ccd..b9f2eb6 100644
--- 
a/components/org.apache.stratos.metadata.service/src/main/resources/axis2_client.xml
+++ 
b/components/org.apache.stratos.metadata.service/src/main/resources/axis2_client.xml
@@ -1,17 +1,20 @@
 <!--
-  ~ 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
+  ~ 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.
+  ~ 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/8598f49e/dependencies/org.wso2.carbon.ui/pom.xml
----------------------------------------------------------------------
diff --git a/dependencies/org.wso2.carbon.ui/pom.xml 
b/dependencies/org.wso2.carbon.ui/pom.xml
index 508f243..f39ed92 100644
--- a/dependencies/org.wso2.carbon.ui/pom.xml
+++ b/dependencies/org.wso2.carbon.ui/pom.xml
@@ -1,19 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
- ~ Copyright (c) WSO2 Inc. (http://wso2.com) All Rights Reserved.
- ~
- ~ 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.
+  -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 

http://git-wip-us.apache.org/repos/asf/stratos/blob/8598f49e/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/AbstractCarbonUIAuthenticator.java
----------------------------------------------------------------------
diff --git 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/AbstractCarbonUIAuthenticator.java
 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/AbstractCarbonUIAuthenticator.java
index f7a0489..47b886d 100644
--- 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/AbstractCarbonUIAuthenticator.java
+++ 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/AbstractCarbonUIAuthenticator.java
@@ -1,17 +1,18 @@
 /*
- *  Copyright (c) WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+ * 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
  *
- *  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
+ * 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
+ * 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/8598f49e/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BasicAuthUIAuthenticator.java
----------------------------------------------------------------------
diff --git 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BasicAuthUIAuthenticator.java
 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BasicAuthUIAuthenticator.java
index a07b3d1..4cb99cf 100644
--- 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BasicAuthUIAuthenticator.java
+++ 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BasicAuthUIAuthenticator.java
@@ -1,20 +1,20 @@
 /*
- *  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.
+ * 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.
  */
 
 package org.wso2.carbon.ui;

http://git-wip-us.apache.org/repos/asf/stratos/blob/8598f49e/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BreadCrumbGenerator.java
----------------------------------------------------------------------
diff --git 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BreadCrumbGenerator.java
 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BreadCrumbGenerator.java
index 792941b..d2584f1 100644
--- 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BreadCrumbGenerator.java
+++ 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BreadCrumbGenerator.java
@@ -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.
+ */
 package org.wso2.carbon.ui;
 
 import org.apache.commons.logging.Log;

http://git-wip-us.apache.org/repos/asf/stratos/blob/8598f49e/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BundleBasedUIResourceProvider.java
----------------------------------------------------------------------
diff --git 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BundleBasedUIResourceProvider.java
 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BundleBasedUIResourceProvider.java
index 0e37da5..6ed27d0 100644
--- 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BundleBasedUIResourceProvider.java
+++ 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BundleBasedUIResourceProvider.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2009-2010 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
+ * 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.
+ * 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.
  */
 package org.wso2.carbon.ui;
 

http://git-wip-us.apache.org/repos/asf/stratos/blob/8598f49e/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BundleProxyClassLoader.java
----------------------------------------------------------------------
diff --git 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BundleProxyClassLoader.java
 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BundleProxyClassLoader.java
index 3f161fc..ed843a6 100644
--- 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BundleProxyClassLoader.java
+++ 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BundleProxyClassLoader.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * 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.
  */
 package org.wso2.carbon.ui;
 

http://git-wip-us.apache.org/repos/asf/stratos/blob/8598f49e/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BundleResourcePathRegistry.java
----------------------------------------------------------------------
diff --git 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BundleResourcePathRegistry.java
 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BundleResourcePathRegistry.java
index bb1524f..cbf5660 100644
--- 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BundleResourcePathRegistry.java
+++ 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/BundleResourcePathRegistry.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2005-2007 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
+ * 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.
+ * 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.
  */
 package org.wso2.carbon.ui;
 

http://git-wip-us.apache.org/repos/asf/stratos/blob/8598f49e/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonConnection.java
----------------------------------------------------------------------
diff --git 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonConnection.java
 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonConnection.java
index ecd4c42..de73e4e 100644
--- 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonConnection.java
+++ 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonConnection.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * 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.
  */
 package org.wso2.carbon.ui;
 

http://git-wip-us.apache.org/repos/asf/stratos/blob/8598f49e/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonProtocol.java
----------------------------------------------------------------------
diff --git 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonProtocol.java
 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonProtocol.java
index 1f6cec6..30e2d61 100644
--- 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonProtocol.java
+++ 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonProtocol.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * 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.
  */
 package org.wso2.carbon.ui;
 

http://git-wip-us.apache.org/repos/asf/stratos/blob/8598f49e/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonSSOSessionManager.java
----------------------------------------------------------------------
diff --git 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonSSOSessionManager.java
 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonSSOSessionManager.java
index 3ab2212..e857383 100644
--- 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonSSOSessionManager.java
+++ 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonSSOSessionManager.java
@@ -1,17 +1,18 @@
 /*
- *  Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights 
Reserved.
+ * 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
  *
- *  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
+ * 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
+ * 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/8598f49e/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonSecuredHttpContext.java
----------------------------------------------------------------------
diff --git 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonSecuredHttpContext.java
 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonSecuredHttpContext.java
index 1b9e366..f83c26c 100644
--- 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonSecuredHttpContext.java
+++ 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonSecuredHttpContext.java
@@ -1,17 +1,18 @@
 /*
- *  Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights 
Reserved.
+ * 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
  *
- *  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
+ * 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
+ * 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/8598f49e/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonUIAuthenticator.java
----------------------------------------------------------------------
diff --git 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonUIAuthenticator.java
 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonUIAuthenticator.java
index 7a46e2e..f1dc5ad 100644
--- 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonUIAuthenticator.java
+++ 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonUIAuthenticator.java
@@ -1,17 +1,18 @@
 /*
- *  Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights 
Reserved.
+ * 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
  *
- *  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
+ * 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
+ * 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/8598f49e/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonUILoginUtil.java
----------------------------------------------------------------------
diff --git 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonUILoginUtil.java
 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonUILoginUtil.java
index ba05a7b..e1028b8 100644
--- 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonUILoginUtil.java
+++ 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonUILoginUtil.java
@@ -1,17 +1,18 @@
 /*
- *  Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights 
Reserved.
+ * 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
  *
- *  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
+ * 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
+ * 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/8598f49e/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonUIMessage.java
----------------------------------------------------------------------
diff --git 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonUIMessage.java
 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonUIMessage.java
index c73519c..e2680f5 100644
--- 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonUIMessage.java
+++ 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonUIMessage.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2005-2007 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
+ * 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.
+ * 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.
  */
 package org.wso2.carbon.ui;
 

http://git-wip-us.apache.org/repos/asf/stratos/blob/8598f49e/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonUIUtil.java
----------------------------------------------------------------------
diff --git 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonUIUtil.java
 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonUIUtil.java
index 711198b..f7a47c2 100644
--- 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonUIUtil.java
+++ 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/CarbonUIUtil.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2005-2007 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
+ * 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.
+ * 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.
  */
 
 package org.wso2.carbon.ui;

http://git-wip-us.apache.org/repos/asf/stratos/blob/8598f49e/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/ComponentDeployer.java
----------------------------------------------------------------------
diff --git 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/ComponentDeployer.java
 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/ComponentDeployer.java
index 0347906..9e1c3b4 100644
--- 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/ComponentDeployer.java
+++ 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/ComponentDeployer.java
@@ -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.
+ */
 package org.wso2.carbon.ui;
 
 import org.apache.axiom.om.OMAbstractFactory;

http://git-wip-us.apache.org/repos/asf/stratos/blob/8598f49e/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultAuthenticatorCredentials.java
----------------------------------------------------------------------
diff --git 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultAuthenticatorCredentials.java
 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultAuthenticatorCredentials.java
index 58dc0f5..3029c0b 100644
--- 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultAuthenticatorCredentials.java
+++ 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultAuthenticatorCredentials.java
@@ -1,20 +1,20 @@
 /*
- *  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.
+ * 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.
  */
 
 package org.wso2.carbon.ui;

http://git-wip-us.apache.org/repos/asf/stratos/blob/8598f49e/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java
----------------------------------------------------------------------
diff --git 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java
 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java
index c84bb83..5e42277 100644
--- 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java
+++ 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java
@@ -1,17 +1,18 @@
 /*
- *  Copyright (c) WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+ * 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
  *
- *  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
+ * 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
+ * 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/8598f49e/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultComponentEntryHttpContext.java
----------------------------------------------------------------------
diff --git 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultComponentEntryHttpContext.java
 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultComponentEntryHttpContext.java
index db7d199..feeeeb6 100644
--- 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultComponentEntryHttpContext.java
+++ 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultComponentEntryHttpContext.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * 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.
  */
 package org.wso2.carbon.ui;
 

http://git-wip-us.apache.org/repos/asf/stratos/blob/8598f49e/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DeploymentEngine.java
----------------------------------------------------------------------
diff --git 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DeploymentEngine.java
 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DeploymentEngine.java
index 497bbc4..fa53dfd 100644
--- 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DeploymentEngine.java
+++ 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DeploymentEngine.java
@@ -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.
+ */
 package org.wso2.carbon.ui;
 
 import org.apache.commons.logging.Log;

http://git-wip-us.apache.org/repos/asf/stratos/blob/8598f49e/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/JSPContextFinder.java
----------------------------------------------------------------------
diff --git 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/JSPContextFinder.java
 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/JSPContextFinder.java
index 95a8430..d2f109a 100644
--- 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/JSPContextFinder.java
+++ 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/JSPContextFinder.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * 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.
  */
 package org.wso2.carbon.ui;
 

http://git-wip-us.apache.org/repos/asf/stratos/blob/8598f49e/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/JspClassLoader.java
----------------------------------------------------------------------
diff --git 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/JspClassLoader.java
 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/JspClassLoader.java
index 31e8bb6..03fa4c1 100644
--- 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/JspClassLoader.java
+++ 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/JspClassLoader.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * 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.
  */
 package org.wso2.carbon.ui;
 

http://git-wip-us.apache.org/repos/asf/stratos/blob/8598f49e/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/JspServlet.java
----------------------------------------------------------------------
diff --git 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/JspServlet.java
 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/JspServlet.java
index 7e2792f..8429e07 100644
--- 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/JspServlet.java
+++ 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/JspServlet.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * 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.
  */
 package org.wso2.carbon.ui;
 

http://git-wip-us.apache.org/repos/asf/stratos/blob/8598f49e/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/MenuAdminClient.java
----------------------------------------------------------------------
diff --git 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/MenuAdminClient.java
 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/MenuAdminClient.java
index ab51b62..b052395 100644
--- 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/MenuAdminClient.java
+++ 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/MenuAdminClient.java
@@ -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.
+ */
 package org.wso2.carbon.ui;
 
 import org.apache.commons.logging.Log;

http://git-wip-us.apache.org/repos/asf/stratos/blob/8598f49e/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/SecuredComponentEntryHttpContext.java
----------------------------------------------------------------------
diff --git 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/SecuredComponentEntryHttpContext.java
 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/SecuredComponentEntryHttpContext.java
index ca5b2af..9ecde2b 100644
--- 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/SecuredComponentEntryHttpContext.java
+++ 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/SecuredComponentEntryHttpContext.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * 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.
  */
 package org.wso2.carbon.ui;
 

http://git-wip-us.apache.org/repos/asf/stratos/blob/8598f49e/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/TextJavascriptHandler.java
----------------------------------------------------------------------
diff --git 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/TextJavascriptHandler.java
 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/TextJavascriptHandler.java
index 8df231e..c702328 100644
--- 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/TextJavascriptHandler.java
+++ 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/TextJavascriptHandler.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * 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.
  */
 package org.wso2.carbon.ui;
 

http://git-wip-us.apache.org/repos/asf/stratos/blob/8598f49e/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/TextPlainHandler.java
----------------------------------------------------------------------
diff --git 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/TextPlainHandler.java
 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/TextPlainHandler.java
index d2fa16e..4202968 100644
--- 
a/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/TextPlainHandler.java
+++ 
b/dependencies/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/TextPlainHandler.java
@@ -1,17 +1,20 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * 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.
  */
 package org.wso2.carbon.ui;
 

Reply via email to