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 PostgreSQL-based implementation of the AuthenticationProvider
* functionality.
*
* @author James Muehlner
* @author Michael Jumper
*/
public class PostgreSQLAuthenticationProvider extends InjectedAuthenticationProvider {

View File

@@ -28,9 +28,6 @@ import org.mybatis.guice.datasource.helper.JdbcHelper;
/**
* Guice module which configures PostgreSQL-specific injections.
*
* @author James Muehlner
* @author Michael Jumper
*/
public class PostgreSQLAuthenticationProviderModule implements Module {

View File

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

View File

@@ -25,9 +25,6 @@ import org.apache.guacamole.properties.StringGuacamoleProperty;
/**
* Properties used by the PostgreSQL Authentication plugin.
*
* @author James Muehlner
* @author Michael Jumper
*/
public class PostgreSQLGuacamoleProperties {

View File

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

View File

@@ -28,8 +28,6 @@ import org.apache.guacamole.properties.IntegerGuacamoleProperty;
/**
* PasswordPolicy implementation which reads the details of the policy from
* PostgreSQL-specific properties in guacamole.properties.
*
* @author Michael Jumper
*/
public class PostgreSQLPasswordPolicy 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
* PostgreSQL AuthenticationProvider, accepting share keys as credentials and
* providing access to the shared connections.
*
* @author Michael Jumper
*/
public class PostgreSQLSharedAuthenticationProvider extends InjectedAuthenticationProvider {