Remove @author tag from non third-party source files in plugins folder

This commit is contained in:
Mice Xia 2012-08-13 15:04:30 +08:00
parent 1894fb56cf
commit 3eda2b8c4b
11 changed files with 0 additions and 17 deletions

View File

@ -25,10 +25,6 @@ import org.xml.sax.Attributes;
import org.xml.sax.InputSource;
import org.xml.sax.SAXException;
/**
* @author chiradeep
*
*/
public class LibvirtCapXMLParser extends LibvirtXMLParser {
private boolean _host = false;
private boolean _guest = false;

View File

@ -37,10 +37,6 @@ import com.cloud.hypervisor.kvm.resource.LibvirtVMDef.DiskDef;
import com.cloud.hypervisor.kvm.resource.LibvirtVMDef.InterfaceDef;
import com.cloud.hypervisor.kvm.resource.LibvirtVMDef.InterfaceDef.nicModel;
/**
* @author chiradeep
*
*/
public class LibvirtDomainXMLParser {
private static final Logger s_logger = Logger
.getLogger(LibvirtDomainXMLParser.class);

View File

@ -17,7 +17,6 @@
'''
Created on May 17, 2011
@author: frank
'''
try:

View File

@ -17,7 +17,6 @@
'''
Created on May 17, 2011
@author: frank
'''
from OvmCommonModule import *

View File

@ -17,7 +17,6 @@
'''
Created on Jun 6, 2011
@author: frank
'''
from OvmCommonModule import *
try:

View File

@ -17,7 +17,6 @@
'''
Created on May 19, 2011
@author: frank
'''
import logging

View File

@ -17,7 +17,6 @@
'''
Created on May 17, 2011
@author: frank
'''
class OvmObject(object):

View File

@ -17,7 +17,6 @@
'''
Created on May 17, 2011
@author: frank
'''
from OvmCommonModule import *

View File

@ -17,7 +17,6 @@
'''
Created on May 17, 2011
@author: frank
'''
from OvmCommonModule import *
from OvmDiskModule import *

View File

@ -17,7 +17,6 @@
'''
Created on June 2, 2011
@author: frank
'''
from OvmCommonModule import *
from OvmStoragePoolModule import OvmStoragePool

View File

@ -31,7 +31,6 @@ import com.cloud.utils.component.ComponentLocator;
* Simple UserAuthenticator that performs a MD5 hash of the password before
* comparing it against the local database.
*
* @author Will Chan
*/
@Local(value={UserAuthenticator.class})
public class MD5UserAuthenticator extends DefaultUserAuthenticator {