Add missing license headers in register ui component Signed-off-by: Manula Thantriwatte <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/5179d7b3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/5179d7b3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/5179d7b3 Branch: refs/heads/master Commit: 5179d7b3461d64e4781a94e5866ff51b46f41b2e Parents: 449eecb Author: Dinesh Bandara <[email protected]> Authored: Wed Sep 4 12:26:26 2013 +0530 Committer: Manula Thantriwatte <[email protected]> Committed: Wed Sep 4 17:16:48 2013 +0530 ---------------------------------------------------------------------- .../ui/clients/PackageInfoServiceClient.java | 18 ++++++++++++++++++ .../register/ui/i18n/JSResources.properties | 17 +++++++++++++++++ .../register/ui/i18n/Resources.properties | 17 +++++++++++++++++ .../web/tenant-register/css/tenant-register.css | 19 +++++++++++++++++++ .../web/tenant-register/js/register_config.js | 19 +++++++++++++++++++ .../web/tenant-register/js/select_domain.js | 19 +++++++++++++++++++ 6 files changed, 109 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5179d7b3/components/org.apache.stratos.register.ui/src/main/java/org/apache/stratos/register/ui/clients/PackageInfoServiceClient.java ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.register.ui/src/main/java/org/apache/stratos/register/ui/clients/PackageInfoServiceClient.java b/components/org.apache.stratos.register.ui/src/main/java/org/apache/stratos/register/ui/clients/PackageInfoServiceClient.java index 2979988..2bd37a3 100644 --- a/components/org.apache.stratos.register.ui/src/main/java/org/apache/stratos/register/ui/clients/PackageInfoServiceClient.java +++ b/components/org.apache.stratos.register.ui/src/main/java/org/apache/stratos/register/ui/clients/PackageInfoServiceClient.java @@ -1,3 +1,21 @@ +/* + * 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.apache.stratos.register.ui.clients; import org.apache.axis2.AxisFault; http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5179d7b3/components/org.apache.stratos.register.ui/src/main/resources/org/apache/stratos/register/ui/i18n/JSResources.properties ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.register.ui/src/main/resources/org/apache/stratos/register/ui/i18n/JSResources.properties b/components/org.apache.stratos.register.ui/src/main/resources/org/apache/stratos/register/ui/i18n/JSResources.properties index c49c4b0..76cbecd 100644 --- a/components/org.apache.stratos.register.ui/src/main/resources/org/apache/stratos/register/ui/i18n/JSResources.properties +++ b/components/org.apache.stratos.register.ui/src/main/resources/org/apache/stratos/register/ui/i18n/JSResources.properties @@ -1,3 +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. + password.mismatched=Passwords do not match. email.mismatched=The emails are mismatching. current.password.should.provided=You should provide the current password in order to change the password. http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5179d7b3/components/org.apache.stratos.register.ui/src/main/resources/org/apache/stratos/register/ui/i18n/Resources.properties ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.register.ui/src/main/resources/org/apache/stratos/register/ui/i18n/Resources.properties b/components/org.apache.stratos.register.ui/src/main/resources/org/apache/stratos/register/ui/i18n/Resources.properties index b757c4f..7403a40 100644 --- a/components/org.apache.stratos.register.ui/src/main/resources/org/apache/stratos/register/ui/i18n/Resources.properties +++ b/components/org.apache.stratos.register.ui/src/main/resources/org/apache/stratos/register/ui/i18n/Resources.properties @@ -1,3 +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. + submit.tenant=Submit Tenant domain=Tenant Domain domain.information=Domain Information http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5179d7b3/components/org.apache.stratos.register.ui/src/main/resources/web/tenant-register/css/tenant-register.css ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.register.ui/src/main/resources/web/tenant-register/css/tenant-register.css b/components/org.apache.stratos.register.ui/src/main/resources/web/tenant-register/css/tenant-register.css index 621c028..beece89 100644 --- a/components/org.apache.stratos.register.ui/src/main/resources/web/tenant-register/css/tenant-register.css +++ b/components/org.apache.stratos.register.ui/src/main/resources/web/tenant-register/css/tenant-register.css @@ -1,3 +1,22 @@ +/* +* 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. +*/ + body { color:#111111; font-size:0.75em; http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5179d7b3/components/org.apache.stratos.register.ui/src/main/resources/web/tenant-register/js/register_config.js ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.register.ui/src/main/resources/web/tenant-register/js/register_config.js b/components/org.apache.stratos.register.ui/src/main/resources/web/tenant-register/js/register_config.js index fdcd24e..874dc72 100644 --- a/components/org.apache.stratos.register.ui/src/main/resources/web/tenant-register/js/register_config.js +++ b/components/org.apache.stratos.register.ui/src/main/resources/web/tenant-register/js/register_config.js @@ -1,3 +1,22 @@ +/** +* 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. +*/ + function addTenant(isPublicCloud) { var domain = document.getElementById('domain'); var reason = ""; http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5179d7b3/components/org.apache.stratos.register.ui/src/main/resources/web/tenant-register/js/select_domain.js ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.register.ui/src/main/resources/web/tenant-register/js/select_domain.js b/components/org.apache.stratos.register.ui/src/main/resources/web/tenant-register/js/select_domain.js index 592e308..c889a9c 100644 --- a/components/org.apache.stratos.register.ui/src/main/resources/web/tenant-register/js/select_domain.js +++ b/components/org.apache.stratos.register.ui/src/main/resources/web/tenant-register/js/select_domain.js @@ -1,3 +1,22 @@ +/** +* 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. +*/ + function checkDomainAvailability(isPublicCloud) { var domain = document.getElementById('domain');
