Updated Branches:
  refs/heads/master d9c06e538 -> f1a4e9fdf

copyrights

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

Branch: refs/heads/master
Commit: f1a4e9fdf5b68459fa2f964856ea054e69c93c5b
Parents: d9c06e5
Author: Daan Hoogland <[email protected]>
Authored: Sun Sep 1 23:49:05 2013 +0200
Committer: Daan Hoogland <[email protected]>
Committed: Sun Sep 1 23:49:05 2013 +0200

----------------------------------------------------------------------
 .../org/apache/cloudstack/api/LdapValidator.java | 16 ++++++++++++++++
 .../api/command/LdapAddConfigurationCmd.java     | 19 ++++++++++++++++++-
 2 files changed, 34 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f1a4e9fd/api/src/org/apache/cloudstack/api/LdapValidator.java
----------------------------------------------------------------------
diff --git a/api/src/org/apache/cloudstack/api/LdapValidator.java 
b/api/src/org/apache/cloudstack/api/LdapValidator.java
index 4619a58..1d468ae 100644
--- a/api/src/org/apache/cloudstack/api/LdapValidator.java
+++ b/api/src/org/apache/cloudstack/api/LdapValidator.java
@@ -1,3 +1,19 @@
+// 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.cloudstack.api;
 
 public interface LdapValidator {

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f1a4e9fd/plugins/user-authenticators/ldap/src/org/apache/cloudstack/api/command/LdapAddConfigurationCmd.java
----------------------------------------------------------------------
diff --git 
a/plugins/user-authenticators/ldap/src/org/apache/cloudstack/api/command/LdapAddConfigurationCmd.java
 
b/plugins/user-authenticators/ldap/src/org/apache/cloudstack/api/command/LdapAddConfigurationCmd.java
index d5ccdaf..3737617 100644
--- 
a/plugins/user-authenticators/ldap/src/org/apache/cloudstack/api/command/LdapAddConfigurationCmd.java
+++ 
b/plugins/user-authenticators/ldap/src/org/apache/cloudstack/api/command/LdapAddConfigurationCmd.java
@@ -1,7 +1,25 @@
+// 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.cloudstack.api.command;
 
 import javax.inject.Inject;
 
+import org.apache.log4j.Logger;
+
 import org.apache.cloudstack.api.APICommand;
 import org.apache.cloudstack.api.ApiErrorCode;
 import org.apache.cloudstack.api.BaseCmd;
@@ -9,7 +27,6 @@ import org.apache.cloudstack.api.Parameter;
 import org.apache.cloudstack.api.ServerApiException;
 import org.apache.cloudstack.api.response.LdapConfigurationResponse;
 import org.apache.cloudstack.ldap.LdapManager;
-import org.apache.log4j.Logger;
 
 import com.cloud.exception.InvalidParameterValueException;
 import com.cloud.user.Account;

Reply via email to