Added Apache License Header to org.apache.stratos.manager component source files
Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/a0931f9c Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/a0931f9c Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/a0931f9c Branch: refs/heads/master Commit: a0931f9c9da10c7bf589fdf92e23fb41eb905ca4 Parents: 39fd95b Author: M. Isuru Tharanga Chrishantha Perera <[email protected]> Authored: Tue Apr 1 00:31:59 2014 +0530 Committer: M. Isuru Tharanga Chrishantha Perera <[email protected]> Committed: Tue Apr 1 00:31:59 2014 +0530 ---------------------------------------------------------------------- .../org/apache/stratos/manager/dao/Cluster.java | 22 ++++++++++++++++- .../manager/utils/RepoPasswordMgtUtil.java | 25 +++++++++++++++----- 2 files changed, 40 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a0931f9c/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/dao/Cluster.java ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/dao/Cluster.java b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/dao/Cluster.java index cd54868..bacb4d8 100644 --- a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/dao/Cluster.java +++ b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/dao/Cluster.java @@ -1,3 +1,23 @@ +/* + * + * 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.manager.dao; import java.io.Serializable; @@ -74,4 +94,4 @@ public class Cluster implements Serializable { public String toString () { return clusterDomain; } -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a0931f9c/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/utils/RepoPasswordMgtUtil.java ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/utils/RepoPasswordMgtUtil.java b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/utils/RepoPasswordMgtUtil.java index 3e266f9..cac4f82 100644 --- a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/utils/RepoPasswordMgtUtil.java +++ b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/utils/RepoPasswordMgtUtil.java @@ -1,5 +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. + * */ package org.apache.stratos.manager.utils; @@ -11,10 +28,6 @@ import org.apache.commons.codec.binary.Base64; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; -/** - * @author wso2 - * - */ public class RepoPasswordMgtUtil { private static final Log log = LogFactory.getLog(RepoPasswordMgtUtil.class);
