GUACAMOLE-224: Remove @author tags from codebase.

This commit is contained in:
Michael Jumper
2017-02-27 23:17:42 -08:00
parent fa07460390
commit dec73c8457
412 changed files with 18 additions and 832 deletions

View File

@@ -26,9 +26,6 @@ import org.apache.guacamole.auth.jdbc.JDBCAuthenticationProviderService;
/**
* Provides a MySQL based implementation of the AuthenticationProvider
* functionality.
*
* @author James Muehlner
* @author Michael Jumper
*/
public class MySQLAuthenticationProvider extends InjectedAuthenticationProvider {

View File

@@ -28,8 +28,6 @@ import org.mybatis.guice.datasource.helper.JdbcHelper;
/**
* Guice module which configures MySQL-specific injections.
*
* @author James Muehlner
*/
public class MySQLAuthenticationProviderModule implements Module {

View File

@@ -28,9 +28,6 @@ import org.apache.guacamole.auth.jdbc.security.PasswordPolicy;
/**
* A MySQL-specific implementation of JDBCEnvironment provides database
* properties specifically for MySQL.
*
* @author James Muehlner
* @author Michael Jumper
*/
public class MySQLEnvironment extends JDBCEnvironment {

View File

@@ -25,8 +25,6 @@ import org.apache.guacamole.properties.StringGuacamoleProperty;
/**
* Properties used by the MySQL Authentication plugin.
*
* @author James Muehlner
*/
public class MySQLGuacamoleProperties {

View File

@@ -29,8 +29,6 @@ import org.apache.guacamole.auth.jdbc.JDBCInjectorProvider;
* JDBCInjectorProvider implementation which configures Guice injections for
* connecting to a MySQL database based on MySQL-specific options provided via
* guacamole.properties.
*
* @author Michael Jumper
*/
public class MySQLInjectorProvider extends JDBCInjectorProvider {

View File

@@ -28,8 +28,6 @@ import org.apache.guacamole.properties.IntegerGuacamoleProperty;
/**
* PasswordPolicy implementation which reads the details of the policy from
* MySQL-specific properties in guacamole.properties.
*
* @author Michael Jumper
*/
public class MySQLPasswordPolicy implements PasswordPolicy {

View File

@@ -27,8 +27,6 @@ import org.apache.guacamole.auth.jdbc.sharing.SharedAuthenticationProviderServic
* Provides a implementation of AuthenticationProvider which interacts with the
* MySQL AuthenticationProvider, accepting share keys as credentials and
* providing access to the shared connections.
*
* @author Michael Jumper
*/
public class MySQLSharedAuthenticationProvider extends InjectedAuthenticationProvider {