[teiid-commits] teiid SVN: r465 - in trunk: adminshell/src/main/java/com/metamatrix/script/shell and 723 other directories.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Thu Feb 12 16:41:07 EST 2009


Author: shawkins
Date: 2009-02-12 16:40:56 -0500 (Thu, 12 Feb 2009)
New Revision: 465

Modified:
   trunk/adminshell/src/main/java/com/metamatrix/script/junit/BshTestCase.java
   trunk/adminshell/src/main/java/com/metamatrix/script/junit/BshTestSuite.java
   trunk/adminshell/src/main/java/com/metamatrix/script/shell/CustomParser.java
   trunk/adminshell/src/main/java/com/metamatrix/script/shell/FilePrintStream.java
   trunk/adminshell/src/main/java/com/metamatrix/script/shell/JConsole.java
   trunk/adminshell/src/main/java/com/metamatrix/script/shell/MMAdmin.java
   trunk/adminshell/src/main/java/com/metamatrix/script/shell/ReaderInterceptor.java
   trunk/adminshell/src/main/java/com/metamatrix/script/shell/SimpleParser.java
   trunk/build/kit-embedded/examples/portfolio/java/JDBCClient.java
   trunk/build/kit-server/config/install/setup_server.xml
   trunk/cache-jbosscache/src/main/java/com/metamatrix/cache/jboss/JBossCache.java
   trunk/cache-jbosscache/src/main/java/com/metamatrix/cache/jboss/JBossCacheFactory.java
   trunk/cache-jbosscache/src/main/java/com/metamatrix/cache/jboss/JBossCacheListener.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/AbstractMetadataProvider.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/AnnotationImpl.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BaseDataSource.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BaseDriver.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BatchFetcher.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BatchResults.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/ConnectionListener.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/DataTypeTransformer.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/DeferredMetadataProvider.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/DriverManagerLogger.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedConnectionFactory.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedConnectionTracker.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedDataSource.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedDriver.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedSQLException.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/FilteredResultsMetadata.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCColumnNames.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCColumnPositions.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCLogger.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCPlugin.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/LobSearchUtil.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMBlob.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMCallableStatement.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMClob.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMConnection.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMDataSource.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMDatabaseMetaData.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMDriver.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMPreparedStatement.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMResultSet.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMSQLException.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMSQLXML.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMServerConnection.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMStatement.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMXAConnection.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMXAResource.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/PlanNodeImpl.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/ResultsMetadataProvider.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/ResultsMetadataWithProvider.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/StaticMetadataProvider.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/WarningUtil.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/WrapperImpl.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/Connection.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/DatabaseMetaData.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/PartialResultsWarning.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/ResultSet.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/ResultSetMetaData.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/SQLException.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/SQLStates.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/Statement.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/tools/QueryPlanDisplayHelper.java
   trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/util/MMJDBCURL.java
   trunk/client-jdbc/src/main/java/com/metamatrix/script/io/MetadataReader.java
   trunk/client-jdbc/src/main/java/com/metamatrix/script/io/ResultSetReader.java
   trunk/client-jdbc/src/main/java/com/metamatrix/script/io/StringArrayReader.java
   trunk/client-jdbc/src/main/java/com/metamatrix/script/io/StringLineReader.java
   trunk/client-jdbc/src/main/resources/com/metamatrix/jdbc/basic_i18n.properties
   trunk/client-jdbc/src/main/resources/com/metamatrix/jdbc/i18n.properties
   trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestAllResultsImpl.java
   trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestBatchResults.java
   trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestDataTypeTransformer.java
   trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMConnection.java
   trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMDataSource.java
   trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMDriver.java
   trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMResultSet.java
   trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMSQLException.java
   trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMXAConnection.java
   trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestWrapperImpl.java
   trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/AbstractMMQueryTestCase.java
   trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/FakeDisplayHelper.java
   trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/FakePlanNode.java
   trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/TestQueryPlanDisplayHelper.java
   trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/TestTextOutputVisitor.java
   trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/TestXMLOutputVisitor.java
   trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/util/ResultSetUtil.java
   trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/util/TestMMJDBCURL.java
   trunk/client/src/main/java/com/metamatrix/admin/AdminPlugin.java
   trunk/client/src/main/java/com/metamatrix/admin/api/core/Admin.java
   trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreConfigAdmin.java
   trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreMonitoringAdmin.java
   trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreRuntimeStateAdmin.java
   trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreSecurityAdmin.java
   trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedAdmin.java
   trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedConfigAdmin.java
   trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedLogger.java
   trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedMonitoringAdmin.java
   trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedRuntimeStateAdmin.java
   trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedSecurityAdmin.java
   trunk/client/src/main/java/com/metamatrix/admin/api/exception/AdminComponentException.java
   trunk/client/src/main/java/com/metamatrix/admin/api/exception/AdminException.java
   trunk/client/src/main/java/com/metamatrix/admin/api/exception/AdminProcessingException.java
   trunk/client/src/main/java/com/metamatrix/admin/api/exception/security/InvalidSessionException.java
   trunk/client/src/main/java/com/metamatrix/admin/api/exception/security/MetaMatrixSecurityException.java
   trunk/client/src/main/java/com/metamatrix/admin/api/exception/security/SessionException.java
   trunk/client/src/main/java/com/metamatrix/admin/api/objects/AdminObject.java
   trunk/client/src/main/java/com/metamatrix/admin/api/objects/AdminOptions.java
   trunk/client/src/main/java/com/metamatrix/admin/api/objects/AdminStatus.java
   trunk/client/src/main/java/com/metamatrix/admin/api/objects/Cache.java
   trunk/client/src/main/java/com/metamatrix/admin/api/objects/ConnectorBinding.java
   trunk/client/src/main/java/com/metamatrix/admin/api/objects/ConnectorType.java
   trunk/client/src/main/java/com/metamatrix/admin/api/objects/DQP.java
   trunk/client/src/main/java/com/metamatrix/admin/api/objects/Entitlement.java
   trunk/client/src/main/java/com/metamatrix/admin/api/objects/ExtensionModule.java
   trunk/client/src/main/java/com/metamatrix/admin/api/objects/Group.java
   trunk/client/src/main/java/com/metamatrix/admin/api/objects/Host.java
   trunk/client/src/main/java/com/metamatrix/admin/api/objects/LogConfiguration.java
   trunk/client/src/main/java/com/metamatrix/admin/api/objects/Model.java
   trunk/client/src/main/java/com/metamatrix/admin/api/objects/Principal.java
   trunk/client/src/main/java/com/metamatrix/admin/api/objects/ProcessObject.java
   trunk/client/src/main/java/com/metamatrix/admin/api/objects/PropertyDefinition.java
   trunk/client/src/main/java/com/metamatrix/admin/api/objects/QueueWorkerPool.java
   trunk/client/src/main/java/com/metamatrix/admin/api/objects/Request.java
   trunk/client/src/main/java/com/metamatrix/admin/api/objects/Resource.java
   trunk/client/src/main/java/com/metamatrix/admin/api/objects/Role.java
   trunk/client/src/main/java/com/metamatrix/admin/api/objects/ScriptsContainer.java
   trunk/client/src/main/java/com/metamatrix/admin/api/objects/Session.java
   trunk/client/src/main/java/com/metamatrix/admin/api/objects/SourceRequest.java
   trunk/client/src/main/java/com/metamatrix/admin/api/objects/SystemObject.java
   trunk/client/src/main/java/com/metamatrix/admin/api/objects/User.java
   trunk/client/src/main/java/com/metamatrix/admin/api/objects/VDB.java
   trunk/client/src/main/java/com/metamatrix/admin/api/server/AdminRoles.java
   trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerAdmin.java
   trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerConfigAdmin.java
   trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerMonitoringAdmin.java
   trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerRuntimeStateAdmin.java
   trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerSecurityAdmin.java
   trunk/client/src/main/java/com/metamatrix/admin/objects/MMAdminObject.java
   trunk/client/src/main/java/com/metamatrix/admin/objects/MMAdminStatus.java
   trunk/client/src/main/java/com/metamatrix/admin/objects/MMConnectorBinding.java
   trunk/client/src/main/java/com/metamatrix/admin/objects/MMConnectorType.java
   trunk/client/src/main/java/com/metamatrix/admin/objects/MMDQP.java
   trunk/client/src/main/java/com/metamatrix/admin/objects/MMExtensionModule.java
   trunk/client/src/main/java/com/metamatrix/admin/objects/MMGroup.java
   trunk/client/src/main/java/com/metamatrix/admin/objects/MMHost.java
   trunk/client/src/main/java/com/metamatrix/admin/objects/MMLogConfiguration.java
   trunk/client/src/main/java/com/metamatrix/admin/objects/MMModel.java
   trunk/client/src/main/java/com/metamatrix/admin/objects/MMPrincipal.java
   trunk/client/src/main/java/com/metamatrix/admin/objects/MMProcess.java
   trunk/client/src/main/java/com/metamatrix/admin/objects/MMPropertyDefinition.java
   trunk/client/src/main/java/com/metamatrix/admin/objects/MMQueueWorkerPool.java
   trunk/client/src/main/java/com/metamatrix/admin/objects/MMRequest.java
   trunk/client/src/main/java/com/metamatrix/admin/objects/MMResource.java
   trunk/client/src/main/java/com/metamatrix/admin/objects/MMRole.java
   trunk/client/src/main/java/com/metamatrix/admin/objects/MMScriptsContainer.java
   trunk/client/src/main/java/com/metamatrix/admin/objects/MMSession.java
   trunk/client/src/main/java/com/metamatrix/admin/objects/MMSourceRequest.java
   trunk/client/src/main/java/com/metamatrix/admin/objects/MMSystem.java
   trunk/client/src/main/java/com/metamatrix/admin/objects/MMUser.java
   trunk/client/src/main/java/com/metamatrix/admin/objects/MMVDB.java
   trunk/client/src/main/java/com/metamatrix/api/exception/query/CriteriaEvaluationException.java
   trunk/client/src/main/java/com/metamatrix/api/exception/query/ExpressionEvaluationException.java
   trunk/client/src/main/java/com/metamatrix/api/exception/query/FunctionExecutionException.java
   trunk/client/src/main/java/com/metamatrix/api/exception/query/FunctionMetadataException.java
   trunk/client/src/main/java/com/metamatrix/api/exception/query/InvalidFunctionException.java
   trunk/client/src/main/java/com/metamatrix/api/exception/query/ProcedureErrorInstructionException.java
   trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryMetadataException.java
   trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryParserException.java
   trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryPlannerException.java
   trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryProcessingException.java
   trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryResolverException.java
   trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryValidatorException.java
   trunk/client/src/main/java/com/metamatrix/api/exception/query/UnresolvedSymbolDescription.java
   trunk/client/src/main/java/com/metamatrix/api/exception/security/LogonException.java
   trunk/client/src/main/java/com/metamatrix/client/ExceptionUtil.java
   trunk/client/src/main/java/com/metamatrix/common/api/HostInfo.java
   trunk/client/src/main/java/com/metamatrix/common/api/MMURL.java
   trunk/client/src/main/java/com/metamatrix/common/batch/BatchSerializer.java
   trunk/client/src/main/java/com/metamatrix/common/comm/CommonCommPlugin.java
   trunk/client/src/main/java/com/metamatrix/common/comm/api/Message.java
   trunk/client/src/main/java/com/metamatrix/common/comm/api/MessageListener.java
   trunk/client/src/main/java/com/metamatrix/common/comm/api/ResultsReceiver.java
   trunk/client/src/main/java/com/metamatrix/common/comm/api/ServerConnection.java
   trunk/client/src/main/java/com/metamatrix/common/comm/api/ServerConnectionFactory.java
   trunk/client/src/main/java/com/metamatrix/common/comm/exception/CommunicationException.java
   trunk/client/src/main/java/com/metamatrix/common/comm/exception/ConnectionException.java
   trunk/client/src/main/java/com/metamatrix/common/comm/exception/ExceptionHolder.java
   trunk/client/src/main/java/com/metamatrix/common/comm/exception/SingleInstanceCommunicationException.java
   trunk/client/src/main/java/com/metamatrix/common/comm/platform/CommPlatformPlugin.java
   trunk/client/src/main/java/com/metamatrix/common/comm/platform/client/ServerAdminFactory.java
   trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/Handshake.java
   trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/ObjectChannel.java
   trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/PrintStreamSocketLog.java
   trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/SSLAwareChannelHandler.java
   trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/SocketLog.java
   trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/SocketUtil.java
   trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/AdminApiServerDiscovery.java
   trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/NioObjectChannelFactory.java
   trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/ObjectChannelFactory.java
   trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/ServerDiscovery.java
   trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/ServiceInvocationStruct.java
   trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/SocketServerConnection.java
   trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/SocketServerConnectionFactory.java
   trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/SocketServerInstance.java
   trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/SocketServerInstanceFactory.java
   trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/SocketServerInstanceImpl.java
   trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/UrlServerDiscovery.java
   trunk/client/src/main/java/com/metamatrix/common/lob/ByteLobChunkStream.java
   trunk/client/src/main/java/com/metamatrix/common/lob/LobChunk.java
   trunk/client/src/main/java/com/metamatrix/common/lob/LobChunkInputStream.java
   trunk/client/src/main/java/com/metamatrix/common/lob/LobChunkProducer.java
   trunk/client/src/main/java/com/metamatrix/common/lob/ReaderInputStream.java
   trunk/client/src/main/java/com/metamatrix/common/xa/MMXid.java
   trunk/client/src/main/java/com/metamatrix/common/xa/XATransactionException.java
   trunk/client/src/main/java/com/metamatrix/dqp/client/ClientSideDQP.java
   trunk/client/src/main/java/com/metamatrix/dqp/client/MetadataResult.java
   trunk/client/src/main/java/com/metamatrix/dqp/client/ResultsFuture.java
   trunk/client/src/main/java/com/metamatrix/dqp/client/impl/StreamingLobChunckProducer.java
   trunk/client/src/main/java/com/metamatrix/dqp/exception/PartialResultsException.java
   trunk/client/src/main/java/com/metamatrix/dqp/exception/SourceFailureDetails.java
   trunk/client/src/main/java/com/metamatrix/dqp/internal/datamgr/ConnectorID.java
   trunk/client/src/main/java/com/metamatrix/dqp/message/ParameterInfo.java
   trunk/client/src/main/java/com/metamatrix/dqp/message/RequestID.java
   trunk/client/src/main/java/com/metamatrix/dqp/message/RequestMessage.java
   trunk/client/src/main/java/com/metamatrix/dqp/message/ResultsMessage.java
   trunk/client/src/main/java/com/metamatrix/dqp/metadata/ResultsMetadataConstants.java
   trunk/client/src/main/java/com/metamatrix/dqp/metadata/ResultsMetadataDefaults.java
   trunk/client/src/main/java/com/metamatrix/jdbc/api/Annotation.java
   trunk/client/src/main/java/com/metamatrix/jdbc/api/ConnectionProperties.java
   trunk/client/src/main/java/com/metamatrix/jdbc/api/DefaultDisplayHelper.java
   trunk/client/src/main/java/com/metamatrix/jdbc/api/DisplayHelper.java
   trunk/client/src/main/java/com/metamatrix/jdbc/api/ExecutionProperties.java
   trunk/client/src/main/java/com/metamatrix/jdbc/api/PlanNode.java
   trunk/client/src/main/java/com/metamatrix/jdbc/api/PlanVisitor.java
   trunk/client/src/main/java/com/metamatrix/jdbc/api/TextOutputVisitor.java
   trunk/client/src/main/java/com/metamatrix/jdbc/api/XMLOutputVisitor.java
   trunk/client/src/main/java/com/metamatrix/platform/security/api/BasicMetaMatrixPrincipal.java
   trunk/client/src/main/java/com/metamatrix/platform/security/api/ILogon.java
   trunk/client/src/main/java/com/metamatrix/platform/security/api/LogonResult.java
   trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatrixPrincipal.java
   trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatrixPrincipalName.java
   trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatrixPrincipalNames.java
   trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatrixSessionID.java
   trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatrixSessionInfo.java
   trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatrixSessionState.java
   trunk/client/src/main/java/com/metamatrix/platform/security/api/SessionToken.java
   trunk/client/src/main/java/com/metamatrix/platform/util/ProductInfoConstants.java
   trunk/client/src/main/java/com/metamatrix/server/serverapi/RequestInfo.java
   trunk/client/src/main/resources/com/metamatrix/admin/i18n.properties
   trunk/client/src/main/resources/com/metamatrix/common/comm/i18n.properties
   trunk/client/src/main/resources/com/metamatrix/common/comm/platform/i18n.properties
   trunk/client/src/test/java/com/metamatrix/admin/api/objects/TestAdminOptions.java
   trunk/client/src/test/java/com/metamatrix/common/batch/TestBatchSerializer.java
   trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/TestSocketUtil.java
   trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/client/TestAdminApiServerDiscovery.java
   trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/client/TestServiceInvocationStruct.java
   trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/client/TestSocketServerConnection.java
   trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/client/TestSocketServerInstanceImpl.java
   trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/client/TestSocketServiceRegistry.java
   trunk/client/src/test/java/com/metamatrix/common/lob/TestByteLobChunk.java
   trunk/client/src/test/java/com/metamatrix/common/lob/TestByteLobChunkStream.java
   trunk/client/src/test/java/com/metamatrix/common/lob/TestLobChunkInputStream.java
   trunk/client/src/test/java/com/metamatrix/common/lob/TestReaderInputStream.java
   trunk/client/src/test/java/com/metamatrix/common/util/TestMMURL.java
   trunk/client/src/test/java/com/metamatrix/common/xa/TestMMXid.java
   trunk/client/src/test/java/com/metamatrix/dqp/client/TestResultsFuture.java
   trunk/common-core/src/main/java/com/metamatrix/api/exception/ComponentCommunicationException.java
   trunk/common-core/src/main/java/com/metamatrix/api/exception/ComponentNotFoundException.java
   trunk/common-core/src/main/java/com/metamatrix/api/exception/MetaMatrixComponentException.java
   trunk/common-core/src/main/java/com/metamatrix/api/exception/MetaMatrixException.java
   trunk/common-core/src/main/java/com/metamatrix/api/exception/MetaMatrixProcessingException.java
   trunk/common-core/src/main/java/com/metamatrix/api/exception/MultipleException.java
   trunk/common-core/src/main/java/com/metamatrix/api/exception/MultipleRuntimeException.java
   trunk/common-core/src/main/java/com/metamatrix/common/classloader/NonDelegatingClassLoader.java
   trunk/common-core/src/main/java/com/metamatrix/common/classloader/URLFilteringClassLoader.java
   trunk/common-core/src/main/java/com/metamatrix/common/jdbc/JDBCUtil.java
   trunk/common-core/src/main/java/com/metamatrix/common/jdbc/SimplePooledConnectionSource.java
   trunk/common-core/src/main/java/com/metamatrix/common/properties/UnmodifiableProperties.java
   trunk/common-core/src/main/java/com/metamatrix/common/protocol/MMURLConnection.java
   trunk/common-core/src/main/java/com/metamatrix/common/protocol/MetaMatrixURLStreamHandlerFactory.java
   trunk/common-core/src/main/java/com/metamatrix/common/protocol/URLHelper.java
   trunk/common-core/src/main/java/com/metamatrix/common/protocol/classpath/ClasspathURLConnection.java
   trunk/common-core/src/main/java/com/metamatrix/common/protocol/classpath/Handler.java
   trunk/common-core/src/main/java/com/metamatrix/common/protocol/jar/Handler.java
   trunk/common-core/src/main/java/com/metamatrix/common/protocol/jar/JarURLConnection.java
   trunk/common-core/src/main/java/com/metamatrix/common/protocol/mmfile/Handler.java
   trunk/common-core/src/main/java/com/metamatrix/common/protocol/mmfile/MMFileURLConnection.java
   trunk/common-core/src/main/java/com/metamatrix/common/protocol/mmrofile/Handler.java
   trunk/common-core/src/main/java/com/metamatrix/common/protocol/mmrofile/MMROFileURLConnection.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/AbstractTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/BaseXMLTranslator.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/BlobImpl.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/BlobType.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/ClobImpl.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/ClobType.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/DataTypeManager.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/InvalidReferenceException.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/MMJDBCSQLTypeInfo.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/NullType.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/SQLXMLImpl.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/Sequencable.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/Streamable.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/Transform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/TransformationException.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/XMLDomSourceTranslator.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/XMLReaderFactory.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/XMLSAXSourceTranslator.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/XMLStreamSourceTranslator.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/XMLTranslator.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/XMLType.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/AnyToObjectTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/AnyToStringTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToBigIntegerTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToBooleanTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToByteTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToDoubleTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToFloatTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToIntegerTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToLongTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToShortTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToStringTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToBigDecimalTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToBooleanTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToByteTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToDoubleTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToFloatTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToIntegerTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToLongTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToShortTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToStringTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToBigDecimalTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToBigIntegerTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToByteTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToDoubleTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToFloatTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToIntegerTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToLongTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToShortTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToStringTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToBigDecimalTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToBigIntegerTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToBooleanTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToDoubleTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToFloatTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToIntegerTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToLongTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToShortTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToStringTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/CharacterToStringTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ClobToStringTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DateToStringTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DateToTimestampTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToBigDecimalTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToBigIntegerTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToBooleanTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToByteTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToFloatTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToIntegerTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToLongTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToShortTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToStringTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToBigDecimalTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToBigIntegerTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToBooleanTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToByteTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToDoubleTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToIntegerTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToLongTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToShortTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToStringTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToBigDecimalTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToBigIntegerTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToBooleanTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToByteTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToDoubleTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToFloatTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToLongTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToShortTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToStringTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToBigDecimalTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToBigIntegerTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToBooleanTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToByteTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToDoubleTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToFloatTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToIntegerTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToShortTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToStringTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/NullToAnyTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ObjectToAnyTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/SQLXMLToStringTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToBigDecimalTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToBigIntegerTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToBooleanTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToByteTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToDoubleTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToFloatTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToIntegerTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToLongTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToStringTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToBigDecimalTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToBigIntegerTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToBooleanTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToByteTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToCharacterTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToClobTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToDateTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToDoubleTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToFloatTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToIntegerTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToLongTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToSQLXMLTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToShortTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToTimeTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToTimestampTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/TimeToStringTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/TimeToTimestampTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/TimestampToDateTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/TimestampToStringTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/types/basic/TimestampToTimeTransform.java
   trunk/common-core/src/main/java/com/metamatrix/common/util/ApplicationInfo.java
   trunk/common-core/src/main/java/com/metamatrix/common/util/ByteArrayHelper.java
   trunk/common-core/src/main/java/com/metamatrix/common/util/MetaMatrixProductNames.java
   trunk/common-core/src/main/java/com/metamatrix/common/util/NetUtils.java
   trunk/common-core/src/main/java/com/metamatrix/common/util/PasswordMaskUtil.java
   trunk/common-core/src/main/java/com/metamatrix/common/util/PropertiesUtils.java
   trunk/common-core/src/main/java/com/metamatrix/common/util/SqlUtil.java
   trunk/common-core/src/main/java/com/metamatrix/common/util/TimestampWithTimezone.java
   trunk/common-core/src/main/java/com/metamatrix/common/util/WSDLServletUtil.java
   trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/CryptoException.java
   trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/CryptoUtil.java
   trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Cryptor.java
   trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Decryptor.java
   trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/DhKeyGenerator.java
   trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Encryptor.java
   trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/NullCryptor.java
   trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/PasswordChangeUtility.java
   trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/cipher/BasicCryptor.java
   trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/cipher/SymmetricCryptor.java
   trunk/common-core/src/main/java/com/metamatrix/common/util/exception/SQLExceptionUnroller.java
   trunk/common-core/src/main/java/com/metamatrix/core/BundleUtil.java
   trunk/common-core/src/main/java/com/metamatrix/core/CoreConstants.java
   trunk/common-core/src/main/java/com/metamatrix/core/CorePlugin.java
   trunk/common-core/src/main/java/com/metamatrix/core/MetaMatrixCoreException.java
   trunk/common-core/src/main/java/com/metamatrix/core/MetaMatrixRuntimeException.java
   trunk/common-core/src/main/java/com/metamatrix/core/id/IDGenerator.java
   trunk/common-core/src/main/java/com/metamatrix/core/id/IntegerID.java
   trunk/common-core/src/main/java/com/metamatrix/core/id/IntegerIDFactory.java
   trunk/common-core/src/main/java/com/metamatrix/core/id/InvalidIDException.java
   trunk/common-core/src/main/java/com/metamatrix/core/id/LongID.java
   trunk/common-core/src/main/java/com/metamatrix/core/id/LongIDFactory.java
   trunk/common-core/src/main/java/com/metamatrix/core/id/ObjectID.java
   trunk/common-core/src/main/java/com/metamatrix/core/id/ObjectIDFactory.java
   trunk/common-core/src/main/java/com/metamatrix/core/id/ParsedObjectID.java
   trunk/common-core/src/main/java/com/metamatrix/core/id/StringID.java
   trunk/common-core/src/main/java/com/metamatrix/core/id/StringIDFactory.java
   trunk/common-core/src/main/java/com/metamatrix/core/id/UUID.java
   trunk/common-core/src/main/java/com/metamatrix/core/id/UUIDFactory.java
   trunk/common-core/src/main/java/com/metamatrix/core/io/FileUrl.java
   trunk/common-core/src/main/java/com/metamatrix/core/log/FileLimitSizeLogWriter.java
   trunk/common-core/src/main/java/com/metamatrix/core/log/FileLogWriter.java
   trunk/common-core/src/main/java/com/metamatrix/core/log/LogListener.java
   trunk/common-core/src/main/java/com/metamatrix/core/log/LogMessage.java
   trunk/common-core/src/main/java/com/metamatrix/core/log/Logger.java
   trunk/common-core/src/main/java/com/metamatrix/core/log/MessageLevel.java
   trunk/common-core/src/main/java/com/metamatrix/core/log/NullLogWriter.java
   trunk/common-core/src/main/java/com/metamatrix/core/log/NullLogger.java
   trunk/common-core/src/main/java/com/metamatrix/core/log/SystemLogWriter.java
   trunk/common-core/src/main/java/com/metamatrix/core/util/ArgCheck.java
   trunk/common-core/src/main/java/com/metamatrix/core/util/Assertion.java
   trunk/common-core/src/main/java/com/metamatrix/core/util/Base64.java
   trunk/common-core/src/main/java/com/metamatrix/core/util/ChecksumUtil.java
   trunk/common-core/src/main/java/com/metamatrix/core/util/DateUtil.java
   trunk/common-core/src/main/java/com/metamatrix/core/util/EquivalenceUtil.java
   trunk/common-core/src/main/java/com/metamatrix/core/util/ExternalizeUtil.java
   trunk/common-core/src/main/java/com/metamatrix/core/util/FileUtil.java
   trunk/common-core/src/main/java/com/metamatrix/core/util/FileUtils.java
   trunk/common-core/src/main/java/com/metamatrix/core/util/HashCodeUtil.java
   trunk/common-core/src/main/java/com/metamatrix/core/util/LRUCache.java
   trunk/common-core/src/main/java/com/metamatrix/core/util/MetaMatrixExceptionUtil.java
   trunk/common-core/src/main/java/com/metamatrix/core/util/MetaMatrixProductVersion.java
   trunk/common-core/src/main/java/com/metamatrix/core/util/MixinProxy.java
   trunk/common-core/src/main/java/com/metamatrix/core/util/ObjectConverterUtil.java
   trunk/common-core/src/main/java/com/metamatrix/core/util/ReflectionHelper.java
   trunk/common-core/src/main/java/com/metamatrix/core/util/ResourceNameUtil.java
   trunk/common-core/src/main/java/com/metamatrix/core/util/Stopwatch.java
   trunk/common-core/src/main/java/com/metamatrix/core/util/StringUtil.java
   trunk/common-core/src/main/java/com/metamatrix/core/util/StringUtilities.java
   trunk/common-core/src/main/java/com/metamatrix/core/util/ZipFileUtil.java
   trunk/common-core/src/main/java/com/metamatrix/core/vdb/ModelType.java
   trunk/common-core/src/main/java/com/metamatrix/core/vdb/VDBStatus.java
   trunk/common-core/src/main/java/com/metamatrix/core/vdb/VdbConstants.java
   trunk/common-core/src/main/java/com/metamatrix/internal/core/log/BasePlatformLogWriter.java
   trunk/common-core/src/main/java/com/metamatrix/internal/core/log/PlatformLimitSizeLogWriter.java
   trunk/common-core/src/main/java/com/metamatrix/internal/core/log/PlatformLog.java
   trunk/common-core/src/main/java/com/metamatrix/internal/core/log/PlatformLogWriter.java
   trunk/common-core/src/main/resources/com/metamatrix/common/util/crypto/dh.properties
   trunk/common-core/src/main/resources/com/metamatrix/core/i18n.properties
   trunk/common-core/src/test/java/com/metamatrix/api/exception/TestMetaMatrixException.java
   trunk/common-core/src/test/java/com/metamatrix/api/exception/TestMetaMatrixRuntimeException.java
   trunk/common-core/src/test/java/com/metamatrix/common/classloader/TestNonDelegatingClassLoader.java
   trunk/common-core/src/test/java/com/metamatrix/common/classloader/TestURLFilteringClassLoader.java
   trunk/common-core/src/test/java/com/metamatrix/common/jdbc/TestSimplePooledConnectionSource.java
   trunk/common-core/src/test/java/com/metamatrix/common/protocol/FakeVersion.java
   trunk/common-core/src/test/java/com/metamatrix/common/protocol/TestClasspathURLHandler.java
   trunk/common-core/src/test/java/com/metamatrix/common/protocol/TestMMFileURLHandler.java
   trunk/common-core/src/test/java/com/metamatrix/common/protocol/TestURLHelper.java
   trunk/common-core/src/test/java/com/metamatrix/common/types/TestBlobImpl.java
   trunk/common-core/src/test/java/com/metamatrix/common/types/TestBlobValue.java
   trunk/common-core/src/test/java/com/metamatrix/common/types/TestClobImpl.java
   trunk/common-core/src/test/java/com/metamatrix/common/types/TestClobValue.java
   trunk/common-core/src/test/java/com/metamatrix/common/types/TestDataTypeManager.java
   trunk/common-core/src/test/java/com/metamatrix/common/types/TestSQLXMLImpl.java
   trunk/common-core/src/test/java/com/metamatrix/common/types/TestXMLStreamSourceTranslator.java
   trunk/common-core/src/test/java/com/metamatrix/common/types/TestXMLValue.java
   trunk/common-core/src/test/java/com/metamatrix/common/types/basic/TestStringToXmlTransform.java
   trunk/common-core/src/test/java/com/metamatrix/common/types/basic/TestTransforms.java
   trunk/common-core/src/test/java/com/metamatrix/common/util/FakeInputStream.java
   trunk/common-core/src/test/java/com/metamatrix/common/util/TestByteArrayHelper.java
   trunk/common-core/src/test/java/com/metamatrix/common/util/TestNetUtils.java
   trunk/common-core/src/test/java/com/metamatrix/common/util/TestPropertiesUtils.java
   trunk/common-core/src/test/java/com/metamatrix/common/util/TestSqlUtil.java
   trunk/common-core/src/test/java/com/metamatrix/common/util/TestTimestampWithTimezone.java
   trunk/common-core/src/test/java/com/metamatrix/common/util/TestWSDLServletUtil.java
   trunk/common-core/src/test/java/com/metamatrix/common/util/crypto/FakeCryptor.java
   trunk/common-core/src/test/java/com/metamatrix/common/util/crypto/TestDhKeyGenerator.java
   trunk/common-core/src/test/java/com/metamatrix/common/util/crypto/TestEncryptDecrypt.java
   trunk/common-core/src/test/java/com/metamatrix/common/util/crypto/TestPasswordChangeUtility.java
   trunk/common-core/src/test/java/com/metamatrix/common/util/exception/TestSQLExceptionUnroller.java
   trunk/common-core/src/test/java/com/metamatrix/core/id/TestIDGenerator.java
   trunk/common-core/src/test/java/com/metamatrix/core/id/TestParsedObjectID.java
   trunk/common-core/src/test/java/com/metamatrix/core/id/TestParsingObjectIDs.java
   trunk/common-core/src/test/java/com/metamatrix/core/id/TestUUID.java
   trunk/common-core/src/test/java/com/metamatrix/core/id/TestUUIDFactory.java
   trunk/common-core/src/test/java/com/metamatrix/core/id/TestUUIDFactoryWithoutCreation.java
   trunk/common-core/src/test/java/com/metamatrix/core/log/SysOutLogger.java
   trunk/common-core/src/test/java/com/metamatrix/core/util/SimpleMock.java
   trunk/common-core/src/test/java/com/metamatrix/core/util/TestAssertion.java
   trunk/common-core/src/test/java/com/metamatrix/core/util/TestEquivalenceUtil.java
   trunk/common-core/src/test/java/com/metamatrix/core/util/TestExternalizeUtil.java
   trunk/common-core/src/test/java/com/metamatrix/core/util/TestFileUtil.java
   trunk/common-core/src/test/java/com/metamatrix/core/util/TestFileUtils.java
   trunk/common-core/src/test/java/com/metamatrix/core/util/TestMetaMatrixExceptionUtil.java
   trunk/common-core/src/test/java/com/metamatrix/core/util/TestReflectionHelper.java
   trunk/common-core/src/test/java/com/metamatrix/core/util/TestResourceNameUtil.java
   trunk/common-core/src/test/java/com/metamatrix/core/util/TestStringUtil.java
   trunk/common-core/src/test/java/com/metamatrix/core/util/TestStringUtilities.java
   trunk/common-core/src/test/java/com/metamatrix/core/util/TestZipFileUtil.java
   trunk/common-core/src/test/java/com/metamatrix/core/util/UnitTestUtil.java
   trunk/common-internal/src/main/java/com/metamatrix/admin/AdminMessages.java
   trunk/common-internal/src/main/java/com/metamatrix/api/core/message/DefaultMessage.java
   trunk/common-internal/src/main/java/com/metamatrix/api/core/message/Message.java
   trunk/common-internal/src/main/java/com/metamatrix/api/core/message/MessageList.java
   trunk/common-internal/src/main/java/com/metamatrix/api/core/message/MessageTypes.java
   trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/EntityInfo.java
   trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/FeatureInfo.java
   trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/XMIConstants.java
   trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/XMIHeader.java
   trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/XMIReaderAdapter.java
   trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/AuthorizationException.java
   trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/AuthorizationMgmtException.java
   trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/InvalidPrincipalException.java
   trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/InvalidUserException.java
   trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/InvalidVDBException.java
   trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/MembershipServiceException.java
   trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/MetaMatrixAuthenticationException.java
   trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/SessionServiceException.java
   trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/UnsupportedCredentialException.java
   trunk/common-internal/src/main/java/com/metamatrix/api/exception/server/InvalidRequestIDException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/CommonPlugin.java
   trunk/common-internal/src/main/java/com/metamatrix/common/actions/AbstractObjectEditor.java
   trunk/common-internal/src/main/java/com/metamatrix/common/actions/ActionDefinition.java
   trunk/common-internal/src/main/java/com/metamatrix/common/actions/AddNamedObject.java
   trunk/common-internal/src/main/java/com/metamatrix/common/actions/AddObject.java
   trunk/common-internal/src/main/java/com/metamatrix/common/actions/AttributeDefinition.java
   trunk/common-internal/src/main/java/com/metamatrix/common/actions/BasicModificationActionQueue.java
   trunk/common-internal/src/main/java/com/metamatrix/common/actions/ClassDefinition.java
   trunk/common-internal/src/main/java/com/metamatrix/common/actions/CreateObject.java
   trunk/common-internal/src/main/java/com/metamatrix/common/actions/DestroyObject.java
   trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeBoolean.java
   trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeDouble.java
   trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeFloat.java
   trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeInt.java
   trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeLong.java
   trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeNamedObject.java
   trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeObject.java
   trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangePrimitive.java
   trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeShort.java
   trunk/common-internal/src/main/java/com/metamatrix/common/actions/ModificationActionQueue.java
   trunk/common-internal/src/main/java/com/metamatrix/common/actions/ModificationException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/actions/NamedObjectActionDefinition.java
   trunk/common-internal/src/main/java/com/metamatrix/common/actions/ObjectEditor.java
   trunk/common-internal/src/main/java/com/metamatrix/common/actions/RemoveNamedObject.java
   trunk/common-internal/src/main/java/com/metamatrix/common/actions/RemoveObject.java
   trunk/common-internal/src/main/java/com/metamatrix/common/actions/StringLengthExceededException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/actions/TargetedActionDefinition.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/CurrentConfiguration.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/ResourceNames.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/StartupStateController.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/StartupStateException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/AuthenticationProvider.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/AuthenticationProviderID.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/AuthenticationProviderType.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentDefn.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentDefnID.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentObject.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentObjectID.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentType.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentTypeDefn.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentTypeDefnID.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentTypeID.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentTypePropDefn.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Configuration.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConfigurationID.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConfigurationInfo.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConfigurationModelContainer.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConfigurationObjectEditor.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConnectorArchive.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConnectorBinding.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConnectorBindingID.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConnectorBindingType.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/DeployedComponent.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/DeployedComponentID.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ExtensionModule.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Host.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/HostID.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/HostType.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/IndexingServiceComponentType.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/LockedConfigurationID.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ProductServiceConfig.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ProductServiceConfigComponentType.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ProductServiceConfigID.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ProductType.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ProductTypeID.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/PropDefnAllowedValue.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/PropDefnAllowedValueID.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ReleaseInfo.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ResourceComponentType.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ResourceDescriptor.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ResourceDescriptorID.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ResourceModel.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/RuntimeMetadataServiceComponentType.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/SearchbaseConnectorComponentType.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ServiceComponentDefn.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ServiceComponentDefnID.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ServiceComponentType.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/SharedResource.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/SharedResourceID.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/VMComponentDefn.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/VMComponentDefnID.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/VMComponentDefnType.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/ConfigurationConnectionException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/ConfigurationException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/ConfigurationLockException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/DuplicateComponentException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidArgumentException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidComponentException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidComponentIDCharacterException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidComponentIDFormatException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidConfigurationException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidDeployedComponentException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidNameException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidPropertyValueException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidStringValueException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidVersionException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/ZeroLengthComponentIDException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicAuthenticationProvider.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicAuthenticationProviderType.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicComponentDefn.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicComponentObject.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicComponentType.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicComponentTypeDefn.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicConfiguration.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicConfigurationInfo.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicConfigurationObjectEditor.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicConnectorArchive.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicConnectorBinding.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicConnectorBindingType.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicDeployedComponent.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicExtensionModule.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicHost.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicHostType.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicProductServiceConfig.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicProductServiceConfigType.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicProductType.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicPropDefnAllowedValue.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicResourceComponentType.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicResourceDescriptor.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicServiceComponentDefn.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicServiceComponentType.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicSharedResource.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicUtil.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicVMComponentDefn.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicVMComponentDefnType.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/ComponentCryptoUtil.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/ConfigurationModel.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/ConfigurationModelContainerAdapter.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/ConfigurationModelContainerImpl.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/ConfigurationObjectEditorHelper.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/ConfigurationVisitor.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/model/PropertyValidations.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/reader/CurrentConfigurationReader.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/reader/PropertiesConfigurationReader.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/util/ConfigObjectsNotResolvableException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/util/ConfigUtil.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/util/ConfigurationImportExportUtility.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/util/ConfigurationPropertyNames.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/util/InvalidConfigurationElementException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/ConnectorArchiveImportExportUtility.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLConfig_42_ElementNames.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLConfig_42_HelperImpl.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLConfig_42_ImportExportUtility.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLConfig_42_Visitor.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLConfig_Base_ImportExportUtility.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLConfigurationImportExportUtility.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLElementNames.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLHelper.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLHelperImpl.java
   trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLHelperUtil.java
   trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodule/ExtensionModuleDescriptor.java
   trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodule/exception/DuplicateExtensionModuleException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodule/exception/ExtensionModuleException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodule/exception/ExtensionModuleNotFoundException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodule/exception/ExtensionModuleOrderingException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodule/exception/ExtensionModuleRuntimeException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodule/exception/InvalidExtensionModuleTypeException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/id/TransactionID.java
   trunk/common-internal/src/main/java/com/metamatrix/common/id/TransactionIDFactory.java
   trunk/common-internal/src/main/java/com/metamatrix/common/log/LogConfiguration.java
   trunk/common-internal/src/main/java/com/metamatrix/common/log/LogManager.java
   trunk/common-internal/src/main/java/com/metamatrix/common/log/config/BasicLogConfiguration.java
   trunk/common-internal/src/main/java/com/metamatrix/common/log/config/DefaultLogConfigurationFactory.java
   trunk/common-internal/src/main/java/com/metamatrix/common/log/config/LogConfigurationException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/log/config/LogConfigurationFactory.java
   trunk/common-internal/src/main/java/com/metamatrix/common/log/format/DelimitedLogMessageFormat.java
   trunk/common-internal/src/main/java/com/metamatrix/common/log/format/LogMessageFormat.java
   trunk/common-internal/src/main/java/com/metamatrix/common/log/reader/LogEntry.java
   trunk/common-internal/src/main/java/com/metamatrix/common/log/reader/LogEntryPropertyNames.java
   trunk/common-internal/src/main/java/com/metamatrix/common/log/reader/LogReader.java
   trunk/common-internal/src/main/java/com/metamatrix/common/namedobject/BaseID.java
   trunk/common-internal/src/main/java/com/metamatrix/common/namedobject/BaseObject.java
   trunk/common-internal/src/main/java/com/metamatrix/common/namedobject/BasicObject.java
   trunk/common-internal/src/main/java/com/metamatrix/common/namedobject/IDVerifier.java
   trunk/common-internal/src/main/java/com/metamatrix/common/object/ConfigurationPropertyObjDisplayComparator.java
   trunk/common-internal/src/main/java/com/metamatrix/common/object/DefaultPropertyAccessPolicy.java
   trunk/common-internal/src/main/java/com/metamatrix/common/object/DefaultPropertyDefinitionFilter.java
   trunk/common-internal/src/main/java/com/metamatrix/common/object/Multiplicity.java
   trunk/common-internal/src/main/java/com/metamatrix/common/object/MultiplicityExpressionException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/object/MultiplicityPool.java
   trunk/common-internal/src/main/java/com/metamatrix/common/object/ObjectDefinition.java
   trunk/common-internal/src/main/java/com/metamatrix/common/object/ObjectDefinitionDisplayNameComparator.java
   trunk/common-internal/src/main/java/com/metamatrix/common/object/ObjectDefinitionFactory.java
   trunk/common-internal/src/main/java/com/metamatrix/common/object/ObjectDefinitionImpl.java
   trunk/common-internal/src/main/java/com/metamatrix/common/object/ObjectDefinitionImplFactory.java
   trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertiedObject.java
   trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertiedObjectEditor.java
   trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertiedObjectEditorImpl.java
   trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertiedObjectImpl.java
   trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertiedObjectView.java
   trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertiedObjectsEditor.java
   trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertiedObjectsEditorImpl.java
   trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyAccessPolicy.java
   trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyAccessPolicyImpl.java
   trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyDefinition.java
   trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyDefinitionFilter.java
   trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyDefinitionGroup.java
   trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyDefinitionImpl.java
   trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyDefinitionImplFactory.java
   trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyType.java
   trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyTypeValidator.java
   trunk/common-internal/src/main/java/com/metamatrix/common/object/StandardPropertyTypeValidator.java
   trunk/common-internal/src/main/java/com/metamatrix/common/queue/WorkerPool.java
   trunk/common-internal/src/main/java/com/metamatrix/common/queue/WorkerPoolFactory.java
   trunk/common-internal/src/main/java/com/metamatrix/common/queue/WorkerPoolStats.java
   trunk/common-internal/src/main/java/com/metamatrix/common/transaction/TransactionException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/transaction/TransactionNotSupportedException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/transaction/TransactionStatus.java
   trunk/common-internal/src/main/java/com/metamatrix/common/transaction/UserTransaction.java
   trunk/common-internal/src/main/java/com/metamatrix/common/transaction/UserTransactionFactory.java
   trunk/common-internal/src/main/java/com/metamatrix/common/transaction/manager/SimpleUserTransaction.java
   trunk/common-internal/src/main/java/com/metamatrix/common/transaction/manager/SimpleUserTransactionFactory.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/AbstractTreeView.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/ChildRules.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/DefaultChildRules.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/PassThroughTreeNodeFilter.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/RuledTreeViewImpl.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNode.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeComparator.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeEditor.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeException.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeFilter.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeIterator.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeIteratorWithStack.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeNameComparator.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodePathComparator.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodePropertyComparator.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeSource.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeView.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/BasicTreeNode.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/BasicTreeNodeEditor.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/BasicTreeNodeIterator.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/BasicTreeNodeSource.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/BasicTreeView.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/DirectoryEntry.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/DirectoryEntryEditor.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/DirectoryEntryFilter.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/DirectoryEntryNameAndTypeComparator.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/DirectoryEntryView.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FileDefinition.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FileDefinitionImpl.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FileSystemEntry.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FileSystemEntryEditor.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FileSystemFilter.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FileSystemView.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FolderDefinition.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FolderDefinitionImpl.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FolderOnlyFilter.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/PassThroughDirectoryEntryFilter.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/PlatformAwareFilePermission.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/PreviewableDirectoryEntry.java
   trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/RuledDirectoryEntryViewImpl.java
   trunk/common-internal/src/main/java/com/metamatrix/common/util/CommonPropertyNames.java
   trunk/common-internal/src/main/java/com/metamatrix/common/util/ErrorMessageKeys.java
   trunk/common-internal/src/main/java/com/metamatrix/common/util/Intervals.java
   trunk/common-internal/src/main/java/com/metamatrix/common/util/LogCommonConstants.java
   trunk/common-internal/src/main/java/com/metamatrix/common/util/LogContextsUtil.java
   trunk/common-internal/src/main/java/com/metamatrix/common/util/MultipleRequestConfirmation.java
   trunk/common-internal/src/main/java/com/metamatrix/common/util/OSPlatformUtil.java
   trunk/common-internal/src/main/java/com/metamatrix/common/util/Permutation.java
   trunk/common-internal/src/main/java/com/metamatrix/common/util/VDBNameValidator.java
   trunk/common-internal/src/main/java/com/metamatrix/common/util/VMNaming.java
   trunk/common-internal/src/main/java/com/metamatrix/common/util/crypto/keymanage/FilePasswordConverter.java
   trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/DEFReaderWriter.java
   trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/Manifest.java
   trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/ModelInfo.java
   trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/SystemVdbUtility.java
   trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBArchive.java
   trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBDefn.java
   trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBFile.java
   trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBInfo.java
   trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBStream.java
   trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBStreamImpl.java
   trunk/common-internal/src/main/java/com/metamatrix/common/xa/TransactionID.java
   trunk/common-internal/src/main/java/com/metamatrix/common/xml/XMLReaderWriter.java
   trunk/common-internal/src/main/java/com/metamatrix/common/xml/XMLReaderWriterImpl.java
   trunk/common-internal/src/main/java/com/metamatrix/common/xml/XPathUtil.java
   trunk/common-internal/src/main/java/com/metamatrix/common/xml/XmlUtil.java
   trunk/common-internal/src/main/java/com/metamatrix/common/xml/xmi/XMIContentHandler.java
   trunk/common-internal/src/main/java/com/metamatrix/common/xml/xmi/XMIHeaderContentHandler.java
   trunk/common-internal/src/main/java/com/metamatrix/core/event/AbstractEventBroker.java
   trunk/common-internal/src/main/java/com/metamatrix/core/event/AbstractEventSource.java
   trunk/common-internal/src/main/java/com/metamatrix/core/event/AsynchEventBroker.java
   trunk/common-internal/src/main/java/com/metamatrix/core/event/EventBroker.java
   trunk/common-internal/src/main/java/com/metamatrix/core/event/EventBrokerException.java
   trunk/common-internal/src/main/java/com/metamatrix/core/event/EventManager.java
   trunk/common-internal/src/main/java/com/metamatrix/core/event/EventObjectListener.java
   trunk/common-internal/src/main/java/com/metamatrix/core/event/EventSource.java
   trunk/common-internal/src/main/java/com/metamatrix/core/event/EventSourceException.java
   trunk/common-internal/src/main/java/com/metamatrix/core/event/TargetableEvent.java
   trunk/common-internal/src/main/java/com/metamatrix/core/util/TempDirectory.java
   trunk/common-internal/src/main/java/com/metamatrix/core/util/TempDirectoryMonitor.java
   trunk/common-internal/src/main/java/com/metamatrix/core/xml/CoreXmlPlugin.java
   trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/JdomHelper.java
   trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/SAXBuilderHelper.java
   trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/XPathHelper.java
   trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vdb/TerminatingVdbHeaderContentHandler.java
   trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vdb/VdbHeader.java
   trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vdb/VdbHeaderReader.java
   trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vdb/VdbModelInfo.java
   trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vdb/VdbNonModelInfo.java
   trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xmi/ModelImportInfo.java
   trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xmi/TerminatingXMIHeaderContentHandler.java
   trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xmi/XMIHeader.java
   trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xmi/XMIHeaderReader.java
   trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xsd/TerminatingXsdHeaderContentHandler.java
   trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xsd/XsdHeader.java
   trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xsd/XsdHeaderReader.java
   trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/api/MetadataID.java
   trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/api/MetadataObject.java
   trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/api/VirtualDatabase.java
   trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/api/VirtualDatabaseID.java
   trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/exception/VirtualDatabaseException.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/AuthorizationAdminAPI.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/AuthorizationEditor.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/ConfigurationAdminAPI.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/EntitlementMigrationReport.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/ExtensionSourceAdminAPI.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/MembershipAdminAPI.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/PermissionDataNode.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/PermissionDataNodeDefinition.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/PermissionDataNodeTreeView.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/PermissionNode.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/PermissionTreeView.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/PlatformAdminLogConstants.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/RuntimeStateAdminAPI.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/RuntimeStateChangeEvent.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/SessionAdminAPI.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/SubSystemAdminAPI.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/exception/MetaMatrixAdminException.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/exception/PermissionNodeException.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/exception/PermissionNodeNotActionableException.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/exception/PermissionNodeNotFoundException.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/exception/ProductNotRegisteredException.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/exception/UnknownProductOrSubsystemException.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/runtime/ComponentData.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/runtime/HostData.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/runtime/PSCData.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/runtime/ProcessData.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/runtime/PscID.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/runtime/ServiceData.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/runtime/SystemState.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/apiimpl/PermissionDataNodeDefinitionImpl.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/apiimpl/PermissionDataNodeImpl.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/admin/apiimpl/PermissionDataNodeTreeViewImpl.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AbstractAuthorizationObjectEditor.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationActions.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationModel.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationObjectEditor.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationPermission.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationPermissionFactory.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationPermissions.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationPermissionsImpl.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationPolicy.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationPolicyFactory.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationPolicyID.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationRealm.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationResource.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/BasicAuthorizationPermission.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/BasicAuthorizationPermissionFactory.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/Credentials.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/DataAccessResource.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/GranteeEntitlementEntry.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/SecurityMessagesKeys.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/SecurityPlugin.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/StandardAuthorizationActions.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/security/util/LogSecurityConstants.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/security/util/RolePermission.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/security/util/RolePermissionFactory.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/service/api/ServiceID.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/service/api/ServiceState.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/vm/controller/SocketListenerStats.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/vm/controller/VMControllerID.java
   trunk/common-internal/src/main/java/com/metamatrix/platform/vm/controller/VMStatistics.java
   trunk/common-internal/src/main/java/com/metamatrix/server/admin/api/MaterializationLoadScripts.java
   trunk/common-internal/src/main/java/com/metamatrix/server/admin/api/QueryAdminAPI.java
   trunk/common-internal/src/main/java/com/metamatrix/server/admin/api/RuntimeMetadataAdminAPI.java
   trunk/common-internal/src/main/java/com/metamatrix/server/admin/api/TransactionAdminAPI.java
   trunk/common-internal/src/main/java/com/metamatrix/server/admin/apiimpl/MaterializationLoadScriptsImpl.java
   trunk/common-internal/src/main/java/com/metamatrix/vdb/edit/loader/VdbProcessingException.java
   trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/DatabaseDialect.java
   trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/MaterializedViewScriptGenerator.java
   trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/MaterializedViewScriptGeneratorImpl.java
   trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/ScriptDecorator.java
   trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/ScriptType.java
   trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/template/ExpandedTemplate.java
   trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/template/MaterializedViewConnectionData.java
   trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/template/MaterializedViewData.java
   trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/template/Template.java
   trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/template/TemplateData.java
   trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/template/TemplateExpander.java
   trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/BasicModelInfo.java
   trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/BasicURIModelResource.java
   trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/BasicVDBDefn.java
   trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/BasicVDBInfo.java
   trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/URIModelResource.java
   trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/URIResource.java
   trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/URIResourceReader.java
   trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/VDBKey.java
   trunk/common-internal/src/main/resources/com/metamatrix/common/config/api/resourcetypemodel.xml
   trunk/common-internal/src/main/resources/com/metamatrix/common/i18n.properties
   trunk/common-internal/src/main/resources/com/metamatrix/common/properties/text.properties
   trunk/common-internal/src/main/resources/com/metamatrix/core/xml/i18n.properties
   trunk/common-internal/src/main/resources/com/metamatrix/platform/security/api/authorizations.xsd
   trunk/common-internal/src/main/resources/com/metamatrix/platform/security/api/i18n.properties
   trunk/common-internal/src/main/resources/com/metamatrix/vdb/runtime/uriprimarymodeltypes.xml
   trunk/common-internal/src/test/java/com/metamatrix/common/config/connector/ConnectorBindingCreationTest.java
   trunk/common-internal/src/test/java/com/metamatrix/common/config/model/TestComponentCryptoUtil.java
   trunk/common-internal/src/test/java/com/metamatrix/common/config/model/TestPropertyValidation.java
   trunk/common-internal/src/test/java/com/metamatrix/common/config/xml/TestXMLConfigurationImportExportUtility.java
   trunk/common-internal/src/test/java/com/metamatrix/common/log/TestLogManager.java
   trunk/common-internal/src/test/java/com/metamatrix/common/log/format/TestLogMessageFormat.java
   trunk/common-internal/src/test/java/com/metamatrix/common/queue/FakeWorkItem.java
   trunk/common-internal/src/test/java/com/metamatrix/common/queue/TestQueueWorkerPool.java
   trunk/common-internal/src/test/java/com/metamatrix/common/tree/directory/FileSystemTestUtil.java
   trunk/common-internal/src/test/java/com/metamatrix/common/tree/directory/TestFileSystemEntry.java
   trunk/common-internal/src/test/java/com/metamatrix/common/tree/directory/TestFileSystemEntryEditor.java
   trunk/common-internal/src/test/java/com/metamatrix/common/tree/directory/TestFileSystemView.java
   trunk/common-internal/src/test/java/com/metamatrix/common/util/TestIntervals.java
   trunk/common-internal/src/test/java/com/metamatrix/common/util/TestPermutation.java
   trunk/common-internal/src/test/java/com/metamatrix/common/util/TestVDBNameValidator.java
   trunk/common-internal/src/test/java/com/metamatrix/common/util/crypto/keymanage/TestFilePasswordConverter.java
   trunk/common-internal/src/test/java/com/metamatrix/common/vdb/api/TestDEFReaderWriter.java
   trunk/common-internal/src/test/java/com/metamatrix/common/vdb/api/TestManifest.java
   trunk/common-internal/src/test/java/com/metamatrix/common/vdb/api/TestVDBArchive.java
   trunk/common-internal/src/test/java/com/metamatrix/common/xml/TestXmlUtil.java
   trunk/common-internal/src/test/java/com/metamatrix/core/util/TestTempDirectory.java
   trunk/common-internal/src/test/java/com/metamatrix/internal/core/xml/TestJdomHelper.java
   trunk/common-internal/src/test/java/com/metamatrix/internal/core/xml/TestXPathHelper.java
   trunk/common-internal/src/test/java/com/metamatrix/internal/core/xml/vdb/TestVdbHeaderReader.java
   trunk/common-internal/src/test/java/com/metamatrix/internal/core/xml/xmi/TestXMIHeaderReader.java
   trunk/common-internal/src/test/java/com/metamatrix/internal/core/xml/xsd/TestXsdHeaderReader.java
   trunk/common-internal/src/test/java/com/metamatrix/vdb/edit/materialization/TestGenerateScripts.java
   trunk/common-internal/src/test/java/com/metamatrix/vdb/edit/materialization/TestMaterializedViewScriptGenerator.java
   trunk/common-internal/src/test/java/com/metamatrix/vdb/edit/materialization/TestScriptDecorator.java
   trunk/common-internal/src/test/java/com/metamatrix/vdb/runtime/TestVDBKey.java
   trunk/common-internal/src/test/resources/Books.xsd
   trunk/common-internal/src/test/resources/VirtualNorthwind.xml
   trunk/common-internal/src/test/resources/config.xml
   trunk/common-internal/src/test/resources/keymanage/config.xml
   trunk/common-internal/src/test/resources/keymanage/convert.properties
   trunk/common-internal/src/test/resources/materializedView/expected/MatviewSSLTheFirst_1_Connection.properties
   trunk/common-internal/src/test/resources/materializedView/expected/MatviewTheFirst_1_Connection.properties
   trunk/common-internal/src/test/resources/materializedView/expected/MatviewTheFirst_2_Connection.properties
   trunk/common-internal/src/test/resources/materializedView/expected/MatviewTheSequelink_1_Connection.properties
   trunk/common-internal/src/test/resources/partsSupplierOracle_v0200.xml
   trunk/connector-api/src/main/java/com/metamatrix/connector/DataPlugin.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connection.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connector.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/api/ConnectorAnnotations.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/api/ConnectorCapabilities.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/api/ConnectorEnvironment.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/api/ConnectorLogger.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/api/Execution.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/api/ExecutionContext.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/api/ProcedureExecution.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/api/ResultSetExecution.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/api/TypeFacility.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/api/UpdateExecution.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/api/ValueTranslator.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/basic/BasicConnectorCapabilities.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/basic/BasicValueTranslator.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/exception/ConnectorException.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/internal/ConnectorPropertyNames.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/IAggregate.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/IBaseInCriteria.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/IBatchedUpdates.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/IBulkInsert.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/ICaseExpression.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/ICommand.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/ICompareCriteria.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/ICompoundCriteria.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/ICriteria.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/IDelete.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/IElement.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/IExistsCriteria.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/IExpression.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/IFrom.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/IFromItem.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/IFunction.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/IGroup.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/IGroupBy.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/IInCriteria.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/IInlineView.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/IInsert.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/IIsNullCriteria.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/IJoin.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILanguageFactory.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILanguageObject.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILikeCriteria.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILimit.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILiteral.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILogicalCriteria.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/IMetadataReference.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/INotCriteria.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/IOrderBy.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/IOrderByItem.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/IParameter.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/IPredicateCriteria.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/IProcedure.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/IQuery.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/IQueryCommand.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/IScalarSubquery.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISearchedCaseExpression.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISelect.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISelectSymbol.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISetClause.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISetClauseList.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISetQuery.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISubqueryCompareCriteria.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISubqueryContainer.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISubqueryInCriteria.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/IUpdate.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/language/LanguageUtil.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/Element.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/Group.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/MetadataID.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/MetadataObject.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/Parameter.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/Procedure.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/RuntimeMetadata.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/TypeModel.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/monitor/AliveStatus.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/monitor/ConnectionStatus.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/monitor/MonitoredConnector.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/pool/ConnectorIdentity.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/pool/ConnectorIdentityFactory.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/pool/CredentialMap.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/pool/PoolAwareConnection.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/pool/SingleIdentity.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/pool/SingleIdentityFactory.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/pool/UserIdentity.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/pool/UserIdentityFactory.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/framework/AbstractLanguageVisitor.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/framework/DelegatingHierarchyVisitor.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/framework/HierarchyVisitor.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/framework/LanguageObjectVisitor.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/util/CollectorVisitor.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/util/SQLReservedWords.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/util/SQLStringVisitor.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api/TransactionContext.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api/XAConnection.java
   trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api/XAConnector.java
   trunk/connector-api/src/main/resources/com/metamatrix/data/i18n.properties
   trunk/connector-api/src/test/java/com/metamatrix/data/pool/TestCredentialMap.java
   trunk/connector-api/src/test/java/com/metamatrix/data/transform/TestBasicValueTranslator.java
   trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/IndexConnector.java
   trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/MetadataConnectorPlugin.java
   trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/MetadataProcedureExecution.java
   trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/adapter/ObjectConnection.java
   trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/adapter/ObjectConnector.java
   trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/adapter/ObjectConnectorCapabilities.java
   trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/adapter/ObjectSynchExecution.java
   trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/internal/MetadataSearchCriteriaBuilder.java
   trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/internal/ObjectProcedure.java
   trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/internal/ObjectProcedureProcessor.java
   trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/internal/ObjectQuery.java
   trunk/connector-metadata/src/main/resources/com/metamatrix/connector/metadata/i18n.properties
   trunk/connector-metadata/src/main/resources/com/metamatrix/connector/sysadmin/i18n.properties
   trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/TestIndexConnector.java
   trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/adapter/FakeObject.java
   trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/adapter/FakeObjectConnector.java
   trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/adapter/FakeObjectWithNonScalarMethod.java
   trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/adapter/TestObjectConnector.java
   trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/index/TestMetadataInCriteria.java
   trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/index/TestMetadataLiteralCriteria.java
   trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/internal/FakeProcessorDataManager.java
   trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/internal/FakeRuntimeMetadata.java
   trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/internal/TestConnectorHost.java
   trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/internal/TestMetadataSearchCriteriaBuilder.java
   trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/internal/TestObjectProcedure.java
   trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/internal/TestObjectQuery.java
   trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/internal/TestObjectQueryProcessor.java
   trunk/connector-sdk/src/main/java/com/metamatrix/cdk/CdkPlugin.java
   trunk/connector-sdk/src/main/java/com/metamatrix/cdk/CommandBuilder.java
   trunk/connector-sdk/src/main/java/com/metamatrix/cdk/ConnectorShell.java
   trunk/connector-sdk/src/main/java/com/metamatrix/cdk/ConnectorShellCommandTarget.java
   trunk/connector-sdk/src/main/java/com/metamatrix/cdk/IConnectorHost.java
   trunk/connector-sdk/src/main/java/com/metamatrix/cdk/QueryCommandTarget.java
   trunk/connector-sdk/src/main/java/com/metamatrix/cdk/api/ConnectorHost.java
   trunk/connector-sdk/src/main/java/com/metamatrix/cdk/api/EnvironmentUtility.java
   trunk/connector-sdk/src/main/java/com/metamatrix/cdk/api/SysLogger.java
   trunk/connector-sdk/src/main/java/com/metamatrix/cdk/api/TranslationUtility.java
   trunk/connector-sdk/src/main/java/com/metamatrix/cdk/file/ConfigReaderWriter.java
   trunk/connector-sdk/src/main/java/com/metamatrix/cdk/file/XMLConfigReaderWriter.java
   trunk/connector-sdk/src/main/java/com/metamatrix/common/classloader/ClassLoaderUtil.java
   trunk/connector-sdk/src/main/java/com/metamatrix/common/classloader/NestedException.java
   trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/ArgumentConversionException.java
   trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/Command.java
   trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/CommandLineParser.java
   trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/CommandShell.java
   trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/CommandTarget.java
   trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/ConnectorResultUtility.java
   trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/NoScriptFileException.java
   trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/ScriptCommandTarget.java
   trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/ScriptFileNameStack.java
   trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/ScriptReader.java
   trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/ScriptResultListener.java
   trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/WrongNumberOfArgumentsException.java
   trunk/connector-sdk/src/main/java/com/metamatrix/core/factory/ComponentLoader.java
   trunk/connector-sdk/src/main/resources/com/metamatrix/cdk/i18n.properties
   trunk/connector-sdk/src/test/java/com/metamatrix/cdk/unittest/FakeTranslationFactory.java
   trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/CommandShellTest.java
   trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/FakeCommandTarget.java
   trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/TestCommand.java
   trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/TestCommandLineParser.java
   trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/TestScriptFileNameStack.java
   trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/TestScriptReader.java
   trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/TestShell.java
   trunk/connector-sdk/src/test/java/com/metamatrix/core/factory/TestComponentLoader.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/ConnectionListener.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/ConnectionQueryStrategy.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/ConnectionStrategy.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/DefaultConnectionListener.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCBaseExecution.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCCapabilities.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCConnector.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCPlugin.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCProcedureExecution.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCPropertyNames.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCQueryExecution.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCSingleIdentityConnectionFactory.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCSourceConnection.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCSourceConnectionFactory.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCUpdateExecution.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCUserIdentityConnectionFactory.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/SimpleCapabilities.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/access/AccessCapabilities.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/access/AccessSQLConversionVisitor.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/access/AccessSQLTranslator.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2Capabilities.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2ConvertModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2ResultsTranslator.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2SQLConversionVisitor.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2SQLModificationVisitor.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2SQLTranslator.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2SingleIdentityConnectionFactory.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2UserIdentityConnectionFactory.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbyCapabilities.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbyConversionVisitor.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbyConvertModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbyResultsTranslator.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbySQLTranslator.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbySingleIdentityConnectionFactory.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbyTimestampFunctionModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbyUserIdentityConnectionFactory.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/BindValueVisitor.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/FunctionModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/ResultsTranslator.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/SQLConversionVisitor.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/SQLTranslator.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/TranslatedCommand.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/ValueRetriever.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/AliasModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/BasicFunctionModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/BasicResultsTranslator.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/BasicSQLTranslator.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/BasicValueRetriever.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/DropFunctionModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/EscapeSyntaxModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/SubstringFunctionModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/informix/InformixCapabilities.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/informix/InformixResultsTranslator.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/informix/InformixSQLTranslator.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/informix/InformixSingleIdentityConnectionFactory.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/informix/InformixUserIdentityConnectionFactory.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mm/MMCapabilities.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mm/MMSingleIdentityConnectionFactory.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mysql/MySQLCapabilities.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mysql/MySQLConversionVisitor.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mysql/MySQLConvertModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mysql/MySQLResultsTranslator.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mysql/MySQLSingleIdentityConnectionFactory.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mysql/MySQLTranslator.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mysql/MySQLUserIdentityConnectionFactory.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/ConcatFunctionModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/DayWeekQuarterFunctionModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/ExtractFunctionModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/FormatFunctionModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/HourFunctionModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/LeftOrRightFunctionModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/LocateFunctionModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/Log10FunctionModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/MonthOrDayNameFunctionModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/OracleCapabilities.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/OracleConvertModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/OracleResultsTranslator.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/OracleSQLConversionVisitor.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/OracleSQLTranslator.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/OracleSingleIdentityConnectionFactory.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/OracleUserIdentityConnectionFactory.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/ParseFunctionModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/DatePartFunctionModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/ModifiedDatePartFunctionModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/PostgreSQLCapabilities.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/PostgreSQLConversionVisitor.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/PostgreSQLConvertModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/PostgreSQLResultsTranslator.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/PostgreSQLSingleIdentityConnectionFactory.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/PostgreSQLTranslator.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/PostgreSQLUserIdentityConnectionFactory.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/SubstringFunctionModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerCapabilities.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerConvertModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerModModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerResultsTranslator.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerSQLConversionVisitor.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerSQLTranslator.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerSingleIdentityConnectionFactory.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerUserIdentityConnectionFactory.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/ssl/JDBCSequeLinkSingleIdentityConnectionFactory.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/ssl/SequeLinkOracleCapabilities.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/FormatTimestampModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/ModFunctionModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/SybaseCapabilities.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/SybaseConvertModifier.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/SybaseResultsTranslator.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/SybaseSQLConversionVisitor.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/SybaseSQLTranslator.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/SybaseSingleIdentityConnectionFactory.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/SybaseUserIdentityConnectionFactory.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/teradata/TeradataCapabilities.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/util/FunctionReplacementVisitor.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/util/JDBCExecutionHelper.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/JDBCSingleIdentityDSConnectionFactory.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/JDBCSourceXAConnection.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/JDBCXAConnector.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/XAJDBCPropertyNames.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/db2/DB2SingleIdentityDSConnectionFactory.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/db2/DB2XACapabilities.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/informix/InformixSingleIdentityDSConnectionFactory.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/informix/InformixXACapabilities.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/oracle/OracleSingleIdentityDSConnectionFactory.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/oracle/OracleXACapabilities.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/sqlserver/SqlServerSingleIdentityDSConnectionFactory.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/sqlserver/SqlServerXACapabilities.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/sybase/SybaseSingleIdentityDSConnectionFactory.java
   trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/sybase/SybaseXACapabilities.java
   trunk/connectors/connector-jdbc/src/main/resources/com/metamatrix/connector/jdbc/i18n.properties
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/FakeConnection.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/MetadataFactory.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/TestConnectionQueryStrategy.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/TestJDBCSourceConnection.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/access/TestAccessSQLTranslator.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/db2/TestDB2ConvertModifier.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/db2/TestDB2SqlTranslator.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/derby/TestDerbyConvertModifier.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/extension/impl/TestDropFunctionModifier.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/extension/impl/TestEscapeSyntaxModifier.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/mysql/TestMySQLTranslator.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestDayWeekQuarterFunctionModifier.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestExtractFunctionModifier.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestFormatFunctionModifier.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestHourFunctionModifier.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestLeftOrRightFunctionModifier.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestLocateFunctionModifier.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestLog10FunctionModifier.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestMonthOrDayNameFunctionModifier.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestOracleConvertModifier.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestParseFunctionModifier.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestSubstringFunctionModifier.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/postgresql/TestPostgreSQLTranslator.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/sqlserver/TestSqlServerConversionVisitor.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/sqlserver/TestSqlServerConvertModifier.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/sybase/TestFormatTimestampModifier.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/sybase/TestModFunctionModifier.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/sybase/TestSybaseConvertModifier.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/sybase/TestSybaseSQLConversionVisitor.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/userpool/MockExampleConnectionFactory.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/userpool/MockSourceConnection.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/userpool/TestPerUserPool.java
   trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/util/TestFunctionReplacementVisitor.java
   trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/IQueryToLdapSearchParser.java
   trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPConnection.java
   trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPConnector.java
   trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPConnectorCapabilities.java
   trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPConnectorConstants.java
   trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPConnectorPropertyNames.java
   trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPPlugin.java
   trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPSearchDetails.java
   trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPSyncQueryExecution.java
   trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPUpdateExecution.java
   trunk/connectors/connector-ldap/src/main/resources/com/metamatrix/connector/ldap/i18n.properties
   trunk/connectors/connector-ldap/src/test/java/com/metamatrix/connector/ldap/TestIQueryToLdapSearchParser.java
   trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connector/loopback/LoopbackCapabilities.java
   trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connector/loopback/LoopbackConnection.java
   trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connector/loopback/LoopbackConnector.java
   trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connector/loopback/LoopbackExecution.java
   trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connector/loopback/LoopbackProperties.java
   trunk/connectors/connector-loopback/src/test/java/com/metamatrix/connector/loopback/TestLoobackAsynch.java
   trunk/connectors/connector-loopback/src/test/java/com/metamatrix/connector/loopback/TestLoopbackExecution.java
   trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/Connector.java
   trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/ConnectorState.java
   trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/Messages.java
   trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/SalesForcePlugin.java
   trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/SalesforceCapabilities.java
   trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/Util.java
   trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/connection/SalesforceConnection.java
   trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/connection/impl/ConnectionImpl.java
   trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/DataPayload.java
   trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/DeleteExecutionImpl.java
   trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/InsertExecutionImpl.java
   trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/QueryExecutionImpl.java
   trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/UpdateExecutionImpl.java
   trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/UpdateExecutionParent.java
   trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/visitors/CriteriaVisitor.java
   trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/visitors/DeleteVisitor.java
   trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/visitors/ICriteriaVisitor.java
   trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/visitors/IQueryProvidingVisitor.java
   trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/visitors/InsertVisitor.java
   trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/visitors/SelectVisitor.java
   trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/visitors/UpdateVisitor.java
   trunk/connectors/connector-salesforce/src/main/resources/com/metamatrix/connector/salesforce/i18n.properties
   trunk/connectors/connector-salesforce/src/test/java/com/metamatrix/connector/salesforce/TestConnector.java
   trunk/connectors/connector-salesforce/src/test/java/com/metamatrix/connector/salesforce/test/util/ObjectFactory.java
   trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/StringToDateTranslator.java
   trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextCapabilities.java
   trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextConnection.java
   trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextConnector.java
   trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextPlugin.java
   trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextPropertyNames.java
   trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextSynchExecution.java
   trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextUtil.java
   trunk/connectors/connector-text/src/main/resources/com/metamatrix/connector/text/i18n.properties
   trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/text/TestHelper.java
   trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/text/TestMultiFileTextSynchExecution.java
   trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/text/TestRowHeaderTextSynchExecution.java
   trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/text/TestTextConnection.java
   trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/text/TestTextConnector.java
   trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/text/TestTextSynchExecution.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/AbstractCachingConnector.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/AsynchronousDocumentProducer.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/BaseXMLConnectorState.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/CachingConnector.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/DocumentProducer.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/IQueryPreprocessor.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/NamedDocumentExecutor.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/SAXFilterProvider.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/SOAPConnectorState.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/SecureConnectorState.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/TrustedPayloadHandler.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/XMLConnection.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/XMLConnectorState.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/XMLExecution.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/BaseBatchProducer.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/BaseResultsProducer.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/CountingInputStream.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/CriteriaDesc.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/DocumentBuilder.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/DocumentInfo.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/ExecutionInfo.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/FileBackedValueReference.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/FileLifeManager.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/IDGeneratingXmlFilter.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/IQueryPreprocessor.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/LargeOrSmallString.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/LargeTextExtractingXmlFilter.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/LargeTextValueReference.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/LoggingConnector.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/LoggingInputStreamFilter.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/Messages.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/NoExtendedFilters.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/NoQueryPreprocessing.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/OutputXPathDesc.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/ParameterDescriptor.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/PluggableInputStreamFilterImpl.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/QueryAnalyzer.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/RequestGenerator.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/RequestResponseDocumentProducer.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/Response.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/SecureConnectorStateImpl.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/StatefulConnector.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/StringBackedValueReference.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/TrustedPayloadBridge.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/ValueConvertor.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLCapabilities.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLConnectionImpl.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLConnector.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLConnectorStateImpl.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLDocument.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLExecutionImpl.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLExtractor.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/cache/CachedObjectRecord.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/cache/DocumentCache.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/cache/ExecutionRecord.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/cache/IDocumentCache.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/cache/RequestPartRecord.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/cache/RequestRecord.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/file/FileConnectorState.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/file/FileExecutor.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/file/Messages.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/http/DefaultTrustDeserializer.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/http/HTTPConnectorState.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/http/HTTPExecutor.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/http/HTTPRequestor.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/http/HTTPTrustDeserializer.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/http/HttpInfo.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/http/Messages.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/JMSCapabilities.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/JMSConnection.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/JMSConnectorState.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/JMSExecution.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/JMSRequestExecutor.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/JMSSOAPConnectorState.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/JMSXMLConnectorState.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/Messages.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/soap/DefaultSoapTrustDeserializer.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/soap/Messages.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/soap/SOAPConnectorState.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/soap/SOAPConnectorStateImpl.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/soap/SOAPDocBuilder.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/soap/SOAPExecutor.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/XMLConnectionFacory.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/XMLSourceCapabilities.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/XMLSourceConnection.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/XMLSourceConnector.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/XMLSourceExecution.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/XMLSourcePlugin.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/file/FileConnection.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/file/FileExecution.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/soap/SecurityToken.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/soap/ServiceOperation.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/soap/SoapConnection.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/soap/SoapConnectorProperties.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/soap/SoapExecution.java
   trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/soap/SoapService.java
   trunk/connectors/connector-xml/src/main/resources/com/metamatrix/connector/xml/base/I18N.properties
   trunk/connectors/connector-xml/src/main/resources/com/metamatrix/connector/xml/file/I18N.properties
   trunk/connectors/connector-xml/src/main/resources/com/metamatrix/connector/xml/http/I18N.properties
   trunk/connectors/connector-xml/src/main/resources/com/metamatrix/connector/xml/jms/I18N.properties
   trunk/connectors/connector-xml/src/main/resources/com/metamatrix/connector/xml/soap/I18N.properties
   trunk/connectors/connector-xml/src/test/java/com/imacination/webservices/distance/Distance_jws/Distance.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/MockCachingConnector.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/MockHostnameVerifier.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/MockQueryPreprocessor.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/MockXMLExecution.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/ProxyObjectFactory.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestBaseBatchProducer.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestCountingInputStream.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestCriteriaDesc.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestExecutionInfo.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestFileBackedValueReference.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestFileLifeManager.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestLargeOrSmallString.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestLargeTextExtractingXmlFilter.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestLoggingInputStreamFilter.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestOutputXPathDesc.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestParameterDescriptor.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestQueryAnalyzer.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestStringBackedValueReference.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLCapabilities.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLConnection.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLConnector.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLConnectorState.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLDocument.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLExecution.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLExtractor.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/cache/MockDocumentCache.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/cache/TestCache.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/cache/TestPerformanceCache.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/cache/TestRequestRecord.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/file/TestFileConnectorState.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/file/TestFileExecutor.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/http/TestHTTPConnectorState.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/jms/TestJMSConnectorState.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/jms/TestJMSSOAPConnectorState.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/soap/SOAPDocBuilderTest.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/soap/SOAPTestSuite.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xmlsource/FakeRuntimeMetadata.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xmlsource/file/TestFileConnection.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xmlsource/file/TestFileExecution.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xmlsource/soap/TestSoapConnection.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xmlsource/soap/TestSoapExecution.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xmlsource/soap/service/StockQuotes.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xmlsource/soap/service/WebServiceServer.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet/DocNameValueServlet.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet/DocPostBodyServlet.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet/EchoServlet.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet/LoggingServlet.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet/MockResponseServlet.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet/NameValueServlet.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/BooksView_Input/AuthorBooks_Input_Type.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/BooksView_Output/Books_Output_Type.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/CurrencyExchangeService/CurrencyExchange.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/CurrencyExchangeService/PWCallback.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/CurrencyExchangeService/PWCallbackDigest.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/whatsshowing/Movie.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/whatsshowing/MovieInformation.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/whatsshowing/Theater.java
   trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/whatsshowing/UpcomingMovie.java
   trunk/connectors/connector-xml/src/test/java/metamatrix/com/Books/BooksViewBooks.java
   trunk/connectors/connector-xml/src/test/resources/BookCollection.xml
   trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/client_crypto.properties
   trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/client_trusted_crypto.properties
   trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/saml_signed_keyholder.properties
   trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/saml_signed_sendervouches.properties
   trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/saml_unsigned_keyholder.properties
   trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/saml_unsigned_prop.properties
   trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/server_crypto.properties
   trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/server_trusted_crypto.properties
   trunk/connectors/connector-xml/src/test/resources/com/metamatrix/test/servlet/MockResponseServletProps.properties
   trunk/connectors/connector-xml/src/test/resources/documents/NameValueTest.xsd
   trunk/connectors/connector-xml/src/test/resources/documents/jmsTest.xsd
   trunk/connectors/connector-xml/src/test/resources/service/books/BooksView_Input.xsd
   trunk/connectors/connector-xml/src/test/resources/service/books/BooksView_Output.xsd
   trunk/connectors/connector-xml/src/test/resources/service/distance/Distance.xml
   trunk/connectors/connector-xml/src/test/resources/stockquotes.xml
   trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/connector/exec/ExecAntExecution.java
   trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/connector/exec/ExecCapabilities.java
   trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/connector/exec/ExecConnection.java
   trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/connector/exec/ExecConnector.java
   trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/connector/exec/ExecPlugin.java
   trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/connector/exec/ExecVisitor.java
   trunk/connectors/sandbox/connector-exec/src/main/resources/com/metamatrix/connector/exec/i18n.properties
   trunk/connectors/sandbox/connector-exec/src/test/java/com/metamatrix/connector/exec/FakeExecConnector.java
   trunk/connectors/sandbox/connector-exec/src/test/java/com/metamatrix/connector/exec/TestsExec.java
   trunk/connectors/sandbox/connector-exec/src/test/resources/exclusionFile.properties
   trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectConnection.java
   trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectConnector.java
   trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectConnectorCapabilities.java
   trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectPlugin.java
   trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectProcedureExecution.java
   trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectPropertyNames.java
   trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectSourceMethodManager.java
   trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/IObjectCommand.java
   trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/IObjectSource.java
   trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/ISourceTranslator.java
   trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/IValueRetriever.java
   trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/command/ObjectCommand.java
   trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/command/ProcedureCommand.java
   trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/source/BaseObjectSource.java
   trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/source/BaseSourceConnectionFactory.java
   trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/source/BasicSourceTranslator.java
   trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/value/BasicValueRetriever.java
   trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/value/JavaUtilDateValueTranslator.java
   trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/util/ObjectConnectorUtil.java
   trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/util/ObjectExecutionHelper.java
   trunk/connectors/sandbox/connector-object/src/main/resources/com/metamatrix/connector/object/i18n.properties
   trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/FilterFunctionModifier.java
   trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/Messages.java
   trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/NearestNeighborFunctionModifier.java
   trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/NnDistanceFunctionModifier.java
   trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialCapabilities.java
   trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialConnector.java
   trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialConversionVisitor.java
   trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialFunctionModifier.java
   trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialFunctions.java
   trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialResultsTranslator.java
   trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialSQLTranslator.java
   trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/RelateFunctionModifier.java
   trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/SpatialHint.java
   trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/SpatialSelectProxy.java
   trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/WithinDistanceFunctionModifier.java
   trunk/connectors/sandbox/connector-oracle-spatial/src/main/resources/com/metamatrix/connector/jdbc/oracle/spatial/messages.properties
   trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/connector/yahoo/TickerCollectorVisitor.java
   trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/connector/yahoo/YahooCapabilities.java
   trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/connector/yahoo/YahooConnection.java
   trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/connector/yahoo/YahooConnector.java
   trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/connector/yahoo/YahooExecution.java
   trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/connector/yahoo/YahooPlugin.java
   trunk/connectors/sandbox/connector-yahoo/src/main/resources/com/metamatrix/connector/yahoo/i18n.properties
   trunk/connectors/sandbox/connector-yahoo/src/test/java/com/metamatrix/connector/yahoo/TestYahooTranslation.java
   trunk/console/src/main/java/com/metamatrix/common/callback/Callback.java
   trunk/console/src/main/java/com/metamatrix/common/callback/CallbackChoices.java
   trunk/console/src/main/java/com/metamatrix/common/callback/CallbackHandler.java
   trunk/console/src/main/java/com/metamatrix/common/callback/CallbackImpl.java
   trunk/console/src/main/java/com/metamatrix/common/callback/UnsupportedCallbackException.java
   trunk/console/src/main/java/com/metamatrix/common/properties/ObjectPropertyManager.java
   trunk/console/src/main/java/com/metamatrix/common/properties/PropertyManager.java
   trunk/console/src/main/java/com/metamatrix/common/properties/TextManager.java
   trunk/console/src/main/java/com/metamatrix/console/ConsolePlugin.java
   trunk/console/src/main/java/com/metamatrix/console/connections/ConnectionAndPanel.java
   trunk/console/src/main/java/com/metamatrix/console/connections/ConnectionInfo.java
   trunk/console/src/main/java/com/metamatrix/console/connections/ConnectionProcessor.java
   trunk/console/src/main/java/com/metamatrix/console/connections/RemoveConnectionDialog.java
   trunk/console/src/main/java/com/metamatrix/console/main/AdminConsoleMain.java
   trunk/console/src/main/java/com/metamatrix/console/models/AuthenticationProviderManager.java
   trunk/console/src/main/java/com/metamatrix/console/models/ConfigurationManager.java
   trunk/console/src/main/java/com/metamatrix/console/models/ConfigurationPropertiedObjectEditor.java
   trunk/console/src/main/java/com/metamatrix/console/models/ConnectorManager.java
   trunk/console/src/main/java/com/metamatrix/console/models/EntitlementManager.java
   trunk/console/src/main/java/com/metamatrix/console/models/ExtensionSourceManager.java
   trunk/console/src/main/java/com/metamatrix/console/models/GroupsManager.java
   trunk/console/src/main/java/com/metamatrix/console/models/Manager.java
   trunk/console/src/main/java/com/metamatrix/console/models/ManagerListener.java
   trunk/console/src/main/java/com/metamatrix/console/models/Managers.java
   trunk/console/src/main/java/com/metamatrix/console/models/ModelChangedEvent.java
   trunk/console/src/main/java/com/metamatrix/console/models/ModelManager.java
   trunk/console/src/main/java/com/metamatrix/console/models/PropertiesManager.java
   trunk/console/src/main/java/com/metamatrix/console/models/PropertyDetail.java
   trunk/console/src/main/java/com/metamatrix/console/models/QueryManager.java
   trunk/console/src/main/java/com/metamatrix/console/models/ResourceManager.java
   trunk/console/src/main/java/com/metamatrix/console/models/ResourcePropertiedObjectEditor.java
   trunk/console/src/main/java/com/metamatrix/console/models/RuntimeMgmtManager.java
   trunk/console/src/main/java/com/metamatrix/console/models/ServerLogManager.java
   trunk/console/src/main/java/com/metamatrix/console/models/SessionManager.java
   trunk/console/src/main/java/com/metamatrix/console/models/SummaryManager.java
   trunk/console/src/main/java/com/metamatrix/console/models/TimedManager.java
   trunk/console/src/main/java/com/metamatrix/console/models/TransactionManager.java
   trunk/console/src/main/java/com/metamatrix/console/models/VdbManager.java
   trunk/console/src/main/java/com/metamatrix/console/notification/AddedConnectorBindingNotification.java
   trunk/console/src/main/java/com/metamatrix/console/notification/DataEntitlementChangeNotification.java
   trunk/console/src/main/java/com/metamatrix/console/notification/RuntimeUpdateNotification.java
   trunk/console/src/main/java/com/metamatrix/console/security/Roles.java
   trunk/console/src/main/java/com/metamatrix/console/security/UserCapabilities.java
   trunk/console/src/main/java/com/metamatrix/console/ui/NotifyOnExitConsole.java
   trunk/console/src/main/java/com/metamatrix/console/ui/StatusPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/ViewManager.java
   trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ConsoleLogin.java
   trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ConsoleLoginDialog.java
   trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ConsoleLoginPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ConsoleLoginWindow.java
   trunk/console/src/main/java/com/metamatrix/console/ui/dialog/DetailsDialog.java
   trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ErrorDialog.java
   trunk/console/src/main/java/com/metamatrix/console/ui/dialog/PendingChangesDialog.java
   trunk/console/src/main/java/com/metamatrix/console/ui/dialog/RefreshRatesDialog.java
   trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ResetPasswordPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ServerURLsDialog.java
   trunk/console/src/main/java/com/metamatrix/console/ui/layout/BasePanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/layout/CDKCallbackHandler.java
   trunk/console/src/main/java/com/metamatrix/console/ui/layout/ConsoleAboutPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/layout/ConsoleMainFrame.java
   trunk/console/src/main/java/com/metamatrix/console/ui/layout/ConsoleMenuBar.java
   trunk/console/src/main/java/com/metamatrix/console/ui/layout/ConsoleMenuBarListener.java
   trunk/console/src/main/java/com/metamatrix/console/ui/layout/MenuEntry.java
   trunk/console/src/main/java/com/metamatrix/console/ui/layout/PanelsTree.java
   trunk/console/src/main/java/com/metamatrix/console/ui/layout/PanelsTreeModel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/layout/PanelsTreeNode.java
   trunk/console/src/main/java/com/metamatrix/console/ui/layout/TreeAndControllerCoordinator.java
   trunk/console/src/main/java/com/metamatrix/console/ui/layout/UserPreferenceCallback.java
   trunk/console/src/main/java/com/metamatrix/console/ui/layout/Workspace.java
   trunk/console/src/main/java/com/metamatrix/console/ui/layout/WorkspaceController.java
   trunk/console/src/main/java/com/metamatrix/console/ui/layout/WorkspaceControllerWorkItem.java
   trunk/console/src/main/java/com/metamatrix/console/ui/layout/WorkspacePanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/tree/ChildSortingTreeNode.java
   trunk/console/src/main/java/com/metamatrix/console/ui/tree/SavesExpansionState.java
   trunk/console/src/main/java/com/metamatrix/console/ui/tree/SortReadyJTree.java
   trunk/console/src/main/java/com/metamatrix/console/ui/tree/SortableChildrenNode.java
   trunk/console/src/main/java/com/metamatrix/console/ui/tree/SortsChildren.java
   trunk/console/src/main/java/com/metamatrix/console/ui/tree/TreePathExpansion.java
   trunk/console/src/main/java/com/metamatrix/console/ui/treetable/TreeTableModel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/AbstractPanelAction.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/AbstractPropertiedObjectPanelHolder.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/ActionFireableButtonWidget.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/BasicWizardSubpanelContainer.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/CenteredOptionPane.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/ChooserPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/ColumnSortInfo.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/ConsoleCellRenderer.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/ConsoleConstants.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/ExpertPropertiedObjectPanelHolder.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/IconComponent.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/IconLabel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/InitialAndCurrentValues.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/ItemsBlockedCallback.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/ItemsBlockedListSelectionListener.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/ItemsBlockedTreeSelectionListener.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/JEnterButton.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/LazyBranchListener.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/LazyBranchNode.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/MDCPOpenStateListener.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/ModifiedDirectoryChooserPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/NoFocusUnlessSelectedListCellRenderer.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/NoMinTextFieldWidget.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/NoSelectionListCellRenderer.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/POPWithButtons.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/POPWithButtonsController.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/PropertiedObjectPanelHolder.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/ReadOnlyListWidget.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/RepaintController.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/SelectAllOrNoneMessageReceiver.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/SelectAllOrNonePopupController.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/StringListBasedListModel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/TableCellRendererFactory.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/WizardInterface.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/WizardInterfaceImpl.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/WizardStepTextPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/property/GuiComponentFactory.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/property/Icons.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/property/PropertyProvider.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/property/TypeConstants.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/AbstractWizardClient.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/DefaultWizardClientPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/WizardClient.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/WizardClientPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/WizardPane.java
   trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/WizardPaneDialog.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/DefaultConsoleTableComparator.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/DefaultConsoleTableSorter.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/AuthenticationProviderDetailsPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/AuthenticationProviderPropertiesPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/NewAuthenticationProviderSelectPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/NewAuthenticationProviderSpecificationPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/NewAuthenticationProviderWizardController.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/ProvidersChangedEvent.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/ProvidersChangedListener.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/ProvidersMain.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/SummaryMain.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ConnectorBasicInfo.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ConnectorDetailInfo.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ConnectorPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ImportWizardConfirmationPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ImportWizardConnectorIDPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ImportWizardController.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ImportWizardControllerInterface.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ImportWizardDuplicatesPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ImportWizardFileSelectorPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/BindingBasics.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/BindingDataInterface.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/BindingDetails.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/BindingDetailsPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/BindingPropertiesPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/BindingVDBInfo.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/BindingVDBsPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/ConnectorAndBinding.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/ConnectorBindingDisplayer.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/ConnectorBindingPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/ConnectorBindingRenameDialog.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/ImportBindingWizardController.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/ImportBindingWizardPSCEnablePanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/ImportBindingWizardRenamePanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/NewBindingWizardConnectorSelectPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/NewBindingWizardController.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/NewBindingWizardCreateConfirmPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/NewBindingWizardPSCEnablePanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/NewBindingWizardSpecificationPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/ConfigSummaryPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/ConfigurationImportWizard.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/ConfigurationTreeCellRenderer.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/ConfirmationPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/CreatePSCPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/CreatePanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/DeployMainPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/DeployedHostPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/DeployedProcessPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/DeployedPscPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/DeployedServicePanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/DeploymentsSummaryPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/DetailPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/ProductDefinitionPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/PscDefinitionPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/PscSummaryPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/ServiceDefinitionPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/UpdatePSCPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/event/ConfigurationChangeEvent.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/event/ConfigurationChangeListener.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/event/ConfigurationModifier.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/event/ConfigurationTreeModelEvent.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/event/ConfigurationTreeModelListener.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/model/ConfigurationTreeModel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/util/DeployPkgUtils.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/util/DeployTableSorter.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/util/PropertyConstants.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/util/TextValidator.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/AuthorizationPropagationListener.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/AuthorizationsCheckBox.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/AuthorizationsCheckBoxListener.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/AuthorizationsModel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/AuthorizationsTreeCellRenderer.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/AuthorizationsTreeTable.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/ButtonsStateController.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodeAuthorizationsControl.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodeInfo.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodePermissionChange.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodePermissions.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodePermissionsWithNodeName.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodesTreeModel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodesTreeModelGenerator.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodesTreeNode.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementDetailPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementInfo.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementMembershipController.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementSelector.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementsDataInterface.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementsPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementsTable.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementsTableModel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementsTableRowData.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/NewEntitlementBasedOnPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/NewEntitlementConfirmationPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/NewEntitlementController.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/NewEntitlementNamePanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/NewEntitlementWizardPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/PermissionsUpdater.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/PrincipalChangeListener.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourceAdder.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourceDetailInfo.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourceDetailListener.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourceDetailPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourceExporter.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourceReplacer.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourcesPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourcesTableModel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/NewExtensionSourceInfo.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/ConfigurationLogSetUpPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/ConfigurationLogSetUpPanelController.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/ContextsAccumulatorListener.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/ContextsAccumulatorPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/MessageLevelChangeNotifyee.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/MessageLevelCheckBoxes.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/MessageLevelPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/SystemLogSetUpPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/pools/PoolConfigTableRowData.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/pools/PoolNameAndType.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/pools/PoolPropertiedObjectAndEditor.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/ConsolePropertiedEditor.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/ConsolePropertyObjectId.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/DefaultComponentSelector.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/FakeUserTransaction.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/NextStartupPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/PropertiesMasterPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/PropertiesTreeModelFactory.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/PropertyDetailPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/PropertyFilter.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/PropertyFilterPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/PropertyHeaderPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/queries/QueryPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/queries/QueryRequestPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/queries/QueryTableModel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/resources/ResourceData.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/resources/ResourcesMainPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/ConfirmationPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/OperationsDelegate.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/OperationsPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/ProcessMgmtPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/QueueStatistics.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/QueueStatisticsDisplayHandler.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/QueueStatisticsPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/QueueStatisticsRefreshRequestHandler.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/QueueStatisticsRefreshRequestHandlerImp.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/RuntimeMgmtPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/RuntimeStateCellRenderer.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/ServiceMgmtPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/VMStatisticsDisplayHandler.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/VMStatisticsPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/model/HostStatistics.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/model/RuntimeMgmtModel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/model/StatisticsConstants.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/util/RuntimeMgmtUtils.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/util/ServiceStateConstants.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/sessions/SessionPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/sessions/SessionTableCellRenderer.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/sessions/SessionTableModel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/summary/SummaryConnectionInfo.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/summary/SummaryHostInfo.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/summary/SummaryInfoProvider.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/summary/SummaryPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/MaxRecordsPerQueryListener.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/MaxRecordsPerQueryPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/RowsNotSelectedPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/SysLogPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/SysLogUtils.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeSpanButtonSelectionListener.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeSpanEndingPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeSpanPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeSpanPanelValidityListener.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeSpanStartingOrEndingPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeSpanStartingPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/transactions/TransactionTableModel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/transactions/TransactionsPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/users/AddDialog.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/users/AdminRolesMain.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/users/GroupAccumulatorController.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/users/GroupTabSelectionHandler.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/users/GroupsAccumulatorListener.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/users/GroupsAccumulatorPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/users/GroupsTabMainPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/users/InheritedRole.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/users/NewGroupsWizardController.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/users/NewGroupsWizardSelectionPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/users/NotifyOnSelectionChange.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/users/RoleDetail.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/users/RoleDisplay.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/users/RoleMembershipPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/users/RolesList.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/AllMaterializationFilesDisplayInfo.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/BindingsAlreadyExistDlg.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ConnectorBindingNameAndUUID.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/CreateVDBPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/CreateVDBPanelParent.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/DataNodesTreeModel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/EntitlementMigrationDetailInfo.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/EntitlementMigrationDetailPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/EntitlementMigrationInfoSource.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/EntitlementMigrationReportSummaryPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/EntitlementMigrationSummaryInfo.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ImportVdbRolesPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ImportVdbRolesWizardDlg.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ImportVdbVersionWizardDlg.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/MaterializationPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/MaterializationWizard.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/MaterializationWizardDialog.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ModelVisibilityInfo.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ModelWrapper.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/MultiSourceModelBindingEditRequestHandler.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/NewVDBWizardModelVisibilityTable.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/SingleMaterializationFileDisplayInfo.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/UDDIConfigurationsDialog.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/UDDIConfigurationsHandler.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/UDDIInitialAccessErrorDialog.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/UDDIRegistryInfo.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBConnectorBindingAssignmentModelTable.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBConnectorBindingNames.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBExporter.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBMetadataTreeNode.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBMetadataTreePanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBMultiConnectorBindingAssignmentDlg.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBRolesExporter.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBWizardModelVisibilityPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbAssignConnBindPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbConnBindPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbDetailPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbDisplayer.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbEditConnBindDlg.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbEntitlementsPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbMainPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbModelsPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbRoleOptionsPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbSetStatusDlg.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardConfirmPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardEditConnBindPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardEntitlementsPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardEntitlementsSelectPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardIdPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardSaveMaterializationFilesPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardUserAndPasswordPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardWrittenMaterializationFilesPanel.java
   trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/WSDLOperationsDescription.java
   trunk/console/src/main/java/com/metamatrix/console/util/ApplicationConstants.java
   trunk/console/src/main/java/com/metamatrix/console/util/AutoRefreshable.java
   trunk/console/src/main/java/com/metamatrix/console/util/AutoRefresher.java
   trunk/console/src/main/java/com/metamatrix/console/util/Compares.java
   trunk/console/src/main/java/com/metamatrix/console/util/DaysHoursMinutesSeconds.java
   trunk/console/src/main/java/com/metamatrix/console/util/DialogUtility.java
   trunk/console/src/main/java/com/metamatrix/console/util/ExceptionUtility.java
   trunk/console/src/main/java/com/metamatrix/console/util/ExternalException.java
   trunk/console/src/main/java/com/metamatrix/console/util/HashedList.java
   trunk/console/src/main/java/com/metamatrix/console/util/HashedListEntry.java
   trunk/console/src/main/java/com/metamatrix/console/util/HashedListEntryWrapper.java
   trunk/console/src/main/java/com/metamatrix/console/util/InvalidRequestException.java
   trunk/console/src/main/java/com/metamatrix/console/util/LogContexts.java
   trunk/console/src/main/java/com/metamatrix/console/util/QCDate.java
   trunk/console/src/main/java/com/metamatrix/console/util/QCDateTime.java
   trunk/console/src/main/java/com/metamatrix/console/util/QCGregorianCalendar.java
   trunk/console/src/main/java/com/metamatrix/console/util/QCTime.java
   trunk/console/src/main/java/com/metamatrix/console/util/Refreshable.java
   trunk/console/src/main/java/com/metamatrix/console/util/RuntimeExternalException.java
   trunk/console/src/main/java/com/metamatrix/console/util/SavedUDDIRegistryInfo.java
   trunk/console/src/main/java/com/metamatrix/console/util/StaticProperties.java
   trunk/console/src/main/java/com/metamatrix/console/util/StaticQuickSorter.java
   trunk/console/src/main/java/com/metamatrix/console/util/StaticTableUtilities.java
   trunk/console/src/main/java/com/metamatrix/console/util/StaticTreeSortUtilities.java
   trunk/console/src/main/java/com/metamatrix/console/util/StaticTreeUtilities.java
   trunk/console/src/main/java/com/metamatrix/console/util/StaticUtilities.java
   trunk/console/src/main/java/com/metamatrix/console/util/StringComparator.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ToolboxPlugin.java
   trunk/console/src/main/java/com/metamatrix/toolbox/event/UserPreferencesEvent.java
   trunk/console/src/main/java/com/metamatrix/toolbox/preference/UserPreferences.java
   trunk/console/src/main/java/com/metamatrix/toolbox/property/VetoedChangeEvent.java
   trunk/console/src/main/java/com/metamatrix/toolbox/property/VetoedChangeListener.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/EmptyObject.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/IconConstants.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/IconFactory.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/MessageStandards.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/TextUtilities.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/UIConstants.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/UIDefaults.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/UiTextManager.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/Validator.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/callback/CallbackChoicesDialogPanel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/callback/DialogFactoryCallbackHandler.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/callback/ParentFrameSupplier.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/AboutDialog.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/AboutPanel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/AccumulatorPanel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ArrowIcon.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ButtonConstants.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ButtonWidget.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/CalendarPanel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/CheckBox.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ComboButtonWidget.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ConfigurationPanel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/DialogPanel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/DialogWindow.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/DirectoryChooserPanel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/DirectoryEntryTable.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ErrorDialog.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/IntegerSpinner.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/LabelWidget.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ListWidget.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/LoggingPanel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/LoginPanel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/MessagePanel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/MultiLineToolTip.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/PasswordButton.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/PopupMenu.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/PopupMenuFactory.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/PropertiedObjectArrayTable.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ScrollWidget.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/SeparatorWidget.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/SpacerWidget.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/SplashPanel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/SplashWindow.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/Splitter.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/SplitterShadowBorder.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TableWidget.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TextFieldWidget.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TextPane.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TitledBorder.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ToolBar.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TreeNodeTableWidget.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TreeWidget.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/URLLabelWidget.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/URLTextFieldWidget.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/WidgetFactory.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/WizardPanel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/button/ButtonBorderPainter.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/button/CheckBoxModel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/button/ToggleButtonBorder.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/event/WidgetActionEvent.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/ButtonLookAndFeel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/CheckBoxLookAndFeel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/LabelLookAndFeel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/LookAndFeelUtilities.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/MultiLineToolTipUI.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/PasswordLookAndFeel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/TableHeaderButtonLookAndFeel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/ToolBarLookAndFeel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/TreeLookAndFeel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/list/DefaultListCellRenderer.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/list/URLListCellRenderer.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/menu/DefaultPopupMenuFactory.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/DirectoryEntryPropertyComponent.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/MultivaluedPropertyComponent.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/ObjectReferenceHandler.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/ObjectReferencePropertyComponent.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertiedObjectPanel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertiedObjectTableCellRenderer.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertyChangeAdapter.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertyComponent.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertyComponentFactory.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertyDefinitionLabel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertySelectionEvent.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertySelectionListener.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertyValidationListener.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/AbstractTableFilterOptionPanel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/AbstractTableOptionPanel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableCellEditor.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableCellRenderer.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableColumnModel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableComparator.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableHeader.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableHeaderRenderer.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableModel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableSorter.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DirectoryEntryTableComparator.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/EnhancedTableColumn.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/EnhancedTableColumnModel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/EnhancedTableModel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableColumnSortListener.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableComparator.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableConstants.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableFilter.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableHeader.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableHeaderButton.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableHideOptionPanel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableOptionPanel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableReorderOptionPanel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableSortOptionPanel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableSorter.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/text/DefaultTextFieldModel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/text/TextConstants.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/text/TextContainer.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/AbstractDragAndDropController.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/AbstractTreeNodeDragAndDropController.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/DragAndDropController.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/Flavor.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/TransferableTreeNode.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/TreeNodeDragAndDropController.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/DefaultTreeCellEditor.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/DefaultTreeCellRenderer.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/DefaultTreeModel.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/DefaultTreeNode.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/DefaultTreeNodeEditor.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/DefaultTreeView.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/TreeConstants.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/BrowserControl.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/FileResourceConstants.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/IconFactory.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/PropertyLoader.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/PropertyLoaderException.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/StringFilter.java
   trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/WidgetUtilities.java
   trunk/console/src/main/java/com/metamatrix/uddi/UddiPlugin.java
   trunk/console/src/main/java/com/metamatrix/uddi/exception/MMUddiException.java
   trunk/console/src/main/java/com/metamatrix/uddi/publish/PublishWSDL.java
   trunk/console/src/main/java/com/metamatrix/uddi/publish/UnPublishWSDL.java
   trunk/console/src/main/java/com/metamatrix/uddi/query/FindBusiness.java
   trunk/console/src/main/java/com/metamatrix/uddi/query/GetWSDL.java
   trunk/console/src/main/java/com/metamatrix/uddi/util/MMUddiHelper.java
   trunk/console/src/main/java/com/metamatrix/uddi/util/MMUddiUtil.java
   trunk/console/src/main/java/com/metamatrix/uddi/util/UddiHelper.java
   trunk/console/src/main/resources/com/metamatrix/console/data/runtime_mgr.properties
   trunk/console/src/main/resources/com/metamatrix/console/i18n.properties
   trunk/console/src/main/resources/com/metamatrix/console/ui/data/common_ui.properties
   trunk/console/src/main/resources/com/metamatrix/console/ui/data/type_defs.properties
   trunk/console/src/main/resources/com/metamatrix/console/ui/views/deploy/data/ui.properties
   trunk/console/src/main/resources/com/metamatrix/console/ui/views/runtime/data/ui.properties
   trunk/console/src/main/resources/com/metamatrix/console/ui/views/syslog/data/ui.properties
   trunk/console/src/main/resources/com/metamatrix/console/ui/views/users/data/ui.properties
   trunk/console/src/main/resources/com/metamatrix/toolbox/i18n.properties
   trunk/console/src/main/resources/com/metamatrix/toolbox/ui/message.properties
   trunk/console/src/main/resources/com/metamatrix/toolbox/ui/uiDefaults.properties
   trunk/console/src/main/resources/com/metamatrix/toolbox/ui/uiTextDefaults.properties
   trunk/console/src/test/java/com/metamatrix/console/util/TestStaticProperties.java
   trunk/console/src/test/resources/console_config.properties
   trunk/console/src/test/resources/console_prefs.properties
   trunk/console/src/test/resources/metamatrix.properties
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPEmbeddedManager.java
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPEmbeddedPlugin.java
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPEmbeddedProperties.java
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPListener.java
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/EmbeddedConfigSource.java
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/EmbeddedConfigUtil.java
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/BaseAdmin.java
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPConfigAdminImpl.java
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPLogListener.java
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPMonitoringAdminImpl.java
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPRuntimeStateAdminImpl.java
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPSecurityAdminImpl.java
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/ConnectorConfigurationReader.java
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/ConnectorConfigurationWriter.java
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/ExtensionModuleReader.java
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/ExtensionModuleWriter.java
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/ServerConfigFileReader.java
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/ServerConfigFileWriter.java
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/VDBConfigurationReader.java
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/VDBConfigurationWriter.java
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/DefaultIndexConnectorBinding.java
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedBaseDQPService.java
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedBufferService.java
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedConfigurationService.java
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedDataService.java
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedMetadataService.java
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedTrackingService.java
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedTransactionService.java
   trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedVDBService.java
   trunk/embedded/src/main/java/com/metamatrix/jdbc/CacheProvider.java
   trunk/embedded/src/main/java/com/metamatrix/jdbc/EmbeddedConnection.java
   trunk/embedded/src/main/java/com/metamatrix/jdbc/EmbeddedConnectionFactoryImpl.java
   trunk/embedded/src/main/java/com/metamatrix/jdbc/transport/LocalTransportHandler.java
   trunk/embedded/src/main/resources/com/metamatrix/dqp/embedded/i18n.properties
   trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/EmbeddedTestUtil.java
   trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/TestEmbeddedConfigSource.java
   trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/admin/TestBaseAdmin.java
   trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/services/TestEmbeddedConfigurationService.java
   trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/services/TestEmbeddedDataService.java
   trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/services/TestEmbeddedVDBService.java
   trunk/embedded/src/test/java/com/metamatrix/dqp/service/buffer/TestLocalBufferService.java
   trunk/embedded/src/test/java/com/metamatrix/jdbc/TestEmbeddedDriver.java
   trunk/embedded/src/test/resources/admin/ServerConfig.xml
   trunk/embedded/src/test/resources/admin/buffertest1.properties
   trunk/embedded/src/test/resources/admin/buffertest2.properties
   trunk/embedded/src/test/resources/admin/buffertest3.properties
   trunk/embedded/src/test/resources/dqp/config/ServerConfig.xml
   trunk/embedded/src/test/resources/dqp/dqp.properties
   trunk/engine/src/main/java/com/metamatrix/cache/Cache.java
   trunk/engine/src/main/java/com/metamatrix/cache/CacheConfiguration.java
   trunk/engine/src/main/java/com/metamatrix/cache/CacheFactory.java
   trunk/engine/src/main/java/com/metamatrix/cache/CacheListener.java
   trunk/engine/src/main/java/com/metamatrix/common/application/Application.java
   trunk/engine/src/main/java/com/metamatrix/common/application/ApplicationEnvironment.java
   trunk/engine/src/main/java/com/metamatrix/common/application/ApplicationService.java
   trunk/engine/src/main/java/com/metamatrix/common/application/DQPConfigSource.java
   trunk/engine/src/main/java/com/metamatrix/common/application/DQPGuiceModule.java
   trunk/engine/src/main/java/com/metamatrix/common/application/exception/ApplicationInitializationException.java
   trunk/engine/src/main/java/com/metamatrix/common/application/exception/ApplicationLifecycleException.java
   trunk/engine/src/main/java/com/metamatrix/common/buffer/BlockedException.java
   trunk/engine/src/main/java/com/metamatrix/common/buffer/BlockedOnMemoryException.java
   trunk/engine/src/main/java/com/metamatrix/common/buffer/BufferManager.java
   trunk/engine/src/main/java/com/metamatrix/common/buffer/BufferManagerFactory.java
   trunk/engine/src/main/java/com/metamatrix/common/buffer/BufferManagerPropertyNames.java
   trunk/engine/src/main/java/com/metamatrix/common/buffer/IndexedTupleSource.java
   trunk/engine/src/main/java/com/metamatrix/common/buffer/LobTupleBatch.java
   trunk/engine/src/main/java/com/metamatrix/common/buffer/MemoryNotAvailableException.java
   trunk/engine/src/main/java/com/metamatrix/common/buffer/StorageManager.java
   trunk/engine/src/main/java/com/metamatrix/common/buffer/TupleBatch.java
   trunk/engine/src/main/java/com/metamatrix/common/buffer/TupleSource.java
   trunk/engine/src/main/java/com/metamatrix/common/buffer/TupleSourceID.java
   trunk/engine/src/main/java/com/metamatrix/common/buffer/TupleSourceNotFoundException.java
   trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BatchComparator.java
   trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BatchMap.java
   trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BatchMapValueTranslator.java
   trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BufferConfig.java
   trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BufferManagerImpl.java
   trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BufferStats.java
   trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/ManagedBatch.java
   trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/MemoryState.java
   trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/SizeUtility.java
   trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/TupleGroupInfo.java
   trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/TupleSourceInfo.java
   trunk/engine/src/main/java/com/metamatrix/common/buffer/storage/file/FileStorageManager.java
   trunk/engine/src/main/java/com/metamatrix/common/buffer/storage/memory/MemoryStorageManager.java
   trunk/engine/src/main/java/com/metamatrix/common/comm/ClientServiceRegistry.java
   trunk/engine/src/main/java/com/metamatrix/common/lob/BufferManagerLobChunkStream.java
   trunk/engine/src/main/java/com/metamatrix/dqp/DQPPlugin.java
   trunk/engine/src/main/java/com/metamatrix/dqp/ResourceFinder.java
   trunk/engine/src/main/java/com/metamatrix/dqp/application/ClientConnectionListener.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/cache/CacheID.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/cache/CacheResults.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/cache/CursorReceiverWindowBuffer.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/cache/ResultSetCache.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/cache/ResultSetCacheUtil.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/CapabilitiesConverter.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/AsynchConnectorWorkItem.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/ConnectorEnvironmentImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/ConnectorManager.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/ConnectorWorkItem.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/ConnectorWrapper.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/DefaultConnectorLogger.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/ExecutionContextImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/ProcedureBatchHandler.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/SynchConnectorWorkItem.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/TypeFacilityImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/AggregateImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/BaseLanguageObject.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/BatchedUpdatesImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/BulkInsertImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/CaseExpressionImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/CompareCriteriaImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/CompoundCriteriaImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/DeleteImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/ElementImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/ExistsCriteriaImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/FromImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/FunctionImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/GroupByImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/GroupImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/InCriteriaImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/InlineViewImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/InsertImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/IsNullCriteriaImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/JoinImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/LanguageBridgeFactory.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/LanguageFactoryImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/LikeCriteriaImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/LimitImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/LiteralImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/NotCriteriaImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/OrderByImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/OrderByItemImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/ParameterImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/ProcedureImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/QueryCommandImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/QueryImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/ScalarSubqueryImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SearchedCaseExpressionImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SelectImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SelectSymbolImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SetClauseImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SetClauseListImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SetQueryImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SubqueryCompareCriteriaImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SubqueryInCriteriaImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/UpdateImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/ElementImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/GroupImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/MetadataFactory.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/MetadataIDImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/MetadataObjectImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/ParameterIDImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/ParameterImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/ProcedureIDImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/ProcedureImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/RuntimeMetadataImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/TypeModelImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connector/ConnectionPool.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connector/ConnectionPoolException.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connector/ConnectionWrapper.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connector/PooledConnector.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/AbstractWorkItem.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/CachedRequestWorkItem.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/CodeTableCache.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/DQPCore.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/DQPWorkContext.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/DataTierManager.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/DataTierManagerImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/DataTierTupleSource.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/LobChunkStream.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/LobWorkItem.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/MetaDataProcessor.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/PreparedPlanCache.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/PreparedStatementRequest.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/QueryMetadataWrapper.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/Request.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/RequestWorkItem.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/TempTableStoresHolder.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/capabilities/ConnectorCapabilitiesFinder.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/capabilities/SharedCachedFinder.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/multisource/MultiSourceCapabilitiesFinder.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/multisource/MultiSourceElement.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/multisource/MultiSourceElementReplacementVisitor.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/multisource/MultiSourceMetadataWrapper.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/multisource/MultiSourcePlanToProcessConverter.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/validator/AuthorizationValidationVisitor.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/validator/ModelVisibilityValidationVisitor.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/transaction/TransactionContextImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/transaction/TransactionProvider.java
   trunk/engine/src/main/java/com/metamatrix/dqp/internal/transaction/TransactionServerImpl.java
   trunk/engine/src/main/java/com/metamatrix/dqp/message/AtomicRequestID.java
   trunk/engine/src/main/java/com/metamatrix/dqp/message/AtomicRequestMessage.java
   trunk/engine/src/main/java/com/metamatrix/dqp/message/AtomicResultsMessage.java
   trunk/engine/src/main/java/com/metamatrix/dqp/service/AuthorizationService.java
   trunk/engine/src/main/java/com/metamatrix/dqp/service/BufferService.java
   trunk/engine/src/main/java/com/metamatrix/dqp/service/ConfigurationService.java
   trunk/engine/src/main/java/com/metamatrix/dqp/service/ConnectorBindingLifeCycleListener.java
   trunk/engine/src/main/java/com/metamatrix/dqp/service/CustomizableTrackingMessage.java
   trunk/engine/src/main/java/com/metamatrix/dqp/service/CustomizableTrackingService.java
   trunk/engine/src/main/java/com/metamatrix/dqp/service/DQPServiceNames.java
   trunk/engine/src/main/java/com/metamatrix/dqp/service/DataService.java
   trunk/engine/src/main/java/com/metamatrix/dqp/service/MetadataService.java
   trunk/engine/src/main/java/com/metamatrix/dqp/service/TrackingService.java
   trunk/engine/src/main/java/com/metamatrix/dqp/service/TransactionService.java
   trunk/engine/src/main/java/com/metamatrix/dqp/service/VDBLifeCycleListener.java
   trunk/engine/src/main/java/com/metamatrix/dqp/service/VDBService.java
   trunk/engine/src/main/java/com/metamatrix/dqp/spi/CommandLoggerSPI.java
   trunk/engine/src/main/java/com/metamatrix/dqp/spi/TrackerLogConstants.java
   trunk/engine/src/main/java/com/metamatrix/dqp/spi/basic/FileCommandLogger.java
   trunk/engine/src/main/java/com/metamatrix/dqp/transaction/TransactionServer.java
   trunk/engine/src/main/java/com/metamatrix/dqp/transaction/XAServer.java
   trunk/engine/src/main/java/com/metamatrix/dqp/util/LogConstants.java
   trunk/engine/src/main/java/com/metamatrix/query/QueryPlugin.java
   trunk/engine/src/main/java/com/metamatrix/query/analysis/AnalysisRecord.java
   trunk/engine/src/main/java/com/metamatrix/query/analysis/QueryAnnotation.java
   trunk/engine/src/main/java/com/metamatrix/query/eval/Evaluator.java
   trunk/engine/src/main/java/com/metamatrix/query/eval/LookupEvaluator.java
   trunk/engine/src/main/java/com/metamatrix/query/eval/SecurityFunctionEvaluator.java
   trunk/engine/src/main/java/com/metamatrix/query/execution/QueryExecPlugin.java
   trunk/engine/src/main/java/com/metamatrix/query/function/FunctionDescriptor.java
   trunk/engine/src/main/java/com/metamatrix/query/function/FunctionForm.java
   trunk/engine/src/main/java/com/metamatrix/query/function/FunctionLibrary.java
   trunk/engine/src/main/java/com/metamatrix/query/function/FunctionLibraryManager.java
   trunk/engine/src/main/java/com/metamatrix/query/function/FunctionMetadataSource.java
   trunk/engine/src/main/java/com/metamatrix/query/function/FunctionMethods.java
   trunk/engine/src/main/java/com/metamatrix/query/function/FunctionTree.java
   trunk/engine/src/main/java/com/metamatrix/query/function/UDFSource.java
   trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/AggregateFunction.java
   trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/Avg.java
   trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/ConstantFunction.java
   trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/Count.java
   trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/Max.java
   trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/Min.java
   trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/NullFilter.java
   trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/Sum.java
   trunk/engine/src/main/java/com/metamatrix/query/function/metadata/FunctionCategoryConstants.java
   trunk/engine/src/main/java/com/metamatrix/query/function/metadata/FunctionMetadataReader.java
   trunk/engine/src/main/java/com/metamatrix/query/function/metadata/FunctionMetadataValidator.java
   trunk/engine/src/main/java/com/metamatrix/query/function/metadata/FunctionMethod.java
   trunk/engine/src/main/java/com/metamatrix/query/function/metadata/FunctionParameter.java
   trunk/engine/src/main/java/com/metamatrix/query/function/metadata/InvalidFunctionItem.java
   trunk/engine/src/main/java/com/metamatrix/query/function/source/SecuritySystemFunctions.java
   trunk/engine/src/main/java/com/metamatrix/query/function/source/SystemSource.java
   trunk/engine/src/main/java/com/metamatrix/query/function/source/XMLSystemFunctions.java
   trunk/engine/src/main/java/com/metamatrix/query/mapping/relational/QueryNode.java
   trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/InterceptingVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingAllNode.java
   trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingAttribute.java
   trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingBaseNode.java
   trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingChoiceNode.java
   trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingCommentNode.java
   trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingCriteriaNode.java
   trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingDocument.java
   trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingElement.java
   trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingException.java
   trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingInterceptor.java
   trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingLoader.java
   trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingNode.java
   trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingNodeConstants.java
   trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingNodeLogger.java
   trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingOutputter.java
   trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingRecursiveElement.java
   trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingSequenceNode.java
   trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingSourceNode.java
   trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/Namespace.java
   trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/Navigator.java
   trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/ResultSetInfo.java
   trunk/engine/src/main/java/com/metamatrix/query/metadata/BasicQueryMetadata.java
   trunk/engine/src/main/java/com/metamatrix/query/metadata/BasicQueryMetadataWrapper.java
   trunk/engine/src/main/java/com/metamatrix/query/metadata/GroupInfo.java
   trunk/engine/src/main/java/com/metamatrix/query/metadata/QueryMetadataInterface.java
   trunk/engine/src/main/java/com/metamatrix/query/metadata/StoredProcedureInfo.java
   trunk/engine/src/main/java/com/metamatrix/query/metadata/SupportConstants.java
   trunk/engine/src/main/java/com/metamatrix/query/metadata/TempMetadataAdapter.java
   trunk/engine/src/main/java/com/metamatrix/query/metadata/TempMetadataID.java
   trunk/engine/src/main/java/com/metamatrix/query/metadata/TempMetadataStore.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/CommandPlanner.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/CommandTreeNode.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/CommandTreeProcessor.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/OptimizerContext.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/QueryOptimizer.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/batch/BatchedUpdatePlanner.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/batch/PreparedBatchUpdatePlanner.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/capabilities/BasicSourceCapabilities.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/capabilities/CapabilitiesFinder.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/capabilities/DefaultCapabilitiesFinder.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/capabilities/SourceCapabilities.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/proc/ProcedurePlanner.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/AliasGenerator.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/GenerateCanonical.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/MergeTreeNodeProcessor.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/OptimizerRule.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/PlanHints.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/PlanToProcessConverter.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/RelationalPlanner.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/RuleStack.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/plantree/JoinStrategyType.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/plantree/NodeConstants.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/plantree/NodeEditor.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/plantree/NodeFactory.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/plantree/PlanNode.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/CapabilitiesUtil.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/CriteriaCapabilityValidatorVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/FrameUtil.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/JoinRegion.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/JoinUtil.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/NewCalculateCostUtil.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleAccessPatternValidation.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleAssignOutputElements.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleCalculateCost.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleChooseDependent.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleChooseJoinStrategy.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleCleanCriteria.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleCollapseSource.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleConstants.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleCopyCriteria.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleImplementJoinStrategy.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleMergeCriteria.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleMergeVirtual.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePlaceAccess.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePlanJoins.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePlanProcedures.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePlanUnions.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePushAggregates.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePushLimit.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePushNonJoinCriteria.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePushSelectCriteria.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleRaiseAccess.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleRaiseNull.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleRemoveOptionalJoins.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleRemoveSorts.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleValidateWhereAll.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/ContextReplacerVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/CriteriaPlanner.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/HandleNillableVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/MarkExcludeVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/NameInSourceResolverVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/QueryUtil.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/ReferenceBindingReplacerVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/SourceNodeGenaratorVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/SourceNodePlannerVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/TagBuilderVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/ValidateMappedCriteriaVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLNodeMappingVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLPlanToProcessVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLPlanner.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLPlannerEnvironment.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLQueryPlanner.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLStagaingQueryPlanner.java
   trunk/engine/src/main/java/com/metamatrix/query/optimizer/xquery/XQueryPlanner.java
   trunk/engine/src/main/java/com/metamatrix/query/parser/ParseInfo.java
   trunk/engine/src/main/java/com/metamatrix/query/parser/QueryParser.java
   trunk/engine/src/main/java/com/metamatrix/query/parser/SQLParserUtil.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/BaseProcessorPlan.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/Describable.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/DescribableUtil.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/NullTupleSource.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/ProcessorDataManager.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/ProcessorPlan.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/QueryProcessor.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/TempTableDataManager.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/batch/BatchedUpdatePlan.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/batch/PreparedBatchUpdatePlan.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/dynamic/SQLSource.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/dynamic/SqlEval.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/dynamic/TupleInputSource.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/dynamic/TupleXMLReader.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/dynamic/XMLSource.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/proc/AbstractAssignmentInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/proc/AssignmentInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/proc/BreakInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/proc/CommandInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/proc/ContinueInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/proc/CreateCursorResultSetInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/proc/ErrorInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/proc/ExecDynamicSqlInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/proc/ExecSqlInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/proc/IfInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/proc/LoopInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/proc/ProcedureEnvironment.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/proc/ProcedurePlan.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/proc/RepeatedInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/proc/UpdateCountTupleSource.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/proc/WhileInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/program/Program.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/program/ProgramEnvironment.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/program/ProgramInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/program/ProgramUtil.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/AccessNode.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/BatchCollector.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/BatchIterator.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/BatchedCommandsEvaluator.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/BatchedUpdateNode.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentAccessNode.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentCriteriaProcessor.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentProcedureAccessNode.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentProcedureCriteriaProcessor.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentProcedureExecutionNode.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentProjectNode.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentSelectNode.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentSourceState.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentValueSource.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DupRemoveNode.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DuplicateFilter.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/GroupingNode.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/IndexedTupleSourceIterator.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/JoinNode.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/JoinStrategy.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/LimitNode.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/ListNestedSortComparator.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/MergeJoinStrategy.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/NestedLoopJoinStrategy.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/NullNode.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/PlanExecutionNode.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/ProjectIntoNode.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/ProjectNode.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/RelationalNode.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/RelationalNodeStatistics.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/RelationalNodeUtil.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/RelationalPlan.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/SelectNode.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/SortNode.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/SortUtility.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/SourceState.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/SubqueryProcessorUtility.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/TupleSourceIterator.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/TupleSourceValueIterator.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/relational/UnionAllNode.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/AbortProcessingInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/AddCommentInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/AddNodeInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/BlockInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/Condition.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/CriteriaCondition.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/DefaultCondition.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/DocumentInProgress.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/Element.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/EndBlockInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/EndDocumentInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/ExecSqlInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/ExecStagingTableInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/IfInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/InitializeDocumentInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/JoinedWhileInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/MoveCursorInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/MoveDocInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/NodeDescriptor.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/PlanExecutor.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/ProcessorInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/Program.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/ProgramUtil.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/RecurseProgramCondition.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/RelationalPlanExecutor.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/SAXDocumentInProgress.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/WhileInstruction.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/XMLContext.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/XMLPlan.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/XMLProcessorEnvironment.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/XMLUtil.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xml/XMLValueTranslator.java
   trunk/engine/src/main/java/com/metamatrix/query/processor/xquery/XQueryPlan.java
   trunk/engine/src/main/java/com/metamatrix/query/report/ActivityReport.java
   trunk/engine/src/main/java/com/metamatrix/query/report/ReportItem.java
   trunk/engine/src/main/java/com/metamatrix/query/resolver/CommandResolver.java
   trunk/engine/src/main/java/com/metamatrix/query/resolver/ProcedureContainerResolver.java
   trunk/engine/src/main/java/com/metamatrix/query/resolver/QueryResolver.java
   trunk/engine/src/main/java/com/metamatrix/query/resolver/VariableResolver.java
   trunk/engine/src/main/java/com/metamatrix/query/resolver/command/BatchedUpdateResolver.java
   trunk/engine/src/main/java/com/metamatrix/query/resolver/command/DeleteResolver.java
   trunk/engine/src/main/java/com/metamatrix/query/resolver/command/DynamicCommandResolver.java
   trunk/engine/src/main/java/com/metamatrix/query/resolver/command/ExecResolver.java
   trunk/engine/src/main/java/com/metamatrix/query/resolver/command/InsertResolver.java
   trunk/engine/src/main/java/com/metamatrix/query/resolver/command/SetQueryResolver.java
   trunk/engine/src/main/java/com/metamatrix/query/resolver/command/SimpleQueryResolver.java
   trunk/engine/src/main/java/com/metamatrix/query/resolver/command/TempTableResolver.java
   trunk/engine/src/main/java/com/metamatrix/query/resolver/command/UpdateProcedureResolver.java
   trunk/engine/src/main/java/com/metamatrix/query/resolver/command/UpdateResolver.java
   trunk/engine/src/main/java/com/metamatrix/query/resolver/command/XMLQueryResolver.java
   trunk/engine/src/main/java/com/metamatrix/query/resolver/command/XQueryResolver.java
   trunk/engine/src/main/java/com/metamatrix/query/resolver/util/AccessPattern.java
   trunk/engine/src/main/java/com/metamatrix/query/resolver/util/BindVariableVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/resolver/util/ResolveVirtualGroupCriteriaVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/resolver/util/ResolverUtil.java
   trunk/engine/src/main/java/com/metamatrix/query/resolver/util/ResolverVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/resolver/util/ResolverVisitorUtil.java
   trunk/engine/src/main/java/com/metamatrix/query/rewriter/QueryRewriter.java
   trunk/engine/src/main/java/com/metamatrix/query/rewriter/VariableSubstitutionVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/LanguageObject.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/LanguageVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/ProcedureReservedWords.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/ReservedWords.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/AbstractCompareCriteria.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/AbstractSetCriteria.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/AtomicCriteria.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/BatchedUpdateCommand.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/BetweenCriteria.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/BulkInsert.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/CollectionValueIterator.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Command.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/CommandContainer.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/CompareCriteria.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/CompoundCriteria.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Create.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Criteria.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Delete.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/DependentSetCriteria.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Drop.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/DynamicCommand.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/ExistsCriteria.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/From.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/FromClause.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/GroupBy.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/GroupContext.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Insert.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Into.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/IsNullCriteria.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/JoinPredicate.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/JoinType.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Limit.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/LogicalCriteria.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/MatchCriteria.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/NotCriteria.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Option.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/OrderBy.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/PredicateCriteria.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/PreparedBatchUpdate.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/ProcedureContainer.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Query.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/QueryCommand.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SPParameter.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Select.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SetClause.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SetClauseList.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SetCriteria.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SetQuery.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/StoredProcedure.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SubqueryCompareCriteria.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SubqueryContainer.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SubqueryFromClause.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SubquerySetCriteria.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/UnaryFromClause.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Update.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/lang/XQuery.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/AbstractNavigator.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/DeepPostOrderNavigator.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/DeepPreOrderNavigator.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/PostOrderNavigator.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/PreOrPostOrderNavigator.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/PreOrderNavigator.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/proc/AssignmentStatement.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/proc/Block.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/proc/BreakStatement.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/proc/CommandStatement.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/proc/ContinueStatement.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/proc/CreateUpdateProcedureCommand.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/proc/CriteriaSelector.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/proc/DeclareStatement.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/proc/HasCriteria.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/proc/IfStatement.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/proc/LoopStatement.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/proc/RaiseErrorStatement.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/proc/Statement.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/proc/TranslateCriteria.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/proc/WhileStatement.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/AbstractCaseExpression.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/AggregateSymbol.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/AliasSymbol.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/AllInGroupSymbol.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/AllSymbol.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/CaseExpression.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/Constant.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/ElementSymbol.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/Expression.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/ExpressionSymbol.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/Function.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/GroupSymbol.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/MultipleElementSymbol.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/Reference.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/ScalarSubquery.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/SearchedCaseExpression.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/SelectSymbol.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/SingleElementSymbol.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/Symbol.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/util/ElementSymbolOptimizer.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/util/SymbolMap.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/util/UpdateProcedureGenerator.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/util/ValueIterator.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/util/ValueIteratorProvider.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/util/ValueIteratorSource.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/util/VariableContext.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/AbstractSymbolMappingVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/AggregateSymbolCollectorVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/CommandCollectorVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/CorrelatedReferenceCollectorVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/CorrelatedVariableSubstitutionVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/CriteriaTranslatorVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/DependentSetCriteriaCollectorVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/ElementCollectorVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/EvaluatableVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/EvaluateExpressionVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/ExpressionMappingVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/ExpressionSymbolCollector.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/FunctionCollectorVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/GroupCollectorVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/GroupsUsedByElementsVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/NeedsEvaluationVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/PredicateCollectorVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/ReferenceCollectorVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/SQLStringVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/StaticSymbolMappingVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/ValueIteratorProviderCollectorVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/VariableCollectorVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/tempdata/TempTableStore.java
   trunk/engine/src/main/java/com/metamatrix/query/tempdata/TempTableStoreImpl.java
   trunk/engine/src/main/java/com/metamatrix/query/util/CommandContext.java
   trunk/engine/src/main/java/com/metamatrix/query/util/ContextProperties.java
   trunk/engine/src/main/java/com/metamatrix/query/util/ErrorMessageKeys.java
   trunk/engine/src/main/java/com/metamatrix/query/util/LogConstants.java
   trunk/engine/src/main/java/com/metamatrix/query/util/TypeRetrievalUtil.java
   trunk/engine/src/main/java/com/metamatrix/query/util/XMLFormatConstants.java
   trunk/engine/src/main/java/com/metamatrix/query/validator/AbstractValidationVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/validator/AggregateValidationVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/validator/UpdateValidationVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/validator/ValidateCriteriaVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/validator/ValidationVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/validator/Validator.java
   trunk/engine/src/main/java/com/metamatrix/query/validator/ValidatorFailure.java
   trunk/engine/src/main/java/com/metamatrix/query/validator/ValidatorReport.java
   trunk/engine/src/main/java/com/metamatrix/query/validator/ValueValidationVisitor.java
   trunk/engine/src/main/java/com/metamatrix/query/xquery/XQueryExpression.java
   trunk/engine/src/main/java/com/metamatrix/query/xquery/XQuerySQLEvaluator.java
   trunk/engine/src/main/java/com/metamatrix/query/xquery/saxon/DocFunctionURIResolver.java
   trunk/engine/src/main/java/com/metamatrix/query/xquery/saxon/SaxonXMLTranslator.java
   trunk/engine/src/main/java/com/metamatrix/query/xquery/saxon/SaxonXQueryExpression.java
   trunk/engine/src/main/resources/com/metamatrix/dqp/i18n.properties
   trunk/engine/src/main/resources/com/metamatrix/query/execution/i18n.properties
   trunk/engine/src/main/resources/com/metamatrix/query/i18n.properties
   trunk/engine/src/test/java/com/metamatrix/cache/FakeCache.java
   trunk/engine/src/test/java/com/metamatrix/common/buffer/TestTupleBatch.java
   trunk/engine/src/test/java/com/metamatrix/common/buffer/TestTupleSourceID.java
   trunk/engine/src/test/java/com/metamatrix/common/buffer/impl/TestBatchMap.java
   trunk/engine/src/test/java/com/metamatrix/common/buffer/impl/TestBufferManagerImpl.java
   trunk/engine/src/test/java/com/metamatrix/common/buffer/impl/TestSizeUtility.java
   trunk/engine/src/test/java/com/metamatrix/common/buffer/storage/file/TestFileStorageManager.java
   trunk/engine/src/test/java/com/metamatrix/common/buffer/storage/memory/TestMemoryStorageManager.java
   trunk/engine/src/test/java/com/metamatrix/dqp/config/TestDQPLauncher.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/cache/TestCacheID.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/cache/TestCursorReceiverWindowBuffer.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/cache/TestResultSetCache.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/FakeConnector.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/FakeExecutionContextImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/FakeProcedureExecution.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/FakeTransactionService.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/TestConnectorManagerImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/TestConnectorStateManager.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/TestConnectorWorkItem.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/TestExecutionContextImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/TestTypeFacilityImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestAggregateImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestBatchedUpdatesImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestBulkInsertImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestCaseExpressionImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestCompareCriteriaImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestCompoundCriteriaImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestDeleteImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestElementImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestExistsCriteriaImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestFromImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestFunctionImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestGroupByImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestGroupImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestInCriteriaImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestInlineViewImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestInsertImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestIsNullCriteriaImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestJoinImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestLikeCriteriaImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestLiteralImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestNotCriteriaImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestOrderByImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestParameterImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestProcedureImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestQueryImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestScalarSubqueryImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestSearchedCaseExpressionImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestSelectImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestSelectSymbolImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestSetQueryImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestSubqueryCompareCriteriaImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestSubqueryInCriteriaImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestUpdateImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TstLanguageBridgeFactory.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/metadata/TestMetadataFactory.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connector/FakeSourceConnectionFactory.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connector/FakeUserIdentityConnectionFactory.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connector/TestConnectionPool.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connector/TestConnectionWrapper.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/MockSingleMetadataService.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestCallableStatement.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestCodeTableCache.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestDQPCore.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestDQPCoreRequestHandling.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestDQPWorkContext.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestDataTierManager.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestMetaDataProcessor.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestPreparedPlanCache.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestPreparedStatement.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestRequest.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestRequestWorkItem.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestWorkItemState.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/capabilities/TestConnectorCapabilitiesFinder.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/multisource/TestMultiSourceCapabilitiesFinder.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/multisource/TestMultiSourceElementReplacementVisitor.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/multisource/TestMultiSourceMetadataWrapper.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/multisource/TestMultiSourcePlanToProcessConverter.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/validator/TestAuthorizationValidationVisitor.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/validator/TestModelVisibilityValidationVisitor.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/transaction/TestTransactionContextImpl.java
   trunk/engine/src/test/java/com/metamatrix/dqp/internal/transaction/TestTransactionServer.java
   trunk/engine/src/test/java/com/metamatrix/dqp/message/TestAtomicRequestMessage.java
   trunk/engine/src/test/java/com/metamatrix/dqp/message/TestRequestID.java
   trunk/engine/src/test/java/com/metamatrix/dqp/message/TestRequestMessage.java
   trunk/engine/src/test/java/com/metamatrix/dqp/message/TestResultsMessage.java
   trunk/engine/src/test/java/com/metamatrix/dqp/service/AutoGenDataService.java
   trunk/engine/src/test/java/com/metamatrix/dqp/service/FakeAbstractService.java
   trunk/engine/src/test/java/com/metamatrix/dqp/service/FakeAuthorizationService.java
   trunk/engine/src/test/java/com/metamatrix/dqp/service/FakeBufferService.java
   trunk/engine/src/test/java/com/metamatrix/dqp/service/FakeMetadataService.java
   trunk/engine/src/test/java/com/metamatrix/dqp/service/FakeVDBService.java
   trunk/engine/src/test/java/com/metamatrix/dqp/service/TestCustomizableTrackingService.java
   trunk/engine/src/test/java/com/metamatrix/dqp/spi/basic/TestFileCommandLogger.java
   trunk/engine/src/test/java/com/metamatrix/query/analysis/TestAnalysisRecord.java
   trunk/engine/src/test/java/com/metamatrix/query/function/TestFunction.java
   trunk/engine/src/test/java/com/metamatrix/query/function/TestFunctionDescriptorImpl.java
   trunk/engine/src/test/java/com/metamatrix/query/function/TestFunctionLibrary.java
   trunk/engine/src/test/java/com/metamatrix/query/function/TestFunctionMetadataReader.java
   trunk/engine/src/test/java/com/metamatrix/query/function/TestFunctionTree.java
   trunk/engine/src/test/java/com/metamatrix/query/function/TestResolvedFunctions.java
   trunk/engine/src/test/java/com/metamatrix/query/function/metadata/TestFunctionMetadataValidator.java
   trunk/engine/src/test/java/com/metamatrix/query/function/metadata/TestFunctionMethod.java
   trunk/engine/src/test/java/com/metamatrix/query/function/metadata/TestSystemSource.java
   trunk/engine/src/test/java/com/metamatrix/query/function/source/TestXMLSystemFunctions.java
   trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingAttribute.java
   trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingChoiceNode.java
   trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingDocument.java
   trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingElement.java
   trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingLoader.java
   trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingOutputter.java
   trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingRecursiveElement.java
   trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestNamespace.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/FakeFunctionMetadataSource.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/InlineViewCase.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestAccessPatterns.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestAggregatePushdown.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestAnsiJoinPushdown.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestDependentJoins.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestExpressionsInGroupBy.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestInlineView.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestJoinOptimization.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestLimit.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestOptimizer.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestOptionalJoins.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestRuleMergeVirtual.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestRuleRaiseNull.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestRuleRemoveSorts.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestStoredProcedurePlanning.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestUnionPlanning.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/batch/TestBatchedUpdatePlanner.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/capabilities/AllCapabilities.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/capabilities/FakeCapabilitiesFinder.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/capabilities/TestBasicSourceCapabilities.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/capabilities/TestDefaultCapabilitiesFinder.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/proc/TestProcedurePlanner.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/TestAliasGenerator.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/TestRuleStack.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/plantree/TestNodeEditor.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestCalculateCostUtil.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestCapabilitiesUtil.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestCriteriaCapabilityValidatorVisitor.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestFrameUtil.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestGroupRecontext.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestJoinRegion.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestRuleAccessPatternValidation.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestRuleAssignOutputElements.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestRuleChooseDependent.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestRulePlaceAccess.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestRulePushSelectCriteria.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestRuleValidateWhereAll.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/FakeXMLMetadata.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestContextReplacerVisitor.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestHandleNillableNode.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestMarkExcludeVisitor.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestNameInSourceResolverVisitor.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestRemoveExcludedVisitor.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestXMLNodeMappingVisitor.java
   trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestXMLPlanner.java
   trunk/engine/src/test/java/com/metamatrix/query/parser/TestCallableStatementParsing.java
   trunk/engine/src/test/java/com/metamatrix/query/parser/TestOptionsAndHints.java
   trunk/engine/src/test/java/com/metamatrix/query/parser/TestParseCommandType.java
   trunk/engine/src/test/java/com/metamatrix/query/parser/TestParser.java
   trunk/engine/src/test/java/com/metamatrix/query/parser/TestParserXQuery.java
   trunk/engine/src/test/java/com/metamatrix/query/parser/TestSetQueryParsing.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/FakeDataManager.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/FakeDataStore.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/FakeProcessorPlan.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/FakeTupleSource.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/HardcodedDataManager.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/TestBaseProcessorPlan.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/TestDependentJoins.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/TestNullTupleSource.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/TestOptionalJoins.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/TestProcedureRelational.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/TestProcessor.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/TestQueryProcessor.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/TestSecurityFunctions.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/TestSetProcessing.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/TestVirtualDepJoin.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/batch/TestBatchedUpdatePlan.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/dynamic/SimpleQueryProcessorFactory.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/dynamic/TestSqlEval.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/eval/TestCriteriaEvaluator.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/eval/TestExpressionEvaluator.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/proc/TestProcedureProcessor.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/relational/BlockingFakeRelationalNode.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/relational/FakeRelationalNode.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/relational/NodeTestUtil.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestAccessNode.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestBatchedUpdateNode.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestDependentSelectNode.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestDuplicateFilter.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestGroupingNode.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestJoinNode.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestJoinNodeWithProcessorBatchSize1.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestJoinNodeWithProcessorBatchSize10.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestJoinNodeWithProcessorBatchSizeSameAsTupleCount.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestLimitNode.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestProjectIntoNode.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestProjectNode.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestRelationalNodeStatistics.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestRelationalPlan.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestSelectNode.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestSortNode.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestUnionAllNode.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/xml/FakePlanExecutor.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/xml/FakeXMLProcessorEnvironment.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/xml/NoOpInstruction.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestAddNodeInstruction.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestElement.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestInstructions.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestProcessorEnvironment.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestSAXDocumentInProgress.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestSourceNodeGenaratorVisitor.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestXMLContext.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestXMLPlanningEnhancements.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestXMLProcessor.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestXMLValueTranslator.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/xml/XMLProgramUtil.java
   trunk/engine/src/test/java/com/metamatrix/query/processor/xquery/TestXQueryProcessor.java
   trunk/engine/src/test/java/com/metamatrix/query/resolver/CheckNoTempMetadataIDsVisitor.java
   trunk/engine/src/test/java/com/metamatrix/query/resolver/CheckSymbolsAreResolvedVisitor.java
   trunk/engine/src/test/java/com/metamatrix/query/resolver/TestAccessPattern.java
   trunk/engine/src/test/java/com/metamatrix/query/resolver/TestResolver.java
   trunk/engine/src/test/java/com/metamatrix/query/resolver/TestXMLResolver.java
   trunk/engine/src/test/java/com/metamatrix/query/rewriter/TestOrderByRewrite.java
   trunk/engine/src/test/java/com/metamatrix/query/rewriter/TestQueryRewriter.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestAliasSymbol.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestBatchedUpdateCommand.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestBetweenCriteria.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestBulkInsert.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestCompoundCriteria.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestCreate.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestCriteria.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestDependentSetCriteria.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestDrop.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestDynamicCommand.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestExpressionSymbol.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestIsNullCriteria.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestLimit.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestMatchCriteria.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestOption.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestQuery.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestSelect.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestSetCriteria.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestSetQuery.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestSubqueryFromClause.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestSubquerySetCriteria.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestAssignmentStatement.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestBlock.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestBreakStatement.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestCommandStatement.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestContinueStatement.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestCreateUpdateProcedureCommand.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestCriteriaSelector.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestDeclareStatement.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestHasCriteria.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestIfStatement.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestLoopStatement.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestRaiseErrorStatement.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestTranslateCriteria.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestWhileStatement.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestAggregateSymbol.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestCaseExpression.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestConstant.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestElementSymbol.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestFunction.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestGroupSymbol.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestSearchedCaseExpression.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/util/TestElementSymbolOptimizer.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/util/TestUpdateProcedureGenerator.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestAggregateSymbolCollectorVisitor.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestDeepGroupCollectorVisitor.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestEvaluation.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestExpressionMappingVisitor.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestGroupCollectorVisitor.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestSQLStringVisitor.java
   trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestStaticSymbolMappingVisitor.java
   trunk/engine/src/test/java/com/metamatrix/query/unittest/FakeMetadataFacade.java
   trunk/engine/src/test/java/com/metamatrix/query/unittest/FakeMetadataFactory.java
   trunk/engine/src/test/java/com/metamatrix/query/unittest/FakeMetadataObject.java
   trunk/engine/src/test/java/com/metamatrix/query/unittest/FakeMetadataStore.java
   trunk/engine/src/test/java/com/metamatrix/query/unittest/QueryMetadataInterfaceBuilder.java
   trunk/engine/src/test/java/com/metamatrix/query/unittest/TimestampUtil.java
   trunk/engine/src/test/java/com/metamatrix/query/validator/TestCriteriaValidator.java
   trunk/engine/src/test/java/com/metamatrix/query/validator/TestValidator.java
   trunk/engine/src/test/java/com/metamatrix/query/xquery/HardcodedSqlEval.java
   trunk/engine/src/test/java/com/metamatrix/query/xquery/TestXQueryEngine.java
   trunk/engine/src/test/resources/LicenseMappingExample.xml
   trunk/engine/src/test/resources/com/metamatrix/query/mapping/xml/LicenseMappingExample.xml
   trunk/engine/src/test/resources/com/metamatrix/query/mapping/xml/PartsMappingExample.xml
   trunk/engine/src/test/resources/com/metamatrix/query/mapping/xml/testExample.xml
   trunk/engine/src/test/resources/testExample.xml
   trunk/metadata/src/main/java/com/metamatrix/connector/metadata/IndexFile.java
   trunk/metadata/src/main/java/com/metamatrix/connector/metadata/MetadataConnectorConstants.java
   trunk/metadata/src/main/java/com/metamatrix/connector/metadata/MultiObjectSource.java
   trunk/metadata/src/main/java/com/metamatrix/connector/metadata/PropertyFileObjectSource.java
   trunk/metadata/src/main/java/com/metamatrix/connector/metadata/PropertyHolder.java
   trunk/metadata/src/main/java/com/metamatrix/connector/metadata/ResultsIterator.java
   trunk/metadata/src/main/java/com/metamatrix/connector/metadata/RuntimeVdbRecord.java
   trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/IndexCriteriaBuilder.java
   trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/MetadataConnectorMetadata.java
   trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/MetadataInCriteria.java
   trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/MetadataLiteralCriteria.java
   trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/MetadataResultsPostProcessor.java
   trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/MetadataSearchCriteria.java
   trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/VdbMetadataContext.java
   trunk/metadata/src/main/java/com/metamatrix/connector/metadata/internal/IObjectQuery.java
   trunk/metadata/src/main/java/com/metamatrix/connector/metadata/internal/IObjectSource.java
   trunk/metadata/src/main/java/com/metamatrix/connector/metadata/internal/MetadataException.java
   trunk/metadata/src/main/java/com/metamatrix/connector/metadata/internal/ObjectQueryProcessor.java
   trunk/metadata/src/main/java/com/metamatrix/connector/metadata/internal/ReflectionWrapper.java
   trunk/metadata/src/main/java/com/metamatrix/dqp/service/metadata/IndexMetadataService.java
   trunk/metadata/src/main/java/com/metamatrix/dqp/service/metadata/IndexSelectorSource.java
   trunk/metadata/src/main/java/com/metamatrix/dqp/service/metadata/QueryMetadataCache.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/RuntimeMetadataPlugin.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/VDBMetadataFactory.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/DataType.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/DataTypeID.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Element.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/ElementID.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Group.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/GroupID.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Key.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/KeyID.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/MetadataConstants.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/MetadataSourceAPI.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Model.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/ModelID.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Procedure.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/ProcedureID.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/ProcedureParameter.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/RuntimeMetadataPropertyNames.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/VirtualDatabaseFactory.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/VirtualDatabaseLoaderProperties.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/VirtualDatabaseMetadata.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/exception/InvalidStateException.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/exception/VirtualDatabaseDoesNotExistException.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/AbstractMetadataRecord.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/AnnotationRecordImpl.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ColumnRecordImpl.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ColumnSetRecordImpl.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/DatatypeRecordImpl.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/FileRecordImpl.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ForeignKeyRecordImpl.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ListEntryRecordImpl.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/MetadataRecordDelegate.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ModelRecordImpl.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ProcedureParameterRecordImpl.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ProcedureRecordImpl.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/PropertyRecordImpl.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/PropertyValueRecordImpl.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/RecordFactory.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/TableRecordImpl.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/TransformationRecordImpl.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/UniqueKeyRecordImpl.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/VdbRecordImpl.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicDataTypeID.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicElement.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicElementID.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicGroup.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicGroupID.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicKey.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicKeyID.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicMetadataID.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicMetadataObject.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicModel.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicModelID.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicProcedure.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicProcedureID.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicProcedureParameter.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicVirtualDatabase.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicVirtualDatabaseID.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicVirtualDatabaseLoaderProperties.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicVirtualDatabaseMetadata.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/MetaModelConstants.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/util/LogRuntimeMetadataConstants.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/util/RuntimeIDParser.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/util/RuntimeMetadataIDContext.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/util/ErrorMessageKeys.java
   trunk/metadata/src/main/java/com/metamatrix/metadata/util/LogMessageKeys.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/core/container/EObjectFinder.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/core/index/IndexConstants.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/core/index/IndexSelector.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/AnnotationRecord.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/ColumnRecord.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/ColumnSetRecord.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/DatatypeRecord.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/FileRecord.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/ForeignKeyRecord.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/ListEntryRecord.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/MetadataConstants.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/MetadataRecord.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/ModelRecord.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/ProcedureParameterRecord.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/ProcedureRecord.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/PropertyRecord.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/PropertyValueRecord.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/TableRecord.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/TransformationRecord.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/UniqueKeyRecord.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/VdbRecord.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/core/types/DatatypeConstants.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/core/types/EnterpriseDatatypeInfo.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/core/util/ColumnRecordComparator.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/internal/core/index/AbstractIndexSelector.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/internal/core/index/CompositeIndexSelector.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/internal/core/index/RuntimeIndexSelector.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/internal/core/index/SimpleIndexUtil.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/internal/core/workspace/ModelFileUtil.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/internal/transformation/util/UuidUtil.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/transformation/metadata/QueryMetadataContext.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/transformation/metadata/ServerMetadataFactory.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/transformation/metadata/ServerRuntimeMetadata.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/transformation/metadata/TransformationMetadata.java
   trunk/metadata/src/main/java/com/metamatrix/modeler/transformation/metadata/TransformationMetadataFacade.java
   trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/DatatypeTypeEnumeration.properties
   trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/DatatypeVarietyEnumeration.properties
   trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/KeyTypeEnumeration.properties
   trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/ModelTypeEnumeration.properties
   trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/NullTypeEnumeration.properties
   trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/ProcParamDirectionEnumeration.properties
   trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/ProcTypeEnumeration.properties
   trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/RecordTypeEnumeration.properties
   trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/SearchTypeEnumeration.properties
   trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/TableTypeEnumeration.properties
   trunk/metadata/src/main/resources/com/metamatrix/metadata/runtime/i18n.properties
   trunk/metadata/src/test/java/com/metamatrix/connector/metadata/TestPropertyFileObjectSource.java
   trunk/metadata/src/test/java/com/metamatrix/connector/metadata/index/FakeVDBService.java
   trunk/metadata/src/test/java/com/metamatrix/connector/metadata/index/TestIndexCriteriaBuilder.java
   trunk/metadata/src/test/java/com/metamatrix/connector/metadata/index/TestMetadataConnectorMetadata.java
   trunk/metadata/src/test/java/com/metamatrix/connector/metadata/index/TestMetadataResultsPostProcessor.java
   trunk/metadata/src/test/java/com/metamatrix/core/util/TestCharOperation.java
   trunk/metadata/src/test/java/com/metamatrix/dqp/service/metadata/TestIndexMetadataService.java
   trunk/metadata/src/test/java/com/metamatrix/internal/core/index/TestGammaCompressedIndexBlock.java
   trunk/metadata/src/test/java/com/metamatrix/metadata/runtime/FakeMetadataService.java
   trunk/metadata/src/test/java/com/metamatrix/metadata/runtime/FakeQueryMetadata.java
   trunk/metadata/src/test/java/com/metamatrix/metadata/runtime/model/TestModelClasses.java
   trunk/metadata/src/test/resources/fakeFiles/fake0.properties
   trunk/metadata/src/test/resources/fakeFiles/fake1.properties
   trunk/metadata/src/test/resources/fakeFiles/fake2.properties
   trunk/server-installer/src/main/java/com/metamatrix/platform/config/util/CurrentConfigHelper.java
   trunk/server/src/main/java/com/metamatrix/admin/server/AbstractAdminImpl.java
   trunk/server/src/main/java/com/metamatrix/admin/server/AdminServerPlugin.java
   trunk/server/src/main/java/com/metamatrix/admin/server/ServerAdminImpl.java
   trunk/server/src/main/java/com/metamatrix/admin/server/ServerConfigAdminImpl.java
   trunk/server/src/main/java/com/metamatrix/admin/server/ServerMonitoringAdminImpl.java
   trunk/server/src/main/java/com/metamatrix/admin/server/ServerRuntimeStateAdminImpl.java
   trunk/server/src/main/java/com/metamatrix/admin/server/ServerSecurityAdminImpl.java
   trunk/server/src/main/java/com/metamatrix/admin/util/AdminMethodRoleResolver.java
   trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/SocketVMController.java
   trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/server/AdminAuthorizationInterceptor.java
   trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/server/ClientInstance.java
   trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/server/LogonImpl.java
   trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/server/ServerWorkItem.java
   trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/server/SocketClientInstance.java
   trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/server/SocketListener.java
   trunk/server/src/main/java/com/metamatrix/common/config/JDBCConnectionPoolHelper.java
   trunk/server/src/main/java/com/metamatrix/common/connection/BaseTransaction.java
   trunk/server/src/main/java/com/metamatrix/common/connection/ManagedConnection.java
   trunk/server/src/main/java/com/metamatrix/common/connection/ManagedConnectionException.java
   trunk/server/src/main/java/com/metamatrix/common/connection/SimpleManagedConnection.java
   trunk/server/src/main/java/com/metamatrix/common/connection/TransactionFactory.java
   trunk/server/src/main/java/com/metamatrix/common/connection/TransactionInterface.java
   trunk/server/src/main/java/com/metamatrix/common/connection/TransactionMgr.java
   trunk/server/src/main/java/com/metamatrix/common/connection/jdbc/JDBCMgdResourceConnection.java
   trunk/server/src/main/java/com/metamatrix/common/extensionmodule/ExtensionModuleEvent.java
   trunk/server/src/main/java/com/metamatrix/common/extensionmodule/ExtensionModuleManager.java
   trunk/server/src/main/java/com/metamatrix/common/extensionmodule/ExtensionModulePropertyNames.java
   trunk/server/src/main/java/com/metamatrix/common/extensionmodule/ExtensionModuleTypes.java
   trunk/server/src/main/java/com/metamatrix/common/extensionmodule/FileExtensionModuleFactory.java
   trunk/server/src/main/java/com/metamatrix/common/extensionmodule/protocol/URLFactory.java
   trunk/server/src/main/java/com/metamatrix/common/extensionmodule/protocol/extensionjar/ExtensionJarURLConnection.java
   trunk/server/src/main/java/com/metamatrix/common/extensionmodule/protocol/extensionjar/Handler.java
   trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/ExtensionModuleTransaction.java
   trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/FileCache.java
   trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCExtensionDescriptor.java
   trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCExtensionModuleReader.java
   trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCExtensionModuleTransaction.java
   trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCExtensionModuleTransactionFactory.java
   trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCExtensionModuleTranslator.java
   trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCExtensionModuleUtil.java
   trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCExtensionModuleWriter.java
   trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCNames.java
   trunk/server/src/main/java/com/metamatrix/common/id/dbid/DBIDController.java
   trunk/server/src/main/java/com/metamatrix/common/id/dbid/DBIDGenerator.java
   trunk/server/src/main/java/com/metamatrix/common/id/dbid/DBIDGeneratorException.java
   trunk/server/src/main/java/com/metamatrix/common/id/dbid/ReservedIDBlock.java
   trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/DBIDSourceTransaction.java
   trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/InMemoryIDController.java
   trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/jdbc/DBIDResourceTransaction.java
   trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/jdbc/DBIDResourceTransactionFactory.java
   trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/jdbc/JDBCNames.java
   trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/jdbc/PersistentIDController.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/JDBCPlatform.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/JDBCPlatformFactory.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/JDBCReservedWords.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/JDBCURL.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/db/DB2Platform.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/db/DerbyPlatform.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/db/InformixPlatform.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/db/MMOraclePlatform.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/db/MMOracleSecurePlatform.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/db/MSSQLPlatform.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/db/MetaMatrixPlatform.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/db/MySQLPlatform.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/db/OraclePlatform.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/db/PostgresPlatform.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/db/SybasePlatform.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Catalog.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Column.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/ColumnSet.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/ColumnType.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/ForeignKey.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Index.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/IndexColumn.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/IndexType.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/JDBCNamespace.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/JDBCObject.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Nullability.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Procedure.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/ProcedureColumn.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/ProcedureColumnType.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/ProcedureType.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Schema.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Table.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/UniqueKey.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/syntax/ExpressionOperator.java
   trunk/server/src/main/java/com/metamatrix/common/jdbc/syntax/FieldType.java
   trunk/server/src/main/java/com/metamatrix/common/log/DbLogListener.java
   trunk/server/src/main/java/com/metamatrix/common/log/DbLogWriter.java
   trunk/server/src/main/java/com/metamatrix/common/log/DbWriterException.java
   trunk/server/src/main/java/com/metamatrix/common/log/I18nLogManager.java
   trunk/server/src/main/java/com/metamatrix/common/log/reader/DBLogReader.java
   trunk/server/src/main/java/com/metamatrix/common/messaging/MessageBus.java
   trunk/server/src/main/java/com/metamatrix/common/messaging/MessageBusConstants.java
   trunk/server/src/main/java/com/metamatrix/common/messaging/MessagingException.java
   trunk/server/src/main/java/com/metamatrix/common/messaging/NoOpMessageBus.java
   trunk/server/src/main/java/com/metamatrix/common/messaging/RemoteMessagingException.java
   trunk/server/src/main/java/com/metamatrix/common/messaging/VMMessageBus.java
   trunk/server/src/main/java/com/metamatrix/common/messaging/jgroups/JGroupsMessageBus.java
   trunk/server/src/main/java/com/metamatrix/common/messaging/jgroups/RPCStruct.java
   trunk/server/src/main/java/com/metamatrix/common/messaging/jgroups/RemoteProxy.java
   trunk/server/src/main/java/com/metamatrix/common/net/ServerSocketConfiguration.java
   trunk/server/src/main/java/com/metamatrix/metadata/runtime/AbstractVDBDeleteUtility.java
   trunk/server/src/main/java/com/metamatrix/metadata/runtime/RuntimeMetadataCatalog.java
   trunk/server/src/main/java/com/metamatrix/metadata/runtime/RuntimeVDBDeleteUtility.java
   trunk/server/src/main/java/com/metamatrix/metadata/runtime/StartupVDBDeleteUtility.java
   trunk/server/src/main/java/com/metamatrix/metadata/runtime/VDBTreeUtility.java
   trunk/server/src/main/java/com/metamatrix/metadata/runtime/event/RuntimeMetadataEvent.java
   trunk/server/src/main/java/com/metamatrix/metadata/runtime/event/RuntimeMetadataListener.java
   trunk/server/src/main/java/com/metamatrix/metadata/runtime/model/MetadataCache.java
   trunk/server/src/main/java/com/metamatrix/metadata/runtime/model/UpdateController.java
   trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/MetaBaseConnector.java
   trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/RuntimeBaseConnector.java
   trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBCConnector.java
   trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBCConnectorFactory.java
   trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBCNames.java
   trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBCRuntimeMetadataReader.java
   trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBCRuntimeMetadataWriter.java
   trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBCTranslator.java
   trunk/server/src/main/java/com/metamatrix/metadata/runtime/vdb/defn/VDBCreation.java
   trunk/server/src/main/java/com/metamatrix/metadata/runtime/vdb/defn/VDBDefnFactory.java
   trunk/server/src/main/java/com/metamatrix/metadata/runtime/vdb/defn/VDBDefnImport.java
   trunk/server/src/main/java/com/metamatrix/platform/PlatformPlugin.java
   trunk/server/src/main/java/com/metamatrix/platform/admin/api/runtime/SystemStateBuilder.java
   trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/AdminAPIHelper.java
   trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/AdminHelper.java
   trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/AuthorizationAdminAPIImpl.java
   trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/ConfigurationAdminAPIImpl.java
   trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/ExtensionSourceAdminAPIImpl.java
   trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/IAdminHelper.java
   trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/MembershipAdminAPIImpl.java
   trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/RuntimeStateAdminAPIHelper.java
   trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/RuntimeStateAdminAPIImpl.java
   trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/SessionAdminAPIImpl.java
   trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/SubSystemAdminAPIImpl.java
   trunk/server/src/main/java/com/metamatrix/platform/config/ConfigMessages.java
   trunk/server/src/main/java/com/metamatrix/platform/config/ConfigPlugin.java
   trunk/server/src/main/java/com/metamatrix/platform/config/ConfigurationChangeListener.java
   trunk/server/src/main/java/com/metamatrix/platform/config/api/service/ConfigurationServiceInterface.java
   trunk/server/src/main/java/com/metamatrix/platform/config/api/service/ConfigurationServicePropertyNames.java
   trunk/server/src/main/java/com/metamatrix/platform/config/event/ConfigurationChangeEvent.java
   trunk/server/src/main/java/com/metamatrix/platform/config/persistence/api/PersistentConnection.java
   trunk/server/src/main/java/com/metamatrix/platform/config/persistence/api/PersistentConnectionFactory.java
   trunk/server/src/main/java/com/metamatrix/platform/config/persistence/impl/file/FilePersistentConnection.java
   trunk/server/src/main/java/com/metamatrix/platform/config/persistence/impl/file/FilePersistentConnectionFactory.java
   trunk/server/src/main/java/com/metamatrix/platform/config/persistence/impl/file/FilePersistentUtil.java
   trunk/server/src/main/java/com/metamatrix/platform/config/persistence/impl/jdbc/JDBCPersistentConnection.java
   trunk/server/src/main/java/com/metamatrix/platform/config/persistence/impl/jdbc/JDBCPersistentConnectionFactory.java
   trunk/server/src/main/java/com/metamatrix/platform/config/persistence/impl/jdbc/SQL_Translator.java
   trunk/server/src/main/java/com/metamatrix/platform/config/service/ActionHistory.java
   trunk/server/src/main/java/com/metamatrix/platform/config/service/ConfigurationServiceConstants.java
   trunk/server/src/main/java/com/metamatrix/platform/config/service/ConfigurationServiceImpl.java
   trunk/server/src/main/java/com/metamatrix/platform/config/spi/ConfigurationTransaction.java
   trunk/server/src/main/java/com/metamatrix/platform/config/spi/SystemConfigurationNames.java
   trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/ConfigTransaction.java
   trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/ConfigTransactionException.java
   trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/ConfigUserTransaction.java
   trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/ConfigUserTransactionFactory.java
   trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLActionUpdateStrategy.java
   trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLConfigurationConnector.java
   trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLConfigurationConnectorFactory.java
   trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLConfigurationMgr.java
   trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLConfigurationReader.java
   trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLConfigurationTransaction.java
   trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLConfigurationWriter.java
   trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLCurrentConfigurationReader.java
   trunk/server/src/main/java/com/metamatrix/platform/registry/ClusteredRegistryState.java
   trunk/server/src/main/java/com/metamatrix/platform/registry/RegistryListener.java
   trunk/server/src/main/java/com/metamatrix/platform/registry/RegistryPropertyNames.java
   trunk/server/src/main/java/com/metamatrix/platform/registry/ResourceAlreadyBoundException.java
   trunk/server/src/main/java/com/metamatrix/platform/registry/ResourceNotBoundException.java
   trunk/server/src/main/java/com/metamatrix/platform/registry/ServiceRegistryBinding.java
   trunk/server/src/main/java/com/metamatrix/platform/registry/VMMonitor.java
   trunk/server/src/main/java/com/metamatrix/platform/registry/VMRegistryBinding.java
   trunk/server/src/main/java/com/metamatrix/platform/security/api/UserEntitlementInfo.java
   trunk/server/src/main/java/com/metamatrix/platform/security/api/service/AuthorizationServiceInterface.java
   trunk/server/src/main/java/com/metamatrix/platform/security/api/service/AuthorizationServicePropertyNames.java
   trunk/server/src/main/java/com/metamatrix/platform/security/api/service/MembershipServiceInterface.java
   trunk/server/src/main/java/com/metamatrix/platform/security/api/service/SessionServiceInterface.java
   trunk/server/src/main/java/com/metamatrix/platform/security/api/service/SessionTerminationHandler.java
   trunk/server/src/main/java/com/metamatrix/platform/security/audit/AuditConfiguration.java
   trunk/server/src/main/java/com/metamatrix/platform/security/audit/AuditLevel.java
   trunk/server/src/main/java/com/metamatrix/platform/security/audit/AuditManager.java
   trunk/server/src/main/java/com/metamatrix/platform/security/audit/AuditMessage.java
   trunk/server/src/main/java/com/metamatrix/platform/security/audit/SecurityAuditContexts.java
   trunk/server/src/main/java/com/metamatrix/platform/security/audit/config/AuditConfigurationException.java
   trunk/server/src/main/java/com/metamatrix/platform/security/audit/config/AuditConfigurationFactory.java
   trunk/server/src/main/java/com/metamatrix/platform/security/audit/config/BasicAuditConfiguration.java
   trunk/server/src/main/java/com/metamatrix/platform/security/audit/config/CurrentConfigAuditConfigurationFactory.java
   trunk/server/src/main/java/com/metamatrix/platform/security/audit/config/UnmodifiableAuditConfiguration.java
   trunk/server/src/main/java/com/metamatrix/platform/security/audit/destination/AbstractAuditDestination.java
   trunk/server/src/main/java/com/metamatrix/platform/security/audit/destination/AuditDestination.java
   trunk/server/src/main/java/com/metamatrix/platform/security/audit/destination/AuditDestinationInitFailedException.java
   trunk/server/src/main/java/com/metamatrix/platform/security/audit/destination/ConsoleAuditDestination.java
   trunk/server/src/main/java/com/metamatrix/platform/security/audit/destination/DatabaseAuditDestination.java
   trunk/server/src/main/java/com/metamatrix/platform/security/audit/destination/SingleFileAuditDestination.java
   trunk/server/src/main/java/com/metamatrix/platform/security/audit/format/AuditMessageFormat.java
   trunk/server/src/main/java/com/metamatrix/platform/security/audit/format/DelimitedAuditMessageFormat.java
   trunk/server/src/main/java/com/metamatrix/platform/security/audit/format/ReadableAuditMessageFormat.java
   trunk/server/src/main/java/com/metamatrix/platform/security/authorization/cache/AuthorizationCache.java
   trunk/server/src/main/java/com/metamatrix/platform/security/authorization/service/AuthorizationServiceImpl.java
   trunk/server/src/main/java/com/metamatrix/platform/security/authorization/spi/AuthorizationSourceConnectionException.java
   trunk/server/src/main/java/com/metamatrix/platform/security/authorization/spi/AuthorizationSourceException.java
   trunk/server/src/main/java/com/metamatrix/platform/security/authorization/spi/AuthorizationSourceTransaction.java
   trunk/server/src/main/java/com/metamatrix/platform/security/authorization/spi/jdbc/JDBCAuthorizationReader.java
   trunk/server/src/main/java/com/metamatrix/platform/security/authorization/spi/jdbc/JDBCAuthorizationTransaction.java
   trunk/server/src/main/java/com/metamatrix/platform/security/authorization/spi/jdbc/JDBCAuthorizationTransactionFactory.java
   trunk/server/src/main/java/com/metamatrix/platform/security/authorization/spi/jdbc/JDBCNames.java
   trunk/server/src/main/java/com/metamatrix/platform/security/membership/service/AuthenticationToken.java
   trunk/server/src/main/java/com/metamatrix/platform/security/membership/service/FailedAuthenticationToken.java
   trunk/server/src/main/java/com/metamatrix/platform/security/membership/service/MembershipServiceImpl.java
   trunk/server/src/main/java/com/metamatrix/platform/security/membership/service/SuccessfulAuthenticationToken.java
   trunk/server/src/main/java/com/metamatrix/platform/security/membership/spi/MembershipDomain.java
   trunk/server/src/main/java/com/metamatrix/platform/security/membership/spi/MembershipSourceException.java
   trunk/server/src/main/java/com/metamatrix/platform/security/membership/spi/file/FileMembershipDomain.java
   trunk/server/src/main/java/com/metamatrix/platform/security/membership/spi/ldap/LDAPMembershipDomain.java
   trunk/server/src/main/java/com/metamatrix/platform/security/session/service/SessionServiceImpl.java
   trunk/server/src/main/java/com/metamatrix/platform/service/ServiceMessages.java
   trunk/server/src/main/java/com/metamatrix/platform/service/ServicePlugin.java
   trunk/server/src/main/java/com/metamatrix/platform/service/api/CacheAdmin.java
   trunk/server/src/main/java/com/metamatrix/platform/service/api/ServiceInterface.java
   trunk/server/src/main/java/com/metamatrix/platform/service/api/event/ServiceEvent.java
   trunk/server/src/main/java/com/metamatrix/platform/service/api/exception/ServiceClosedException.java
   trunk/server/src/main/java/com/metamatrix/platform/service/api/exception/ServiceException.java
   trunk/server/src/main/java/com/metamatrix/platform/service/api/exception/ServiceNotFoundException.java
   trunk/server/src/main/java/com/metamatrix/platform/service/api/exception/ServiceNotInitializedException.java
   trunk/server/src/main/java/com/metamatrix/platform/service/api/exception/ServiceStateException.java
   trunk/server/src/main/java/com/metamatrix/platform/service/api/exception/ServiceSuspendedException.java
   trunk/server/src/main/java/com/metamatrix/platform/service/controller/AbstractService.java
   trunk/server/src/main/java/com/metamatrix/platform/service/controller/ServicePropertyNames.java
   trunk/server/src/main/java/com/metamatrix/platform/service/proxy/MultipleInvokationProxy.java
   trunk/server/src/main/java/com/metamatrix/platform/service/proxy/ProxyManager.java
   trunk/server/src/main/java/com/metamatrix/platform/service/proxy/RandomSelectionPolicy.java
   trunk/server/src/main/java/com/metamatrix/platform/service/proxy/RoundRobinSelectionPolicy.java
   trunk/server/src/main/java/com/metamatrix/platform/service/proxy/ServiceProxy.java
   trunk/server/src/main/java/com/metamatrix/platform/service/proxy/ServiceProxyProperties.java
   trunk/server/src/main/java/com/metamatrix/platform/service/proxy/ServiceSelectionPolicy.java
   trunk/server/src/main/java/com/metamatrix/platform/service/proxy/ServiceSelectionPolicyKey.java
   trunk/server/src/main/java/com/metamatrix/platform/service/proxy/SingleInvokationProxy.java
   trunk/server/src/main/java/com/metamatrix/platform/util/ErrorMessageKeys.java
   trunk/server/src/main/java/com/metamatrix/platform/util/LogMessageKeys.java
   trunk/server/src/main/java/com/metamatrix/platform/util/LogPlatformConstants.java
   trunk/server/src/main/java/com/metamatrix/platform/util/PlatformProxyHelper.java
   trunk/server/src/main/java/com/metamatrix/platform/vm/api/controller/VMControllerInterface.java
   trunk/server/src/main/java/com/metamatrix/platform/vm/controller/ServerEvents.java
   trunk/server/src/main/java/com/metamatrix/platform/vm/controller/VMController.java
   trunk/server/src/main/java/com/metamatrix/platform/vm/util/VMUtils.java
   trunk/server/src/main/java/com/metamatrix/server/CacheProvider.java
   trunk/server/src/main/java/com/metamatrix/server/ChannelProvider.java
   trunk/server/src/main/java/com/metamatrix/server/Configuration.java
   trunk/server/src/main/java/com/metamatrix/server/HostController.java
   trunk/server/src/main/java/com/metamatrix/server/HostControllerGuiceModule.java
   trunk/server/src/main/java/com/metamatrix/server/HostManagement.java
   trunk/server/src/main/java/com/metamatrix/server/HostManagementProvider.java
   trunk/server/src/main/java/com/metamatrix/server/JGroupsProvider.java
   trunk/server/src/main/java/com/metamatrix/server/LogApplicationInfo.java
   trunk/server/src/main/java/com/metamatrix/server/Main.java
   trunk/server/src/main/java/com/metamatrix/server/ResourceFinder.java
   trunk/server/src/main/java/com/metamatrix/server/ServerGuiceModule.java
   trunk/server/src/main/java/com/metamatrix/server/ServerPlugin.java
   trunk/server/src/main/java/com/metamatrix/server/ServiceManager.java
   trunk/server/src/main/java/com/metamatrix/server/ServiceManagerGuiceModule.java
   trunk/server/src/main/java/com/metamatrix/server/admin/api/ServerAdminLogConstants.java
   trunk/server/src/main/java/com/metamatrix/server/admin/apiimpl/QueryAdminAPIImpl.java
   trunk/server/src/main/java/com/metamatrix/server/admin/apiimpl/RuntimeMetadataAdminAPIImpl.java
   trunk/server/src/main/java/com/metamatrix/server/admin/apiimpl/RuntimeMetadataHelper.java
   trunk/server/src/main/java/com/metamatrix/server/admin/apiimpl/TransactionAdminAPIImpl.java
   trunk/server/src/main/java/com/metamatrix/server/connector/service/ClientServiceRegistryService.java
   trunk/server/src/main/java/com/metamatrix/server/connector/service/ConnectorService.java
   trunk/server/src/main/java/com/metamatrix/server/connector/service/ConnectorServiceInterface.java
   trunk/server/src/main/java/com/metamatrix/server/connector/service/ConnectorServicePropertyNames.java
   trunk/server/src/main/java/com/metamatrix/server/dqp/config/PlatformConfigSource.java
   trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformAuthorizationService.java
   trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformBufferService.java
   trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformDataService.java
   trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformTransactionService.java
   trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformVDBService.java
   trunk/server/src/main/java/com/metamatrix/server/dqp/service/RemoteResultsReceiver.java
   trunk/server/src/main/java/com/metamatrix/server/dqp/service/tracker/DatabaseCommandLogger.java
   trunk/server/src/main/java/com/metamatrix/server/dqp/service/tracker/TransactionLogMessage.java
   trunk/server/src/main/java/com/metamatrix/server/dqp/service/tracker/TransactionLogWriter.java
   trunk/server/src/main/java/com/metamatrix/server/query/service/QueryService.java
   trunk/server/src/main/java/com/metamatrix/server/query/service/QueryServiceInterface.java
   trunk/server/src/main/java/com/metamatrix/server/query/service/QueryServicePropertyNames.java
   trunk/server/src/main/java/com/metamatrix/server/util/DataServerSessionTerminationHandler.java
   trunk/server/src/main/java/com/metamatrix/server/util/ErrorMessageKeys.java
   trunk/server/src/main/java/com/metamatrix/server/util/LogConstants.java
   trunk/server/src/main/java/com/metamatrix/server/util/LogMessageKeys.java
   trunk/server/src/main/java/com/metamatrix/server/util/SecurityRoles.java
   trunk/server/src/main/java/com/metamatrix/server/util/ServerAuditContexts.java
   trunk/server/src/main/java/com/metamatrix/server/util/ServerPropertyNames.java
   trunk/server/src/main/resources/com/metamatrix/admin/server/i18n.properties
   trunk/server/src/main/resources/com/metamatrix/admin/util/methodroles.properties
   trunk/server/src/main/resources/com/metamatrix/platform/config/i18n.properties
   trunk/server/src/main/resources/com/metamatrix/platform/i18n.properties
   trunk/server/src/main/resources/com/metamatrix/platform/service/i18n.properties
   trunk/server/src/main/resources/com/metamatrix/server/i18n.properties
   trunk/server/src/test/java/com/metamatrix/admin/server/FakeCacheAdmin.java
   trunk/server/src/test/java/com/metamatrix/admin/server/FakeConfiguration.java
   trunk/server/src/test/java/com/metamatrix/admin/server/FakeConfigurationService.java
   trunk/server/src/test/java/com/metamatrix/admin/server/FakeExtensionModuleManager.java
   trunk/server/src/test/java/com/metamatrix/admin/server/FakeQueryService.java
   trunk/server/src/test/java/com/metamatrix/admin/server/FakeRuntimeMetadataCatalog.java
   trunk/server/src/test/java/com/metamatrix/admin/server/FakeRuntimeStateAdminAPIHelper.java
   trunk/server/src/test/java/com/metamatrix/admin/server/FakeServerAdminImpl.java
   trunk/server/src/test/java/com/metamatrix/admin/server/FakeServerConfigAdminImpl.java
   trunk/server/src/test/java/com/metamatrix/admin/server/FakeServerSessionService.java
   trunk/server/src/test/java/com/metamatrix/admin/server/IdentifierConstants.java
   trunk/server/src/test/java/com/metamatrix/admin/server/TestAbstractAdminImpl.java
   trunk/server/src/test/java/com/metamatrix/admin/server/TestServerConfigAdminImpl.java
   trunk/server/src/test/java/com/metamatrix/admin/server/TestServerMonitoringAdminImpl.java
   trunk/server/src/test/java/com/metamatrix/admin/server/TestServerRuntimeStateAdminImpl.java
   trunk/server/src/test/java/com/metamatrix/admin/util/TestAdminMethodRoleResolver.java
   trunk/server/src/test/java/com/metamatrix/common/comm/platform/FakeAdminHelper.java
   trunk/server/src/test/java/com/metamatrix/common/comm/platform/server/TestAdminAuthInterceptor.java
   trunk/server/src/test/java/com/metamatrix/common/comm/platform/socket/server/TestSocketRemoting.java
   trunk/server/src/test/java/com/metamatrix/common/connection/SimpleJDBCManagedConnection.java
   trunk/server/src/test/java/com/metamatrix/common/extensionmodule/ExtensionModuleDescriptorUtils.java
   trunk/server/src/test/java/com/metamatrix/common/extensionmodule/FakeData.java
   trunk/server/src/test/java/com/metamatrix/common/extensionmodule/TestExtensionModuleManager.java
   trunk/server/src/test/java/com/metamatrix/common/extensionmodule/spi/InMemoryExtensionModuleTransaction.java
   trunk/server/src/test/java/com/metamatrix/common/extensionmodule/spi/InMemoryExtensionModuleTransactionFactory.java
   trunk/server/src/test/java/com/metamatrix/common/extensionmodule/spi/jdbc/TestFileCache.java
   trunk/server/src/test/java/com/metamatrix/common/jdbc/TestJDBCURL.java
   trunk/server/src/test/java/com/metamatrix/metadata/runtime/model/TestMetadataCache.java
   trunk/server/src/test/java/com/metamatrix/platform/config/BaseTest.java
   trunk/server/src/test/java/com/metamatrix/platform/config/CurrentConfigHelper.java
   trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/HelperTestConfiguration.java
   trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestConfigTransactions.java
   trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestCurrentConfiguration.java
   trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestCurrentConfigurationShutdown.java
   trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestInitialConfigurationRead.java
   trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestXMLConfigImportExport.java
   trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestXMLConfigReader.java
   trunk/server/src/test/java/com/metamatrix/platform/registry/FakeRegistryUtil.java
   trunk/server/src/test/java/com/metamatrix/platform/registry/TestClusteredRegistryState.java
   trunk/server/src/test/java/com/metamatrix/platform/registry/TestServiceRegistryBinding.java
   trunk/server/src/test/java/com/metamatrix/platform/security/api/TestAuthorizationCache.java
   trunk/server/src/test/java/com/metamatrix/platform/security/api/TestAuthorizationObjectEditor.java
   trunk/server/src/test/java/com/metamatrix/platform/security/api/TestAuthorizationPolicyFactory.java
   trunk/server/src/test/java/com/metamatrix/platform/security/api/TestAuthorizationPolicyID.java
   trunk/server/src/test/java/com/metamatrix/platform/security/api/TestAuthorizationRealm.java
   trunk/server/src/test/java/com/metamatrix/platform/security/api/TestBasicAuthorizationPermission.java
   trunk/server/src/test/java/com/metamatrix/platform/security/api/TestStandardAuthorizationActions.java
   trunk/server/src/test/java/com/metamatrix/platform/security/authorization/service/TestAuthorizationServiceImpl.java
   trunk/server/src/test/java/com/metamatrix/platform/security/authorization/spi/AuthorizationTestUtil.java
   trunk/server/src/test/java/com/metamatrix/platform/security/authorization/spi/FakeAuthorizationSource.java
   trunk/server/src/test/java/com/metamatrix/platform/security/authorization/spi/TestFakeAuthorizationSource.java
   trunk/server/src/test/java/com/metamatrix/platform/security/membership/service/TestMembershipServiceImpl.java
   trunk/server/src/test/java/com/metamatrix/platform/security/membership/spi/file/TestFileMembershipDomain.java
   trunk/server/src/test/java/com/metamatrix/platform/security/membership/spi/ldap/TestLDAPMembershipDomainConfiguration.java
   trunk/server/src/test/java/com/metamatrix/platform/service/controller/FakeService.java
   trunk/server/src/test/java/com/metamatrix/platform/service/controller/FakeServiceInterface.java
   trunk/server/src/test/java/com/metamatrix/platform/service/proxy/TestProxies.java
   trunk/server/src/test/java/com/metamatrix/server/admin/apiimpl/FakeModelInfo.java
   trunk/server/src/test/java/com/metamatrix/server/admin/apiimpl/TestRuntimeMetadataHelper.java
   trunk/server/src/test/resources/com/metamatrix/platform/security/membership/spi/file/groups.properties
   trunk/server/src/test/resources/com/metamatrix/platform/security/membership/spi/file/users.properties
   trunk/server/src/test/resources/config/config.xml
   trunk/server/src/test/resources/config/config30_ns.xml
   trunk/server/src/test/resources/config/config42_ns.xml
   trunk/server/src/test/resources/config/config_format.xml
   trunk/server/src/test/resources/config/config_wconnector.xml
   trunk/server/src/test/resources/config/config_wgateaconnector.xml
   trunk/server/src/test/resources/config/config_woresources.xml
   trunk/server/src/test/resources/config/configjdbc.properties
   trunk/server/src/test/resources/groups.properties
   trunk/server/src/test/resources/materializedView/expected/MySQL_1_Connection.properties
   trunk/server/src/test/resources/materializedView/expected/PartsSupplier_3_Connection.properties
   trunk/server/src/test/resources/materializedView/expected/RiggaMaRoll_33_Connection.properties
   trunk/server/src/test/resources/materializedView/expected/TestConnPropsVDB_1_Connection.properties
   trunk/server/src/test/resources/materializedView/expected/TestSSLConnPropsVDB_1_Connection.properties
   trunk/server/src/test/resources/metamatrix.properties
   trunk/server/src/test/resources/users.properties
   trunk/soap/src/main/java/com/metamatrix/dqp/client/impl/ServerRequest.java
   trunk/soap/src/main/java/com/metamatrix/soap/SOAPPlugin.java
   trunk/soap/src/main/java/com/metamatrix/soap/exceptions/SOAPProcessingException.java
   trunk/soap/src/main/java/com/metamatrix/soap/handler/ActionUpdateHandler.java
   trunk/soap/src/main/java/com/metamatrix/soap/handler/PWCBHandler.java
   trunk/soap/src/main/java/com/metamatrix/soap/log/MMSOAPLog.java
   trunk/soap/src/main/java/com/metamatrix/soap/object/MMServerInfo.java
   trunk/soap/src/main/java/com/metamatrix/soap/object/WSDLUrl.java
   trunk/soap/src/main/java/com/metamatrix/soap/security/Credential.java
   trunk/soap/src/main/java/com/metamatrix/soap/service/BasicConnectionPoolFactory.java
   trunk/soap/src/main/java/com/metamatrix/soap/service/ConnectionPoolFactory.java
   trunk/soap/src/main/java/com/metamatrix/soap/service/ConnectionSource.java
   trunk/soap/src/main/java/com/metamatrix/soap/service/DataServiceInfo.java
   trunk/soap/src/main/java/com/metamatrix/soap/service/DataServiceWebServiceImpl.java
   trunk/soap/src/main/java/com/metamatrix/soap/service/PoolingConnectionSource.java
   trunk/soap/src/main/java/com/metamatrix/soap/servlet/MMDiscoverWSDLServlet.java
   trunk/soap/src/main/java/com/metamatrix/soap/servlet/MMGetVDBResourceLog.java
   trunk/soap/src/main/java/com/metamatrix/soap/servlet/MMGetVDBResourcePlatformLog.java
   trunk/soap/src/main/java/com/metamatrix/soap/servlet/MMGetVDBResourceServlet.java
   trunk/soap/src/main/java/com/metamatrix/soap/servlet/MMGetWSDLServlet.java
   trunk/soap/src/main/java/com/metamatrix/soap/servlet/WSDLURLGenerator.java
   trunk/soap/src/main/java/com/metamatrix/soap/servlet/filter/BasicAuthInterceptor.java
   trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/handler/PWCBHandler.java
   trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/Cell.java
   trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/ColumnMetadata.java
   trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/Connection.java
   trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/ConnectionContextualRequest.java
   trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/ConnectionlessRequest.java
   trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/CursorType.java
   trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/Data.java
   trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/LogInParameters.java
   trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/Property.java
   trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/RequestId.java
   trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/RequestInfo.java
   trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/RequestType.java
   trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/Results.java
   trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/ResultsRequest.java
   trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/Row.java
   trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/SqlQueryWebServiceFault.java
   trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/SqlWarning.java
   trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/TransactionAutoWrapType.java
   trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/log/LogUtil.java
   trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/service/SqlQueryWebService.java
   trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/service/SqlQueryWebServiceFault.java
   trunk/soap/src/main/java/com/metamatrix/soap/util/EndpointUriTranslatorStrategyImpl.java
   trunk/soap/src/main/java/com/metamatrix/soap/util/EndpointUrlConstants.java
   trunk/soap/src/main/java/com/metamatrix/soap/util/ErrorMessageKeys.java
   trunk/soap/src/main/java/com/metamatrix/soap/util/SOAPConstants.java
   trunk/soap/src/main/java/com/metamatrix/soap/util/ServletClientConstants.java
   trunk/soap/src/main/java/com/metamatrix/soap/util/WebServiceUtil.java
   trunk/soap/src/main/java/com/metamatrix/soap/util/XMLTranslationException.java
   trunk/soap/src/main/java/com/metamatrix/soap/util/XMLTranslator.java
   trunk/soap/src/main/resources/com/metamatrix/soap/i18n.properties
   trunk/soap/src/test/java/com/metamatrix/soap/handler/TestActionUpdateHandler.java
   trunk/soap/src/test/java/com/metamatrix/soap/service/TestBasicConnectionPoolFactory.java
   trunk/soap/src/test/java/com/metamatrix/soap/service/TestDataServiceWebServiceImpl.java
   trunk/soap/src/test/java/com/metamatrix/soap/service/TestPoolingConnectionSource.java
   trunk/soap/src/test/java/com/metamatrix/soap/servlet/TestMMGetVDBResourceServlet.java
   trunk/soap/src/test/java/com/metamatrix/soap/servlet/TestMMGetWSDLServlet.java
   trunk/soap/src/test/java/com/metamatrix/soap/sqlquerywebservice/TestSqlQueryWebService.java
   trunk/soap/src/test/java/com/metamatrix/soap/util/TestEndpointUrlTranslatorStrategyImpl.java
   trunk/soap/src/test/java/com/metamatrix/soap/util/TestWebServiceUtil.java
   trunk/test-integration/src/test/java/com/metamatrix/cdk/TestConnectorShell.java
   trunk/test-integration/src/test/java/com/metamatrix/cdk/TestLoopbackConnector.java
   trunk/test-integration/src/test/java/com/metamatrix/cdk/api/TestConnectorResultUtility.java
   trunk/test-integration/src/test/java/com/metamatrix/cdk/api/TestTranslationUtility.java
   trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/extension/TestSQLConversionVisitor.java
   trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/oracle/TestOracleSQLConversionVisitor.java
   trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/util/TestJDBCExecutionHelper.java
   trunk/test-integration/src/test/java/com/metamatrix/data/language/TestLanguageUtil.java
   trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtime/TestElement.java
   trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtime/TestGroup.java
   trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtime/TestMetadataID.java
   trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtime/TestParams.java
   trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtime/TestProcedure.java
   trunk/test-integration/src/test/java/com/metamatrix/data/visitor/util/TestCollectorVisitor.java
   trunk/test-integration/src/test/java/com/metamatrix/data/visitor/util/TestSQLStringVisitor.java
   trunk/test-integration/src/test/java/com/metamatrix/jdbc/TestCase3473.java
   trunk/test-integration/src/test/java/com/metamatrix/jdbc/TestMMDatabaseMetaData.java
   trunk/test-integration/src/test/java/com/metamatrix/server/integration/BaseQueryTest.java
   trunk/test-integration/src/test/java/com/metamatrix/server/integration/TestTPCR.java
   trunk/test-integration/src/test/java/com/metamatrix/server/integration/TestXMLTypeTranslations.java
   trunk/test-integration/src/test/java/com/metamatrix/server/integration/TestXQueryServices.java
   trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestPartsDatabaseMetadata.java
   trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestResultSetMetadata.java
   trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestSystemPhysicalModel.java
   trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestSystemPhysicalModelSelf.java
   trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestSystemVirtualModel.java
   trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestVirtualDocWithVirtualProc.java
   trunk/test-integration/src/test/resources/3473/3473.properties
   trunk/test-integration/src/test/resources/ServerConfig.xml
   trunk/test-integration/src/test/resources/bqt/bqt.properties
   trunk/test-integration/src/test/resources/connector.properties
   trunk/test-integration/src/test/resources/dqp/ServerConfig.xml
   trunk/test-integration/src/test/resources/dqp/dqp.properties
   trunk/test-integration/src/test/resources/metadata/dqp.properties
   trunk/test-integration/src/test/resources/partssupplier/dqp.properties
   trunk/test-integration/src/test/resources/xml-vp/xmlvp.properties
   trunk/txn-jbossts/src/main/java/com/arjuna/ats/arjuna/coordinator/TwoPhaseCoordinator.java
   trunk/txn-jbossts/src/main/java/com/arjuna/ats/internal/jta/transaction/arjunacore/subordinate/jca/TransactionImple.java
   trunk/txn-jbossts/src/main/java/com/metamatrix/xa/arjuna/ArjunaTransactionProvider.java
   trunk/txn-jbossts/src/main/java/com/metamatrix/xa/arjuna/XAArjunaPlugin.java
   trunk/txn-jbossts/src/main/java/com/metamatrix/xa/arjuna/XAConnectorRecovery.java
   trunk/txn-jbossts/src/main/resources/com/metamatrix/xa/arjuna/i18n.properties
   trunk/txn-jbossts/src/main/resources/jbossjts-properties.xml
   trunk/txn-jbossts/src/test/java/com/metamatrix/xa/arjuna/FakeXAConnection.java
   trunk/txn-jbossts/src/test/java/com/metamatrix/xa/arjuna/FakeXAResource.java
   trunk/txn-jbossts/src/test/java/com/metamatrix/xa/arjuna/RecoveryCallback.java
   trunk/txn-jbossts/src/test/java/com/metamatrix/xa/arjuna/TestArjunaRecovery.java
   trunk/txn-jbossts/src/test/java/com/metamatrix/xa/arjuna/TestXAConnectorRecovery.java
   trunk/txn-jbossts/src/test/resources/com/metamatrix/xa/arjuna/jbossjta-properties.xml
Log:
TEIID-349 updating headers


Modified: trunk/adminshell/src/main/java/com/metamatrix/script/junit/BshTestCase.java
===================================================================
--- trunk/adminshell/src/main/java/com/metamatrix/script/junit/BshTestCase.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/adminshell/src/main/java/com/metamatrix/script/junit/BshTestCase.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/adminshell/src/main/java/com/metamatrix/script/junit/BshTestSuite.java
===================================================================
--- trunk/adminshell/src/main/java/com/metamatrix/script/junit/BshTestSuite.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/adminshell/src/main/java/com/metamatrix/script/junit/BshTestSuite.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/adminshell/src/main/java/com/metamatrix/script/shell/CustomParser.java
===================================================================
--- trunk/adminshell/src/main/java/com/metamatrix/script/shell/CustomParser.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/adminshell/src/main/java/com/metamatrix/script/shell/CustomParser.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/adminshell/src/main/java/com/metamatrix/script/shell/FilePrintStream.java
===================================================================
--- trunk/adminshell/src/main/java/com/metamatrix/script/shell/FilePrintStream.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/adminshell/src/main/java/com/metamatrix/script/shell/FilePrintStream.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/adminshell/src/main/java/com/metamatrix/script/shell/JConsole.java
===================================================================
--- trunk/adminshell/src/main/java/com/metamatrix/script/shell/JConsole.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/adminshell/src/main/java/com/metamatrix/script/shell/JConsole.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/adminshell/src/main/java/com/metamatrix/script/shell/MMAdmin.java
===================================================================
--- trunk/adminshell/src/main/java/com/metamatrix/script/shell/MMAdmin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/adminshell/src/main/java/com/metamatrix/script/shell/MMAdmin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/adminshell/src/main/java/com/metamatrix/script/shell/ReaderInterceptor.java
===================================================================
--- trunk/adminshell/src/main/java/com/metamatrix/script/shell/ReaderInterceptor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/adminshell/src/main/java/com/metamatrix/script/shell/ReaderInterceptor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/adminshell/src/main/java/com/metamatrix/script/shell/SimpleParser.java
===================================================================
--- trunk/adminshell/src/main/java/com/metamatrix/script/shell/SimpleParser.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/adminshell/src/main/java/com/metamatrix/script/shell/SimpleParser.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/build/kit-embedded/examples/portfolio/java/JDBCClient.java
===================================================================
--- trunk/build/kit-embedded/examples/portfolio/java/JDBCClient.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/build/kit-embedded/examples/portfolio/java/JDBCClient.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/build/kit-server/config/install/setup_server.xml
===================================================================
--- trunk/build/kit-server/config/install/setup_server.xml	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/build/kit-server/config/install/setup_server.xml	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,8 +1,27 @@
 <?xml version="1.0"?>
-<!--  JBoss, Home of Professional Open Source.
- Copyright (C) 2008 Red Hat, Inc.
- Copyright (C) 2000-2007 MetaMatrix, Inc.
-  -->
+<!--
+
+    JBoss, Home of Professional Open Source.
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.	
+    
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
+    
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser General Public License for more details.
+    
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+    02110-1301 USA.
+
+-->
 <project name="installer"
                 default="install.server"
          basedir=".">

Modified: trunk/cache-jbosscache/src/main/java/com/metamatrix/cache/jboss/JBossCache.java
===================================================================
--- trunk/cache-jbosscache/src/main/java/com/metamatrix/cache/jboss/JBossCache.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/cache-jbosscache/src/main/java/com/metamatrix/cache/jboss/JBossCache.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/cache-jbosscache/src/main/java/com/metamatrix/cache/jboss/JBossCacheFactory.java
===================================================================
--- trunk/cache-jbosscache/src/main/java/com/metamatrix/cache/jboss/JBossCacheFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/cache-jbosscache/src/main/java/com/metamatrix/cache/jboss/JBossCacheFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/cache-jbosscache/src/main/java/com/metamatrix/cache/jboss/JBossCacheListener.java
===================================================================
--- trunk/cache-jbosscache/src/main/java/com/metamatrix/cache/jboss/JBossCacheListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/cache-jbosscache/src/main/java/com/metamatrix/cache/jboss/JBossCacheListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/AdminPlugin.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/AdminPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/AdminPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/core/Admin.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/core/Admin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/core/Admin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreConfigAdmin.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreConfigAdmin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreConfigAdmin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreMonitoringAdmin.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreMonitoringAdmin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreMonitoringAdmin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreRuntimeStateAdmin.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreRuntimeStateAdmin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreRuntimeStateAdmin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreSecurityAdmin.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreSecurityAdmin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/core/CoreSecurityAdmin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedAdmin.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedAdmin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedAdmin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedConfigAdmin.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedConfigAdmin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedConfigAdmin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedLogger.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedLogger.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedLogger.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedMonitoringAdmin.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedMonitoringAdmin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedMonitoringAdmin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedRuntimeStateAdmin.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedRuntimeStateAdmin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedRuntimeStateAdmin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedSecurityAdmin.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedSecurityAdmin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/embedded/EmbeddedSecurityAdmin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/exception/AdminComponentException.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/exception/AdminComponentException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/exception/AdminComponentException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/exception/AdminException.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/exception/AdminException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/exception/AdminException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/exception/AdminProcessingException.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/exception/AdminProcessingException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/exception/AdminProcessingException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/exception/security/InvalidSessionException.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/exception/security/InvalidSessionException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/exception/security/InvalidSessionException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/exception/security/MetaMatrixSecurityException.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/exception/security/MetaMatrixSecurityException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/exception/security/MetaMatrixSecurityException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/exception/security/SessionException.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/exception/security/SessionException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/exception/security/SessionException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/AdminObject.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/AdminObject.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/AdminObject.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/AdminOptions.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/AdminOptions.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/AdminOptions.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/AdminStatus.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/AdminStatus.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/AdminStatus.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Cache.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/Cache.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/Cache.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/ConnectorBinding.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/ConnectorBinding.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/ConnectorBinding.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/ConnectorType.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/ConnectorType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/ConnectorType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/DQP.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/DQP.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/DQP.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Entitlement.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/Entitlement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/Entitlement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/ExtensionModule.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/ExtensionModule.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/ExtensionModule.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Group.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/Group.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/Group.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Host.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/Host.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/Host.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/LogConfiguration.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/LogConfiguration.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/LogConfiguration.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Model.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/Model.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/Model.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Principal.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/Principal.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/Principal.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/ProcessObject.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/ProcessObject.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/ProcessObject.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/PropertyDefinition.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/PropertyDefinition.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/PropertyDefinition.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/QueueWorkerPool.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/QueueWorkerPool.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/QueueWorkerPool.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Request.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/Request.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/Request.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Resource.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/Resource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/Resource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Role.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/Role.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/Role.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/ScriptsContainer.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/ScriptsContainer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/ScriptsContainer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/Session.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/Session.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/Session.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/SourceRequest.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/SourceRequest.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/SourceRequest.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/SystemObject.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/SystemObject.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/SystemObject.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/User.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/User.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/User.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/objects/VDB.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/objects/VDB.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/objects/VDB.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/server/AdminRoles.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/server/AdminRoles.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/server/AdminRoles.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerAdmin.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerAdmin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerAdmin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerConfigAdmin.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerConfigAdmin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerConfigAdmin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerMonitoringAdmin.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerMonitoringAdmin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerMonitoringAdmin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerRuntimeStateAdmin.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerRuntimeStateAdmin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerRuntimeStateAdmin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerSecurityAdmin.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerSecurityAdmin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/api/server/ServerSecurityAdmin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMAdminObject.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMAdminObject.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMAdminObject.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMAdminStatus.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMAdminStatus.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMAdminStatus.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMConnectorBinding.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMConnectorBinding.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMConnectorBinding.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMConnectorType.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMConnectorType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMConnectorType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMDQP.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMDQP.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMDQP.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMExtensionModule.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMExtensionModule.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMExtensionModule.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMGroup.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMGroup.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMGroup.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMHost.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMHost.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMHost.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMLogConfiguration.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMLogConfiguration.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMLogConfiguration.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMModel.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMModel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMModel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMPrincipal.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMPrincipal.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMPrincipal.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMProcess.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMProcess.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMProcess.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMPropertyDefinition.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMPropertyDefinition.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMPropertyDefinition.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMQueueWorkerPool.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMQueueWorkerPool.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMQueueWorkerPool.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMRequest.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMRequest.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMRequest.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMResource.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMResource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMResource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMRole.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMRole.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMRole.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMScriptsContainer.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMScriptsContainer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMScriptsContainer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMSession.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMSession.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMSession.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMSourceRequest.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMSourceRequest.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMSourceRequest.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMSystem.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMSystem.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMSystem.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMUser.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMUser.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMUser.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/admin/objects/MMVDB.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/admin/objects/MMVDB.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/admin/objects/MMVDB.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/api/exception/query/CriteriaEvaluationException.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/api/exception/query/CriteriaEvaluationException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/api/exception/query/CriteriaEvaluationException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/api/exception/query/ExpressionEvaluationException.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/api/exception/query/ExpressionEvaluationException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/api/exception/query/ExpressionEvaluationException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/api/exception/query/FunctionExecutionException.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/api/exception/query/FunctionExecutionException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/api/exception/query/FunctionExecutionException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/api/exception/query/FunctionMetadataException.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/api/exception/query/FunctionMetadataException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/api/exception/query/FunctionMetadataException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/api/exception/query/InvalidFunctionException.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/api/exception/query/InvalidFunctionException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/api/exception/query/InvalidFunctionException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/api/exception/query/ProcedureErrorInstructionException.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/api/exception/query/ProcedureErrorInstructionException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/api/exception/query/ProcedureErrorInstructionException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryMetadataException.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryMetadataException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryMetadataException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryParserException.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryParserException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryParserException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryPlannerException.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryPlannerException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryPlannerException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryProcessingException.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryProcessingException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryProcessingException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryResolverException.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryResolverException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryResolverException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryValidatorException.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryValidatorException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/api/exception/query/QueryValidatorException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/api/exception/query/UnresolvedSymbolDescription.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/api/exception/query/UnresolvedSymbolDescription.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/api/exception/query/UnresolvedSymbolDescription.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/api/exception/security/LogonException.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/api/exception/security/LogonException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/api/exception/security/LogonException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/client/ExceptionUtil.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/client/ExceptionUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/client/ExceptionUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/api/HostInfo.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/api/HostInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/api/HostInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/api/MMURL.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/api/MMURL.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/api/MMURL.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/batch/BatchSerializer.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/batch/BatchSerializer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/batch/BatchSerializer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/CommonCommPlugin.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/CommonCommPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/CommonCommPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/api/Message.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/api/Message.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/api/Message.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/api/MessageListener.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/api/MessageListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/api/MessageListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/api/ResultsReceiver.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/api/ResultsReceiver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/api/ResultsReceiver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/api/ServerConnection.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/api/ServerConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/api/ServerConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/api/ServerConnectionFactory.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/api/ServerConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/api/ServerConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/exception/CommunicationException.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/exception/CommunicationException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/exception/CommunicationException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/exception/ConnectionException.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/exception/ConnectionException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/exception/ConnectionException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/exception/ExceptionHolder.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/exception/ExceptionHolder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/exception/ExceptionHolder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -11,11 +11,9 @@
 
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/exception/SingleInstanceCommunicationException.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/exception/SingleInstanceCommunicationException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/exception/SingleInstanceCommunicationException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/CommPlatformPlugin.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/CommPlatformPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/CommPlatformPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/client/ServerAdminFactory.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/client/ServerAdminFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/client/ServerAdminFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/Handshake.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/Handshake.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/Handshake.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/ObjectChannel.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/ObjectChannel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/ObjectChannel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/PrintStreamSocketLog.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/PrintStreamSocketLog.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/PrintStreamSocketLog.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/SSLAwareChannelHandler.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/SSLAwareChannelHandler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/SSLAwareChannelHandler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/SocketLog.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/SocketLog.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/SocketLog.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/SocketUtil.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/SocketUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/SocketUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/AdminApiServerDiscovery.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/AdminApiServerDiscovery.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/AdminApiServerDiscovery.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/NioObjectChannelFactory.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/NioObjectChannelFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/NioObjectChannelFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/ObjectChannelFactory.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/ObjectChannelFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/ObjectChannelFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/ServerDiscovery.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/ServerDiscovery.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/ServerDiscovery.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/ServiceInvocationStruct.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/ServiceInvocationStruct.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/ServiceInvocationStruct.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/SocketServerConnection.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/SocketServerConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/SocketServerConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/SocketServerConnectionFactory.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/SocketServerConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/SocketServerConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/SocketServerInstance.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/SocketServerInstance.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/SocketServerInstance.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/SocketServerInstanceFactory.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/SocketServerInstanceFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/SocketServerInstanceFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/SocketServerInstanceImpl.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/SocketServerInstanceImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/SocketServerInstanceImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/UrlServerDiscovery.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/UrlServerDiscovery.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/comm/platform/socket/client/UrlServerDiscovery.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/lob/ByteLobChunkStream.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/lob/ByteLobChunkStream.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/lob/ByteLobChunkStream.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/lob/LobChunk.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/lob/LobChunk.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/lob/LobChunk.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/lob/LobChunkInputStream.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/lob/LobChunkInputStream.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/lob/LobChunkInputStream.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/lob/LobChunkProducer.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/lob/LobChunkProducer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/lob/LobChunkProducer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/lob/ReaderInputStream.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/lob/ReaderInputStream.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/lob/ReaderInputStream.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/xa/MMXid.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/xa/MMXid.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/xa/MMXid.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/common/xa/XATransactionException.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/common/xa/XATransactionException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/common/xa/XATransactionException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/dqp/client/ClientSideDQP.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/dqp/client/ClientSideDQP.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/dqp/client/ClientSideDQP.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/dqp/client/MetadataResult.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/dqp/client/MetadataResult.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/dqp/client/MetadataResult.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/dqp/client/ResultsFuture.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/dqp/client/ResultsFuture.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/dqp/client/ResultsFuture.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/dqp/client/impl/StreamingLobChunckProducer.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/dqp/client/impl/StreamingLobChunckProducer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/dqp/client/impl/StreamingLobChunckProducer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/dqp/exception/PartialResultsException.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/dqp/exception/PartialResultsException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/dqp/exception/PartialResultsException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/dqp/exception/SourceFailureDetails.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/dqp/exception/SourceFailureDetails.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/dqp/exception/SourceFailureDetails.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/dqp/internal/datamgr/ConnectorID.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/dqp/internal/datamgr/ConnectorID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/dqp/internal/datamgr/ConnectorID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/dqp/message/ParameterInfo.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/dqp/message/ParameterInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/dqp/message/ParameterInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/dqp/message/RequestID.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/dqp/message/RequestID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/dqp/message/RequestID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/dqp/message/RequestMessage.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/dqp/message/RequestMessage.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/dqp/message/RequestMessage.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/dqp/message/ResultsMessage.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/dqp/message/ResultsMessage.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/dqp/message/ResultsMessage.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/dqp/metadata/ResultsMetadataConstants.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/dqp/metadata/ResultsMetadataConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/dqp/metadata/ResultsMetadataConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/dqp/metadata/ResultsMetadataDefaults.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/dqp/metadata/ResultsMetadataDefaults.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/dqp/metadata/ResultsMetadataDefaults.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/jdbc/api/Annotation.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/jdbc/api/Annotation.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/jdbc/api/Annotation.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/jdbc/api/ConnectionProperties.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/jdbc/api/ConnectionProperties.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/jdbc/api/ConnectionProperties.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/jdbc/api/DefaultDisplayHelper.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/jdbc/api/DefaultDisplayHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/jdbc/api/DefaultDisplayHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/jdbc/api/DisplayHelper.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/jdbc/api/DisplayHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/jdbc/api/DisplayHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/jdbc/api/ExecutionProperties.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/jdbc/api/ExecutionProperties.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/jdbc/api/ExecutionProperties.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/jdbc/api/PlanNode.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/jdbc/api/PlanNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/jdbc/api/PlanNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/jdbc/api/PlanVisitor.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/jdbc/api/PlanVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/jdbc/api/PlanVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/jdbc/api/TextOutputVisitor.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/jdbc/api/TextOutputVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/jdbc/api/TextOutputVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/jdbc/api/XMLOutputVisitor.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/jdbc/api/XMLOutputVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/jdbc/api/XMLOutputVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/platform/security/api/BasicMetaMatrixPrincipal.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/platform/security/api/BasicMetaMatrixPrincipal.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/platform/security/api/BasicMetaMatrixPrincipal.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/platform/security/api/ILogon.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/platform/security/api/ILogon.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/platform/security/api/ILogon.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/platform/security/api/LogonResult.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/platform/security/api/LogonResult.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/platform/security/api/LogonResult.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatrixPrincipal.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatrixPrincipal.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatrixPrincipal.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatrixPrincipalName.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatrixPrincipalName.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatrixPrincipalName.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatrixPrincipalNames.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatrixPrincipalNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatrixPrincipalNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatrixSessionID.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatrixSessionID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatrixSessionID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatrixSessionInfo.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatrixSessionInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatrixSessionInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatrixSessionState.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatrixSessionState.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/platform/security/api/MetaMatrixSessionState.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/platform/security/api/SessionToken.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/platform/security/api/SessionToken.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/platform/security/api/SessionToken.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/platform/util/ProductInfoConstants.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/platform/util/ProductInfoConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/platform/util/ProductInfoConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/java/com/metamatrix/server/serverapi/RequestInfo.java
===================================================================
--- trunk/client/src/main/java/com/metamatrix/server/serverapi/RequestInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/java/com/metamatrix/server/serverapi/RequestInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/resources/com/metamatrix/admin/i18n.properties
===================================================================
--- trunk/client/src/main/resources/com/metamatrix/admin/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/resources/com/metamatrix/admin/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/resources/com/metamatrix/common/comm/i18n.properties
===================================================================
--- trunk/client/src/main/resources/com/metamatrix/common/comm/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/resources/com/metamatrix/common/comm/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/main/resources/com/metamatrix/common/comm/platform/i18n.properties
===================================================================
--- trunk/client/src/main/resources/com/metamatrix/common/comm/platform/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/main/resources/com/metamatrix/common/comm/platform/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/test/java/com/metamatrix/admin/api/objects/TestAdminOptions.java
===================================================================
--- trunk/client/src/test/java/com/metamatrix/admin/api/objects/TestAdminOptions.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/admin/api/objects/TestAdminOptions.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/test/java/com/metamatrix/common/batch/TestBatchSerializer.java
===================================================================
--- trunk/client/src/test/java/com/metamatrix/common/batch/TestBatchSerializer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/common/batch/TestBatchSerializer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/TestSocketUtil.java
===================================================================
--- trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/TestSocketUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/TestSocketUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008-2009 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/client/TestAdminApiServerDiscovery.java
===================================================================
--- trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/client/TestAdminApiServerDiscovery.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/client/TestAdminApiServerDiscovery.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/client/TestServiceInvocationStruct.java
===================================================================
--- trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/client/TestServiceInvocationStruct.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/client/TestServiceInvocationStruct.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/client/TestSocketServerConnection.java
===================================================================
--- trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/client/TestSocketServerConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/client/TestSocketServerConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/client/TestSocketServerInstanceImpl.java
===================================================================
--- trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/client/TestSocketServerInstanceImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/client/TestSocketServerInstanceImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/client/TestSocketServiceRegistry.java
===================================================================
--- trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/client/TestSocketServiceRegistry.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/common/comm/platform/socket/client/TestSocketServiceRegistry.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/test/java/com/metamatrix/common/lob/TestByteLobChunk.java
===================================================================
--- trunk/client/src/test/java/com/metamatrix/common/lob/TestByteLobChunk.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/common/lob/TestByteLobChunk.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/test/java/com/metamatrix/common/lob/TestByteLobChunkStream.java
===================================================================
--- trunk/client/src/test/java/com/metamatrix/common/lob/TestByteLobChunkStream.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/common/lob/TestByteLobChunkStream.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/test/java/com/metamatrix/common/lob/TestLobChunkInputStream.java
===================================================================
--- trunk/client/src/test/java/com/metamatrix/common/lob/TestLobChunkInputStream.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/common/lob/TestLobChunkInputStream.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/test/java/com/metamatrix/common/lob/TestReaderInputStream.java
===================================================================
--- trunk/client/src/test/java/com/metamatrix/common/lob/TestReaderInputStream.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/common/lob/TestReaderInputStream.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/test/java/com/metamatrix/common/util/TestMMURL.java
===================================================================
--- trunk/client/src/test/java/com/metamatrix/common/util/TestMMURL.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/common/util/TestMMURL.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/test/java/com/metamatrix/common/xa/TestMMXid.java
===================================================================
--- trunk/client/src/test/java/com/metamatrix/common/xa/TestMMXid.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/common/xa/TestMMXid.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client/src/test/java/com/metamatrix/dqp/client/TestResultsFuture.java
===================================================================
--- trunk/client/src/test/java/com/metamatrix/dqp/client/TestResultsFuture.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client/src/test/java/com/metamatrix/dqp/client/TestResultsFuture.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/AbstractMetadataProvider.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/AbstractMetadataProvider.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/AbstractMetadataProvider.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/AnnotationImpl.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/AnnotationImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/AnnotationImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BaseDataSource.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BaseDataSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BaseDataSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BaseDriver.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BaseDriver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BaseDriver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BatchFetcher.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BatchFetcher.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BatchFetcher.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BatchResults.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BatchResults.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/BatchResults.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/ConnectionListener.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/ConnectionListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/ConnectionListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/DataTypeTransformer.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/DataTypeTransformer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/DataTypeTransformer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/DeferredMetadataProvider.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/DeferredMetadataProvider.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/DeferredMetadataProvider.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/DriverManagerLogger.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/DriverManagerLogger.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/DriverManagerLogger.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedConnectionFactory.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedConnectionTracker.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedConnectionTracker.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedConnectionTracker.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedDataSource.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedDataSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedDataSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedDriver.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedDriver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedDriver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedSQLException.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedSQLException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/EmbeddedSQLException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/FilteredResultsMetadata.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/FilteredResultsMetadata.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/FilteredResultsMetadata.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCColumnNames.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCColumnNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCColumnNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCColumnPositions.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCColumnPositions.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCColumnPositions.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCLogger.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCLogger.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCLogger.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCPlugin.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/JDBCPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/LobSearchUtil.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/LobSearchUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/LobSearchUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMBlob.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMBlob.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMBlob.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMCallableStatement.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMCallableStatement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMCallableStatement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMClob.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMClob.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMClob.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMConnection.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMDataSource.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMDataSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMDataSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMDatabaseMetaData.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMDatabaseMetaData.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMDatabaseMetaData.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMDriver.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMDriver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMDriver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMPreparedStatement.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMPreparedStatement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMPreparedStatement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMResultSet.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMResultSet.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMResultSet.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMSQLException.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMSQLException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMSQLException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMSQLXML.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMSQLXML.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMSQLXML.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMServerConnection.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMServerConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMServerConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMStatement.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMStatement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMStatement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMXAConnection.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMXAConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMXAConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMXAResource.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMXAResource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/MMXAResource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/PlanNodeImpl.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/PlanNodeImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/PlanNodeImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/ResultsMetadataProvider.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/ResultsMetadataProvider.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/ResultsMetadataProvider.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/ResultsMetadataWithProvider.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/ResultsMetadataWithProvider.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/ResultsMetadataWithProvider.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/StaticMetadataProvider.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/StaticMetadataProvider.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/StaticMetadataProvider.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/WarningUtil.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/WarningUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/WarningUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/WrapperImpl.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/WrapperImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/WrapperImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/Connection.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/Connection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/Connection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/DatabaseMetaData.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/DatabaseMetaData.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/DatabaseMetaData.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/PartialResultsWarning.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/PartialResultsWarning.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/PartialResultsWarning.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/ResultSet.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/ResultSet.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/ResultSet.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/ResultSetMetaData.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/ResultSetMetaData.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/ResultSetMetaData.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/SQLException.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/SQLException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/SQLException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/SQLStates.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/SQLStates.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/SQLStates.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/Statement.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/Statement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/Statement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/tools/QueryPlanDisplayHelper.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/tools/QueryPlanDisplayHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/api/tools/QueryPlanDisplayHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/util/MMJDBCURL.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/util/MMJDBCURL.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/jdbc/util/MMJDBCURL.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/script/io/MetadataReader.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/script/io/MetadataReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/script/io/MetadataReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/script/io/ResultSetReader.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/script/io/ResultSetReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/script/io/ResultSetReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/script/io/StringArrayReader.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/script/io/StringArrayReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/script/io/StringArrayReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/java/com/metamatrix/script/io/StringLineReader.java
===================================================================
--- trunk/client-jdbc/src/main/java/com/metamatrix/script/io/StringLineReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/java/com/metamatrix/script/io/StringLineReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/resources/com/metamatrix/jdbc/basic_i18n.properties
===================================================================
--- trunk/client-jdbc/src/main/resources/com/metamatrix/jdbc/basic_i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/resources/com/metamatrix/jdbc/basic_i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/main/resources/com/metamatrix/jdbc/i18n.properties
===================================================================
--- trunk/client-jdbc/src/main/resources/com/metamatrix/jdbc/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/main/resources/com/metamatrix/jdbc/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestAllResultsImpl.java
===================================================================
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestAllResultsImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestAllResultsImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestBatchResults.java
===================================================================
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestBatchResults.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestBatchResults.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestDataTypeTransformer.java
===================================================================
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestDataTypeTransformer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestDataTypeTransformer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMConnection.java
===================================================================
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMDataSource.java
===================================================================
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMDataSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMDataSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMDriver.java
===================================================================
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMDriver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMDriver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMResultSet.java
===================================================================
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMResultSet.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMResultSet.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMSQLException.java
===================================================================
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMSQLException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMSQLException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMXAConnection.java
===================================================================
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMXAConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestMMXAConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestWrapperImpl.java
===================================================================
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestWrapperImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/TestWrapperImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/AbstractMMQueryTestCase.java
===================================================================
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/AbstractMMQueryTestCase.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/AbstractMMQueryTestCase.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/FakeDisplayHelper.java
===================================================================
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/FakeDisplayHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/FakeDisplayHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/FakePlanNode.java
===================================================================
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/FakePlanNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/FakePlanNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/TestQueryPlanDisplayHelper.java
===================================================================
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/TestQueryPlanDisplayHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/TestQueryPlanDisplayHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/TestTextOutputVisitor.java
===================================================================
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/TestTextOutputVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/TestTextOutputVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/TestXMLOutputVisitor.java
===================================================================
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/TestXMLOutputVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/api/TestXMLOutputVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/util/ResultSetUtil.java
===================================================================
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/util/ResultSetUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/util/ResultSetUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/util/TestMMJDBCURL.java
===================================================================
--- trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/util/TestMMJDBCURL.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/client-jdbc/src/test/java/com/metamatrix/jdbc/util/TestMMJDBCURL.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/api/exception/ComponentCommunicationException.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/api/exception/ComponentCommunicationException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/api/exception/ComponentCommunicationException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/api/exception/ComponentNotFoundException.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/api/exception/ComponentNotFoundException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/api/exception/ComponentNotFoundException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/api/exception/MetaMatrixComponentException.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/api/exception/MetaMatrixComponentException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/api/exception/MetaMatrixComponentException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/api/exception/MetaMatrixException.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/api/exception/MetaMatrixException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/api/exception/MetaMatrixException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/api/exception/MetaMatrixProcessingException.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/api/exception/MetaMatrixProcessingException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/api/exception/MetaMatrixProcessingException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/api/exception/MultipleException.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/api/exception/MultipleException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/api/exception/MultipleException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/api/exception/MultipleRuntimeException.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/api/exception/MultipleRuntimeException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/api/exception/MultipleRuntimeException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/classloader/NonDelegatingClassLoader.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/classloader/NonDelegatingClassLoader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/classloader/NonDelegatingClassLoader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/classloader/URLFilteringClassLoader.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/classloader/URLFilteringClassLoader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/classloader/URLFilteringClassLoader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/jdbc/JDBCUtil.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/jdbc/JDBCUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/jdbc/JDBCUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/jdbc/SimplePooledConnectionSource.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/jdbc/SimplePooledConnectionSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/jdbc/SimplePooledConnectionSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -20,11 +20,9 @@
 
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008-2009 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/properties/UnmodifiableProperties.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/properties/UnmodifiableProperties.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/properties/UnmodifiableProperties.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/protocol/MMURLConnection.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/protocol/MMURLConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/protocol/MMURLConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/protocol/MetaMatrixURLStreamHandlerFactory.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/protocol/MetaMatrixURLStreamHandlerFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/protocol/MetaMatrixURLStreamHandlerFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/protocol/URLHelper.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/protocol/URLHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/protocol/URLHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/protocol/classpath/ClasspathURLConnection.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/protocol/classpath/ClasspathURLConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/protocol/classpath/ClasspathURLConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/protocol/classpath/Handler.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/protocol/classpath/Handler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/protocol/classpath/Handler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/protocol/jar/Handler.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/protocol/jar/Handler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/protocol/jar/Handler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/protocol/jar/JarURLConnection.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/protocol/jar/JarURLConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/protocol/jar/JarURLConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/protocol/mmfile/Handler.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/protocol/mmfile/Handler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/protocol/mmfile/Handler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/protocol/mmfile/MMFileURLConnection.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/protocol/mmfile/MMFileURLConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/protocol/mmfile/MMFileURLConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/protocol/mmrofile/Handler.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/protocol/mmrofile/Handler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/protocol/mmrofile/Handler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/protocol/mmrofile/MMROFileURLConnection.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/protocol/mmrofile/MMROFileURLConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/protocol/mmrofile/MMROFileURLConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/AbstractTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/AbstractTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/AbstractTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/BaseXMLTranslator.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/BaseXMLTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/BaseXMLTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/BlobImpl.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/BlobImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/BlobImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/BlobType.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/BlobType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/BlobType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/ClobImpl.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/ClobImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/ClobImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/ClobType.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/ClobType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/ClobType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/DataTypeManager.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/DataTypeManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/DataTypeManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/InvalidReferenceException.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/InvalidReferenceException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/InvalidReferenceException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/MMJDBCSQLTypeInfo.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/MMJDBCSQLTypeInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/MMJDBCSQLTypeInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/NullType.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/NullType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/NullType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/SQLXMLImpl.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/SQLXMLImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/SQLXMLImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/Sequencable.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/Sequencable.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/Sequencable.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/Streamable.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/Streamable.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/Streamable.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/Transform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/Transform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/Transform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/TransformationException.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/TransformationException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/TransformationException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/XMLDomSourceTranslator.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/XMLDomSourceTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/XMLDomSourceTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/XMLReaderFactory.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/XMLReaderFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/XMLReaderFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/XMLSAXSourceTranslator.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/XMLSAXSourceTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/XMLSAXSourceTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/XMLStreamSourceTranslator.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/XMLStreamSourceTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/XMLStreamSourceTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/XMLTranslator.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/XMLTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/XMLTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/XMLType.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/XMLType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/XMLType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/AnyToObjectTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/AnyToObjectTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/AnyToObjectTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/AnyToStringTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/AnyToStringTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/AnyToStringTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToBigIntegerTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToBigIntegerTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToBigIntegerTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToBooleanTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToBooleanTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToBooleanTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToByteTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToByteTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToByteTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToDoubleTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToDoubleTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToDoubleTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToFloatTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToFloatTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToFloatTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToIntegerTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToIntegerTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToIntegerTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToLongTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToLongTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToLongTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToShortTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToShortTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToShortTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToStringTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToStringTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigDecimalToStringTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToBigDecimalTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToBigDecimalTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToBigDecimalTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToBooleanTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToBooleanTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToBooleanTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToByteTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToByteTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToByteTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToDoubleTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToDoubleTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToDoubleTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToFloatTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToFloatTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToFloatTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToIntegerTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToIntegerTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToIntegerTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToLongTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToLongTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToLongTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToShortTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToShortTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToShortTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToStringTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToStringTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BigIntegerToStringTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToBigDecimalTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToBigDecimalTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToBigDecimalTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToBigIntegerTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToBigIntegerTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToBigIntegerTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToByteTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToByteTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToByteTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToDoubleTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToDoubleTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToDoubleTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToFloatTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToFloatTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToFloatTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToIntegerTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToIntegerTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToIntegerTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToLongTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToLongTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToLongTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToShortTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToShortTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToShortTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToStringTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToStringTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/BooleanToStringTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToBigDecimalTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToBigDecimalTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToBigDecimalTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToBigIntegerTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToBigIntegerTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToBigIntegerTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToBooleanTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToBooleanTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToBooleanTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToDoubleTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToDoubleTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToDoubleTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToFloatTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToFloatTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToFloatTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToIntegerTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToIntegerTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToIntegerTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToLongTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToLongTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToLongTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToShortTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToShortTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToShortTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToStringTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToStringTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ByteToStringTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/CharacterToStringTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/CharacterToStringTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/CharacterToStringTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ClobToStringTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ClobToStringTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ClobToStringTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DateToStringTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DateToStringTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DateToStringTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DateToTimestampTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DateToTimestampTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DateToTimestampTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToBigDecimalTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToBigDecimalTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToBigDecimalTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToBigIntegerTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToBigIntegerTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToBigIntegerTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToBooleanTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToBooleanTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToBooleanTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToByteTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToByteTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToByteTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToFloatTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToFloatTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToFloatTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToIntegerTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToIntegerTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToIntegerTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToLongTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToLongTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToLongTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToShortTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToShortTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToShortTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToStringTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToStringTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/DoubleToStringTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToBigDecimalTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToBigDecimalTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToBigDecimalTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToBigIntegerTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToBigIntegerTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToBigIntegerTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToBooleanTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToBooleanTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToBooleanTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToByteTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToByteTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToByteTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToDoubleTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToDoubleTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToDoubleTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToIntegerTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToIntegerTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToIntegerTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToLongTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToLongTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToLongTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToShortTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToShortTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToShortTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToStringTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToStringTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/FloatToStringTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToBigDecimalTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToBigDecimalTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToBigDecimalTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToBigIntegerTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToBigIntegerTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToBigIntegerTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToBooleanTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToBooleanTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToBooleanTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToByteTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToByteTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToByteTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToDoubleTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToDoubleTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToDoubleTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToFloatTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToFloatTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToFloatTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToLongTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToLongTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToLongTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToShortTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToShortTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToShortTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToStringTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToStringTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/IntegerToStringTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToBigDecimalTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToBigDecimalTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToBigDecimalTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToBigIntegerTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToBigIntegerTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToBigIntegerTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToBooleanTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToBooleanTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToBooleanTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToByteTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToByteTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToByteTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToDoubleTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToDoubleTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToDoubleTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToFloatTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToFloatTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToFloatTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToIntegerTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToIntegerTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToIntegerTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToShortTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToShortTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToShortTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToStringTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToStringTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/LongToStringTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/NullToAnyTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/NullToAnyTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/NullToAnyTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ObjectToAnyTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ObjectToAnyTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ObjectToAnyTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/SQLXMLToStringTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/SQLXMLToStringTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/SQLXMLToStringTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToBigDecimalTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToBigDecimalTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToBigDecimalTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToBigIntegerTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToBigIntegerTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToBigIntegerTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToBooleanTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToBooleanTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToBooleanTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToByteTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToByteTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToByteTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToDoubleTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToDoubleTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToDoubleTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToFloatTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToFloatTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToFloatTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToIntegerTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToIntegerTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToIntegerTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToLongTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToLongTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToLongTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToStringTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToStringTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/ShortToStringTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToBigDecimalTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToBigDecimalTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToBigDecimalTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToBigIntegerTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToBigIntegerTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToBigIntegerTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToBooleanTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToBooleanTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToBooleanTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToByteTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToByteTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToByteTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToCharacterTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToCharacterTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToCharacterTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToClobTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToClobTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToClobTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToDateTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToDateTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToDateTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToDoubleTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToDoubleTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToDoubleTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToFloatTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToFloatTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToFloatTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToIntegerTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToIntegerTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToIntegerTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToLongTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToLongTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToLongTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToSQLXMLTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToSQLXMLTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToSQLXMLTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToShortTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToShortTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToShortTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToTimeTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToTimeTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToTimeTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToTimestampTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToTimestampTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/StringToTimestampTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/TimeToStringTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/TimeToStringTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/TimeToStringTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/TimeToTimestampTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/TimeToTimestampTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/TimeToTimestampTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/TimestampToDateTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/TimestampToDateTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/TimestampToDateTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/TimestampToStringTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/TimestampToStringTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/TimestampToStringTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/types/basic/TimestampToTimeTransform.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/types/basic/TimestampToTimeTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/types/basic/TimestampToTimeTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/ApplicationInfo.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/util/ApplicationInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/ApplicationInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/ByteArrayHelper.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/util/ByteArrayHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/ByteArrayHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/MetaMatrixProductNames.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/util/MetaMatrixProductNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/MetaMatrixProductNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/NetUtils.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/util/NetUtils.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/NetUtils.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/PasswordMaskUtil.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/util/PasswordMaskUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/PasswordMaskUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/PropertiesUtils.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/util/PropertiesUtils.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/PropertiesUtils.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/SqlUtil.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/util/SqlUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/SqlUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/TimestampWithTimezone.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/util/TimestampWithTimezone.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/TimestampWithTimezone.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/WSDLServletUtil.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/util/WSDLServletUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/WSDLServletUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/CryptoException.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/CryptoException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/CryptoException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/CryptoUtil.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/CryptoUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/CryptoUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Cryptor.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Cryptor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Cryptor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Decryptor.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Decryptor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Decryptor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/DhKeyGenerator.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/DhKeyGenerator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/DhKeyGenerator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Encryptor.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Encryptor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/Encryptor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/NullCryptor.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/NullCryptor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/NullCryptor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/PasswordChangeUtility.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/PasswordChangeUtility.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/PasswordChangeUtility.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/cipher/BasicCryptor.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/cipher/BasicCryptor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/cipher/BasicCryptor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/cipher/SymmetricCryptor.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/cipher/SymmetricCryptor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/crypto/cipher/SymmetricCryptor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/common/util/exception/SQLExceptionUnroller.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/common/util/exception/SQLExceptionUnroller.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/common/util/exception/SQLExceptionUnroller.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/BundleUtil.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/BundleUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/BundleUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/CoreConstants.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/CoreConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/CoreConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/CorePlugin.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/CorePlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/CorePlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/MetaMatrixCoreException.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/MetaMatrixCoreException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/MetaMatrixCoreException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/MetaMatrixRuntimeException.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/MetaMatrixRuntimeException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/MetaMatrixRuntimeException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/id/IDGenerator.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/id/IDGenerator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/id/IDGenerator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/id/IntegerID.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/id/IntegerID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/id/IntegerID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/id/IntegerIDFactory.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/id/IntegerIDFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/id/IntegerIDFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/id/InvalidIDException.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/id/InvalidIDException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/id/InvalidIDException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/id/LongID.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/id/LongID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/id/LongID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/id/LongIDFactory.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/id/LongIDFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/id/LongIDFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/id/ObjectID.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/id/ObjectID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/id/ObjectID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/id/ObjectIDFactory.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/id/ObjectIDFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/id/ObjectIDFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/id/ParsedObjectID.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/id/ParsedObjectID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/id/ParsedObjectID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/id/StringID.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/id/StringID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/id/StringID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/id/StringIDFactory.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/id/StringIDFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/id/StringIDFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/id/UUID.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/id/UUID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/id/UUID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/id/UUIDFactory.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/id/UUIDFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/id/UUIDFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/io/FileUrl.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/io/FileUrl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/io/FileUrl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/log/FileLimitSizeLogWriter.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/log/FileLimitSizeLogWriter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/log/FileLimitSizeLogWriter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/log/FileLogWriter.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/log/FileLogWriter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/log/FileLogWriter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/log/LogListener.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/log/LogListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/log/LogListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/log/LogMessage.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/log/LogMessage.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/log/LogMessage.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/log/Logger.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/log/Logger.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/log/Logger.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/log/MessageLevel.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/log/MessageLevel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/log/MessageLevel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/log/NullLogWriter.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/log/NullLogWriter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/log/NullLogWriter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/log/NullLogger.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/log/NullLogger.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/log/NullLogger.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/log/SystemLogWriter.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/log/SystemLogWriter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/log/SystemLogWriter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/ArgCheck.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/util/ArgCheck.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/ArgCheck.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/Assertion.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/util/Assertion.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/Assertion.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/Base64.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/util/Base64.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/Base64.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/ChecksumUtil.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/util/ChecksumUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/ChecksumUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/DateUtil.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/util/DateUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/DateUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/EquivalenceUtil.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/util/EquivalenceUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/EquivalenceUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/ExternalizeUtil.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/util/ExternalizeUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/ExternalizeUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/FileUtil.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/util/FileUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/FileUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/FileUtils.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/util/FileUtils.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/FileUtils.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/HashCodeUtil.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/util/HashCodeUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/HashCodeUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/LRUCache.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/util/LRUCache.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/LRUCache.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/MetaMatrixExceptionUtil.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/util/MetaMatrixExceptionUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/MetaMatrixExceptionUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/MetaMatrixProductVersion.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/util/MetaMatrixProductVersion.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/MetaMatrixProductVersion.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/MixinProxy.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/util/MixinProxy.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/MixinProxy.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/ObjectConverterUtil.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/util/ObjectConverterUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/ObjectConverterUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/ReflectionHelper.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/util/ReflectionHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/ReflectionHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/ResourceNameUtil.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/util/ResourceNameUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/ResourceNameUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/Stopwatch.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/util/Stopwatch.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/Stopwatch.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/StringUtil.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/util/StringUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/StringUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,9 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ *
  * Copyright (c) 2000, 2008 IBM Corporation and others.
  * All rights reserved.
  * This code is made available under the terms of the Eclipse Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/StringUtilities.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/util/StringUtilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/StringUtilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/util/ZipFileUtil.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/util/ZipFileUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/util/ZipFileUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/vdb/ModelType.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/vdb/ModelType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/vdb/ModelType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/vdb/VDBStatus.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/vdb/VDBStatus.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/vdb/VDBStatus.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/core/vdb/VdbConstants.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/core/vdb/VdbConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/core/vdb/VdbConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/internal/core/log/BasePlatformLogWriter.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/internal/core/log/BasePlatformLogWriter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/internal/core/log/BasePlatformLogWriter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/internal/core/log/PlatformLimitSizeLogWriter.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/internal/core/log/PlatformLimitSizeLogWriter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/internal/core/log/PlatformLimitSizeLogWriter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/internal/core/log/PlatformLog.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/internal/core/log/PlatformLog.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/internal/core/log/PlatformLog.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/java/com/metamatrix/internal/core/log/PlatformLogWriter.java
===================================================================
--- trunk/common-core/src/main/java/com/metamatrix/internal/core/log/PlatformLogWriter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/java/com/metamatrix/internal/core/log/PlatformLogWriter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/resources/com/metamatrix/common/util/crypto/dh.properties
===================================================================
--- trunk/common-core/src/main/resources/com/metamatrix/common/util/crypto/dh.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/resources/com/metamatrix/common/util/crypto/dh.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/main/resources/com/metamatrix/core/i18n.properties
===================================================================
--- trunk/common-core/src/main/resources/com/metamatrix/core/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/main/resources/com/metamatrix/core/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/api/exception/TestMetaMatrixException.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/api/exception/TestMetaMatrixException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/api/exception/TestMetaMatrixException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/api/exception/TestMetaMatrixRuntimeException.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/api/exception/TestMetaMatrixRuntimeException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/api/exception/TestMetaMatrixRuntimeException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/classloader/TestNonDelegatingClassLoader.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/classloader/TestNonDelegatingClassLoader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/classloader/TestNonDelegatingClassLoader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/classloader/TestURLFilteringClassLoader.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/classloader/TestURLFilteringClassLoader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/classloader/TestURLFilteringClassLoader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/jdbc/TestSimplePooledConnectionSource.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/jdbc/TestSimplePooledConnectionSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/jdbc/TestSimplePooledConnectionSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008-2009 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/protocol/FakeVersion.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/protocol/FakeVersion.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/protocol/FakeVersion.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/protocol/TestClasspathURLHandler.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/protocol/TestClasspathURLHandler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/protocol/TestClasspathURLHandler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/protocol/TestMMFileURLHandler.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/protocol/TestMMFileURLHandler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/protocol/TestMMFileURLHandler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/protocol/TestURLHelper.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/protocol/TestURLHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/protocol/TestURLHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/types/TestBlobImpl.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/types/TestBlobImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/types/TestBlobImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/types/TestBlobValue.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/types/TestBlobValue.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/types/TestBlobValue.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/types/TestClobImpl.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/types/TestClobImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/types/TestClobImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/types/TestClobValue.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/types/TestClobValue.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/types/TestClobValue.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/types/TestDataTypeManager.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/types/TestDataTypeManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/types/TestDataTypeManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/types/TestSQLXMLImpl.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/types/TestSQLXMLImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/types/TestSQLXMLImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/types/TestXMLStreamSourceTranslator.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/types/TestXMLStreamSourceTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/types/TestXMLStreamSourceTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/types/TestXMLValue.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/types/TestXMLValue.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/types/TestXMLValue.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/types/basic/TestStringToXmlTransform.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/types/basic/TestStringToXmlTransform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/types/basic/TestStringToXmlTransform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/types/basic/TestTransforms.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/types/basic/TestTransforms.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/types/basic/TestTransforms.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/util/FakeInputStream.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/util/FakeInputStream.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/util/FakeInputStream.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/util/TestByteArrayHelper.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/util/TestByteArrayHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/util/TestByteArrayHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/util/TestNetUtils.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/util/TestNetUtils.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/util/TestNetUtils.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/util/TestPropertiesUtils.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/util/TestPropertiesUtils.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/util/TestPropertiesUtils.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/util/TestSqlUtil.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/util/TestSqlUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/util/TestSqlUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/util/TestTimestampWithTimezone.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/util/TestTimestampWithTimezone.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/util/TestTimestampWithTimezone.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/util/TestWSDLServletUtil.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/util/TestWSDLServletUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/util/TestWSDLServletUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/util/crypto/FakeCryptor.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/util/crypto/FakeCryptor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/util/crypto/FakeCryptor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/util/crypto/TestDhKeyGenerator.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/util/crypto/TestDhKeyGenerator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/util/crypto/TestDhKeyGenerator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/util/crypto/TestEncryptDecrypt.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/util/crypto/TestEncryptDecrypt.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/util/crypto/TestEncryptDecrypt.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/util/crypto/TestPasswordChangeUtility.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/util/crypto/TestPasswordChangeUtility.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/util/crypto/TestPasswordChangeUtility.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/common/util/exception/TestSQLExceptionUnroller.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/common/util/exception/TestSQLExceptionUnroller.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/common/util/exception/TestSQLExceptionUnroller.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/core/id/TestIDGenerator.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/core/id/TestIDGenerator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/id/TestIDGenerator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/core/id/TestParsedObjectID.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/core/id/TestParsedObjectID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/id/TestParsedObjectID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/core/id/TestParsingObjectIDs.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/core/id/TestParsingObjectIDs.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/id/TestParsingObjectIDs.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/core/id/TestUUID.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/core/id/TestUUID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/id/TestUUID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/core/id/TestUUIDFactory.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/core/id/TestUUIDFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/id/TestUUIDFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/core/id/TestUUIDFactoryWithoutCreation.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/core/id/TestUUIDFactoryWithoutCreation.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/id/TestUUIDFactoryWithoutCreation.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/core/log/SysOutLogger.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/core/log/SysOutLogger.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/log/SysOutLogger.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/core/util/SimpleMock.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/core/util/SimpleMock.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/util/SimpleMock.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/core/util/TestAssertion.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/core/util/TestAssertion.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/util/TestAssertion.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/core/util/TestEquivalenceUtil.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/core/util/TestEquivalenceUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/util/TestEquivalenceUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/core/util/TestExternalizeUtil.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/core/util/TestExternalizeUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/util/TestExternalizeUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/core/util/TestFileUtil.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/core/util/TestFileUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/util/TestFileUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/core/util/TestFileUtils.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/core/util/TestFileUtils.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/util/TestFileUtils.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/core/util/TestMetaMatrixExceptionUtil.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/core/util/TestMetaMatrixExceptionUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/util/TestMetaMatrixExceptionUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/core/util/TestReflectionHelper.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/core/util/TestReflectionHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/util/TestReflectionHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/core/util/TestResourceNameUtil.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/core/util/TestResourceNameUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/util/TestResourceNameUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/core/util/TestStringUtil.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/core/util/TestStringUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/util/TestStringUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/core/util/TestStringUtilities.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/core/util/TestStringUtilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/util/TestStringUtilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/core/util/TestZipFileUtil.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/core/util/TestZipFileUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/util/TestZipFileUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-core/src/test/java/com/metamatrix/core/util/UnitTestUtil.java
===================================================================
--- trunk/common-core/src/test/java/com/metamatrix/core/util/UnitTestUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-core/src/test/java/com/metamatrix/core/util/UnitTestUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/admin/AdminMessages.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/admin/AdminMessages.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/admin/AdminMessages.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/api/core/message/DefaultMessage.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/api/core/message/DefaultMessage.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/core/message/DefaultMessage.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/api/core/message/Message.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/api/core/message/Message.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/core/message/Message.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/api/core/message/MessageList.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/api/core/message/MessageList.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/core/message/MessageList.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/api/core/message/MessageTypes.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/api/core/message/MessageTypes.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/core/message/MessageTypes.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/EntityInfo.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/EntityInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/EntityInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/FeatureInfo.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/FeatureInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/FeatureInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/XMIConstants.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/XMIConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/XMIConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/XMIHeader.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/XMIHeader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/XMIHeader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/XMIReaderAdapter.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/XMIReaderAdapter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/core/xmi/XMIReaderAdapter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/AuthorizationException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/AuthorizationException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/AuthorizationException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/AuthorizationMgmtException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/AuthorizationMgmtException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/AuthorizationMgmtException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/InvalidPrincipalException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/InvalidPrincipalException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/InvalidPrincipalException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/InvalidUserException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/InvalidUserException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/InvalidUserException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/InvalidVDBException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/InvalidVDBException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/InvalidVDBException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/MembershipServiceException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/MembershipServiceException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/MembershipServiceException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/MetaMatrixAuthenticationException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/MetaMatrixAuthenticationException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/MetaMatrixAuthenticationException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/SessionServiceException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/SessionServiceException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/SessionServiceException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/UnsupportedCredentialException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/UnsupportedCredentialException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/exception/security/UnsupportedCredentialException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/api/exception/server/InvalidRequestIDException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/api/exception/server/InvalidRequestIDException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/api/exception/server/InvalidRequestIDException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/CommonPlugin.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/CommonPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/CommonPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions/AbstractObjectEditor.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/AbstractObjectEditor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/AbstractObjectEditor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions/ActionDefinition.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/ActionDefinition.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/ActionDefinition.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions/AddNamedObject.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/AddNamedObject.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/AddNamedObject.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions/AddObject.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/AddObject.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/AddObject.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions/AttributeDefinition.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/AttributeDefinition.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/AttributeDefinition.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions/BasicModificationActionQueue.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/BasicModificationActionQueue.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/BasicModificationActionQueue.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions/ClassDefinition.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/ClassDefinition.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/ClassDefinition.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions/CreateObject.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/CreateObject.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/CreateObject.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions/DestroyObject.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/DestroyObject.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/DestroyObject.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeBoolean.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeBoolean.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeBoolean.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeDouble.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeDouble.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeDouble.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeFloat.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeFloat.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeFloat.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeInt.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeInt.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeInt.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeLong.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeLong.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeLong.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeNamedObject.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeNamedObject.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeNamedObject.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeObject.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeObject.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeObject.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangePrimitive.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangePrimitive.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangePrimitive.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeShort.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeShort.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/ExchangeShort.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions/ModificationActionQueue.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/ModificationActionQueue.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/ModificationActionQueue.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions/ModificationException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/ModificationException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/ModificationException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions/NamedObjectActionDefinition.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/NamedObjectActionDefinition.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/NamedObjectActionDefinition.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions/ObjectEditor.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/ObjectEditor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/ObjectEditor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions/RemoveNamedObject.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/RemoveNamedObject.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/RemoveNamedObject.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions/RemoveObject.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/RemoveObject.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/RemoveObject.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions/StringLengthExceededException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/StringLengthExceededException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/StringLengthExceededException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/actions/TargetedActionDefinition.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/actions/TargetedActionDefinition.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/actions/TargetedActionDefinition.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/CurrentConfiguration.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/CurrentConfiguration.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/CurrentConfiguration.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/ResourceNames.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/ResourceNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/ResourceNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/StartupStateController.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/StartupStateController.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/StartupStateController.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/StartupStateException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/StartupStateException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/StartupStateException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/AuthenticationProvider.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/AuthenticationProvider.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/AuthenticationProvider.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/AuthenticationProviderID.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/AuthenticationProviderID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/AuthenticationProviderID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/AuthenticationProviderType.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/AuthenticationProviderType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/AuthenticationProviderType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentDefn.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentDefn.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentDefn.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentDefnID.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentDefnID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentDefnID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentObject.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentObject.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentObject.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentObjectID.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentObjectID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentObjectID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentType.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentTypeDefn.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentTypeDefn.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentTypeDefn.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentTypeDefnID.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentTypeDefnID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentTypeDefnID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentTypeID.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentTypeID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentTypeID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentTypePropDefn.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentTypePropDefn.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ComponentTypePropDefn.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Configuration.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Configuration.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Configuration.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConfigurationID.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConfigurationID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConfigurationID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConfigurationInfo.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConfigurationInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConfigurationInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConfigurationModelContainer.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConfigurationModelContainer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConfigurationModelContainer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConfigurationObjectEditor.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConfigurationObjectEditor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConfigurationObjectEditor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConnectorArchive.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConnectorArchive.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConnectorArchive.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConnectorBinding.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConnectorBinding.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConnectorBinding.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConnectorBindingID.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConnectorBindingID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConnectorBindingID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConnectorBindingType.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConnectorBindingType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ConnectorBindingType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/DeployedComponent.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/DeployedComponent.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/DeployedComponent.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/DeployedComponentID.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/DeployedComponentID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/DeployedComponentID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ExtensionModule.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ExtensionModule.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ExtensionModule.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Host.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Host.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/Host.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/HostID.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/HostID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/HostID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/HostType.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/HostType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/HostType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/IndexingServiceComponentType.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/IndexingServiceComponentType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/IndexingServiceComponentType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/LockedConfigurationID.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/LockedConfigurationID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/LockedConfigurationID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ProductServiceConfig.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ProductServiceConfig.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ProductServiceConfig.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ProductServiceConfigComponentType.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ProductServiceConfigComponentType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ProductServiceConfigComponentType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ProductServiceConfigID.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ProductServiceConfigID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ProductServiceConfigID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ProductType.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ProductType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ProductType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ProductTypeID.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ProductTypeID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ProductTypeID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/PropDefnAllowedValue.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/PropDefnAllowedValue.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/PropDefnAllowedValue.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/PropDefnAllowedValueID.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/PropDefnAllowedValueID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/PropDefnAllowedValueID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ReleaseInfo.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ReleaseInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ReleaseInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ResourceComponentType.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ResourceComponentType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ResourceComponentType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ResourceDescriptor.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ResourceDescriptor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ResourceDescriptor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ResourceDescriptorID.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ResourceDescriptorID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ResourceDescriptorID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ResourceModel.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ResourceModel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ResourceModel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/RuntimeMetadataServiceComponentType.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/RuntimeMetadataServiceComponentType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/RuntimeMetadataServiceComponentType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/SearchbaseConnectorComponentType.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/SearchbaseConnectorComponentType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/SearchbaseConnectorComponentType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ServiceComponentDefn.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ServiceComponentDefn.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ServiceComponentDefn.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ServiceComponentDefnID.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ServiceComponentDefnID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ServiceComponentDefnID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ServiceComponentType.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ServiceComponentType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/ServiceComponentType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/SharedResource.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/SharedResource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/SharedResource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/SharedResourceID.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/SharedResourceID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/SharedResourceID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/VMComponentDefn.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/VMComponentDefn.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/VMComponentDefn.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/VMComponentDefnID.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/VMComponentDefnID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/VMComponentDefnID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/VMComponentDefnType.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/VMComponentDefnType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/VMComponentDefnType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/ConfigurationConnectionException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/ConfigurationConnectionException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/ConfigurationConnectionException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/ConfigurationException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/ConfigurationException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/ConfigurationException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/ConfigurationLockException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/ConfigurationLockException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/ConfigurationLockException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/DuplicateComponentException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/DuplicateComponentException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/DuplicateComponentException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidArgumentException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidArgumentException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidArgumentException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidComponentException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidComponentException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidComponentException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidComponentIDCharacterException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidComponentIDCharacterException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidComponentIDCharacterException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidComponentIDFormatException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidComponentIDFormatException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidComponentIDFormatException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidConfigurationException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidConfigurationException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidConfigurationException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidDeployedComponentException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidDeployedComponentException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidDeployedComponentException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidNameException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidNameException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidNameException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidPropertyValueException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidPropertyValueException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidPropertyValueException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidStringValueException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidStringValueException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidStringValueException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidVersionException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidVersionException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/InvalidVersionException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/ZeroLengthComponentIDException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/ZeroLengthComponentIDException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/api/exceptions/ZeroLengthComponentIDException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicAuthenticationProvider.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicAuthenticationProvider.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicAuthenticationProvider.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicAuthenticationProviderType.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicAuthenticationProviderType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicAuthenticationProviderType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicComponentDefn.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicComponentDefn.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicComponentDefn.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicComponentObject.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicComponentObject.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicComponentObject.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicComponentType.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicComponentType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicComponentType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicComponentTypeDefn.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicComponentTypeDefn.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicComponentTypeDefn.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicConfiguration.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicConfiguration.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicConfiguration.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicConfigurationInfo.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicConfigurationInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicConfigurationInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicConfigurationObjectEditor.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicConfigurationObjectEditor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicConfigurationObjectEditor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicConnectorArchive.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicConnectorArchive.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicConnectorArchive.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicConnectorBinding.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicConnectorBinding.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicConnectorBinding.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicConnectorBindingType.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicConnectorBindingType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicConnectorBindingType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicDeployedComponent.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicDeployedComponent.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicDeployedComponent.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicExtensionModule.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicExtensionModule.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicExtensionModule.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicHost.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicHost.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicHost.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicHostType.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicHostType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicHostType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicProductServiceConfig.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicProductServiceConfig.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicProductServiceConfig.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicProductServiceConfigType.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicProductServiceConfigType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicProductServiceConfigType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicProductType.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicProductType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicProductType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicPropDefnAllowedValue.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicPropDefnAllowedValue.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicPropDefnAllowedValue.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicResourceComponentType.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicResourceComponentType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicResourceComponentType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicResourceDescriptor.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicResourceDescriptor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicResourceDescriptor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicServiceComponentDefn.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicServiceComponentDefn.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicServiceComponentDefn.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicServiceComponentType.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicServiceComponentType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicServiceComponentType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicSharedResource.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicSharedResource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicSharedResource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicUtil.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicVMComponentDefn.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicVMComponentDefn.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicVMComponentDefn.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicVMComponentDefnType.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicVMComponentDefnType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/BasicVMComponentDefnType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/ComponentCryptoUtil.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/ComponentCryptoUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/ComponentCryptoUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/ConfigurationModel.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/ConfigurationModel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/ConfigurationModel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/ConfigurationModelContainerAdapter.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/ConfigurationModelContainerAdapter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/ConfigurationModelContainerAdapter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/ConfigurationModelContainerImpl.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/ConfigurationModelContainerImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/ConfigurationModelContainerImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/ConfigurationObjectEditorHelper.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/ConfigurationObjectEditorHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/ConfigurationObjectEditorHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/ConfigurationVisitor.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/ConfigurationVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/ConfigurationVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/model/PropertyValidations.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/model/PropertyValidations.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/model/PropertyValidations.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/reader/CurrentConfigurationReader.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/reader/CurrentConfigurationReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/reader/CurrentConfigurationReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/reader/PropertiesConfigurationReader.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/reader/PropertiesConfigurationReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/reader/PropertiesConfigurationReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/util/ConfigObjectsNotResolvableException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/util/ConfigObjectsNotResolvableException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/util/ConfigObjectsNotResolvableException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/util/ConfigUtil.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/util/ConfigUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/util/ConfigUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/util/ConfigurationImportExportUtility.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/util/ConfigurationImportExportUtility.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/util/ConfigurationImportExportUtility.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/util/ConfigurationPropertyNames.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/util/ConfigurationPropertyNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/util/ConfigurationPropertyNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/util/InvalidConfigurationElementException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/util/InvalidConfigurationElementException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/util/InvalidConfigurationElementException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/ConnectorArchiveImportExportUtility.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/ConnectorArchiveImportExportUtility.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/ConnectorArchiveImportExportUtility.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLConfig_42_ElementNames.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLConfig_42_ElementNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLConfig_42_ElementNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLConfig_42_HelperImpl.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLConfig_42_HelperImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLConfig_42_HelperImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLConfig_42_ImportExportUtility.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLConfig_42_ImportExportUtility.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLConfig_42_ImportExportUtility.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLConfig_42_Visitor.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLConfig_42_Visitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLConfig_42_Visitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLConfig_Base_ImportExportUtility.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLConfig_Base_ImportExportUtility.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLConfig_Base_ImportExportUtility.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLConfigurationImportExportUtility.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLConfigurationImportExportUtility.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLConfigurationImportExportUtility.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLElementNames.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLElementNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLElementNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLHelper.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLHelperImpl.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLHelperImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLHelperImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLHelperUtil.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLHelperUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/config/xml/XMLHelperUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodule/ExtensionModuleDescriptor.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodule/ExtensionModuleDescriptor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodule/ExtensionModuleDescriptor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodule/exception/DuplicateExtensionModuleException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodule/exception/DuplicateExtensionModuleException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodule/exception/DuplicateExtensionModuleException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodule/exception/ExtensionModuleException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodule/exception/ExtensionModuleException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodule/exception/ExtensionModuleException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodule/exception/ExtensionModuleNotFoundException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodule/exception/ExtensionModuleNotFoundException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodule/exception/ExtensionModuleNotFoundException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodule/exception/ExtensionModuleOrderingException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodule/exception/ExtensionModuleOrderingException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodule/exception/ExtensionModuleOrderingException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodule/exception/ExtensionModuleRuntimeException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodule/exception/ExtensionModuleRuntimeException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodule/exception/ExtensionModuleRuntimeException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodule/exception/InvalidExtensionModuleTypeException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodule/exception/InvalidExtensionModuleTypeException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/extensionmodule/exception/InvalidExtensionModuleTypeException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/id/TransactionID.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/id/TransactionID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/id/TransactionID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/id/TransactionIDFactory.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/id/TransactionIDFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/id/TransactionIDFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/log/LogConfiguration.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/LogConfiguration.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/LogConfiguration.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/log/LogManager.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/LogManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/LogManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/log/config/BasicLogConfiguration.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/config/BasicLogConfiguration.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/config/BasicLogConfiguration.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/log/config/DefaultLogConfigurationFactory.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/config/DefaultLogConfigurationFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/config/DefaultLogConfigurationFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/log/config/LogConfigurationException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/config/LogConfigurationException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/config/LogConfigurationException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/log/config/LogConfigurationFactory.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/config/LogConfigurationFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/config/LogConfigurationFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/log/format/DelimitedLogMessageFormat.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/format/DelimitedLogMessageFormat.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/format/DelimitedLogMessageFormat.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/log/format/LogMessageFormat.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/format/LogMessageFormat.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/format/LogMessageFormat.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/log/reader/LogEntry.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/reader/LogEntry.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/reader/LogEntry.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/log/reader/LogEntryPropertyNames.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/reader/LogEntryPropertyNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/reader/LogEntryPropertyNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/log/reader/LogReader.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/log/reader/LogReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/log/reader/LogReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/namedobject/BaseID.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/namedobject/BaseID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/namedobject/BaseID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/namedobject/BaseObject.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/namedobject/BaseObject.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/namedobject/BaseObject.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/namedobject/BasicObject.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/namedobject/BasicObject.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/namedobject/BasicObject.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/namedobject/IDVerifier.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/namedobject/IDVerifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/namedobject/IDVerifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/ConfigurationPropertyObjDisplayComparator.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/ConfigurationPropertyObjDisplayComparator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/ConfigurationPropertyObjDisplayComparator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/DefaultPropertyAccessPolicy.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/DefaultPropertyAccessPolicy.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/DefaultPropertyAccessPolicy.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/DefaultPropertyDefinitionFilter.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/DefaultPropertyDefinitionFilter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/DefaultPropertyDefinitionFilter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/Multiplicity.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/Multiplicity.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/Multiplicity.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/MultiplicityExpressionException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/MultiplicityExpressionException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/MultiplicityExpressionException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/MultiplicityPool.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/MultiplicityPool.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/MultiplicityPool.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/ObjectDefinition.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/ObjectDefinition.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/ObjectDefinition.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/ObjectDefinitionDisplayNameComparator.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/ObjectDefinitionDisplayNameComparator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/ObjectDefinitionDisplayNameComparator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/ObjectDefinitionFactory.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/ObjectDefinitionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/ObjectDefinitionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/ObjectDefinitionImpl.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/ObjectDefinitionImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/ObjectDefinitionImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/ObjectDefinitionImplFactory.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/ObjectDefinitionImplFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/ObjectDefinitionImplFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertiedObject.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertiedObject.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertiedObject.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertiedObjectEditor.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertiedObjectEditor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertiedObjectEditor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertiedObjectEditorImpl.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertiedObjectEditorImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertiedObjectEditorImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertiedObjectImpl.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertiedObjectImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertiedObjectImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertiedObjectView.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertiedObjectView.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertiedObjectView.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertiedObjectsEditor.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertiedObjectsEditor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertiedObjectsEditor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertiedObjectsEditorImpl.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertiedObjectsEditorImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertiedObjectsEditorImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyAccessPolicy.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyAccessPolicy.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyAccessPolicy.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyAccessPolicyImpl.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyAccessPolicyImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyAccessPolicyImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyDefinition.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyDefinition.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyDefinition.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyDefinitionFilter.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyDefinitionFilter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyDefinitionFilter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyDefinitionGroup.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyDefinitionGroup.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyDefinitionGroup.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyDefinitionImpl.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyDefinitionImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyDefinitionImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyDefinitionImplFactory.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyDefinitionImplFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyDefinitionImplFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyType.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyTypeValidator.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyTypeValidator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/PropertyTypeValidator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/object/StandardPropertyTypeValidator.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/object/StandardPropertyTypeValidator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/object/StandardPropertyTypeValidator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/queue/WorkerPool.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/queue/WorkerPool.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/queue/WorkerPool.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/queue/WorkerPoolFactory.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/queue/WorkerPoolFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/queue/WorkerPoolFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/queue/WorkerPoolStats.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/queue/WorkerPoolStats.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/queue/WorkerPoolStats.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/transaction/TransactionException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/transaction/TransactionException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/transaction/TransactionException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/transaction/TransactionNotSupportedException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/transaction/TransactionNotSupportedException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/transaction/TransactionNotSupportedException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/transaction/TransactionStatus.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/transaction/TransactionStatus.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/transaction/TransactionStatus.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/transaction/UserTransaction.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/transaction/UserTransaction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/transaction/UserTransaction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/transaction/UserTransactionFactory.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/transaction/UserTransactionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/transaction/UserTransactionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/transaction/manager/SimpleUserTransaction.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/transaction/manager/SimpleUserTransaction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/transaction/manager/SimpleUserTransaction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/transaction/manager/SimpleUserTransactionFactory.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/transaction/manager/SimpleUserTransactionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/transaction/manager/SimpleUserTransactionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/AbstractTreeView.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/AbstractTreeView.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/AbstractTreeView.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/ChildRules.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/ChildRules.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/ChildRules.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/DefaultChildRules.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/DefaultChildRules.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/DefaultChildRules.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/PassThroughTreeNodeFilter.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/PassThroughTreeNodeFilter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/PassThroughTreeNodeFilter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/RuledTreeViewImpl.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/RuledTreeViewImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/RuledTreeViewImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNode.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeComparator.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeComparator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeComparator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeEditor.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeEditor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeEditor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeFilter.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeFilter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeFilter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeIterator.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeIterator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeIterator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeIteratorWithStack.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeIteratorWithStack.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeIteratorWithStack.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeNameComparator.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeNameComparator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeNameComparator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodePathComparator.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodePathComparator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodePathComparator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodePropertyComparator.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodePropertyComparator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodePropertyComparator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeSource.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeNodeSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeView.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeView.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/TreeView.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/BasicTreeNode.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/BasicTreeNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/BasicTreeNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/BasicTreeNodeEditor.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/BasicTreeNodeEditor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/BasicTreeNodeEditor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/BasicTreeNodeIterator.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/BasicTreeNodeIterator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/BasicTreeNodeIterator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/BasicTreeNodeSource.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/BasicTreeNodeSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/BasicTreeNodeSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/BasicTreeView.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/BasicTreeView.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/basic/BasicTreeView.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/DirectoryEntry.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/DirectoryEntry.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/DirectoryEntry.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/DirectoryEntryEditor.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/DirectoryEntryEditor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/DirectoryEntryEditor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/DirectoryEntryFilter.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/DirectoryEntryFilter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/DirectoryEntryFilter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/DirectoryEntryNameAndTypeComparator.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/DirectoryEntryNameAndTypeComparator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/DirectoryEntryNameAndTypeComparator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/DirectoryEntryView.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/DirectoryEntryView.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/DirectoryEntryView.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FileDefinition.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FileDefinition.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FileDefinition.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FileDefinitionImpl.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FileDefinitionImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FileDefinitionImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FileSystemEntry.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FileSystemEntry.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FileSystemEntry.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FileSystemEntryEditor.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FileSystemEntryEditor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FileSystemEntryEditor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FileSystemFilter.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FileSystemFilter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FileSystemFilter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FileSystemView.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FileSystemView.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FileSystemView.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FolderDefinition.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FolderDefinition.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FolderDefinition.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FolderDefinitionImpl.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FolderDefinitionImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FolderDefinitionImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FolderOnlyFilter.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FolderOnlyFilter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/FolderOnlyFilter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/PassThroughDirectoryEntryFilter.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/PassThroughDirectoryEntryFilter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/PassThroughDirectoryEntryFilter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/PlatformAwareFilePermission.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/PlatformAwareFilePermission.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/PlatformAwareFilePermission.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/PreviewableDirectoryEntry.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/PreviewableDirectoryEntry.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/PreviewableDirectoryEntry.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/RuledDirectoryEntryViewImpl.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/RuledDirectoryEntryViewImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/tree/directory/RuledDirectoryEntryViewImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/util/CommonPropertyNames.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/util/CommonPropertyNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/util/CommonPropertyNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/util/ErrorMessageKeys.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/util/ErrorMessageKeys.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/util/ErrorMessageKeys.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/util/Intervals.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/util/Intervals.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/util/Intervals.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/util/LogCommonConstants.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/util/LogCommonConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/util/LogCommonConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/util/LogContextsUtil.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/util/LogContextsUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/util/LogContextsUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/util/MultipleRequestConfirmation.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/util/MultipleRequestConfirmation.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/util/MultipleRequestConfirmation.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/util/OSPlatformUtil.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/util/OSPlatformUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/util/OSPlatformUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/util/Permutation.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/util/Permutation.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/util/Permutation.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/util/VDBNameValidator.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/util/VDBNameValidator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/util/VDBNameValidator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/util/VMNaming.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/util/VMNaming.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/util/VMNaming.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/util/crypto/keymanage/FilePasswordConverter.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/util/crypto/keymanage/FilePasswordConverter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/util/crypto/keymanage/FilePasswordConverter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/DEFReaderWriter.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/DEFReaderWriter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/DEFReaderWriter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/Manifest.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/Manifest.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/Manifest.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/ModelInfo.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/ModelInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/ModelInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/SystemVdbUtility.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/SystemVdbUtility.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/SystemVdbUtility.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBArchive.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBArchive.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBArchive.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBDefn.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBDefn.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBDefn.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBFile.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBFile.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBFile.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBInfo.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBStream.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBStream.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBStream.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBStreamImpl.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBStreamImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/vdb/api/VDBStreamImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/xa/TransactionID.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/xa/TransactionID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/xa/TransactionID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/xml/XMLReaderWriter.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/xml/XMLReaderWriter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/xml/XMLReaderWriter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/xml/XMLReaderWriterImpl.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/xml/XMLReaderWriterImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/xml/XMLReaderWriterImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/xml/XPathUtil.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/xml/XPathUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/xml/XPathUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/xml/XmlUtil.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/xml/XmlUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/xml/XmlUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/xml/xmi/XMIContentHandler.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/xml/xmi/XMIContentHandler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/xml/xmi/XMIContentHandler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/common/xml/xmi/XMIHeaderContentHandler.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/common/xml/xmi/XMIHeaderContentHandler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/common/xml/xmi/XMIHeaderContentHandler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/core/event/AbstractEventBroker.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/core/event/AbstractEventBroker.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/core/event/AbstractEventBroker.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/core/event/AbstractEventSource.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/core/event/AbstractEventSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/core/event/AbstractEventSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/core/event/AsynchEventBroker.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/core/event/AsynchEventBroker.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/core/event/AsynchEventBroker.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/core/event/EventBroker.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/core/event/EventBroker.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/core/event/EventBroker.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/core/event/EventBrokerException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/core/event/EventBrokerException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/core/event/EventBrokerException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/core/event/EventManager.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/core/event/EventManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/core/event/EventManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/core/event/EventObjectListener.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/core/event/EventObjectListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/core/event/EventObjectListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/core/event/EventSource.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/core/event/EventSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/core/event/EventSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/core/event/EventSourceException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/core/event/EventSourceException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/core/event/EventSourceException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/core/event/TargetableEvent.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/core/event/TargetableEvent.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/core/event/TargetableEvent.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/core/util/TempDirectory.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/core/util/TempDirectory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/core/util/TempDirectory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/core/util/TempDirectoryMonitor.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/core/util/TempDirectoryMonitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/core/util/TempDirectoryMonitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/core/xml/CoreXmlPlugin.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/core/xml/CoreXmlPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/core/xml/CoreXmlPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/JdomHelper.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/JdomHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/JdomHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/SAXBuilderHelper.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/SAXBuilderHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/SAXBuilderHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/XPathHelper.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/XPathHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/XPathHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vdb/TerminatingVdbHeaderContentHandler.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vdb/TerminatingVdbHeaderContentHandler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vdb/TerminatingVdbHeaderContentHandler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vdb/VdbHeader.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vdb/VdbHeader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vdb/VdbHeader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vdb/VdbHeaderReader.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vdb/VdbHeaderReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vdb/VdbHeaderReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vdb/VdbModelInfo.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vdb/VdbModelInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vdb/VdbModelInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vdb/VdbNonModelInfo.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vdb/VdbNonModelInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/vdb/VdbNonModelInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xmi/ModelImportInfo.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xmi/ModelImportInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xmi/ModelImportInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xmi/TerminatingXMIHeaderContentHandler.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xmi/TerminatingXMIHeaderContentHandler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xmi/TerminatingXMIHeaderContentHandler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xmi/XMIHeader.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xmi/XMIHeader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xmi/XMIHeader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xmi/XMIHeaderReader.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xmi/XMIHeaderReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xmi/XMIHeaderReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xsd/TerminatingXsdHeaderContentHandler.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xsd/TerminatingXsdHeaderContentHandler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xsd/TerminatingXsdHeaderContentHandler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xsd/XsdHeader.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xsd/XsdHeader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xsd/XsdHeader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xsd/XsdHeaderReader.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xsd/XsdHeaderReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/internal/core/xml/xsd/XsdHeaderReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/api/MetadataID.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/api/MetadataID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/api/MetadataID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/api/MetadataObject.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/api/MetadataObject.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/api/MetadataObject.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/api/VirtualDatabase.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/api/VirtualDatabase.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/api/VirtualDatabase.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/api/VirtualDatabaseID.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/api/VirtualDatabaseID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/api/VirtualDatabaseID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/exception/VirtualDatabaseException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/exception/VirtualDatabaseException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/metadata/runtime/exception/VirtualDatabaseException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/AuthorizationAdminAPI.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/AuthorizationAdminAPI.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/AuthorizationAdminAPI.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/AuthorizationEditor.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/AuthorizationEditor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/AuthorizationEditor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/ConfigurationAdminAPI.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/ConfigurationAdminAPI.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/ConfigurationAdminAPI.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/EntitlementMigrationReport.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/EntitlementMigrationReport.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/EntitlementMigrationReport.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/ExtensionSourceAdminAPI.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/ExtensionSourceAdminAPI.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/ExtensionSourceAdminAPI.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/MembershipAdminAPI.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/MembershipAdminAPI.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/MembershipAdminAPI.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/PermissionDataNode.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/PermissionDataNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/PermissionDataNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/PermissionDataNodeDefinition.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/PermissionDataNodeDefinition.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/PermissionDataNodeDefinition.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/PermissionDataNodeTreeView.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/PermissionDataNodeTreeView.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/PermissionDataNodeTreeView.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/PermissionNode.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/PermissionNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/PermissionNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/PermissionTreeView.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/PermissionTreeView.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/PermissionTreeView.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/PlatformAdminLogConstants.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/PlatformAdminLogConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/PlatformAdminLogConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/RuntimeStateAdminAPI.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/RuntimeStateAdminAPI.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/RuntimeStateAdminAPI.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/RuntimeStateChangeEvent.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/RuntimeStateChangeEvent.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/RuntimeStateChangeEvent.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/SessionAdminAPI.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/SessionAdminAPI.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/SessionAdminAPI.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/SubSystemAdminAPI.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/SubSystemAdminAPI.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/SubSystemAdminAPI.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/exception/MetaMatrixAdminException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/exception/MetaMatrixAdminException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/exception/MetaMatrixAdminException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/exception/PermissionNodeException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/exception/PermissionNodeException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/exception/PermissionNodeException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/exception/PermissionNodeNotActionableException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/exception/PermissionNodeNotActionableException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/exception/PermissionNodeNotActionableException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/exception/PermissionNodeNotFoundException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/exception/PermissionNodeNotFoundException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/exception/PermissionNodeNotFoundException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/exception/ProductNotRegisteredException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/exception/ProductNotRegisteredException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/exception/ProductNotRegisteredException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/exception/UnknownProductOrSubsystemException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/exception/UnknownProductOrSubsystemException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/exception/UnknownProductOrSubsystemException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/runtime/ComponentData.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/runtime/ComponentData.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/runtime/ComponentData.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/runtime/HostData.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/runtime/HostData.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/runtime/HostData.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/runtime/PSCData.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/runtime/PSCData.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/runtime/PSCData.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/runtime/ProcessData.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/runtime/ProcessData.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/runtime/ProcessData.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/runtime/PscID.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/runtime/PscID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/runtime/PscID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/runtime/ServiceData.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/runtime/ServiceData.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/runtime/ServiceData.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/runtime/SystemState.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/runtime/SystemState.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/api/runtime/SystemState.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/apiimpl/PermissionDataNodeDefinitionImpl.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/apiimpl/PermissionDataNodeDefinitionImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/apiimpl/PermissionDataNodeDefinitionImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/apiimpl/PermissionDataNodeImpl.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/apiimpl/PermissionDataNodeImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/apiimpl/PermissionDataNodeImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/admin/apiimpl/PermissionDataNodeTreeViewImpl.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/admin/apiimpl/PermissionDataNodeTreeViewImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/admin/apiimpl/PermissionDataNodeTreeViewImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AbstractAuthorizationObjectEditor.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AbstractAuthorizationObjectEditor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AbstractAuthorizationObjectEditor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationActions.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationActions.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationActions.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationModel.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationModel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationModel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationObjectEditor.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationObjectEditor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationObjectEditor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationPermission.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationPermission.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationPermission.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationPermissionFactory.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationPermissionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationPermissionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationPermissions.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationPermissions.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationPermissions.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationPermissionsImpl.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationPermissionsImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationPermissionsImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationPolicy.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationPolicy.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationPolicy.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationPolicyFactory.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationPolicyFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationPolicyFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationPolicyID.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationPolicyID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationPolicyID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationRealm.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationRealm.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationRealm.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationResource.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationResource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/AuthorizationResource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/BasicAuthorizationPermission.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/BasicAuthorizationPermission.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/BasicAuthorizationPermission.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/BasicAuthorizationPermissionFactory.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/BasicAuthorizationPermissionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/BasicAuthorizationPermissionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/Credentials.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/Credentials.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/Credentials.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/DataAccessResource.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/DataAccessResource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/DataAccessResource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/GranteeEntitlementEntry.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/GranteeEntitlementEntry.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/GranteeEntitlementEntry.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/SecurityMessagesKeys.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/SecurityMessagesKeys.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/SecurityMessagesKeys.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/SecurityPlugin.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/SecurityPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/SecurityPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/StandardAuthorizationActions.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/StandardAuthorizationActions.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/api/StandardAuthorizationActions.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/security/util/LogSecurityConstants.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/util/LogSecurityConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/util/LogSecurityConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/security/util/RolePermission.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/util/RolePermission.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/util/RolePermission.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/security/util/RolePermissionFactory.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/security/util/RolePermissionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/security/util/RolePermissionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/service/api/ServiceID.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/service/api/ServiceID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/service/api/ServiceID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/service/api/ServiceState.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/service/api/ServiceState.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/service/api/ServiceState.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/vm/controller/SocketListenerStats.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/vm/controller/SocketListenerStats.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/vm/controller/SocketListenerStats.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/vm/controller/VMControllerID.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/vm/controller/VMControllerID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/vm/controller/VMControllerID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/platform/vm/controller/VMStatistics.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/platform/vm/controller/VMStatistics.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/platform/vm/controller/VMStatistics.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/server/admin/api/MaterializationLoadScripts.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/server/admin/api/MaterializationLoadScripts.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/server/admin/api/MaterializationLoadScripts.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/server/admin/api/QueryAdminAPI.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/server/admin/api/QueryAdminAPI.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/server/admin/api/QueryAdminAPI.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/server/admin/api/RuntimeMetadataAdminAPI.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/server/admin/api/RuntimeMetadataAdminAPI.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/server/admin/api/RuntimeMetadataAdminAPI.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/server/admin/api/TransactionAdminAPI.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/server/admin/api/TransactionAdminAPI.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/server/admin/api/TransactionAdminAPI.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/server/admin/apiimpl/MaterializationLoadScriptsImpl.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/server/admin/apiimpl/MaterializationLoadScriptsImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/server/admin/apiimpl/MaterializationLoadScriptsImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/edit/loader/VdbProcessingException.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/edit/loader/VdbProcessingException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/edit/loader/VdbProcessingException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/DatabaseDialect.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/DatabaseDialect.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/DatabaseDialect.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/MaterializedViewScriptGenerator.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/MaterializedViewScriptGenerator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/MaterializedViewScriptGenerator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/MaterializedViewScriptGeneratorImpl.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/MaterializedViewScriptGeneratorImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/MaterializedViewScriptGeneratorImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/ScriptDecorator.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/ScriptDecorator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/ScriptDecorator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/ScriptType.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/ScriptType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/ScriptType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/template/ExpandedTemplate.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/template/ExpandedTemplate.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/template/ExpandedTemplate.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/template/MaterializedViewConnectionData.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/template/MaterializedViewConnectionData.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/template/MaterializedViewConnectionData.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/template/MaterializedViewData.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/template/MaterializedViewData.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/template/MaterializedViewData.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/template/Template.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/template/Template.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/template/Template.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/template/TemplateData.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/template/TemplateData.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/template/TemplateData.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/template/TemplateExpander.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/template/TemplateExpander.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/materialization/template/TemplateExpander.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/BasicModelInfo.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/BasicModelInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/BasicModelInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/BasicURIModelResource.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/BasicURIModelResource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/BasicURIModelResource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/BasicVDBDefn.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/BasicVDBDefn.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/BasicVDBDefn.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/BasicVDBInfo.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/BasicVDBInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/BasicVDBInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/URIModelResource.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/URIModelResource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/URIModelResource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/URIResource.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/URIResource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/URIResource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/URIResourceReader.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/URIResourceReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/URIResourceReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/VDBKey.java
===================================================================
--- trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/VDBKey.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/java/com/metamatrix/vdb/runtime/VDBKey.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/resources/com/metamatrix/common/config/api/resourcetypemodel.xml
===================================================================
--- trunk/common-internal/src/main/resources/com/metamatrix/common/config/api/resourcetypemodel.xml	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/resources/com/metamatrix/common/config/api/resourcetypemodel.xml	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.	
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.	
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/resources/com/metamatrix/common/i18n.properties
===================================================================
--- trunk/common-internal/src/main/resources/com/metamatrix/common/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/resources/com/metamatrix/common/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/resources/com/metamatrix/common/properties/text.properties
===================================================================
--- trunk/common-internal/src/main/resources/com/metamatrix/common/properties/text.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/resources/com/metamatrix/common/properties/text.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/resources/com/metamatrix/core/xml/i18n.properties
===================================================================
--- trunk/common-internal/src/main/resources/com/metamatrix/core/xml/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/resources/com/metamatrix/core/xml/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/resources/com/metamatrix/platform/security/api/authorizations.xsd
===================================================================
--- trunk/common-internal/src/main/resources/com/metamatrix/platform/security/api/authorizations.xsd	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/resources/com/metamatrix/platform/security/api/authorizations.xsd	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/resources/com/metamatrix/platform/security/api/i18n.properties
===================================================================
--- trunk/common-internal/src/main/resources/com/metamatrix/platform/security/api/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/resources/com/metamatrix/platform/security/api/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/main/resources/com/metamatrix/vdb/runtime/uriprimarymodeltypes.xml
===================================================================
--- trunk/common-internal/src/main/resources/com/metamatrix/vdb/runtime/uriprimarymodeltypes.xml	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/main/resources/com/metamatrix/vdb/runtime/uriprimarymodeltypes.xml	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/common/config/connector/ConnectorBindingCreationTest.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/common/config/connector/ConnectorBindingCreationTest.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/common/config/connector/ConnectorBindingCreationTest.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/common/config/model/TestComponentCryptoUtil.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/common/config/model/TestComponentCryptoUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/common/config/model/TestComponentCryptoUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/common/config/model/TestPropertyValidation.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/common/config/model/TestPropertyValidation.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/common/config/model/TestPropertyValidation.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/common/config/xml/TestXMLConfigurationImportExportUtility.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/common/config/xml/TestXMLConfigurationImportExportUtility.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/common/config/xml/TestXMLConfigurationImportExportUtility.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/common/log/TestLogManager.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/common/log/TestLogManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/common/log/TestLogManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/common/log/format/TestLogMessageFormat.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/common/log/format/TestLogMessageFormat.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/common/log/format/TestLogMessageFormat.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/common/queue/FakeWorkItem.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/common/queue/FakeWorkItem.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/common/queue/FakeWorkItem.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/common/queue/TestQueueWorkerPool.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/common/queue/TestQueueWorkerPool.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/common/queue/TestQueueWorkerPool.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/common/tree/directory/FileSystemTestUtil.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/common/tree/directory/FileSystemTestUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/common/tree/directory/FileSystemTestUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/common/tree/directory/TestFileSystemEntry.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/common/tree/directory/TestFileSystemEntry.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/common/tree/directory/TestFileSystemEntry.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/common/tree/directory/TestFileSystemEntryEditor.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/common/tree/directory/TestFileSystemEntryEditor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/common/tree/directory/TestFileSystemEntryEditor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/common/tree/directory/TestFileSystemView.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/common/tree/directory/TestFileSystemView.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/common/tree/directory/TestFileSystemView.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/common/util/TestIntervals.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/common/util/TestIntervals.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/common/util/TestIntervals.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/common/util/TestPermutation.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/common/util/TestPermutation.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/common/util/TestPermutation.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/common/util/TestVDBNameValidator.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/common/util/TestVDBNameValidator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/common/util/TestVDBNameValidator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/common/util/crypto/keymanage/TestFilePasswordConverter.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/common/util/crypto/keymanage/TestFilePasswordConverter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/common/util/crypto/keymanage/TestFilePasswordConverter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/common/vdb/api/TestDEFReaderWriter.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/common/vdb/api/TestDEFReaderWriter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/common/vdb/api/TestDEFReaderWriter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/common/vdb/api/TestManifest.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/common/vdb/api/TestManifest.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/common/vdb/api/TestManifest.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/common/vdb/api/TestVDBArchive.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/common/vdb/api/TestVDBArchive.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/common/vdb/api/TestVDBArchive.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/common/xml/TestXmlUtil.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/common/xml/TestXmlUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/common/xml/TestXmlUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/core/util/TestTempDirectory.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/core/util/TestTempDirectory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/core/util/TestTempDirectory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/internal/core/xml/TestJdomHelper.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/internal/core/xml/TestJdomHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/internal/core/xml/TestJdomHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/internal/core/xml/TestXPathHelper.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/internal/core/xml/TestXPathHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/internal/core/xml/TestXPathHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/internal/core/xml/vdb/TestVdbHeaderReader.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/internal/core/xml/vdb/TestVdbHeaderReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/internal/core/xml/vdb/TestVdbHeaderReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/internal/core/xml/xmi/TestXMIHeaderReader.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/internal/core/xml/xmi/TestXMIHeaderReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/internal/core/xml/xmi/TestXMIHeaderReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/internal/core/xml/xsd/TestXsdHeaderReader.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/internal/core/xml/xsd/TestXsdHeaderReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/internal/core/xml/xsd/TestXsdHeaderReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/vdb/edit/materialization/TestGenerateScripts.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/vdb/edit/materialization/TestGenerateScripts.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/vdb/edit/materialization/TestGenerateScripts.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/vdb/edit/materialization/TestMaterializedViewScriptGenerator.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/vdb/edit/materialization/TestMaterializedViewScriptGenerator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/vdb/edit/materialization/TestMaterializedViewScriptGenerator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/vdb/edit/materialization/TestScriptDecorator.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/vdb/edit/materialization/TestScriptDecorator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/vdb/edit/materialization/TestScriptDecorator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/java/com/metamatrix/vdb/runtime/TestVDBKey.java
===================================================================
--- trunk/common-internal/src/test/java/com/metamatrix/vdb/runtime/TestVDBKey.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/java/com/metamatrix/vdb/runtime/TestVDBKey.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/resources/Books.xsd
===================================================================
--- trunk/common-internal/src/test/resources/Books.xsd	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/resources/Books.xsd	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/resources/VirtualNorthwind.xml
===================================================================
--- trunk/common-internal/src/test/resources/VirtualNorthwind.xml	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/resources/VirtualNorthwind.xml	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/resources/config.xml
===================================================================
--- trunk/common-internal/src/test/resources/config.xml	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/resources/config.xml	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.	
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.	
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/resources/keymanage/config.xml
===================================================================
--- trunk/common-internal/src/test/resources/keymanage/config.xml	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/resources/keymanage/config.xml	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,12 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.	
+    JBoss, Home of Professional Open Source.
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/resources/keymanage/convert.properties
===================================================================
--- trunk/common-internal/src/test/resources/keymanage/convert.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/resources/keymanage/convert.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/resources/materializedView/expected/MatviewSSLTheFirst_1_Connection.properties
===================================================================
--- trunk/common-internal/src/test/resources/materializedView/expected/MatviewSSLTheFirst_1_Connection.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/resources/materializedView/expected/MatviewSSLTheFirst_1_Connection.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/resources/materializedView/expected/MatviewTheFirst_1_Connection.properties
===================================================================
--- trunk/common-internal/src/test/resources/materializedView/expected/MatviewTheFirst_1_Connection.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/resources/materializedView/expected/MatviewTheFirst_1_Connection.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/resources/materializedView/expected/MatviewTheFirst_2_Connection.properties
===================================================================
--- trunk/common-internal/src/test/resources/materializedView/expected/MatviewTheFirst_2_Connection.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/resources/materializedView/expected/MatviewTheFirst_2_Connection.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/resources/materializedView/expected/MatviewTheSequelink_1_Connection.properties
===================================================================
--- trunk/common-internal/src/test/resources/materializedView/expected/MatviewTheSequelink_1_Connection.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/resources/materializedView/expected/MatviewTheSequelink_1_Connection.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/common-internal/src/test/resources/partsSupplierOracle_v0200.xml
===================================================================
--- trunk/common-internal/src/test/resources/partsSupplierOracle_v0200.xml	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/common-internal/src/test/resources/partsSupplierOracle_v0200.xml	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/DataPlugin.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/DataPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/DataPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connection.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connector.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/api/Connector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/api/ConnectorAnnotations.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/api/ConnectorAnnotations.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/api/ConnectorAnnotations.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/api/ConnectorCapabilities.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/api/ConnectorCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/api/ConnectorCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/api/ConnectorEnvironment.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/api/ConnectorEnvironment.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/api/ConnectorEnvironment.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/api/ConnectorLogger.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/api/ConnectorLogger.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/api/ConnectorLogger.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/api/Execution.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/api/Execution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/api/Execution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/api/ExecutionContext.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/api/ExecutionContext.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/api/ExecutionContext.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/api/ProcedureExecution.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/api/ProcedureExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/api/ProcedureExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/api/ResultSetExecution.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/api/ResultSetExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/api/ResultSetExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/api/TypeFacility.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/api/TypeFacility.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/api/TypeFacility.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/api/UpdateExecution.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/api/UpdateExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/api/UpdateExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/api/ValueTranslator.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/api/ValueTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/api/ValueTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/basic/BasicConnectorCapabilities.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/basic/BasicConnectorCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/basic/BasicConnectorCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/basic/BasicValueTranslator.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/basic/BasicValueTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/basic/BasicValueTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/exception/ConnectorException.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/exception/ConnectorException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/exception/ConnectorException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/internal/ConnectorPropertyNames.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/internal/ConnectorPropertyNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/internal/ConnectorPropertyNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/IAggregate.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IAggregate.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IAggregate.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/IBaseInCriteria.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IBaseInCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IBaseInCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/IBatchedUpdates.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IBatchedUpdates.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IBatchedUpdates.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/IBulkInsert.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IBulkInsert.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IBulkInsert.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/ICaseExpression.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/ICaseExpression.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/ICaseExpression.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/ICommand.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/ICommand.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/ICommand.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/ICompareCriteria.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/ICompareCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/ICompareCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/ICompoundCriteria.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/ICompoundCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/ICompoundCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/ICriteria.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/ICriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/ICriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/IDelete.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IDelete.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IDelete.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/IElement.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IElement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IElement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/IExistsCriteria.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IExistsCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IExistsCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/IExpression.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IExpression.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IExpression.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/IFrom.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IFrom.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IFrom.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/IFromItem.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IFromItem.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IFromItem.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/IFunction.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IFunction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IFunction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/IGroup.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IGroup.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IGroup.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/IGroupBy.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IGroupBy.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IGroupBy.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/IInCriteria.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IInCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IInCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/IInlineView.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IInlineView.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IInlineView.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/IInsert.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IInsert.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IInsert.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/IIsNullCriteria.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IIsNullCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IIsNullCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/IJoin.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IJoin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IJoin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILanguageFactory.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILanguageFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILanguageFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILanguageObject.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILanguageObject.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILanguageObject.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILikeCriteria.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILikeCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILikeCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILimit.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILimit.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILimit.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILiteral.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILiteral.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILiteral.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILogicalCriteria.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILogicalCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/ILogicalCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/IMetadataReference.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IMetadataReference.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IMetadataReference.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/INotCriteria.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/INotCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/INotCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/IOrderBy.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IOrderBy.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IOrderBy.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/IOrderByItem.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IOrderByItem.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IOrderByItem.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/IParameter.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IParameter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IParameter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/IPredicateCriteria.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IPredicateCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IPredicateCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/IProcedure.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IProcedure.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IProcedure.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/IQuery.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IQuery.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IQuery.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/IQueryCommand.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IQueryCommand.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IQueryCommand.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/IScalarSubquery.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IScalarSubquery.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IScalarSubquery.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISearchedCaseExpression.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISearchedCaseExpression.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISearchedCaseExpression.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISelect.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISelect.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISelect.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISelectSymbol.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISelectSymbol.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISelectSymbol.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISetClause.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISetClause.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISetClause.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISetClauseList.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISetClauseList.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISetClauseList.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISetQuery.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISetQuery.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISetQuery.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISubqueryCompareCriteria.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISubqueryCompareCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISubqueryCompareCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISubqueryContainer.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISubqueryContainer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISubqueryContainer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISubqueryInCriteria.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISubqueryInCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/ISubqueryInCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/IUpdate.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/IUpdate.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/IUpdate.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/language/LanguageUtil.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/language/LanguageUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/language/LanguageUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/Element.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/Element.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/Element.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/Group.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/Group.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/Group.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/MetadataID.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/MetadataID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/MetadataID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/MetadataObject.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/MetadataObject.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/MetadataObject.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/Parameter.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/Parameter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/Parameter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/Procedure.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/Procedure.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/Procedure.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/RuntimeMetadata.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/RuntimeMetadata.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/RuntimeMetadata.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/TypeModel.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/TypeModel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/metadata/runtime/TypeModel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/monitor/AliveStatus.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/monitor/AliveStatus.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/monitor/AliveStatus.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/monitor/ConnectionStatus.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/monitor/ConnectionStatus.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/monitor/ConnectionStatus.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/monitor/MonitoredConnector.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/monitor/MonitoredConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/monitor/MonitoredConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/pool/ConnectorIdentity.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/pool/ConnectorIdentity.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/pool/ConnectorIdentity.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/pool/ConnectorIdentityFactory.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/pool/ConnectorIdentityFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/pool/ConnectorIdentityFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/pool/CredentialMap.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/pool/CredentialMap.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/pool/CredentialMap.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/pool/PoolAwareConnection.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/pool/PoolAwareConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/pool/PoolAwareConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/pool/SingleIdentity.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/pool/SingleIdentity.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/pool/SingleIdentity.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/pool/SingleIdentityFactory.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/pool/SingleIdentityFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/pool/SingleIdentityFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/pool/UserIdentity.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/pool/UserIdentity.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/pool/UserIdentity.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/pool/UserIdentityFactory.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/pool/UserIdentityFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/pool/UserIdentityFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/framework/AbstractLanguageVisitor.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/framework/AbstractLanguageVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/framework/AbstractLanguageVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/framework/DelegatingHierarchyVisitor.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/framework/DelegatingHierarchyVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/framework/DelegatingHierarchyVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/framework/HierarchyVisitor.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/framework/HierarchyVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/framework/HierarchyVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/framework/LanguageObjectVisitor.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/framework/LanguageObjectVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/framework/LanguageObjectVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/util/CollectorVisitor.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/util/CollectorVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/util/CollectorVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/util/SQLReservedWords.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/util/SQLReservedWords.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/util/SQLReservedWords.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/util/SQLStringVisitor.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/util/SQLStringVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/visitor/util/SQLStringVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api/TransactionContext.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api/TransactionContext.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api/TransactionContext.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api/XAConnection.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api/XAConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api/XAConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api/XAConnector.java
===================================================================
--- trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api/XAConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/java/com/metamatrix/connector/xa/api/XAConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/main/resources/com/metamatrix/data/i18n.properties
===================================================================
--- trunk/connector-api/src/main/resources/com/metamatrix/data/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/main/resources/com/metamatrix/data/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/test/java/com/metamatrix/data/pool/TestCredentialMap.java
===================================================================
--- trunk/connector-api/src/test/java/com/metamatrix/data/pool/TestCredentialMap.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/test/java/com/metamatrix/data/pool/TestCredentialMap.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-api/src/test/java/com/metamatrix/data/transform/TestBasicValueTranslator.java
===================================================================
--- trunk/connector-api/src/test/java/com/metamatrix/data/transform/TestBasicValueTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-api/src/test/java/com/metamatrix/data/transform/TestBasicValueTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/IndexConnector.java
===================================================================
--- trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/IndexConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/IndexConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/MetadataConnectorPlugin.java
===================================================================
--- trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/MetadataConnectorPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/MetadataConnectorPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/MetadataProcedureExecution.java
===================================================================
--- trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/MetadataProcedureExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/MetadataProcedureExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/adapter/ObjectConnection.java
===================================================================
--- trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/adapter/ObjectConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/adapter/ObjectConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/adapter/ObjectConnector.java
===================================================================
--- trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/adapter/ObjectConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/adapter/ObjectConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/adapter/ObjectConnectorCapabilities.java
===================================================================
--- trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/adapter/ObjectConnectorCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/adapter/ObjectConnectorCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/adapter/ObjectSynchExecution.java
===================================================================
--- trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/adapter/ObjectSynchExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/adapter/ObjectSynchExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/internal/MetadataSearchCriteriaBuilder.java
===================================================================
--- trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/internal/MetadataSearchCriteriaBuilder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/internal/MetadataSearchCriteriaBuilder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/internal/ObjectProcedure.java
===================================================================
--- trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/internal/ObjectProcedure.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/internal/ObjectProcedure.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/internal/ObjectProcedureProcessor.java
===================================================================
--- trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/internal/ObjectProcedureProcessor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/internal/ObjectProcedureProcessor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/internal/ObjectQuery.java
===================================================================
--- trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/internal/ObjectQuery.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-metadata/src/main/java/com/metamatrix/connector/metadata/internal/ObjectQuery.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-metadata/src/main/resources/com/metamatrix/connector/metadata/i18n.properties
===================================================================
--- trunk/connector-metadata/src/main/resources/com/metamatrix/connector/metadata/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-metadata/src/main/resources/com/metamatrix/connector/metadata/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-metadata/src/main/resources/com/metamatrix/connector/sysadmin/i18n.properties
===================================================================
--- trunk/connector-metadata/src/main/resources/com/metamatrix/connector/sysadmin/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-metadata/src/main/resources/com/metamatrix/connector/sysadmin/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/TestIndexConnector.java
===================================================================
--- trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/TestIndexConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/TestIndexConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/adapter/FakeObject.java
===================================================================
--- trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/adapter/FakeObject.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/adapter/FakeObject.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/adapter/FakeObjectConnector.java
===================================================================
--- trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/adapter/FakeObjectConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/adapter/FakeObjectConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/adapter/FakeObjectWithNonScalarMethod.java
===================================================================
--- trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/adapter/FakeObjectWithNonScalarMethod.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/adapter/FakeObjectWithNonScalarMethod.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/adapter/TestObjectConnector.java
===================================================================
--- trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/adapter/TestObjectConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/adapter/TestObjectConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/index/TestMetadataInCriteria.java
===================================================================
--- trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/index/TestMetadataInCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/index/TestMetadataInCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/index/TestMetadataLiteralCriteria.java
===================================================================
--- trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/index/TestMetadataLiteralCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/index/TestMetadataLiteralCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/internal/FakeProcessorDataManager.java
===================================================================
--- trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/internal/FakeProcessorDataManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/internal/FakeProcessorDataManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/internal/FakeRuntimeMetadata.java
===================================================================
--- trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/internal/FakeRuntimeMetadata.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/internal/FakeRuntimeMetadata.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/internal/TestConnectorHost.java
===================================================================
--- trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/internal/TestConnectorHost.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/internal/TestConnectorHost.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/internal/TestMetadataSearchCriteriaBuilder.java
===================================================================
--- trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/internal/TestMetadataSearchCriteriaBuilder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/internal/TestMetadataSearchCriteriaBuilder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/internal/TestObjectProcedure.java
===================================================================
--- trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/internal/TestObjectProcedure.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/internal/TestObjectProcedure.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/internal/TestObjectQuery.java
===================================================================
--- trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/internal/TestObjectQuery.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/internal/TestObjectQuery.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/internal/TestObjectQueryProcessor.java
===================================================================
--- trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/internal/TestObjectQueryProcessor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-metadata/src/test/java/com/metamatrix/connector/metadata/internal/TestObjectQueryProcessor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/main/java/com/metamatrix/cdk/CdkPlugin.java
===================================================================
--- trunk/connector-sdk/src/main/java/com/metamatrix/cdk/CdkPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/cdk/CdkPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/main/java/com/metamatrix/cdk/CommandBuilder.java
===================================================================
--- trunk/connector-sdk/src/main/java/com/metamatrix/cdk/CommandBuilder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/cdk/CommandBuilder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/main/java/com/metamatrix/cdk/ConnectorShell.java
===================================================================
--- trunk/connector-sdk/src/main/java/com/metamatrix/cdk/ConnectorShell.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/cdk/ConnectorShell.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/main/java/com/metamatrix/cdk/ConnectorShellCommandTarget.java
===================================================================
--- trunk/connector-sdk/src/main/java/com/metamatrix/cdk/ConnectorShellCommandTarget.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/cdk/ConnectorShellCommandTarget.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/main/java/com/metamatrix/cdk/IConnectorHost.java
===================================================================
--- trunk/connector-sdk/src/main/java/com/metamatrix/cdk/IConnectorHost.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/cdk/IConnectorHost.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/main/java/com/metamatrix/cdk/QueryCommandTarget.java
===================================================================
--- trunk/connector-sdk/src/main/java/com/metamatrix/cdk/QueryCommandTarget.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/cdk/QueryCommandTarget.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/main/java/com/metamatrix/cdk/api/ConnectorHost.java
===================================================================
--- trunk/connector-sdk/src/main/java/com/metamatrix/cdk/api/ConnectorHost.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/cdk/api/ConnectorHost.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/main/java/com/metamatrix/cdk/api/EnvironmentUtility.java
===================================================================
--- trunk/connector-sdk/src/main/java/com/metamatrix/cdk/api/EnvironmentUtility.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/cdk/api/EnvironmentUtility.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/main/java/com/metamatrix/cdk/api/SysLogger.java
===================================================================
--- trunk/connector-sdk/src/main/java/com/metamatrix/cdk/api/SysLogger.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/cdk/api/SysLogger.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/main/java/com/metamatrix/cdk/api/TranslationUtility.java
===================================================================
--- trunk/connector-sdk/src/main/java/com/metamatrix/cdk/api/TranslationUtility.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/cdk/api/TranslationUtility.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/main/java/com/metamatrix/cdk/file/ConfigReaderWriter.java
===================================================================
--- trunk/connector-sdk/src/main/java/com/metamatrix/cdk/file/ConfigReaderWriter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/cdk/file/ConfigReaderWriter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/main/java/com/metamatrix/cdk/file/XMLConfigReaderWriter.java
===================================================================
--- trunk/connector-sdk/src/main/java/com/metamatrix/cdk/file/XMLConfigReaderWriter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/cdk/file/XMLConfigReaderWriter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/main/java/com/metamatrix/common/classloader/ClassLoaderUtil.java
===================================================================
--- trunk/connector-sdk/src/main/java/com/metamatrix/common/classloader/ClassLoaderUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/common/classloader/ClassLoaderUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/main/java/com/metamatrix/common/classloader/NestedException.java
===================================================================
--- trunk/connector-sdk/src/main/java/com/metamatrix/common/classloader/NestedException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/common/classloader/NestedException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/ArgumentConversionException.java
===================================================================
--- trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/ArgumentConversionException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/ArgumentConversionException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/Command.java
===================================================================
--- trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/Command.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/Command.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/CommandLineParser.java
===================================================================
--- trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/CommandLineParser.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/CommandLineParser.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/CommandShell.java
===================================================================
--- trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/CommandShell.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/CommandShell.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/CommandTarget.java
===================================================================
--- trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/CommandTarget.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/CommandTarget.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/ConnectorResultUtility.java
===================================================================
--- trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/ConnectorResultUtility.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/ConnectorResultUtility.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/NoScriptFileException.java
===================================================================
--- trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/NoScriptFileException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/NoScriptFileException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/ScriptCommandTarget.java
===================================================================
--- trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/ScriptCommandTarget.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/ScriptCommandTarget.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/ScriptFileNameStack.java
===================================================================
--- trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/ScriptFileNameStack.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/ScriptFileNameStack.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/ScriptReader.java
===================================================================
--- trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/ScriptReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/ScriptReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/ScriptResultListener.java
===================================================================
--- trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/ScriptResultListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/ScriptResultListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/WrongNumberOfArgumentsException.java
===================================================================
--- trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/WrongNumberOfArgumentsException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/core/commandshell/WrongNumberOfArgumentsException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/main/java/com/metamatrix/core/factory/ComponentLoader.java
===================================================================
--- trunk/connector-sdk/src/main/java/com/metamatrix/core/factory/ComponentLoader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/main/java/com/metamatrix/core/factory/ComponentLoader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/main/resources/com/metamatrix/cdk/i18n.properties
===================================================================
--- trunk/connector-sdk/src/main/resources/com/metamatrix/cdk/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/main/resources/com/metamatrix/cdk/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/test/java/com/metamatrix/cdk/unittest/FakeTranslationFactory.java
===================================================================
--- trunk/connector-sdk/src/test/java/com/metamatrix/cdk/unittest/FakeTranslationFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/test/java/com/metamatrix/cdk/unittest/FakeTranslationFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/CommandShellTest.java
===================================================================
--- trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/CommandShellTest.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/CommandShellTest.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/FakeCommandTarget.java
===================================================================
--- trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/FakeCommandTarget.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/FakeCommandTarget.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/TestCommand.java
===================================================================
--- trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/TestCommand.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/TestCommand.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/TestCommandLineParser.java
===================================================================
--- trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/TestCommandLineParser.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/TestCommandLineParser.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/TestScriptFileNameStack.java
===================================================================
--- trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/TestScriptFileNameStack.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/TestScriptFileNameStack.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/TestScriptReader.java
===================================================================
--- trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/TestScriptReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/TestScriptReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/TestShell.java
===================================================================
--- trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/TestShell.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/test/java/com/metamatrix/core/commandshell/TestShell.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connector-sdk/src/test/java/com/metamatrix/core/factory/TestComponentLoader.java
===================================================================
--- trunk/connector-sdk/src/test/java/com/metamatrix/core/factory/TestComponentLoader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connector-sdk/src/test/java/com/metamatrix/core/factory/TestComponentLoader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/ConnectionListener.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/ConnectionListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/ConnectionListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/ConnectionQueryStrategy.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/ConnectionQueryStrategy.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/ConnectionQueryStrategy.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/ConnectionStrategy.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/ConnectionStrategy.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/ConnectionStrategy.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/DefaultConnectionListener.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/DefaultConnectionListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/DefaultConnectionListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCBaseExecution.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCBaseExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCBaseExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCCapabilities.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCConnector.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCPlugin.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCProcedureExecution.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCProcedureExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCProcedureExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCPropertyNames.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCPropertyNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCPropertyNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCQueryExecution.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCQueryExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCQueryExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCSingleIdentityConnectionFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCSingleIdentityConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCSingleIdentityConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCSourceConnection.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCSourceConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCSourceConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCSourceConnectionFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCSourceConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCSourceConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCUpdateExecution.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCUpdateExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCUpdateExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCUserIdentityConnectionFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCUserIdentityConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/JDBCUserIdentityConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/SimpleCapabilities.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/SimpleCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/SimpleCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/access/AccessCapabilities.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/access/AccessCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/access/AccessCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/access/AccessSQLConversionVisitor.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/access/AccessSQLConversionVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/access/AccessSQLConversionVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/access/AccessSQLTranslator.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/access/AccessSQLTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/access/AccessSQLTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2Capabilities.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2Capabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2Capabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2ConvertModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2ConvertModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2ConvertModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2ResultsTranslator.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2ResultsTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2ResultsTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2SQLConversionVisitor.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2SQLConversionVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2SQLConversionVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2SQLModificationVisitor.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2SQLModificationVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2SQLModificationVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2SQLTranslator.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2SQLTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2SQLTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2SingleIdentityConnectionFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2SingleIdentityConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2SingleIdentityConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2UserIdentityConnectionFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2UserIdentityConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/db2/DB2UserIdentityConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbyCapabilities.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbyCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbyCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbyConversionVisitor.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbyConversionVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbyConversionVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbyConvertModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbyConvertModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbyConvertModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbyResultsTranslator.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbyResultsTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbyResultsTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbySQLTranslator.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbySQLTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbySQLTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbySingleIdentityConnectionFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbySingleIdentityConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbySingleIdentityConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbyTimestampFunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbyTimestampFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbyTimestampFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbyUserIdentityConnectionFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbyUserIdentityConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/derby/DerbyUserIdentityConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/BindValueVisitor.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/BindValueVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/BindValueVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/FunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/FunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/FunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/ResultsTranslator.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/ResultsTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/ResultsTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/SQLConversionVisitor.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/SQLConversionVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/SQLConversionVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/SQLTranslator.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/SQLTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/SQLTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/TranslatedCommand.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/TranslatedCommand.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/TranslatedCommand.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/ValueRetriever.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/ValueRetriever.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/ValueRetriever.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/AliasModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/AliasModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/AliasModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/BasicFunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/BasicFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/BasicFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/BasicResultsTranslator.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/BasicResultsTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/BasicResultsTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/BasicSQLTranslator.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/BasicSQLTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/BasicSQLTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/BasicValueRetriever.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/BasicValueRetriever.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/BasicValueRetriever.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/DropFunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/DropFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/DropFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/EscapeSyntaxModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/EscapeSyntaxModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/EscapeSyntaxModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/SubstringFunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/SubstringFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/extension/impl/SubstringFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/informix/InformixCapabilities.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/informix/InformixCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/informix/InformixCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/informix/InformixResultsTranslator.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/informix/InformixResultsTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/informix/InformixResultsTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/informix/InformixSQLTranslator.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/informix/InformixSQLTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/informix/InformixSQLTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/informix/InformixSingleIdentityConnectionFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/informix/InformixSingleIdentityConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/informix/InformixSingleIdentityConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/informix/InformixUserIdentityConnectionFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/informix/InformixUserIdentityConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/informix/InformixUserIdentityConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mm/MMCapabilities.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mm/MMCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mm/MMCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mm/MMSingleIdentityConnectionFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mm/MMSingleIdentityConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mm/MMSingleIdentityConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mysql/MySQLCapabilities.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mysql/MySQLCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mysql/MySQLCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mysql/MySQLConversionVisitor.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mysql/MySQLConversionVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mysql/MySQLConversionVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mysql/MySQLConvertModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mysql/MySQLConvertModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mysql/MySQLConvertModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mysql/MySQLResultsTranslator.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mysql/MySQLResultsTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mysql/MySQLResultsTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mysql/MySQLSingleIdentityConnectionFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mysql/MySQLSingleIdentityConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mysql/MySQLSingleIdentityConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mysql/MySQLTranslator.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mysql/MySQLTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mysql/MySQLTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mysql/MySQLUserIdentityConnectionFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mysql/MySQLUserIdentityConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/mysql/MySQLUserIdentityConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/ConcatFunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/ConcatFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/ConcatFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/DayWeekQuarterFunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/DayWeekQuarterFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/DayWeekQuarterFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/ExtractFunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/ExtractFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/ExtractFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/FormatFunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/FormatFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/FormatFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/HourFunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/HourFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/HourFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/LeftOrRightFunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/LeftOrRightFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/LeftOrRightFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/LocateFunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/LocateFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/LocateFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/Log10FunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/Log10FunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/Log10FunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/MonthOrDayNameFunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/MonthOrDayNameFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/MonthOrDayNameFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/OracleCapabilities.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/OracleCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/OracleCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/OracleConvertModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/OracleConvertModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/OracleConvertModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/OracleResultsTranslator.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/OracleResultsTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/OracleResultsTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/OracleSQLConversionVisitor.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/OracleSQLConversionVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/OracleSQLConversionVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/OracleSQLTranslator.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/OracleSQLTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/OracleSQLTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/OracleSingleIdentityConnectionFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/OracleSingleIdentityConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/OracleSingleIdentityConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/OracleUserIdentityConnectionFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/OracleUserIdentityConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/OracleUserIdentityConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/ParseFunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/ParseFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/oracle/ParseFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/DatePartFunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/DatePartFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/DatePartFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/ModifiedDatePartFunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/ModifiedDatePartFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/ModifiedDatePartFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/PostgreSQLCapabilities.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/PostgreSQLCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/PostgreSQLCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/PostgreSQLConversionVisitor.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/PostgreSQLConversionVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/PostgreSQLConversionVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/PostgreSQLConvertModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/PostgreSQLConvertModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/PostgreSQLConvertModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/PostgreSQLResultsTranslator.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/PostgreSQLResultsTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/PostgreSQLResultsTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/PostgreSQLSingleIdentityConnectionFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/PostgreSQLSingleIdentityConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/PostgreSQLSingleIdentityConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/PostgreSQLTranslator.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/PostgreSQLTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/PostgreSQLTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/PostgreSQLUserIdentityConnectionFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/PostgreSQLUserIdentityConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/PostgreSQLUserIdentityConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/SubstringFunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/SubstringFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/postgresql/SubstringFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerCapabilities.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerConvertModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerConvertModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerConvertModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerModModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerModModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerModModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008-2009 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerResultsTranslator.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerResultsTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerResultsTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerSQLConversionVisitor.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerSQLConversionVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerSQLConversionVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerSQLTranslator.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerSQLTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerSQLTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerSingleIdentityConnectionFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerSingleIdentityConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerSingleIdentityConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerUserIdentityConnectionFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerUserIdentityConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sqlserver/SqlServerUserIdentityConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/ssl/JDBCSequeLinkSingleIdentityConnectionFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/ssl/JDBCSequeLinkSingleIdentityConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/ssl/JDBCSequeLinkSingleIdentityConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/ssl/SequeLinkOracleCapabilities.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/ssl/SequeLinkOracleCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/ssl/SequeLinkOracleCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/FormatTimestampModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/FormatTimestampModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/FormatTimestampModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/ModFunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/ModFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/ModFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/SybaseCapabilities.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/SybaseCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/SybaseCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/SybaseConvertModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/SybaseConvertModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/SybaseConvertModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/SybaseResultsTranslator.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/SybaseResultsTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/SybaseResultsTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/SybaseSQLConversionVisitor.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/SybaseSQLConversionVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/SybaseSQLConversionVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/SybaseSQLTranslator.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/SybaseSQLTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/SybaseSQLTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/SybaseSingleIdentityConnectionFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/SybaseSingleIdentityConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/SybaseSingleIdentityConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/SybaseUserIdentityConnectionFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/SybaseUserIdentityConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/sybase/SybaseUserIdentityConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/teradata/TeradataCapabilities.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/teradata/TeradataCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/teradata/TeradataCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/util/FunctionReplacementVisitor.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/util/FunctionReplacementVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/util/FunctionReplacementVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/util/JDBCExecutionHelper.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/util/JDBCExecutionHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/util/JDBCExecutionHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/JDBCSingleIdentityDSConnectionFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/JDBCSingleIdentityDSConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/JDBCSingleIdentityDSConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/JDBCSourceXAConnection.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/JDBCSourceXAConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/JDBCSourceXAConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/JDBCXAConnector.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/JDBCXAConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/JDBCXAConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/XAJDBCPropertyNames.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/XAJDBCPropertyNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/XAJDBCPropertyNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/db2/DB2SingleIdentityDSConnectionFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/db2/DB2SingleIdentityDSConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/db2/DB2SingleIdentityDSConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/db2/DB2XACapabilities.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/db2/DB2XACapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/db2/DB2XACapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/informix/InformixSingleIdentityDSConnectionFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/informix/InformixSingleIdentityDSConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/informix/InformixSingleIdentityDSConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/informix/InformixXACapabilities.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/informix/InformixXACapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/informix/InformixXACapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/oracle/OracleSingleIdentityDSConnectionFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/oracle/OracleSingleIdentityDSConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/oracle/OracleSingleIdentityDSConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/oracle/OracleXACapabilities.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/oracle/OracleXACapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/oracle/OracleXACapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/sqlserver/SqlServerSingleIdentityDSConnectionFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/sqlserver/SqlServerSingleIdentityDSConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/sqlserver/SqlServerSingleIdentityDSConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/sqlserver/SqlServerXACapabilities.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/sqlserver/SqlServerXACapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/sqlserver/SqlServerXACapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/sybase/SybaseSingleIdentityDSConnectionFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/sybase/SybaseSingleIdentityDSConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/sybase/SybaseSingleIdentityDSConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/sybase/SybaseXACapabilities.java
===================================================================
--- trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/sybase/SybaseXACapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/java/com/metamatrix/connector/jdbc/xa/sybase/SybaseXACapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/main/resources/com/metamatrix/connector/jdbc/i18n.properties
===================================================================
--- trunk/connectors/connector-jdbc/src/main/resources/com/metamatrix/connector/jdbc/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/main/resources/com/metamatrix/connector/jdbc/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/FakeConnection.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/FakeConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/FakeConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/MetadataFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/MetadataFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/MetadataFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/TestConnectionQueryStrategy.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/TestConnectionQueryStrategy.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/TestConnectionQueryStrategy.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/TestJDBCSourceConnection.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/TestJDBCSourceConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/TestJDBCSourceConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/access/TestAccessSQLTranslator.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/access/TestAccessSQLTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/access/TestAccessSQLTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/db2/TestDB2ConvertModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/db2/TestDB2ConvertModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/db2/TestDB2ConvertModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/db2/TestDB2SqlTranslator.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/db2/TestDB2SqlTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/db2/TestDB2SqlTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/derby/TestDerbyConvertModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/derby/TestDerbyConvertModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/derby/TestDerbyConvertModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/extension/impl/TestDropFunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/extension/impl/TestDropFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/extension/impl/TestDropFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/extension/impl/TestEscapeSyntaxModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/extension/impl/TestEscapeSyntaxModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/extension/impl/TestEscapeSyntaxModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/mysql/TestMySQLTranslator.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/mysql/TestMySQLTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/mysql/TestMySQLTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestDayWeekQuarterFunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestDayWeekQuarterFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestDayWeekQuarterFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestExtractFunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestExtractFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestExtractFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestFormatFunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestFormatFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestFormatFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestHourFunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestHourFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestHourFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestLeftOrRightFunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestLeftOrRightFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestLeftOrRightFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestLocateFunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestLocateFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestLocateFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestLog10FunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestLog10FunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestLog10FunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestMonthOrDayNameFunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestMonthOrDayNameFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestMonthOrDayNameFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestOracleConvertModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestOracleConvertModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestOracleConvertModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestParseFunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestParseFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestParseFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestSubstringFunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestSubstringFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/oracle/TestSubstringFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/postgresql/TestPostgreSQLTranslator.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/postgresql/TestPostgreSQLTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/postgresql/TestPostgreSQLTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/sqlserver/TestSqlServerConversionVisitor.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/sqlserver/TestSqlServerConversionVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/sqlserver/TestSqlServerConversionVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/sqlserver/TestSqlServerConvertModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/sqlserver/TestSqlServerConvertModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/sqlserver/TestSqlServerConvertModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/sybase/TestFormatTimestampModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/sybase/TestFormatTimestampModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/sybase/TestFormatTimestampModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/sybase/TestModFunctionModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/sybase/TestModFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/sybase/TestModFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/sybase/TestSybaseConvertModifier.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/sybase/TestSybaseConvertModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/sybase/TestSybaseConvertModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/sybase/TestSybaseSQLConversionVisitor.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/sybase/TestSybaseSQLConversionVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/sybase/TestSybaseSQLConversionVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/userpool/MockExampleConnectionFactory.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/userpool/MockExampleConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/userpool/MockExampleConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/userpool/MockSourceConnection.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/userpool/MockSourceConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/userpool/MockSourceConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/userpool/TestPerUserPool.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/userpool/TestPerUserPool.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/userpool/TestPerUserPool.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/util/TestFunctionReplacementVisitor.java
===================================================================
--- trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/util/TestFunctionReplacementVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-jdbc/src/test/java/com/metamatrix/connector/jdbc/util/TestFunctionReplacementVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/IQueryToLdapSearchParser.java
===================================================================
--- trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/IQueryToLdapSearchParser.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/IQueryToLdapSearchParser.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPConnection.java
===================================================================
--- trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPConnector.java
===================================================================
--- trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPConnectorCapabilities.java
===================================================================
--- trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPConnectorCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPConnectorCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPConnectorConstants.java
===================================================================
--- trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPConnectorConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPConnectorConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPConnectorPropertyNames.java
===================================================================
--- trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPConnectorPropertyNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPConnectorPropertyNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPPlugin.java
===================================================================
--- trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPSearchDetails.java
===================================================================
--- trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPSearchDetails.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPSearchDetails.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPSyncQueryExecution.java
===================================================================
--- trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPSyncQueryExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPSyncQueryExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPUpdateExecution.java
===================================================================
--- trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPUpdateExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-ldap/src/main/java/com/metamatrix/connector/ldap/LDAPUpdateExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-ldap/src/main/resources/com/metamatrix/connector/ldap/i18n.properties
===================================================================
--- trunk/connectors/connector-ldap/src/main/resources/com/metamatrix/connector/ldap/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-ldap/src/main/resources/com/metamatrix/connector/ldap/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-ldap/src/test/java/com/metamatrix/connector/ldap/TestIQueryToLdapSearchParser.java
===================================================================
--- trunk/connectors/connector-ldap/src/test/java/com/metamatrix/connector/ldap/TestIQueryToLdapSearchParser.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-ldap/src/test/java/com/metamatrix/connector/ldap/TestIQueryToLdapSearchParser.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connector/loopback/LoopbackCapabilities.java
===================================================================
--- trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connector/loopback/LoopbackCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connector/loopback/LoopbackCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connector/loopback/LoopbackConnection.java
===================================================================
--- trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connector/loopback/LoopbackConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connector/loopback/LoopbackConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connector/loopback/LoopbackConnector.java
===================================================================
--- trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connector/loopback/LoopbackConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connector/loopback/LoopbackConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connector/loopback/LoopbackExecution.java
===================================================================
--- trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connector/loopback/LoopbackExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connector/loopback/LoopbackExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connector/loopback/LoopbackProperties.java
===================================================================
--- trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connector/loopback/LoopbackProperties.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-loopback/src/main/java/com/metamatrix/connector/loopback/LoopbackProperties.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-loopback/src/test/java/com/metamatrix/connector/loopback/TestLoobackAsynch.java
===================================================================
--- trunk/connectors/connector-loopback/src/test/java/com/metamatrix/connector/loopback/TestLoobackAsynch.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-loopback/src/test/java/com/metamatrix/connector/loopback/TestLoobackAsynch.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-loopback/src/test/java/com/metamatrix/connector/loopback/TestLoopbackExecution.java
===================================================================
--- trunk/connectors/connector-loopback/src/test/java/com/metamatrix/connector/loopback/TestLoopbackExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-loopback/src/test/java/com/metamatrix/connector/loopback/TestLoopbackExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/Connector.java
===================================================================
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/Connector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/Connector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/ConnectorState.java
===================================================================
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/ConnectorState.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/ConnectorState.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/Messages.java
===================================================================
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/Messages.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/Messages.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/SalesForcePlugin.java
===================================================================
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/SalesForcePlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/SalesForcePlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/SalesforceCapabilities.java
===================================================================
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/SalesforceCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/SalesforceCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/Util.java
===================================================================
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/Util.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/Util.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/connection/SalesforceConnection.java
===================================================================
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/connection/SalesforceConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/connection/SalesforceConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/connection/impl/ConnectionImpl.java
===================================================================
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/connection/impl/ConnectionImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/connection/impl/ConnectionImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/DataPayload.java
===================================================================
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/DataPayload.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/DataPayload.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/DeleteExecutionImpl.java
===================================================================
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/DeleteExecutionImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/DeleteExecutionImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/InsertExecutionImpl.java
===================================================================
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/InsertExecutionImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/InsertExecutionImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/QueryExecutionImpl.java
===================================================================
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/QueryExecutionImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/QueryExecutionImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/UpdateExecutionImpl.java
===================================================================
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/UpdateExecutionImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/UpdateExecutionImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/UpdateExecutionParent.java
===================================================================
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/UpdateExecutionParent.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/UpdateExecutionParent.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/visitors/CriteriaVisitor.java
===================================================================
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/visitors/CriteriaVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/visitors/CriteriaVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/visitors/DeleteVisitor.java
===================================================================
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/visitors/DeleteVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/visitors/DeleteVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/visitors/ICriteriaVisitor.java
===================================================================
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/visitors/ICriteriaVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/visitors/ICriteriaVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/visitors/IQueryProvidingVisitor.java
===================================================================
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/visitors/IQueryProvidingVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/visitors/IQueryProvidingVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/visitors/InsertVisitor.java
===================================================================
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/visitors/InsertVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/visitors/InsertVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/visitors/SelectVisitor.java
===================================================================
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/visitors/SelectVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/visitors/SelectVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/visitors/UpdateVisitor.java
===================================================================
--- trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/visitors/UpdateVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-salesforce/src/main/java/com/metamatrix/connector/salesforce/execution/visitors/UpdateVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-salesforce/src/main/resources/com/metamatrix/connector/salesforce/i18n.properties
===================================================================
--- trunk/connectors/connector-salesforce/src/main/resources/com/metamatrix/connector/salesforce/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-salesforce/src/main/resources/com/metamatrix/connector/salesforce/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-salesforce/src/test/java/com/metamatrix/connector/salesforce/TestConnector.java
===================================================================
--- trunk/connectors/connector-salesforce/src/test/java/com/metamatrix/connector/salesforce/TestConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-salesforce/src/test/java/com/metamatrix/connector/salesforce/TestConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-salesforce/src/test/java/com/metamatrix/connector/salesforce/test/util/ObjectFactory.java
===================================================================
--- trunk/connectors/connector-salesforce/src/test/java/com/metamatrix/connector/salesforce/test/util/ObjectFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-salesforce/src/test/java/com/metamatrix/connector/salesforce/test/util/ObjectFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/StringToDateTranslator.java
===================================================================
--- trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/StringToDateTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/StringToDateTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextCapabilities.java
===================================================================
--- trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextConnection.java
===================================================================
--- trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextConnector.java
===================================================================
--- trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextPlugin.java
===================================================================
--- trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextPropertyNames.java
===================================================================
--- trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextPropertyNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextPropertyNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextSynchExecution.java
===================================================================
--- trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextSynchExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextSynchExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextUtil.java
===================================================================
--- trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-text/src/main/java/com/metamatrix/connector/text/TextUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-text/src/main/resources/com/metamatrix/connector/text/i18n.properties
===================================================================
--- trunk/connectors/connector-text/src/main/resources/com/metamatrix/connector/text/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-text/src/main/resources/com/metamatrix/connector/text/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/text/TestHelper.java
===================================================================
--- trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/text/TestHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/text/TestHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/text/TestMultiFileTextSynchExecution.java
===================================================================
--- trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/text/TestMultiFileTextSynchExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/text/TestMultiFileTextSynchExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/text/TestRowHeaderTextSynchExecution.java
===================================================================
--- trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/text/TestRowHeaderTextSynchExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/text/TestRowHeaderTextSynchExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/text/TestTextConnection.java
===================================================================
--- trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/text/TestTextConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/text/TestTextConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/text/TestTextConnector.java
===================================================================
--- trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/text/TestTextConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/text/TestTextConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/text/TestTextSynchExecution.java
===================================================================
--- trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/text/TestTextSynchExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-text/src/test/java/com/metamatrix/connector/text/TestTextSynchExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/AbstractCachingConnector.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/AbstractCachingConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/AbstractCachingConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/AsynchronousDocumentProducer.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/AsynchronousDocumentProducer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/AsynchronousDocumentProducer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/BaseXMLConnectorState.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/BaseXMLConnectorState.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/BaseXMLConnectorState.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/CachingConnector.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/CachingConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/CachingConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/DocumentProducer.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/DocumentProducer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/DocumentProducer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/IQueryPreprocessor.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/IQueryPreprocessor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/IQueryPreprocessor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/NamedDocumentExecutor.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/NamedDocumentExecutor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/NamedDocumentExecutor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/SAXFilterProvider.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/SAXFilterProvider.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/SAXFilterProvider.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/SOAPConnectorState.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/SOAPConnectorState.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/SOAPConnectorState.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/SecureConnectorState.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/SecureConnectorState.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/SecureConnectorState.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/TrustedPayloadHandler.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/TrustedPayloadHandler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/TrustedPayloadHandler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/XMLConnection.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/XMLConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/XMLConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/XMLConnectorState.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/XMLConnectorState.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/XMLConnectorState.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/XMLExecution.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/XMLExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/XMLExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/BaseBatchProducer.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/BaseBatchProducer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/BaseBatchProducer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/BaseResultsProducer.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/BaseResultsProducer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/BaseResultsProducer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/CountingInputStream.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/CountingInputStream.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/CountingInputStream.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/CriteriaDesc.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/CriteriaDesc.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/CriteriaDesc.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/DocumentBuilder.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/DocumentBuilder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/DocumentBuilder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/DocumentInfo.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/DocumentInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/DocumentInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/ExecutionInfo.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/ExecutionInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/ExecutionInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/FileBackedValueReference.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/FileBackedValueReference.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/FileBackedValueReference.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/FileLifeManager.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/FileLifeManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/FileLifeManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/IDGeneratingXmlFilter.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/IDGeneratingXmlFilter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/IDGeneratingXmlFilter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/IQueryPreprocessor.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/IQueryPreprocessor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/IQueryPreprocessor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/LargeOrSmallString.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/LargeOrSmallString.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/LargeOrSmallString.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/LargeTextExtractingXmlFilter.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/LargeTextExtractingXmlFilter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/LargeTextExtractingXmlFilter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/LargeTextValueReference.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/LargeTextValueReference.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/LargeTextValueReference.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/LoggingConnector.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/LoggingConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/LoggingConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/LoggingInputStreamFilter.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/LoggingInputStreamFilter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/LoggingInputStreamFilter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/Messages.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/Messages.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/Messages.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/NoExtendedFilters.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/NoExtendedFilters.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/NoExtendedFilters.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/NoQueryPreprocessing.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/NoQueryPreprocessing.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/NoQueryPreprocessing.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/OutputXPathDesc.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/OutputXPathDesc.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/OutputXPathDesc.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/ParameterDescriptor.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/ParameterDescriptor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/ParameterDescriptor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/PluggableInputStreamFilterImpl.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/PluggableInputStreamFilterImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/PluggableInputStreamFilterImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/QueryAnalyzer.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/QueryAnalyzer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/QueryAnalyzer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/RequestGenerator.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/RequestGenerator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/RequestGenerator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/RequestResponseDocumentProducer.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/RequestResponseDocumentProducer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/RequestResponseDocumentProducer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/Response.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/Response.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/Response.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/SecureConnectorStateImpl.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/SecureConnectorStateImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/SecureConnectorStateImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/StatefulConnector.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/StatefulConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/StatefulConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/StringBackedValueReference.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/StringBackedValueReference.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/StringBackedValueReference.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/TrustedPayloadBridge.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/TrustedPayloadBridge.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/TrustedPayloadBridge.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/ValueConvertor.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/ValueConvertor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/ValueConvertor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLCapabilities.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLConnectionImpl.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLConnectionImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLConnectionImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLConnector.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLConnectorStateImpl.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLConnectorStateImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLConnectorStateImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLDocument.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLDocument.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLDocument.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLExecutionImpl.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLExecutionImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLExecutionImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLExtractor.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLExtractor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLExtractor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/cache/CachedObjectRecord.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/cache/CachedObjectRecord.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/cache/CachedObjectRecord.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/cache/DocumentCache.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/cache/DocumentCache.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/cache/DocumentCache.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/cache/ExecutionRecord.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/cache/ExecutionRecord.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/cache/ExecutionRecord.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/cache/IDocumentCache.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/cache/IDocumentCache.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/cache/IDocumentCache.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/cache/RequestPartRecord.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/cache/RequestPartRecord.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/cache/RequestPartRecord.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/cache/RequestRecord.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/cache/RequestRecord.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/cache/RequestRecord.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/file/FileConnectorState.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/file/FileConnectorState.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/file/FileConnectorState.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/file/FileExecutor.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/file/FileExecutor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/file/FileExecutor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/file/Messages.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/file/Messages.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/file/Messages.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/http/DefaultTrustDeserializer.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/http/DefaultTrustDeserializer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/http/DefaultTrustDeserializer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/http/HTTPConnectorState.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/http/HTTPConnectorState.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/http/HTTPConnectorState.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/http/HTTPExecutor.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/http/HTTPExecutor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/http/HTTPExecutor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/http/HTTPRequestor.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/http/HTTPRequestor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/http/HTTPRequestor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/http/HTTPTrustDeserializer.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/http/HTTPTrustDeserializer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/http/HTTPTrustDeserializer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/http/HttpInfo.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/http/HttpInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/http/HttpInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/http/Messages.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/http/Messages.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/http/Messages.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/JMSCapabilities.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/JMSCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/JMSCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/JMSConnection.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/JMSConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/JMSConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/JMSConnectorState.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/JMSConnectorState.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/JMSConnectorState.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/JMSExecution.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/JMSExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/JMSExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/JMSRequestExecutor.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/JMSRequestExecutor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/JMSRequestExecutor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/JMSSOAPConnectorState.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/JMSSOAPConnectorState.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/JMSSOAPConnectorState.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/JMSXMLConnectorState.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/JMSXMLConnectorState.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/JMSXMLConnectorState.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/Messages.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/Messages.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/jms/Messages.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/soap/DefaultSoapTrustDeserializer.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/soap/DefaultSoapTrustDeserializer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/soap/DefaultSoapTrustDeserializer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/soap/Messages.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/soap/Messages.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/soap/Messages.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/soap/SOAPConnectorState.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/soap/SOAPConnectorState.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/soap/SOAPConnectorState.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/soap/SOAPConnectorStateImpl.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/soap/SOAPConnectorStateImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/soap/SOAPConnectorStateImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/soap/SOAPDocBuilder.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/soap/SOAPDocBuilder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/soap/SOAPDocBuilder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/soap/SOAPExecutor.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/soap/SOAPExecutor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/soap/SOAPExecutor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/XMLConnectionFacory.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/XMLConnectionFacory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/XMLConnectionFacory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/XMLSourceCapabilities.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/XMLSourceCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/XMLSourceCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/XMLSourceConnection.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/XMLSourceConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/XMLSourceConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/XMLSourceConnector.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/XMLSourceConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/XMLSourceConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/XMLSourceExecution.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/XMLSourceExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/XMLSourceExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/XMLSourcePlugin.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/XMLSourcePlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/XMLSourcePlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/file/FileConnection.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/file/FileConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/file/FileConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/file/FileExecution.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/file/FileExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/file/FileExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/soap/SecurityToken.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/soap/SecurityToken.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/soap/SecurityToken.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/soap/ServiceOperation.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/soap/ServiceOperation.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/soap/ServiceOperation.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/soap/SoapConnection.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/soap/SoapConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/soap/SoapConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/soap/SoapConnectorProperties.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/soap/SoapConnectorProperties.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/soap/SoapConnectorProperties.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/soap/SoapExecution.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/soap/SoapExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/soap/SoapExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/soap/SoapService.java
===================================================================
--- trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/soap/SoapService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/java/com/metamatrix/connector/xmlsource/soap/SoapService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/resources/com/metamatrix/connector/xml/base/I18N.properties
===================================================================
--- trunk/connectors/connector-xml/src/main/resources/com/metamatrix/connector/xml/base/I18N.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/resources/com/metamatrix/connector/xml/base/I18N.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/resources/com/metamatrix/connector/xml/file/I18N.properties
===================================================================
--- trunk/connectors/connector-xml/src/main/resources/com/metamatrix/connector/xml/file/I18N.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/resources/com/metamatrix/connector/xml/file/I18N.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/resources/com/metamatrix/connector/xml/http/I18N.properties
===================================================================
--- trunk/connectors/connector-xml/src/main/resources/com/metamatrix/connector/xml/http/I18N.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/resources/com/metamatrix/connector/xml/http/I18N.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/resources/com/metamatrix/connector/xml/jms/I18N.properties
===================================================================
--- trunk/connectors/connector-xml/src/main/resources/com/metamatrix/connector/xml/jms/I18N.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/resources/com/metamatrix/connector/xml/jms/I18N.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/main/resources/com/metamatrix/connector/xml/soap/I18N.properties
===================================================================
--- trunk/connectors/connector-xml/src/main/resources/com/metamatrix/connector/xml/soap/I18N.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/main/resources/com/metamatrix/connector/xml/soap/I18N.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/imacination/webservices/distance/Distance_jws/Distance.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/imacination/webservices/distance/Distance_jws/Distance.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/imacination/webservices/distance/Distance_jws/Distance.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/MockCachingConnector.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/MockCachingConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/MockCachingConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/MockHostnameVerifier.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/MockHostnameVerifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/MockHostnameVerifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/MockQueryPreprocessor.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/MockQueryPreprocessor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/MockQueryPreprocessor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/MockXMLExecution.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/MockXMLExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/MockXMLExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/ProxyObjectFactory.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/ProxyObjectFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/ProxyObjectFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestBaseBatchProducer.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestBaseBatchProducer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestBaseBatchProducer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestCountingInputStream.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestCountingInputStream.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestCountingInputStream.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestCriteriaDesc.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestCriteriaDesc.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestCriteriaDesc.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestExecutionInfo.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestExecutionInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestExecutionInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestFileBackedValueReference.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestFileBackedValueReference.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestFileBackedValueReference.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestFileLifeManager.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestFileLifeManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestFileLifeManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestLargeOrSmallString.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestLargeOrSmallString.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestLargeOrSmallString.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestLargeTextExtractingXmlFilter.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestLargeTextExtractingXmlFilter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestLargeTextExtractingXmlFilter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestLoggingInputStreamFilter.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestLoggingInputStreamFilter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestLoggingInputStreamFilter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestOutputXPathDesc.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestOutputXPathDesc.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestOutputXPathDesc.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestParameterDescriptor.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestParameterDescriptor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestParameterDescriptor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestQueryAnalyzer.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestQueryAnalyzer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestQueryAnalyzer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestStringBackedValueReference.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestStringBackedValueReference.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestStringBackedValueReference.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLCapabilities.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLConnection.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLConnector.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLConnectorState.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLConnectorState.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLConnectorState.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLDocument.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLDocument.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLDocument.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLExecution.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLExtractor.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLExtractor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLExtractor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/cache/MockDocumentCache.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/cache/MockDocumentCache.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/cache/MockDocumentCache.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/cache/TestCache.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/cache/TestCache.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/cache/TestCache.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/cache/TestPerformanceCache.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/cache/TestPerformanceCache.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/cache/TestPerformanceCache.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/cache/TestRequestRecord.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/cache/TestRequestRecord.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/cache/TestRequestRecord.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/file/TestFileConnectorState.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/file/TestFileConnectorState.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/file/TestFileConnectorState.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/file/TestFileExecutor.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/file/TestFileExecutor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/file/TestFileExecutor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/http/TestHTTPConnectorState.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/http/TestHTTPConnectorState.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/http/TestHTTPConnectorState.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/jms/TestJMSConnectorState.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/jms/TestJMSConnectorState.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/jms/TestJMSConnectorState.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/jms/TestJMSSOAPConnectorState.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/jms/TestJMSSOAPConnectorState.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/jms/TestJMSSOAPConnectorState.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/soap/SOAPDocBuilderTest.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/soap/SOAPDocBuilderTest.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/soap/SOAPDocBuilderTest.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/soap/SOAPTestSuite.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/soap/SOAPTestSuite.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/soap/SOAPTestSuite.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xmlsource/FakeRuntimeMetadata.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xmlsource/FakeRuntimeMetadata.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xmlsource/FakeRuntimeMetadata.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xmlsource/file/TestFileConnection.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xmlsource/file/TestFileConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xmlsource/file/TestFileConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xmlsource/file/TestFileExecution.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xmlsource/file/TestFileExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xmlsource/file/TestFileExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xmlsource/soap/TestSoapConnection.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xmlsource/soap/TestSoapConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xmlsource/soap/TestSoapConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xmlsource/soap/TestSoapExecution.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xmlsource/soap/TestSoapExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xmlsource/soap/TestSoapExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xmlsource/soap/service/StockQuotes.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xmlsource/soap/service/StockQuotes.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xmlsource/soap/service/StockQuotes.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xmlsource/soap/service/WebServiceServer.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xmlsource/soap/service/WebServiceServer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/connector/xmlsource/soap/service/WebServiceServer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet/DocNameValueServlet.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet/DocNameValueServlet.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet/DocNameValueServlet.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet/DocPostBodyServlet.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet/DocPostBodyServlet.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet/DocPostBodyServlet.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet/EchoServlet.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet/EchoServlet.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet/EchoServlet.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet/LoggingServlet.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet/LoggingServlet.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet/LoggingServlet.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet/MockResponseServlet.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet/MockResponseServlet.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet/MockResponseServlet.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet/NameValueServlet.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet/NameValueServlet.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/test/servlet/NameValueServlet.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/BooksView_Input/AuthorBooks_Input_Type.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/BooksView_Input/AuthorBooks_Input_Type.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/BooksView_Input/AuthorBooks_Input_Type.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/BooksView_Output/Books_Output_Type.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/BooksView_Output/Books_Output_Type.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/BooksView_Output/Books_Output_Type.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/CurrencyExchangeService/CurrencyExchange.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/CurrencyExchangeService/CurrencyExchange.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/CurrencyExchangeService/CurrencyExchange.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/CurrencyExchangeService/PWCallback.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/CurrencyExchangeService/PWCallback.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/CurrencyExchangeService/PWCallback.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/CurrencyExchangeService/PWCallbackDigest.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/CurrencyExchangeService/PWCallbackDigest.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/CurrencyExchangeService/PWCallbackDigest.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/whatsshowing/Movie.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/whatsshowing/Movie.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/whatsshowing/Movie.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/whatsshowing/MovieInformation.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/whatsshowing/MovieInformation.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/whatsshowing/MovieInformation.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/whatsshowing/Theater.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/whatsshowing/Theater.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/whatsshowing/Theater.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/whatsshowing/UpcomingMovie.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/whatsshowing/UpcomingMovie.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/com/metamatrix/www/whatsshowing/UpcomingMovie.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/java/metamatrix/com/Books/BooksViewBooks.java
===================================================================
--- trunk/connectors/connector-xml/src/test/java/metamatrix/com/Books/BooksViewBooks.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/java/metamatrix/com/Books/BooksViewBooks.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/resources/BookCollection.xml
===================================================================
--- trunk/connectors/connector-xml/src/test/resources/BookCollection.xml	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/resources/BookCollection.xml	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.	
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.	
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/client_crypto.properties
===================================================================
--- trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/client_crypto.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/client_crypto.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/client_trusted_crypto.properties
===================================================================
--- trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/client_trusted_crypto.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/client_trusted_crypto.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/saml_signed_keyholder.properties
===================================================================
--- trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/saml_signed_keyholder.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/saml_signed_keyholder.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/saml_signed_sendervouches.properties
===================================================================
--- trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/saml_signed_sendervouches.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/saml_signed_sendervouches.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/saml_unsigned_keyholder.properties
===================================================================
--- trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/saml_unsigned_keyholder.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/saml_unsigned_keyholder.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/saml_unsigned_prop.properties
===================================================================
--- trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/saml_unsigned_prop.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/saml_unsigned_prop.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/server_crypto.properties
===================================================================
--- trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/server_crypto.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/server_crypto.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/server_trusted_crypto.properties
===================================================================
--- trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/server_trusted_crypto.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/resources/com/metamatrix/connector/xmlsource/soap/server_trusted_crypto.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/resources/com/metamatrix/test/servlet/MockResponseServletProps.properties
===================================================================
--- trunk/connectors/connector-xml/src/test/resources/com/metamatrix/test/servlet/MockResponseServletProps.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/resources/com/metamatrix/test/servlet/MockResponseServletProps.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/resources/documents/NameValueTest.xsd
===================================================================
--- trunk/connectors/connector-xml/src/test/resources/documents/NameValueTest.xsd	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/resources/documents/NameValueTest.xsd	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/resources/documents/jmsTest.xsd
===================================================================
--- trunk/connectors/connector-xml/src/test/resources/documents/jmsTest.xsd	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/resources/documents/jmsTest.xsd	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/resources/service/books/BooksView_Input.xsd
===================================================================
--- trunk/connectors/connector-xml/src/test/resources/service/books/BooksView_Input.xsd	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/resources/service/books/BooksView_Input.xsd	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/resources/service/books/BooksView_Output.xsd
===================================================================
--- trunk/connectors/connector-xml/src/test/resources/service/books/BooksView_Output.xsd	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/resources/service/books/BooksView_Output.xsd	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/resources/service/distance/Distance.xml
===================================================================
--- trunk/connectors/connector-xml/src/test/resources/service/distance/Distance.xml	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/resources/service/distance/Distance.xml	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/connector-xml/src/test/resources/stockquotes.xml
===================================================================
--- trunk/connectors/connector-xml/src/test/resources/stockquotes.xml	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/connector-xml/src/test/resources/stockquotes.xml	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.	
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.	
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/connector/exec/ExecAntExecution.java
===================================================================
--- trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/connector/exec/ExecAntExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/connector/exec/ExecAntExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/connector/exec/ExecCapabilities.java
===================================================================
--- trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/connector/exec/ExecCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/connector/exec/ExecCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/connector/exec/ExecConnection.java
===================================================================
--- trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/connector/exec/ExecConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/connector/exec/ExecConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/connector/exec/ExecConnector.java
===================================================================
--- trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/connector/exec/ExecConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/connector/exec/ExecConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/connector/exec/ExecPlugin.java
===================================================================
--- trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/connector/exec/ExecPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/connector/exec/ExecPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/connector/exec/ExecVisitor.java
===================================================================
--- trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/connector/exec/ExecVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-exec/src/main/java/com/metamatrix/connector/exec/ExecVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-exec/src/main/resources/com/metamatrix/connector/exec/i18n.properties
===================================================================
--- trunk/connectors/sandbox/connector-exec/src/main/resources/com/metamatrix/connector/exec/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-exec/src/main/resources/com/metamatrix/connector/exec/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-exec/src/test/java/com/metamatrix/connector/exec/FakeExecConnector.java
===================================================================
--- trunk/connectors/sandbox/connector-exec/src/test/java/com/metamatrix/connector/exec/FakeExecConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-exec/src/test/java/com/metamatrix/connector/exec/FakeExecConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-exec/src/test/java/com/metamatrix/connector/exec/TestsExec.java
===================================================================
--- trunk/connectors/sandbox/connector-exec/src/test/java/com/metamatrix/connector/exec/TestsExec.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-exec/src/test/java/com/metamatrix/connector/exec/TestsExec.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-exec/src/test/resources/exclusionFile.properties
===================================================================
--- trunk/connectors/sandbox/connector-exec/src/test/resources/exclusionFile.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-exec/src/test/resources/exclusionFile.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectConnection.java
===================================================================
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectConnector.java
===================================================================
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectConnectorCapabilities.java
===================================================================
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectConnectorCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectConnectorCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectPlugin.java
===================================================================
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectProcedureExecution.java
===================================================================
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectProcedureExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectProcedureExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectPropertyNames.java
===================================================================
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectPropertyNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectPropertyNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectSourceMethodManager.java
===================================================================
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectSourceMethodManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/ObjectSourceMethodManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/IObjectCommand.java
===================================================================
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/IObjectCommand.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/IObjectCommand.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/IObjectSource.java
===================================================================
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/IObjectSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/IObjectSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/ISourceTranslator.java
===================================================================
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/ISourceTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/ISourceTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/IValueRetriever.java
===================================================================
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/IValueRetriever.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/IValueRetriever.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/command/ObjectCommand.java
===================================================================
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/command/ObjectCommand.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/command/ObjectCommand.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/command/ProcedureCommand.java
===================================================================
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/command/ProcedureCommand.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/command/ProcedureCommand.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/source/BaseObjectSource.java
===================================================================
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/source/BaseObjectSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/source/BaseObjectSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/source/BaseSourceConnectionFactory.java
===================================================================
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/source/BaseSourceConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/source/BaseSourceConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/source/BasicSourceTranslator.java
===================================================================
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/source/BasicSourceTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/source/BasicSourceTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/value/BasicValueRetriever.java
===================================================================
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/value/BasicValueRetriever.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/value/BasicValueRetriever.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/value/JavaUtilDateValueTranslator.java
===================================================================
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/value/JavaUtilDateValueTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/extension/value/JavaUtilDateValueTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/util/ObjectConnectorUtil.java
===================================================================
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/util/ObjectConnectorUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/util/ObjectConnectorUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/util/ObjectExecutionHelper.java
===================================================================
--- trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/util/ObjectExecutionHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-object/src/main/java/com/metamatrix/connector/object/util/ObjectExecutionHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-object/src/main/resources/com/metamatrix/connector/object/i18n.properties
===================================================================
--- trunk/connectors/sandbox/connector-object/src/main/resources/com/metamatrix/connector/object/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-object/src/main/resources/com/metamatrix/connector/object/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/FilterFunctionModifier.java
===================================================================
--- trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/FilterFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/FilterFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/Messages.java
===================================================================
--- trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/Messages.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/Messages.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/NearestNeighborFunctionModifier.java
===================================================================
--- trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/NearestNeighborFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/NearestNeighborFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/NnDistanceFunctionModifier.java
===================================================================
--- trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/NnDistanceFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/NnDistanceFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialCapabilities.java
===================================================================
--- trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialConnector.java
===================================================================
--- trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialConversionVisitor.java
===================================================================
--- trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialConversionVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialConversionVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialFunctionModifier.java
===================================================================
--- trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialFunctions.java
===================================================================
--- trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialFunctions.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialFunctions.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialResultsTranslator.java
===================================================================
--- trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialResultsTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialResultsTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialSQLTranslator.java
===================================================================
--- trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialSQLTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/OracleSpatialSQLTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/RelateFunctionModifier.java
===================================================================
--- trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/RelateFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/RelateFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/SpatialHint.java
===================================================================
--- trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/SpatialHint.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/SpatialHint.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/SpatialSelectProxy.java
===================================================================
--- trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/SpatialSelectProxy.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/SpatialSelectProxy.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/WithinDistanceFunctionModifier.java
===================================================================
--- trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/WithinDistanceFunctionModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-oracle-spatial/src/main/java/com/metamatrix/connector/jdbc/oracle/spatial/WithinDistanceFunctionModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-oracle-spatial/src/main/resources/com/metamatrix/connector/jdbc/oracle/spatial/messages.properties
===================================================================
--- trunk/connectors/sandbox/connector-oracle-spatial/src/main/resources/com/metamatrix/connector/jdbc/oracle/spatial/messages.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-oracle-spatial/src/main/resources/com/metamatrix/connector/jdbc/oracle/spatial/messages.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/connector/yahoo/TickerCollectorVisitor.java
===================================================================
--- trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/connector/yahoo/TickerCollectorVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/connector/yahoo/TickerCollectorVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/connector/yahoo/YahooCapabilities.java
===================================================================
--- trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/connector/yahoo/YahooCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/connector/yahoo/YahooCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/connector/yahoo/YahooConnection.java
===================================================================
--- trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/connector/yahoo/YahooConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/connector/yahoo/YahooConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/connector/yahoo/YahooConnector.java
===================================================================
--- trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/connector/yahoo/YahooConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/connector/yahoo/YahooConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/connector/yahoo/YahooExecution.java
===================================================================
--- trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/connector/yahoo/YahooExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/connector/yahoo/YahooExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/connector/yahoo/YahooPlugin.java
===================================================================
--- trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/connector/yahoo/YahooPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-yahoo/src/main/java/com/metamatrix/connector/yahoo/YahooPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-yahoo/src/main/resources/com/metamatrix/connector/yahoo/i18n.properties
===================================================================
--- trunk/connectors/sandbox/connector-yahoo/src/main/resources/com/metamatrix/connector/yahoo/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-yahoo/src/main/resources/com/metamatrix/connector/yahoo/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/connectors/sandbox/connector-yahoo/src/test/java/com/metamatrix/connector/yahoo/TestYahooTranslation.java
===================================================================
--- trunk/connectors/sandbox/connector-yahoo/src/test/java/com/metamatrix/connector/yahoo/TestYahooTranslation.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/connectors/sandbox/connector-yahoo/src/test/java/com/metamatrix/connector/yahoo/TestYahooTranslation.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/common/callback/Callback.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/common/callback/Callback.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/common/callback/Callback.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/common/callback/CallbackChoices.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/common/callback/CallbackChoices.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/common/callback/CallbackChoices.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/common/callback/CallbackHandler.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/common/callback/CallbackHandler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/common/callback/CallbackHandler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/common/callback/CallbackImpl.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/common/callback/CallbackImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/common/callback/CallbackImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/common/callback/UnsupportedCallbackException.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/common/callback/UnsupportedCallbackException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/common/callback/UnsupportedCallbackException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/common/properties/ObjectPropertyManager.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/common/properties/ObjectPropertyManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/common/properties/ObjectPropertyManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/common/properties/PropertyManager.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/common/properties/PropertyManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/common/properties/PropertyManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/common/properties/TextManager.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/common/properties/TextManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/common/properties/TextManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ConsolePlugin.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ConsolePlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ConsolePlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/connections/ConnectionAndPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/connections/ConnectionAndPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/connections/ConnectionAndPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/connections/ConnectionInfo.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/connections/ConnectionInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/connections/ConnectionInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/connections/ConnectionProcessor.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/connections/ConnectionProcessor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/connections/ConnectionProcessor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/connections/RemoveConnectionDialog.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/connections/RemoveConnectionDialog.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/connections/RemoveConnectionDialog.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/main/AdminConsoleMain.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/main/AdminConsoleMain.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/main/AdminConsoleMain.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/models/AuthenticationProviderManager.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/models/AuthenticationProviderManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/models/AuthenticationProviderManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/models/ConfigurationManager.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/models/ConfigurationManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/models/ConfigurationManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/models/ConfigurationPropertiedObjectEditor.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/models/ConfigurationPropertiedObjectEditor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/models/ConfigurationPropertiedObjectEditor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/models/ConnectorManager.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/models/ConnectorManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/models/ConnectorManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/models/EntitlementManager.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/models/EntitlementManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/models/EntitlementManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/models/ExtensionSourceManager.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/models/ExtensionSourceManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/models/ExtensionSourceManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/models/GroupsManager.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/models/GroupsManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/models/GroupsManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/models/Manager.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/models/Manager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/models/Manager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/models/ManagerListener.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/models/ManagerListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/models/ManagerListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/models/Managers.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/models/Managers.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/models/Managers.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/models/ModelChangedEvent.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/models/ModelChangedEvent.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/models/ModelChangedEvent.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/models/ModelManager.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/models/ModelManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/models/ModelManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/models/PropertiesManager.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/models/PropertiesManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/models/PropertiesManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/models/PropertyDetail.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/models/PropertyDetail.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/models/PropertyDetail.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/models/QueryManager.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/models/QueryManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/models/QueryManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/models/ResourceManager.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/models/ResourceManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/models/ResourceManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/models/ResourcePropertiedObjectEditor.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/models/ResourcePropertiedObjectEditor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/models/ResourcePropertiedObjectEditor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/models/RuntimeMgmtManager.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/models/RuntimeMgmtManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/models/RuntimeMgmtManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/models/ServerLogManager.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/models/ServerLogManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/models/ServerLogManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/models/SessionManager.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/models/SessionManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/models/SessionManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/models/SummaryManager.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/models/SummaryManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/models/SummaryManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/models/TimedManager.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/models/TimedManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/models/TimedManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/models/TransactionManager.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/models/TransactionManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/models/TransactionManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/models/VdbManager.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/models/VdbManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/models/VdbManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/notification/AddedConnectorBindingNotification.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/notification/AddedConnectorBindingNotification.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/notification/AddedConnectorBindingNotification.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/notification/DataEntitlementChangeNotification.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/notification/DataEntitlementChangeNotification.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/notification/DataEntitlementChangeNotification.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/notification/RuntimeUpdateNotification.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/notification/RuntimeUpdateNotification.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/notification/RuntimeUpdateNotification.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/security/Roles.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/security/Roles.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/security/Roles.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/security/UserCapabilities.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/security/UserCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/security/UserCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/NotifyOnExitConsole.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/NotifyOnExitConsole.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/NotifyOnExitConsole.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/StatusPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/StatusPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/StatusPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/ViewManager.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/ViewManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/ViewManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ConsoleLogin.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ConsoleLogin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ConsoleLogin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ConsoleLoginDialog.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ConsoleLoginDialog.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ConsoleLoginDialog.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ConsoleLoginPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ConsoleLoginPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ConsoleLoginPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ConsoleLoginWindow.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ConsoleLoginWindow.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ConsoleLoginWindow.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/dialog/DetailsDialog.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/dialog/DetailsDialog.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/dialog/DetailsDialog.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ErrorDialog.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ErrorDialog.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ErrorDialog.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/dialog/PendingChangesDialog.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/dialog/PendingChangesDialog.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/dialog/PendingChangesDialog.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/dialog/RefreshRatesDialog.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/dialog/RefreshRatesDialog.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/dialog/RefreshRatesDialog.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ResetPasswordPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ResetPasswordPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ResetPasswordPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ServerURLsDialog.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ServerURLsDialog.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/dialog/ServerURLsDialog.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/layout/BasePanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/layout/BasePanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/layout/BasePanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/layout/CDKCallbackHandler.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/layout/CDKCallbackHandler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/layout/CDKCallbackHandler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/layout/ConsoleAboutPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/layout/ConsoleAboutPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/layout/ConsoleAboutPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/layout/ConsoleMainFrame.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/layout/ConsoleMainFrame.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/layout/ConsoleMainFrame.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/layout/ConsoleMenuBar.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/layout/ConsoleMenuBar.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/layout/ConsoleMenuBar.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/layout/ConsoleMenuBarListener.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/layout/ConsoleMenuBarListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/layout/ConsoleMenuBarListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/layout/MenuEntry.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/layout/MenuEntry.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/layout/MenuEntry.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/layout/PanelsTree.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/layout/PanelsTree.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/layout/PanelsTree.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/layout/PanelsTreeModel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/layout/PanelsTreeModel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/layout/PanelsTreeModel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/layout/PanelsTreeNode.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/layout/PanelsTreeNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/layout/PanelsTreeNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/layout/TreeAndControllerCoordinator.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/layout/TreeAndControllerCoordinator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/layout/TreeAndControllerCoordinator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/layout/UserPreferenceCallback.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/layout/UserPreferenceCallback.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/layout/UserPreferenceCallback.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/layout/Workspace.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/layout/Workspace.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/layout/Workspace.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/layout/WorkspaceController.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/layout/WorkspaceController.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/layout/WorkspaceController.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/layout/WorkspaceControllerWorkItem.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/layout/WorkspaceControllerWorkItem.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/layout/WorkspaceControllerWorkItem.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/layout/WorkspacePanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/layout/WorkspacePanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/layout/WorkspacePanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/tree/ChildSortingTreeNode.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/tree/ChildSortingTreeNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/tree/ChildSortingTreeNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/tree/SavesExpansionState.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/tree/SavesExpansionState.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/tree/SavesExpansionState.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/tree/SortReadyJTree.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/tree/SortReadyJTree.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/tree/SortReadyJTree.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/tree/SortableChildrenNode.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/tree/SortableChildrenNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/tree/SortableChildrenNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/tree/SortsChildren.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/tree/SortsChildren.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/tree/SortsChildren.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/tree/TreePathExpansion.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/tree/TreePathExpansion.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/tree/TreePathExpansion.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/treetable/TreeTableModel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/treetable/TreeTableModel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/treetable/TreeTableModel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/AbstractPanelAction.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/AbstractPanelAction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/AbstractPanelAction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/AbstractPropertiedObjectPanelHolder.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/AbstractPropertiedObjectPanelHolder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/AbstractPropertiedObjectPanelHolder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/ActionFireableButtonWidget.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/ActionFireableButtonWidget.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/ActionFireableButtonWidget.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/BasicWizardSubpanelContainer.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/BasicWizardSubpanelContainer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/BasicWizardSubpanelContainer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/CenteredOptionPane.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/CenteredOptionPane.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/CenteredOptionPane.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/ChooserPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/ChooserPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/ChooserPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/ColumnSortInfo.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/ColumnSortInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/ColumnSortInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/ConsoleCellRenderer.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/ConsoleCellRenderer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/ConsoleCellRenderer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/ConsoleConstants.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/ConsoleConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/ConsoleConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/ExpertPropertiedObjectPanelHolder.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/ExpertPropertiedObjectPanelHolder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/ExpertPropertiedObjectPanelHolder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/IconComponent.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/IconComponent.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/IconComponent.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/IconLabel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/IconLabel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/IconLabel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/InitialAndCurrentValues.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/InitialAndCurrentValues.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/InitialAndCurrentValues.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/ItemsBlockedCallback.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/ItemsBlockedCallback.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/ItemsBlockedCallback.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/ItemsBlockedListSelectionListener.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/ItemsBlockedListSelectionListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/ItemsBlockedListSelectionListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/ItemsBlockedTreeSelectionListener.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/ItemsBlockedTreeSelectionListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/ItemsBlockedTreeSelectionListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/JEnterButton.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/JEnterButton.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/JEnterButton.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/LazyBranchListener.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/LazyBranchListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/LazyBranchListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/LazyBranchNode.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/LazyBranchNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/LazyBranchNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/MDCPOpenStateListener.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/MDCPOpenStateListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/MDCPOpenStateListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/ModifiedDirectoryChooserPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/ModifiedDirectoryChooserPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/ModifiedDirectoryChooserPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/NoFocusUnlessSelectedListCellRenderer.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/NoFocusUnlessSelectedListCellRenderer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/NoFocusUnlessSelectedListCellRenderer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/NoMinTextFieldWidget.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/NoMinTextFieldWidget.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/NoMinTextFieldWidget.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/NoSelectionListCellRenderer.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/NoSelectionListCellRenderer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/NoSelectionListCellRenderer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/POPWithButtons.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/POPWithButtons.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/POPWithButtons.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/POPWithButtonsController.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/POPWithButtonsController.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/POPWithButtonsController.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/PropertiedObjectPanelHolder.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/PropertiedObjectPanelHolder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/PropertiedObjectPanelHolder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/ReadOnlyListWidget.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/ReadOnlyListWidget.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/ReadOnlyListWidget.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/RepaintController.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/RepaintController.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/RepaintController.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/SelectAllOrNoneMessageReceiver.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/SelectAllOrNoneMessageReceiver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/SelectAllOrNoneMessageReceiver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/SelectAllOrNonePopupController.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/SelectAllOrNonePopupController.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/SelectAllOrNonePopupController.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/StringListBasedListModel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/StringListBasedListModel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/StringListBasedListModel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/TableCellRendererFactory.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/TableCellRendererFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/TableCellRendererFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/WizardInterface.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/WizardInterface.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/WizardInterface.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/WizardInterfaceImpl.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/WizardInterfaceImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/WizardInterfaceImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/WizardStepTextPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/WizardStepTextPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/WizardStepTextPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/property/GuiComponentFactory.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/property/GuiComponentFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/property/GuiComponentFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/property/Icons.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/property/Icons.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/property/Icons.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/property/PropertyProvider.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/property/PropertyProvider.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/property/PropertyProvider.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/property/TypeConstants.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/property/TypeConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/property/TypeConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/AbstractWizardClient.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/AbstractWizardClient.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/AbstractWizardClient.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/DefaultWizardClientPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/DefaultWizardClientPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/DefaultWizardClientPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/WizardClient.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/WizardClient.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/WizardClient.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/WizardClientPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/WizardClientPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/WizardClientPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/WizardPane.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/WizardPane.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/WizardPane.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/WizardPaneDialog.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/WizardPaneDialog.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/util/wizard/WizardPaneDialog.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/DefaultConsoleTableComparator.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/DefaultConsoleTableComparator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/DefaultConsoleTableComparator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/DefaultConsoleTableSorter.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/DefaultConsoleTableSorter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/DefaultConsoleTableSorter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/AuthenticationProviderDetailsPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/AuthenticationProviderDetailsPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/AuthenticationProviderDetailsPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/AuthenticationProviderPropertiesPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/AuthenticationProviderPropertiesPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/AuthenticationProviderPropertiesPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/NewAuthenticationProviderSelectPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/NewAuthenticationProviderSelectPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/NewAuthenticationProviderSelectPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/NewAuthenticationProviderSpecificationPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/NewAuthenticationProviderSpecificationPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/NewAuthenticationProviderSpecificationPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/NewAuthenticationProviderWizardController.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/NewAuthenticationProviderWizardController.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/NewAuthenticationProviderWizardController.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/ProvidersChangedEvent.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/ProvidersChangedEvent.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/ProvidersChangedEvent.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/ProvidersChangedListener.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/ProvidersChangedListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/ProvidersChangedListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/ProvidersMain.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/ProvidersMain.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/ProvidersMain.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/SummaryMain.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/SummaryMain.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/authorization/SummaryMain.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ConnectorBasicInfo.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ConnectorBasicInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ConnectorBasicInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ConnectorDetailInfo.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ConnectorDetailInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ConnectorDetailInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ConnectorPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ConnectorPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ConnectorPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ImportWizardConfirmationPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ImportWizardConfirmationPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ImportWizardConfirmationPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ImportWizardConnectorIDPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ImportWizardConnectorIDPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ImportWizardConnectorIDPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ImportWizardController.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ImportWizardController.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ImportWizardController.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ImportWizardControllerInterface.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ImportWizardControllerInterface.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ImportWizardControllerInterface.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ImportWizardDuplicatesPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ImportWizardDuplicatesPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ImportWizardDuplicatesPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ImportWizardFileSelectorPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ImportWizardFileSelectorPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/connector/ImportWizardFileSelectorPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/BindingBasics.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/BindingBasics.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/BindingBasics.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/BindingDataInterface.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/BindingDataInterface.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/BindingDataInterface.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/BindingDetails.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/BindingDetails.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/BindingDetails.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/BindingDetailsPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/BindingDetailsPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/BindingDetailsPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/BindingPropertiesPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/BindingPropertiesPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/BindingPropertiesPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/BindingVDBInfo.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/BindingVDBInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/BindingVDBInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/BindingVDBsPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/BindingVDBsPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/BindingVDBsPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/ConnectorAndBinding.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/ConnectorAndBinding.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/ConnectorAndBinding.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/ConnectorBindingDisplayer.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/ConnectorBindingDisplayer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/ConnectorBindingDisplayer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/ConnectorBindingPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/ConnectorBindingPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/ConnectorBindingPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/ConnectorBindingRenameDialog.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/ConnectorBindingRenameDialog.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/ConnectorBindingRenameDialog.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/ImportBindingWizardController.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/ImportBindingWizardController.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/ImportBindingWizardController.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/ImportBindingWizardPSCEnablePanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/ImportBindingWizardPSCEnablePanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/ImportBindingWizardPSCEnablePanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/ImportBindingWizardRenamePanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/ImportBindingWizardRenamePanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/ImportBindingWizardRenamePanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/NewBindingWizardConnectorSelectPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/NewBindingWizardConnectorSelectPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/NewBindingWizardConnectorSelectPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/NewBindingWizardController.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/NewBindingWizardController.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/NewBindingWizardController.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/NewBindingWizardCreateConfirmPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/NewBindingWizardCreateConfirmPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/NewBindingWizardCreateConfirmPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/NewBindingWizardPSCEnablePanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/NewBindingWizardPSCEnablePanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/NewBindingWizardPSCEnablePanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/NewBindingWizardSpecificationPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/NewBindingWizardSpecificationPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/connectorbinding/NewBindingWizardSpecificationPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/ConfigSummaryPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/ConfigSummaryPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/ConfigSummaryPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/ConfigurationImportWizard.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/ConfigurationImportWizard.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/ConfigurationImportWizard.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/ConfigurationTreeCellRenderer.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/ConfigurationTreeCellRenderer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/ConfigurationTreeCellRenderer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/ConfirmationPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/ConfirmationPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/ConfirmationPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/CreatePSCPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/CreatePSCPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/CreatePSCPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/CreatePanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/CreatePanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/CreatePanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/DeployMainPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/DeployMainPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/DeployMainPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/DeployedHostPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/DeployedHostPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/DeployedHostPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/DeployedProcessPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/DeployedProcessPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/DeployedProcessPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/DeployedPscPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/DeployedPscPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/DeployedPscPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/DeployedServicePanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/DeployedServicePanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/DeployedServicePanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/DeploymentsSummaryPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/DeploymentsSummaryPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/DeploymentsSummaryPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/DetailPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/DetailPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/DetailPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/ProductDefinitionPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/ProductDefinitionPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/ProductDefinitionPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/PscDefinitionPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/PscDefinitionPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/PscDefinitionPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/PscSummaryPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/PscSummaryPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/PscSummaryPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/ServiceDefinitionPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/ServiceDefinitionPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/ServiceDefinitionPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/UpdatePSCPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/UpdatePSCPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/UpdatePSCPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/event/ConfigurationChangeEvent.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/event/ConfigurationChangeEvent.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/event/ConfigurationChangeEvent.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/event/ConfigurationChangeListener.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/event/ConfigurationChangeListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/event/ConfigurationChangeListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/event/ConfigurationModifier.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/event/ConfigurationModifier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/event/ConfigurationModifier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/event/ConfigurationTreeModelEvent.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/event/ConfigurationTreeModelEvent.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/event/ConfigurationTreeModelEvent.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/event/ConfigurationTreeModelListener.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/event/ConfigurationTreeModelListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/event/ConfigurationTreeModelListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/model/ConfigurationTreeModel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/model/ConfigurationTreeModel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/model/ConfigurationTreeModel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/util/DeployPkgUtils.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/util/DeployPkgUtils.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/util/DeployPkgUtils.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/util/DeployTableSorter.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/util/DeployTableSorter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/util/DeployTableSorter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/util/PropertyConstants.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/util/PropertyConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/util/PropertyConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/util/TextValidator.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/util/TextValidator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/deploy/util/TextValidator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/AuthorizationPropagationListener.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/AuthorizationPropagationListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/AuthorizationPropagationListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/AuthorizationsCheckBox.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/AuthorizationsCheckBox.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/AuthorizationsCheckBox.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/AuthorizationsCheckBoxListener.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/AuthorizationsCheckBoxListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/AuthorizationsCheckBoxListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/AuthorizationsModel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/AuthorizationsModel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/AuthorizationsModel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/AuthorizationsTreeCellRenderer.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/AuthorizationsTreeCellRenderer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/AuthorizationsTreeCellRenderer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/AuthorizationsTreeTable.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/AuthorizationsTreeTable.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/AuthorizationsTreeTable.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/ButtonsStateController.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/ButtonsStateController.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/ButtonsStateController.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodeAuthorizationsControl.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodeAuthorizationsControl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodeAuthorizationsControl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodeInfo.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodeInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodeInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodePermissionChange.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodePermissionChange.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodePermissionChange.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodePermissions.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodePermissions.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodePermissions.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodePermissionsWithNodeName.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodePermissionsWithNodeName.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodePermissionsWithNodeName.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodesTreeModel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodesTreeModel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodesTreeModel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodesTreeModelGenerator.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodesTreeModelGenerator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodesTreeModelGenerator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodesTreeNode.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodesTreeNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/DataNodesTreeNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementDetailPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementDetailPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementDetailPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementInfo.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementMembershipController.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementMembershipController.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementMembershipController.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementSelector.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementSelector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementSelector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementsDataInterface.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementsDataInterface.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementsDataInterface.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementsPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementsPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementsPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementsTable.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementsTable.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementsTable.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementsTableModel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementsTableModel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementsTableModel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementsTableRowData.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementsTableRowData.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/EntitlementsTableRowData.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/NewEntitlementBasedOnPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/NewEntitlementBasedOnPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/NewEntitlementBasedOnPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/NewEntitlementConfirmationPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/NewEntitlementConfirmationPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/NewEntitlementConfirmationPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/NewEntitlementController.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/NewEntitlementController.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/NewEntitlementController.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/NewEntitlementNamePanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/NewEntitlementNamePanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/NewEntitlementNamePanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/NewEntitlementWizardPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/NewEntitlementWizardPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/NewEntitlementWizardPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/PermissionsUpdater.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/PermissionsUpdater.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/PermissionsUpdater.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/PrincipalChangeListener.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/PrincipalChangeListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/entitlements/PrincipalChangeListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourceAdder.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourceAdder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourceAdder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourceDetailInfo.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourceDetailInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourceDetailInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourceDetailListener.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourceDetailListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourceDetailListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourceDetailPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourceDetailPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourceDetailPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourceExporter.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourceExporter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourceExporter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourceReplacer.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourceReplacer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourceReplacer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourcesPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourcesPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourcesPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourcesTableModel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourcesTableModel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/ExtensionSourcesTableModel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/NewExtensionSourceInfo.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/NewExtensionSourceInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/extensionsource/NewExtensionSourceInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/ConfigurationLogSetUpPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/ConfigurationLogSetUpPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/ConfigurationLogSetUpPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/ConfigurationLogSetUpPanelController.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/ConfigurationLogSetUpPanelController.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/ConfigurationLogSetUpPanelController.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/ContextsAccumulatorListener.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/ContextsAccumulatorListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/ContextsAccumulatorListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/ContextsAccumulatorPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/ContextsAccumulatorPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/ContextsAccumulatorPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/MessageLevelChangeNotifyee.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/MessageLevelChangeNotifyee.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/MessageLevelChangeNotifyee.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/MessageLevelCheckBoxes.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/MessageLevelCheckBoxes.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/MessageLevelCheckBoxes.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/MessageLevelPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/MessageLevelPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/MessageLevelPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/SystemLogSetUpPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/SystemLogSetUpPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/logsetup/SystemLogSetUpPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/pools/PoolConfigTableRowData.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/pools/PoolConfigTableRowData.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/pools/PoolConfigTableRowData.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/pools/PoolNameAndType.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/pools/PoolNameAndType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/pools/PoolNameAndType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/pools/PoolPropertiedObjectAndEditor.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/pools/PoolPropertiedObjectAndEditor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/pools/PoolPropertiedObjectAndEditor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/ConsolePropertiedEditor.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/ConsolePropertiedEditor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/ConsolePropertiedEditor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/ConsolePropertyObjectId.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/ConsolePropertyObjectId.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/ConsolePropertyObjectId.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/DefaultComponentSelector.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/DefaultComponentSelector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/DefaultComponentSelector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/FakeUserTransaction.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/FakeUserTransaction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/FakeUserTransaction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/NextStartupPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/NextStartupPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/NextStartupPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/PropertiesMasterPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/PropertiesMasterPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/PropertiesMasterPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/PropertiesTreeModelFactory.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/PropertiesTreeModelFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/PropertiesTreeModelFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/PropertyDetailPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/PropertyDetailPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/PropertyDetailPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/PropertyFilter.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/PropertyFilter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/PropertyFilter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/PropertyFilterPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/PropertyFilterPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/PropertyFilterPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/PropertyHeaderPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/PropertyHeaderPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/properties/PropertyHeaderPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/queries/QueryPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/queries/QueryPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/queries/QueryPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/queries/QueryRequestPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/queries/QueryRequestPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/queries/QueryRequestPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/queries/QueryTableModel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/queries/QueryTableModel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/queries/QueryTableModel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/resources/ResourceData.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/resources/ResourceData.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/resources/ResourceData.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/resources/ResourcesMainPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/resources/ResourcesMainPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/resources/ResourcesMainPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/ConfirmationPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/ConfirmationPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/ConfirmationPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/OperationsDelegate.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/OperationsDelegate.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/OperationsDelegate.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/OperationsPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/OperationsPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/OperationsPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/ProcessMgmtPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/ProcessMgmtPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/ProcessMgmtPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/QueueStatistics.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/QueueStatistics.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/QueueStatistics.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/QueueStatisticsDisplayHandler.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/QueueStatisticsDisplayHandler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/QueueStatisticsDisplayHandler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/QueueStatisticsPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/QueueStatisticsPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/QueueStatisticsPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/QueueStatisticsRefreshRequestHandler.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/QueueStatisticsRefreshRequestHandler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/QueueStatisticsRefreshRequestHandler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/QueueStatisticsRefreshRequestHandlerImp.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/QueueStatisticsRefreshRequestHandlerImp.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/QueueStatisticsRefreshRequestHandlerImp.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/RuntimeMgmtPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/RuntimeMgmtPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/RuntimeMgmtPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/RuntimeStateCellRenderer.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/RuntimeStateCellRenderer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/RuntimeStateCellRenderer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/ServiceMgmtPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/ServiceMgmtPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/ServiceMgmtPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/VMStatisticsDisplayHandler.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/VMStatisticsDisplayHandler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/VMStatisticsDisplayHandler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/VMStatisticsPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/VMStatisticsPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/VMStatisticsPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/model/HostStatistics.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/model/HostStatistics.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/model/HostStatistics.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/model/RuntimeMgmtModel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/model/RuntimeMgmtModel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/model/RuntimeMgmtModel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/model/StatisticsConstants.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/model/StatisticsConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/model/StatisticsConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/util/RuntimeMgmtUtils.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/util/RuntimeMgmtUtils.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/util/RuntimeMgmtUtils.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/util/ServiceStateConstants.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/util/ServiceStateConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/runtime/util/ServiceStateConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/sessions/SessionPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/sessions/SessionPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/sessions/SessionPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/sessions/SessionTableCellRenderer.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/sessions/SessionTableCellRenderer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/sessions/SessionTableCellRenderer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/sessions/SessionTableModel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/sessions/SessionTableModel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/sessions/SessionTableModel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/summary/SummaryConnectionInfo.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/summary/SummaryConnectionInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/summary/SummaryConnectionInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/summary/SummaryHostInfo.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/summary/SummaryHostInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/summary/SummaryHostInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/summary/SummaryInfoProvider.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/summary/SummaryInfoProvider.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/summary/SummaryInfoProvider.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/summary/SummaryPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/summary/SummaryPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/summary/SummaryPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/MaxRecordsPerQueryListener.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/MaxRecordsPerQueryListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/MaxRecordsPerQueryListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/MaxRecordsPerQueryPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/MaxRecordsPerQueryPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/MaxRecordsPerQueryPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/RowsNotSelectedPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/RowsNotSelectedPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/RowsNotSelectedPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/SysLogPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/SysLogPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/SysLogPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/SysLogUtils.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/SysLogUtils.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/SysLogUtils.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeSpanButtonSelectionListener.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeSpanButtonSelectionListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeSpanButtonSelectionListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeSpanEndingPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeSpanEndingPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeSpanEndingPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeSpanPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeSpanPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeSpanPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeSpanPanelValidityListener.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeSpanPanelValidityListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeSpanPanelValidityListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeSpanStartingOrEndingPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeSpanStartingOrEndingPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeSpanStartingOrEndingPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeSpanStartingPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeSpanStartingPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/syslog/TimeSpanStartingPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/transactions/TransactionTableModel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/transactions/TransactionTableModel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/transactions/TransactionTableModel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/transactions/TransactionsPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/transactions/TransactionsPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/transactions/TransactionsPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/users/AddDialog.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/users/AddDialog.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/users/AddDialog.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/users/AdminRolesMain.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/users/AdminRolesMain.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/users/AdminRolesMain.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/users/GroupAccumulatorController.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/users/GroupAccumulatorController.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/users/GroupAccumulatorController.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/users/GroupTabSelectionHandler.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/users/GroupTabSelectionHandler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/users/GroupTabSelectionHandler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/users/GroupsAccumulatorListener.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/users/GroupsAccumulatorListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/users/GroupsAccumulatorListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/users/GroupsAccumulatorPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/users/GroupsAccumulatorPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/users/GroupsAccumulatorPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/users/GroupsTabMainPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/users/GroupsTabMainPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/users/GroupsTabMainPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/users/InheritedRole.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/users/InheritedRole.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/users/InheritedRole.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/users/NewGroupsWizardController.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/users/NewGroupsWizardController.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/users/NewGroupsWizardController.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/users/NewGroupsWizardSelectionPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/users/NewGroupsWizardSelectionPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/users/NewGroupsWizardSelectionPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/users/NotifyOnSelectionChange.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/users/NotifyOnSelectionChange.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/users/NotifyOnSelectionChange.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/users/RoleDetail.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/users/RoleDetail.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/users/RoleDetail.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/users/RoleDisplay.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/users/RoleDisplay.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/users/RoleDisplay.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/users/RoleMembershipPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/users/RoleMembershipPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/users/RoleMembershipPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/users/RolesList.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/users/RolesList.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/users/RolesList.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/AllMaterializationFilesDisplayInfo.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/AllMaterializationFilesDisplayInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/AllMaterializationFilesDisplayInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/BindingsAlreadyExistDlg.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/BindingsAlreadyExistDlg.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/BindingsAlreadyExistDlg.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ConnectorBindingNameAndUUID.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ConnectorBindingNameAndUUID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ConnectorBindingNameAndUUID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/CreateVDBPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/CreateVDBPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/CreateVDBPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/CreateVDBPanelParent.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/CreateVDBPanelParent.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/CreateVDBPanelParent.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/DataNodesTreeModel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/DataNodesTreeModel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/DataNodesTreeModel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/EntitlementMigrationDetailInfo.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/EntitlementMigrationDetailInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/EntitlementMigrationDetailInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/EntitlementMigrationDetailPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/EntitlementMigrationDetailPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/EntitlementMigrationDetailPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/EntitlementMigrationInfoSource.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/EntitlementMigrationInfoSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/EntitlementMigrationInfoSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/EntitlementMigrationReportSummaryPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/EntitlementMigrationReportSummaryPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/EntitlementMigrationReportSummaryPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/EntitlementMigrationSummaryInfo.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/EntitlementMigrationSummaryInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/EntitlementMigrationSummaryInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ImportVdbRolesPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ImportVdbRolesPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ImportVdbRolesPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ImportVdbRolesWizardDlg.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ImportVdbRolesWizardDlg.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ImportVdbRolesWizardDlg.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ImportVdbVersionWizardDlg.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ImportVdbVersionWizardDlg.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ImportVdbVersionWizardDlg.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/MaterializationPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/MaterializationPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/MaterializationPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/MaterializationWizard.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/MaterializationWizard.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/MaterializationWizard.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/MaterializationWizardDialog.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/MaterializationWizardDialog.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/MaterializationWizardDialog.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ModelVisibilityInfo.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ModelVisibilityInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ModelVisibilityInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ModelWrapper.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ModelWrapper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/ModelWrapper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/MultiSourceModelBindingEditRequestHandler.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/MultiSourceModelBindingEditRequestHandler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/MultiSourceModelBindingEditRequestHandler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/NewVDBWizardModelVisibilityTable.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/NewVDBWizardModelVisibilityTable.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/NewVDBWizardModelVisibilityTable.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/SingleMaterializationFileDisplayInfo.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/SingleMaterializationFileDisplayInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/SingleMaterializationFileDisplayInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/UDDIConfigurationsDialog.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/UDDIConfigurationsDialog.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/UDDIConfigurationsDialog.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/UDDIConfigurationsHandler.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/UDDIConfigurationsHandler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/UDDIConfigurationsHandler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/UDDIInitialAccessErrorDialog.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/UDDIInitialAccessErrorDialog.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/UDDIInitialAccessErrorDialog.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/UDDIRegistryInfo.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/UDDIRegistryInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/UDDIRegistryInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBConnectorBindingAssignmentModelTable.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBConnectorBindingAssignmentModelTable.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBConnectorBindingAssignmentModelTable.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBConnectorBindingNames.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBConnectorBindingNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBConnectorBindingNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBExporter.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBExporter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBExporter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBMetadataTreeNode.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBMetadataTreeNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBMetadataTreeNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBMetadataTreePanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBMetadataTreePanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBMetadataTreePanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBMultiConnectorBindingAssignmentDlg.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBMultiConnectorBindingAssignmentDlg.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBMultiConnectorBindingAssignmentDlg.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBRolesExporter.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBRolesExporter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBRolesExporter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBWizardModelVisibilityPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBWizardModelVisibilityPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VDBWizardModelVisibilityPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbAssignConnBindPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbAssignConnBindPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbAssignConnBindPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbConnBindPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbConnBindPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbConnBindPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbDetailPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbDetailPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbDetailPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbDisplayer.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbDisplayer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbDisplayer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbEditConnBindDlg.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbEditConnBindDlg.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbEditConnBindDlg.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbEntitlementsPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbEntitlementsPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbEntitlementsPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbMainPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbMainPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbMainPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbModelsPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbModelsPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbModelsPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbRoleOptionsPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbRoleOptionsPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbRoleOptionsPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbSetStatusDlg.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbSetStatusDlg.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbSetStatusDlg.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardConfirmPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardConfirmPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardConfirmPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardEditConnBindPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardEditConnBindPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardEditConnBindPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardEntitlementsPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardEntitlementsPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardEntitlementsPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardEntitlementsSelectPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardEntitlementsSelectPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardEntitlementsSelectPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardIdPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardIdPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardIdPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardSaveMaterializationFilesPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardSaveMaterializationFilesPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardSaveMaterializationFilesPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardUserAndPasswordPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardUserAndPasswordPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardUserAndPasswordPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardWrittenMaterializationFilesPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardWrittenMaterializationFilesPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/VdbWizardWrittenMaterializationFilesPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/WSDLOperationsDescription.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/WSDLOperationsDescription.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/ui/views/vdb/WSDLOperationsDescription.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/util/ApplicationConstants.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/util/ApplicationConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/util/ApplicationConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/util/AutoRefreshable.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/util/AutoRefreshable.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/util/AutoRefreshable.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/util/AutoRefresher.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/util/AutoRefresher.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/util/AutoRefresher.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/util/Compares.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/util/Compares.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/util/Compares.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/util/DaysHoursMinutesSeconds.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/util/DaysHoursMinutesSeconds.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/util/DaysHoursMinutesSeconds.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/util/DialogUtility.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/util/DialogUtility.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/util/DialogUtility.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/util/ExceptionUtility.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/util/ExceptionUtility.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/util/ExceptionUtility.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/util/ExternalException.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/util/ExternalException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/util/ExternalException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/util/HashedList.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/util/HashedList.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/util/HashedList.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/util/HashedListEntry.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/util/HashedListEntry.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/util/HashedListEntry.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/util/HashedListEntryWrapper.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/util/HashedListEntryWrapper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/util/HashedListEntryWrapper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/util/InvalidRequestException.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/util/InvalidRequestException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/util/InvalidRequestException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/util/LogContexts.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/util/LogContexts.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/util/LogContexts.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/util/QCDate.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/util/QCDate.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/util/QCDate.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/util/QCDateTime.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/util/QCDateTime.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/util/QCDateTime.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/util/QCGregorianCalendar.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/util/QCGregorianCalendar.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/util/QCGregorianCalendar.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/util/QCTime.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/util/QCTime.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/util/QCTime.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/util/Refreshable.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/util/Refreshable.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/util/Refreshable.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/util/RuntimeExternalException.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/util/RuntimeExternalException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/util/RuntimeExternalException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/util/SavedUDDIRegistryInfo.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/util/SavedUDDIRegistryInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/util/SavedUDDIRegistryInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/util/StaticProperties.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/util/StaticProperties.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/util/StaticProperties.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/util/StaticQuickSorter.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/util/StaticQuickSorter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/util/StaticQuickSorter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/util/StaticTableUtilities.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/util/StaticTableUtilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/util/StaticTableUtilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/util/StaticTreeSortUtilities.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/util/StaticTreeSortUtilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/util/StaticTreeSortUtilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/util/StaticTreeUtilities.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/util/StaticTreeUtilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/util/StaticTreeUtilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/util/StaticUtilities.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/util/StaticUtilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/util/StaticUtilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/console/util/StringComparator.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/console/util/StringComparator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/console/util/StringComparator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ToolboxPlugin.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ToolboxPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ToolboxPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/event/UserPreferencesEvent.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/event/UserPreferencesEvent.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/event/UserPreferencesEvent.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/preference/UserPreferences.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/preference/UserPreferences.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/preference/UserPreferences.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/property/VetoedChangeEvent.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/property/VetoedChangeEvent.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/property/VetoedChangeEvent.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/property/VetoedChangeListener.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/property/VetoedChangeListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/property/VetoedChangeListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/EmptyObject.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/EmptyObject.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/EmptyObject.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/IconConstants.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/IconConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/IconConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/IconFactory.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/IconFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/IconFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/MessageStandards.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/MessageStandards.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/MessageStandards.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/TextUtilities.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/TextUtilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/TextUtilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/UIConstants.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/UIConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/UIConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/UIDefaults.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/UIDefaults.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/UIDefaults.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/UiTextManager.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/UiTextManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/UiTextManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/Validator.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/Validator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/Validator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/callback/CallbackChoicesDialogPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/callback/CallbackChoicesDialogPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/callback/CallbackChoicesDialogPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/callback/DialogFactoryCallbackHandler.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/callback/DialogFactoryCallbackHandler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/callback/DialogFactoryCallbackHandler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/callback/ParentFrameSupplier.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/callback/ParentFrameSupplier.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/callback/ParentFrameSupplier.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/AboutDialog.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/AboutDialog.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/AboutDialog.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/AboutPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/AboutPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/AboutPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/AccumulatorPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/AccumulatorPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/AccumulatorPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ArrowIcon.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ArrowIcon.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ArrowIcon.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ButtonConstants.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ButtonConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ButtonConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ButtonWidget.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ButtonWidget.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ButtonWidget.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/CalendarPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/CalendarPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/CalendarPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/CheckBox.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/CheckBox.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/CheckBox.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ComboButtonWidget.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ComboButtonWidget.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ComboButtonWidget.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ConfigurationPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ConfigurationPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ConfigurationPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/DialogPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/DialogPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/DialogPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/DialogWindow.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/DialogWindow.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/DialogWindow.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/DirectoryChooserPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/DirectoryChooserPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/DirectoryChooserPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/DirectoryEntryTable.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/DirectoryEntryTable.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/DirectoryEntryTable.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ErrorDialog.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ErrorDialog.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ErrorDialog.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/IntegerSpinner.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/IntegerSpinner.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/IntegerSpinner.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/LabelWidget.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/LabelWidget.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/LabelWidget.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ListWidget.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ListWidget.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ListWidget.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/LoggingPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/LoggingPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/LoggingPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/LoginPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/LoginPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/LoginPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/MessagePanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/MessagePanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/MessagePanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/MultiLineToolTip.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/MultiLineToolTip.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/MultiLineToolTip.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/PasswordButton.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/PasswordButton.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/PasswordButton.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/PopupMenu.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/PopupMenu.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/PopupMenu.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/PopupMenuFactory.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/PopupMenuFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/PopupMenuFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/PropertiedObjectArrayTable.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/PropertiedObjectArrayTable.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/PropertiedObjectArrayTable.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ScrollWidget.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ScrollWidget.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ScrollWidget.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/SeparatorWidget.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/SeparatorWidget.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/SeparatorWidget.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/SpacerWidget.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/SpacerWidget.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/SpacerWidget.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/SplashPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/SplashPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/SplashPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/SplashWindow.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/SplashWindow.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/SplashWindow.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/Splitter.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/Splitter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/Splitter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/SplitterShadowBorder.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/SplitterShadowBorder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/SplitterShadowBorder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TableWidget.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TableWidget.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TableWidget.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TextFieldWidget.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TextFieldWidget.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TextFieldWidget.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TextPane.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TextPane.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TextPane.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TitledBorder.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TitledBorder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TitledBorder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ToolBar.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ToolBar.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/ToolBar.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TreeNodeTableWidget.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TreeNodeTableWidget.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TreeNodeTableWidget.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TreeWidget.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TreeWidget.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/TreeWidget.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/URLLabelWidget.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/URLLabelWidget.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/URLLabelWidget.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/URLTextFieldWidget.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/URLTextFieldWidget.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/URLTextFieldWidget.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/WidgetFactory.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/WidgetFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/WidgetFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/WizardPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/WizardPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/WizardPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/button/ButtonBorderPainter.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/button/ButtonBorderPainter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/button/ButtonBorderPainter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/button/CheckBoxModel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/button/CheckBoxModel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/button/CheckBoxModel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/button/ToggleButtonBorder.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/button/ToggleButtonBorder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/button/ToggleButtonBorder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/event/WidgetActionEvent.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/event/WidgetActionEvent.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/event/WidgetActionEvent.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/ButtonLookAndFeel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/ButtonLookAndFeel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/ButtonLookAndFeel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/CheckBoxLookAndFeel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/CheckBoxLookAndFeel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/CheckBoxLookAndFeel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/LabelLookAndFeel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/LabelLookAndFeel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/LabelLookAndFeel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/LookAndFeelUtilities.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/LookAndFeelUtilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/LookAndFeelUtilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/MultiLineToolTipUI.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/MultiLineToolTipUI.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/MultiLineToolTipUI.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/PasswordLookAndFeel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/PasswordLookAndFeel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/PasswordLookAndFeel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/TableHeaderButtonLookAndFeel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/TableHeaderButtonLookAndFeel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/TableHeaderButtonLookAndFeel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/ToolBarLookAndFeel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/ToolBarLookAndFeel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/ToolBarLookAndFeel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/TreeLookAndFeel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/TreeLookAndFeel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/laf/TreeLookAndFeel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/list/DefaultListCellRenderer.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/list/DefaultListCellRenderer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/list/DefaultListCellRenderer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/list/URLListCellRenderer.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/list/URLListCellRenderer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/list/URLListCellRenderer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/menu/DefaultPopupMenuFactory.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/menu/DefaultPopupMenuFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/menu/DefaultPopupMenuFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/DirectoryEntryPropertyComponent.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/DirectoryEntryPropertyComponent.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/DirectoryEntryPropertyComponent.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/MultivaluedPropertyComponent.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/MultivaluedPropertyComponent.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/MultivaluedPropertyComponent.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/ObjectReferenceHandler.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/ObjectReferenceHandler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/ObjectReferenceHandler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/ObjectReferencePropertyComponent.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/ObjectReferencePropertyComponent.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/ObjectReferencePropertyComponent.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertiedObjectPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertiedObjectPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertiedObjectPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertiedObjectTableCellRenderer.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertiedObjectTableCellRenderer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertiedObjectTableCellRenderer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertyChangeAdapter.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertyChangeAdapter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertyChangeAdapter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertyComponent.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertyComponent.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertyComponent.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertyComponentFactory.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertyComponentFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertyComponentFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertyDefinitionLabel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertyDefinitionLabel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertyDefinitionLabel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertySelectionEvent.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertySelectionEvent.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertySelectionEvent.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertySelectionListener.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertySelectionListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertySelectionListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertyValidationListener.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertyValidationListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/property/PropertyValidationListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/AbstractTableFilterOptionPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/AbstractTableFilterOptionPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/AbstractTableFilterOptionPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/AbstractTableOptionPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/AbstractTableOptionPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/AbstractTableOptionPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableCellEditor.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableCellEditor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableCellEditor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableCellRenderer.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableCellRenderer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableCellRenderer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableColumnModel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableColumnModel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableColumnModel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableComparator.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableComparator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableComparator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableHeader.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableHeader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableHeader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableHeaderRenderer.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableHeaderRenderer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableHeaderRenderer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableModel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableModel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableModel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableSorter.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableSorter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DefaultTableSorter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DirectoryEntryTableComparator.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DirectoryEntryTableComparator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/DirectoryEntryTableComparator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/EnhancedTableColumn.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/EnhancedTableColumn.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/EnhancedTableColumn.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/EnhancedTableColumnModel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/EnhancedTableColumnModel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/EnhancedTableColumnModel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/EnhancedTableModel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/EnhancedTableModel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/EnhancedTableModel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableColumnSortListener.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableColumnSortListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableColumnSortListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableComparator.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableComparator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableComparator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableConstants.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableFilter.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableFilter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableFilter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableHeader.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableHeader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableHeader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableHeaderButton.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableHeaderButton.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableHeaderButton.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableHideOptionPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableHideOptionPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableHideOptionPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableOptionPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableOptionPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableOptionPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableReorderOptionPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableReorderOptionPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableReorderOptionPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableSortOptionPanel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableSortOptionPanel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableSortOptionPanel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableSorter.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableSorter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/table/TableSorter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/text/DefaultTextFieldModel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/text/DefaultTextFieldModel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/text/DefaultTextFieldModel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/text/TextConstants.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/text/TextConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/text/TextConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/text/TextContainer.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/text/TextContainer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/text/TextContainer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/AbstractDragAndDropController.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/AbstractDragAndDropController.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/AbstractDragAndDropController.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/AbstractTreeNodeDragAndDropController.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/AbstractTreeNodeDragAndDropController.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/AbstractTreeNodeDragAndDropController.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/DragAndDropController.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/DragAndDropController.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/DragAndDropController.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/Flavor.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/Flavor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/Flavor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/TransferableTreeNode.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/TransferableTreeNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/TransferableTreeNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/TreeNodeDragAndDropController.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/TreeNodeDragAndDropController.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/transfer/TreeNodeDragAndDropController.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/DefaultTreeCellEditor.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/DefaultTreeCellEditor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/DefaultTreeCellEditor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/DefaultTreeCellRenderer.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/DefaultTreeCellRenderer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/DefaultTreeCellRenderer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/DefaultTreeModel.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/DefaultTreeModel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/DefaultTreeModel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/DefaultTreeNode.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/DefaultTreeNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/DefaultTreeNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/DefaultTreeNodeEditor.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/DefaultTreeNodeEditor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/DefaultTreeNodeEditor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/DefaultTreeView.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/DefaultTreeView.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/DefaultTreeView.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/TreeConstants.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/TreeConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/tree/TreeConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/BrowserControl.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/BrowserControl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/BrowserControl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/FileResourceConstants.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/FileResourceConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/FileResourceConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/IconFactory.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/IconFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/IconFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/PropertyLoader.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/PropertyLoader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/PropertyLoader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/PropertyLoaderException.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/PropertyLoaderException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/PropertyLoaderException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/StringFilter.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/StringFilter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/StringFilter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/WidgetUtilities.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/WidgetUtilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/toolbox/ui/widget/util/WidgetUtilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/uddi/UddiPlugin.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/uddi/UddiPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/uddi/UddiPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/uddi/exception/MMUddiException.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/uddi/exception/MMUddiException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/uddi/exception/MMUddiException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/uddi/publish/PublishWSDL.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/uddi/publish/PublishWSDL.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/uddi/publish/PublishWSDL.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/uddi/publish/UnPublishWSDL.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/uddi/publish/UnPublishWSDL.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/uddi/publish/UnPublishWSDL.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/uddi/query/FindBusiness.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/uddi/query/FindBusiness.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/uddi/query/FindBusiness.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/uddi/query/GetWSDL.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/uddi/query/GetWSDL.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/uddi/query/GetWSDL.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/uddi/util/MMUddiHelper.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/uddi/util/MMUddiHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/uddi/util/MMUddiHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/uddi/util/MMUddiUtil.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/uddi/util/MMUddiUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/uddi/util/MMUddiUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/java/com/metamatrix/uddi/util/UddiHelper.java
===================================================================
--- trunk/console/src/main/java/com/metamatrix/uddi/util/UddiHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/java/com/metamatrix/uddi/util/UddiHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/resources/com/metamatrix/console/data/runtime_mgr.properties
===================================================================
--- trunk/console/src/main/resources/com/metamatrix/console/data/runtime_mgr.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/resources/com/metamatrix/console/data/runtime_mgr.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/resources/com/metamatrix/console/i18n.properties
===================================================================
--- trunk/console/src/main/resources/com/metamatrix/console/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/resources/com/metamatrix/console/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/resources/com/metamatrix/console/ui/data/common_ui.properties
===================================================================
--- trunk/console/src/main/resources/com/metamatrix/console/ui/data/common_ui.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/resources/com/metamatrix/console/ui/data/common_ui.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/resources/com/metamatrix/console/ui/data/type_defs.properties
===================================================================
--- trunk/console/src/main/resources/com/metamatrix/console/ui/data/type_defs.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/resources/com/metamatrix/console/ui/data/type_defs.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/resources/com/metamatrix/console/ui/views/deploy/data/ui.properties
===================================================================
--- trunk/console/src/main/resources/com/metamatrix/console/ui/views/deploy/data/ui.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/resources/com/metamatrix/console/ui/views/deploy/data/ui.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/resources/com/metamatrix/console/ui/views/runtime/data/ui.properties
===================================================================
--- trunk/console/src/main/resources/com/metamatrix/console/ui/views/runtime/data/ui.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/resources/com/metamatrix/console/ui/views/runtime/data/ui.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/resources/com/metamatrix/console/ui/views/syslog/data/ui.properties
===================================================================
--- trunk/console/src/main/resources/com/metamatrix/console/ui/views/syslog/data/ui.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/resources/com/metamatrix/console/ui/views/syslog/data/ui.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/resources/com/metamatrix/console/ui/views/users/data/ui.properties
===================================================================
--- trunk/console/src/main/resources/com/metamatrix/console/ui/views/users/data/ui.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/resources/com/metamatrix/console/ui/views/users/data/ui.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/resources/com/metamatrix/toolbox/i18n.properties
===================================================================
--- trunk/console/src/main/resources/com/metamatrix/toolbox/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/resources/com/metamatrix/toolbox/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/resources/com/metamatrix/toolbox/ui/message.properties
===================================================================
--- trunk/console/src/main/resources/com/metamatrix/toolbox/ui/message.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/resources/com/metamatrix/toolbox/ui/message.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/resources/com/metamatrix/toolbox/ui/uiDefaults.properties
===================================================================
--- trunk/console/src/main/resources/com/metamatrix/toolbox/ui/uiDefaults.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/resources/com/metamatrix/toolbox/ui/uiDefaults.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/main/resources/com/metamatrix/toolbox/ui/uiTextDefaults.properties
===================================================================
--- trunk/console/src/main/resources/com/metamatrix/toolbox/ui/uiTextDefaults.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/main/resources/com/metamatrix/toolbox/ui/uiTextDefaults.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/test/java/com/metamatrix/console/util/TestStaticProperties.java
===================================================================
--- trunk/console/src/test/java/com/metamatrix/console/util/TestStaticProperties.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/test/java/com/metamatrix/console/util/TestStaticProperties.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/test/resources/console_config.properties
===================================================================
--- trunk/console/src/test/resources/console_config.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/test/resources/console_config.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/test/resources/console_prefs.properties
===================================================================
--- trunk/console/src/test/resources/console_prefs.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/test/resources/console_prefs.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/console/src/test/resources/metamatrix.properties
===================================================================
--- trunk/console/src/test/resources/metamatrix.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/console/src/test/resources/metamatrix.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPEmbeddedManager.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPEmbeddedManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPEmbeddedManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPEmbeddedPlugin.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPEmbeddedPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPEmbeddedPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPEmbeddedProperties.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPEmbeddedProperties.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPEmbeddedProperties.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPListener.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/DQPListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/EmbeddedConfigSource.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/EmbeddedConfigSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/EmbeddedConfigSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/EmbeddedConfigUtil.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/EmbeddedConfigUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/EmbeddedConfigUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/BaseAdmin.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/BaseAdmin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/BaseAdmin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPConfigAdminImpl.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPConfigAdminImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPConfigAdminImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPLogListener.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPLogListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPLogListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPMonitoringAdminImpl.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPMonitoringAdminImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPMonitoringAdminImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPRuntimeStateAdminImpl.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPRuntimeStateAdminImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPRuntimeStateAdminImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPSecurityAdminImpl.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPSecurityAdminImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/admin/DQPSecurityAdminImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/ConnectorConfigurationReader.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/ConnectorConfigurationReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/ConnectorConfigurationReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/ConnectorConfigurationWriter.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/ConnectorConfigurationWriter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/ConnectorConfigurationWriter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/ExtensionModuleReader.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/ExtensionModuleReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/ExtensionModuleReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/ExtensionModuleWriter.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/ExtensionModuleWriter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/ExtensionModuleWriter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/ServerConfigFileReader.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/ServerConfigFileReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/ServerConfigFileReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/ServerConfigFileWriter.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/ServerConfigFileWriter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/ServerConfigFileWriter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/VDBConfigurationReader.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/VDBConfigurationReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/VDBConfigurationReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/VDBConfigurationWriter.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/VDBConfigurationWriter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/configuration/VDBConfigurationWriter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/DefaultIndexConnectorBinding.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/DefaultIndexConnectorBinding.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/DefaultIndexConnectorBinding.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedBaseDQPService.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedBaseDQPService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedBaseDQPService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedBufferService.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedBufferService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedBufferService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedConfigurationService.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedConfigurationService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedConfigurationService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedDataService.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedDataService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedDataService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedMetadataService.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedMetadataService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedMetadataService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedTrackingService.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedTrackingService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedTrackingService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedTransactionService.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedTransactionService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedTransactionService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedVDBService.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedVDBService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/dqp/embedded/services/EmbeddedVDBService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/jdbc/CacheProvider.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/jdbc/CacheProvider.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/jdbc/CacheProvider.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/jdbc/EmbeddedConnection.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/jdbc/EmbeddedConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/jdbc/EmbeddedConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/jdbc/EmbeddedConnectionFactoryImpl.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/jdbc/EmbeddedConnectionFactoryImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/jdbc/EmbeddedConnectionFactoryImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/java/com/metamatrix/jdbc/transport/LocalTransportHandler.java
===================================================================
--- trunk/embedded/src/main/java/com/metamatrix/jdbc/transport/LocalTransportHandler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/java/com/metamatrix/jdbc/transport/LocalTransportHandler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/main/resources/com/metamatrix/dqp/embedded/i18n.properties
===================================================================
--- trunk/embedded/src/main/resources/com/metamatrix/dqp/embedded/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/main/resources/com/metamatrix/dqp/embedded/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/EmbeddedTestUtil.java
===================================================================
--- trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/EmbeddedTestUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/EmbeddedTestUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008-2009 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/TestEmbeddedConfigSource.java
===================================================================
--- trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/TestEmbeddedConfigSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/TestEmbeddedConfigSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008-2009 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/admin/TestBaseAdmin.java
===================================================================
--- trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/admin/TestBaseAdmin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/admin/TestBaseAdmin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/services/TestEmbeddedConfigurationService.java
===================================================================
--- trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/services/TestEmbeddedConfigurationService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/services/TestEmbeddedConfigurationService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/services/TestEmbeddedDataService.java
===================================================================
--- trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/services/TestEmbeddedDataService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/services/TestEmbeddedDataService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/services/TestEmbeddedVDBService.java
===================================================================
--- trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/services/TestEmbeddedVDBService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/test/java/com/metamatrix/dqp/embedded/services/TestEmbeddedVDBService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/test/java/com/metamatrix/dqp/service/buffer/TestLocalBufferService.java
===================================================================
--- trunk/embedded/src/test/java/com/metamatrix/dqp/service/buffer/TestLocalBufferService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/test/java/com/metamatrix/dqp/service/buffer/TestLocalBufferService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/test/java/com/metamatrix/jdbc/TestEmbeddedDriver.java
===================================================================
--- trunk/embedded/src/test/java/com/metamatrix/jdbc/TestEmbeddedDriver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/test/java/com/metamatrix/jdbc/TestEmbeddedDriver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/test/resources/admin/ServerConfig.xml
===================================================================
--- trunk/embedded/src/test/resources/admin/ServerConfig.xml	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/test/resources/admin/ServerConfig.xml	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/test/resources/admin/buffertest1.properties
===================================================================
--- trunk/embedded/src/test/resources/admin/buffertest1.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/test/resources/admin/buffertest1.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/test/resources/admin/buffertest2.properties
===================================================================
--- trunk/embedded/src/test/resources/admin/buffertest2.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/test/resources/admin/buffertest2.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/test/resources/admin/buffertest3.properties
===================================================================
--- trunk/embedded/src/test/resources/admin/buffertest3.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/test/resources/admin/buffertest3.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/test/resources/dqp/config/ServerConfig.xml
===================================================================
--- trunk/embedded/src/test/resources/dqp/config/ServerConfig.xml	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/test/resources/dqp/config/ServerConfig.xml	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.	
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.	
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/embedded/src/test/resources/dqp/dqp.properties
===================================================================
--- trunk/embedded/src/test/resources/dqp/dqp.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/embedded/src/test/resources/dqp/dqp.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/cache/Cache.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/cache/Cache.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/cache/Cache.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/cache/CacheConfiguration.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/cache/CacheConfiguration.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/cache/CacheConfiguration.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/cache/CacheFactory.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/cache/CacheFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/cache/CacheFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/cache/CacheListener.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/cache/CacheListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/cache/CacheListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/application/Application.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/application/Application.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/application/Application.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/application/ApplicationEnvironment.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/application/ApplicationEnvironment.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/application/ApplicationEnvironment.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/application/ApplicationService.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/application/ApplicationService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/application/ApplicationService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/application/DQPConfigSource.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/application/DQPConfigSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/application/DQPConfigSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/application/DQPGuiceModule.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/application/DQPGuiceModule.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/application/DQPGuiceModule.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/application/exception/ApplicationInitializationException.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/application/exception/ApplicationInitializationException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/application/exception/ApplicationInitializationException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/application/exception/ApplicationLifecycleException.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/application/exception/ApplicationLifecycleException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/application/exception/ApplicationLifecycleException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/buffer/BlockedException.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/buffer/BlockedException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/buffer/BlockedException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/buffer/BlockedOnMemoryException.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/buffer/BlockedOnMemoryException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/buffer/BlockedOnMemoryException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/buffer/BufferManager.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/buffer/BufferManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/buffer/BufferManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/buffer/BufferManagerFactory.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/buffer/BufferManagerFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/buffer/BufferManagerFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/buffer/BufferManagerPropertyNames.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/buffer/BufferManagerPropertyNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/buffer/BufferManagerPropertyNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/buffer/IndexedTupleSource.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/buffer/IndexedTupleSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/buffer/IndexedTupleSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/buffer/LobTupleBatch.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/buffer/LobTupleBatch.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/buffer/LobTupleBatch.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/buffer/MemoryNotAvailableException.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/buffer/MemoryNotAvailableException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/buffer/MemoryNotAvailableException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/buffer/StorageManager.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/buffer/StorageManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/buffer/StorageManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/buffer/TupleBatch.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/buffer/TupleBatch.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/buffer/TupleBatch.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/buffer/TupleSource.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/buffer/TupleSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/buffer/TupleSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/buffer/TupleSourceID.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/buffer/TupleSourceID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/buffer/TupleSourceID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/buffer/TupleSourceNotFoundException.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/buffer/TupleSourceNotFoundException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/buffer/TupleSourceNotFoundException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BatchComparator.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BatchComparator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BatchComparator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BatchMap.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BatchMap.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BatchMap.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BatchMapValueTranslator.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BatchMapValueTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BatchMapValueTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BufferConfig.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BufferConfig.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BufferConfig.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BufferManagerImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BufferManagerImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BufferManagerImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BufferStats.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BufferStats.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/BufferStats.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/ManagedBatch.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/ManagedBatch.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/ManagedBatch.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/MemoryState.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/MemoryState.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/MemoryState.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/SizeUtility.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/SizeUtility.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/SizeUtility.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/TupleGroupInfo.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/TupleGroupInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/TupleGroupInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/TupleSourceInfo.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/TupleSourceInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/buffer/impl/TupleSourceInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/buffer/storage/file/FileStorageManager.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/buffer/storage/file/FileStorageManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/buffer/storage/file/FileStorageManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/buffer/storage/memory/MemoryStorageManager.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/buffer/storage/memory/MemoryStorageManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/buffer/storage/memory/MemoryStorageManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/comm/ClientServiceRegistry.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/comm/ClientServiceRegistry.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/comm/ClientServiceRegistry.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/common/lob/BufferManagerLobChunkStream.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/common/lob/BufferManagerLobChunkStream.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/common/lob/BufferManagerLobChunkStream.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/DQPPlugin.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/DQPPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/DQPPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/ResourceFinder.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/ResourceFinder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/ResourceFinder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/application/ClientConnectionListener.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/application/ClientConnectionListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/application/ClientConnectionListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/cache/CacheID.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/cache/CacheID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/cache/CacheID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/cache/CacheResults.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/cache/CacheResults.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/cache/CacheResults.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/cache/CursorReceiverWindowBuffer.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/cache/CursorReceiverWindowBuffer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/cache/CursorReceiverWindowBuffer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/cache/ResultSetCache.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/cache/ResultSetCache.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/cache/ResultSetCache.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/cache/ResultSetCacheUtil.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/cache/ResultSetCacheUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/cache/ResultSetCacheUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/CapabilitiesConverter.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/CapabilitiesConverter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/CapabilitiesConverter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/AsynchConnectorWorkItem.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/AsynchConnectorWorkItem.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/AsynchConnectorWorkItem.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/ConnectorEnvironmentImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/ConnectorEnvironmentImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/ConnectorEnvironmentImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/ConnectorManager.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/ConnectorManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/ConnectorManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/ConnectorWorkItem.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/ConnectorWorkItem.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/ConnectorWorkItem.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/ConnectorWrapper.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/ConnectorWrapper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/ConnectorWrapper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/DefaultConnectorLogger.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/DefaultConnectorLogger.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/DefaultConnectorLogger.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/ExecutionContextImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/ExecutionContextImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/ExecutionContextImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/ProcedureBatchHandler.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/ProcedureBatchHandler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/ProcedureBatchHandler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/SynchConnectorWorkItem.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/SynchConnectorWorkItem.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/SynchConnectorWorkItem.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/TypeFacilityImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/TypeFacilityImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/impl/TypeFacilityImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/AggregateImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/AggregateImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/AggregateImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/BaseLanguageObject.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/BaseLanguageObject.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/BaseLanguageObject.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/BatchedUpdatesImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/BatchedUpdatesImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/BatchedUpdatesImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/BulkInsertImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/BulkInsertImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/BulkInsertImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/CaseExpressionImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/CaseExpressionImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/CaseExpressionImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/CompareCriteriaImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/CompareCriteriaImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/CompareCriteriaImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/CompoundCriteriaImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/CompoundCriteriaImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/CompoundCriteriaImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/DeleteImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/DeleteImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/DeleteImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/ElementImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/ElementImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/ElementImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/ExistsCriteriaImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/ExistsCriteriaImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/ExistsCriteriaImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/FromImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/FromImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/FromImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/FunctionImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/FunctionImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/FunctionImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/GroupByImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/GroupByImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/GroupByImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/GroupImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/GroupImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/GroupImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/InCriteriaImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/InCriteriaImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/InCriteriaImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/InlineViewImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/InlineViewImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/InlineViewImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/InsertImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/InsertImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/InsertImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/IsNullCriteriaImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/IsNullCriteriaImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/IsNullCriteriaImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/JoinImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/JoinImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/JoinImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/LanguageBridgeFactory.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/LanguageBridgeFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/LanguageBridgeFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/LanguageFactoryImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/LanguageFactoryImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/LanguageFactoryImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/LikeCriteriaImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/LikeCriteriaImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/LikeCriteriaImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/LimitImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/LimitImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/LimitImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/LiteralImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/LiteralImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/LiteralImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/NotCriteriaImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/NotCriteriaImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/NotCriteriaImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/OrderByImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/OrderByImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/OrderByImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/OrderByItemImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/OrderByItemImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/OrderByItemImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/ParameterImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/ParameterImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/ParameterImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/ProcedureImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/ProcedureImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/ProcedureImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/QueryCommandImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/QueryCommandImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/QueryCommandImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/QueryImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/QueryImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/QueryImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/ScalarSubqueryImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/ScalarSubqueryImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/ScalarSubqueryImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SearchedCaseExpressionImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SearchedCaseExpressionImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SearchedCaseExpressionImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SelectImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SelectImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SelectImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SelectSymbolImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SelectSymbolImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SelectSymbolImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SetClauseImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SetClauseImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SetClauseImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SetClauseListImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SetClauseListImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SetClauseListImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SetQueryImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SetQueryImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SetQueryImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SubqueryCompareCriteriaImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SubqueryCompareCriteriaImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SubqueryCompareCriteriaImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SubqueryInCriteriaImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SubqueryInCriteriaImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/SubqueryInCriteriaImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/UpdateImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/UpdateImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/language/UpdateImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/ElementImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/ElementImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/ElementImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/GroupImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/GroupImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/GroupImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/MetadataFactory.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/MetadataFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/MetadataFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/MetadataIDImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/MetadataIDImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/MetadataIDImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/MetadataObjectImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/MetadataObjectImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/MetadataObjectImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/ParameterIDImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/ParameterIDImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/ParameterIDImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/ParameterImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/ParameterImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/ParameterImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/ProcedureIDImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/ProcedureIDImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/ProcedureIDImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/ProcedureImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/ProcedureImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/ProcedureImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/RuntimeMetadataImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/RuntimeMetadataImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/RuntimeMetadataImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/TypeModelImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/TypeModelImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/datamgr/metadata/TypeModelImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connector/ConnectionPool.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connector/ConnectionPool.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connector/ConnectionPool.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connector/ConnectionPoolException.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connector/ConnectionPoolException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connector/ConnectionPoolException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connector/ConnectionWrapper.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connector/ConnectionWrapper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connector/ConnectionWrapper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connector/PooledConnector.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connector/PooledConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/pooling/connector/PooledConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/AbstractWorkItem.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/AbstractWorkItem.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/AbstractWorkItem.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/CachedRequestWorkItem.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/CachedRequestWorkItem.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/CachedRequestWorkItem.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/CodeTableCache.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/CodeTableCache.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/CodeTableCache.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/DQPCore.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/DQPCore.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/DQPCore.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/DQPWorkContext.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/DQPWorkContext.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/DQPWorkContext.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/DataTierManager.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/DataTierManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/DataTierManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/DataTierManagerImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/DataTierManagerImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/DataTierManagerImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/DataTierTupleSource.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/DataTierTupleSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/DataTierTupleSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/LobChunkStream.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/LobChunkStream.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/LobChunkStream.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/LobWorkItem.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/LobWorkItem.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/LobWorkItem.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/MetaDataProcessor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/MetaDataProcessor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/MetaDataProcessor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/PreparedPlanCache.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/PreparedPlanCache.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/PreparedPlanCache.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/PreparedStatementRequest.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/PreparedStatementRequest.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/PreparedStatementRequest.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/QueryMetadataWrapper.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/QueryMetadataWrapper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/QueryMetadataWrapper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/Request.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/Request.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/Request.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/RequestWorkItem.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/RequestWorkItem.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/RequestWorkItem.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/TempTableStoresHolder.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/TempTableStoresHolder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/TempTableStoresHolder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/capabilities/ConnectorCapabilitiesFinder.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/capabilities/ConnectorCapabilitiesFinder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/capabilities/ConnectorCapabilitiesFinder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/capabilities/SharedCachedFinder.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/capabilities/SharedCachedFinder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/capabilities/SharedCachedFinder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/multisource/MultiSourceCapabilitiesFinder.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/multisource/MultiSourceCapabilitiesFinder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/multisource/MultiSourceCapabilitiesFinder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/multisource/MultiSourceElement.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/multisource/MultiSourceElement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/multisource/MultiSourceElement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/multisource/MultiSourceElementReplacementVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/multisource/MultiSourceElementReplacementVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/multisource/MultiSourceElementReplacementVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/multisource/MultiSourceMetadataWrapper.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/multisource/MultiSourceMetadataWrapper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/multisource/MultiSourceMetadataWrapper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/multisource/MultiSourcePlanToProcessConverter.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/multisource/MultiSourcePlanToProcessConverter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/multisource/MultiSourcePlanToProcessConverter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/validator/AuthorizationValidationVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/validator/AuthorizationValidationVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/validator/AuthorizationValidationVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/validator/ModelVisibilityValidationVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/validator/ModelVisibilityValidationVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/process/validator/ModelVisibilityValidationVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/transaction/TransactionContextImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/transaction/TransactionContextImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/transaction/TransactionContextImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/transaction/TransactionProvider.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/transaction/TransactionProvider.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/transaction/TransactionProvider.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/internal/transaction/TransactionServerImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/internal/transaction/TransactionServerImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/internal/transaction/TransactionServerImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/message/AtomicRequestID.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/message/AtomicRequestID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/message/AtomicRequestID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/message/AtomicRequestMessage.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/message/AtomicRequestMessage.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/message/AtomicRequestMessage.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/message/AtomicResultsMessage.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/message/AtomicResultsMessage.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/message/AtomicResultsMessage.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/service/AuthorizationService.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/service/AuthorizationService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/service/AuthorizationService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/service/BufferService.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/service/BufferService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/service/BufferService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/service/ConfigurationService.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/service/ConfigurationService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/service/ConfigurationService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/service/ConnectorBindingLifeCycleListener.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/service/ConnectorBindingLifeCycleListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/service/ConnectorBindingLifeCycleListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/service/CustomizableTrackingMessage.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/service/CustomizableTrackingMessage.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/service/CustomizableTrackingMessage.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/service/CustomizableTrackingService.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/service/CustomizableTrackingService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/service/CustomizableTrackingService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/service/DQPServiceNames.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/service/DQPServiceNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/service/DQPServiceNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/service/DataService.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/service/DataService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/service/DataService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/service/MetadataService.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/service/MetadataService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/service/MetadataService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/service/TrackingService.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/service/TrackingService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/service/TrackingService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/service/TransactionService.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/service/TransactionService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/service/TransactionService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/service/VDBLifeCycleListener.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/service/VDBLifeCycleListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/service/VDBLifeCycleListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/service/VDBService.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/service/VDBService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/service/VDBService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/spi/CommandLoggerSPI.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/spi/CommandLoggerSPI.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/spi/CommandLoggerSPI.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/spi/TrackerLogConstants.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/spi/TrackerLogConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/spi/TrackerLogConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/spi/basic/FileCommandLogger.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/spi/basic/FileCommandLogger.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/spi/basic/FileCommandLogger.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/transaction/TransactionServer.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/transaction/TransactionServer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/transaction/TransactionServer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/transaction/XAServer.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/transaction/XAServer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/transaction/XAServer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/dqp/util/LogConstants.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/dqp/util/LogConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/dqp/util/LogConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/QueryPlugin.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/QueryPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/QueryPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/analysis/AnalysisRecord.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/analysis/AnalysisRecord.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/analysis/AnalysisRecord.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/analysis/QueryAnnotation.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/analysis/QueryAnnotation.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/analysis/QueryAnnotation.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/eval/Evaluator.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/eval/Evaluator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/eval/Evaluator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/eval/LookupEvaluator.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/eval/LookupEvaluator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/eval/LookupEvaluator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/eval/SecurityFunctionEvaluator.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/eval/SecurityFunctionEvaluator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/eval/SecurityFunctionEvaluator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/execution/QueryExecPlugin.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/execution/QueryExecPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/execution/QueryExecPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/function/FunctionDescriptor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/function/FunctionDescriptor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/function/FunctionDescriptor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/function/FunctionForm.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/function/FunctionForm.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/function/FunctionForm.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/function/FunctionLibrary.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/function/FunctionLibrary.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/function/FunctionLibrary.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/function/FunctionLibraryManager.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/function/FunctionLibraryManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/function/FunctionLibraryManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/function/FunctionMetadataSource.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/function/FunctionMetadataSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/function/FunctionMetadataSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/function/FunctionMethods.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/function/FunctionMethods.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/function/FunctionMethods.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/function/FunctionTree.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/function/FunctionTree.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/function/FunctionTree.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/function/UDFSource.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/function/UDFSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/function/UDFSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/AggregateFunction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/AggregateFunction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/AggregateFunction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/Avg.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/Avg.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/Avg.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/ConstantFunction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/ConstantFunction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/ConstantFunction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/Count.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/Count.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/Count.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/Max.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/Max.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/Max.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/Min.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/Min.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/Min.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/NullFilter.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/NullFilter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/NullFilter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/Sum.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/Sum.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/function/aggregate/Sum.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/function/metadata/FunctionCategoryConstants.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/function/metadata/FunctionCategoryConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/function/metadata/FunctionCategoryConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/function/metadata/FunctionMetadataReader.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/function/metadata/FunctionMetadataReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/function/metadata/FunctionMetadataReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/function/metadata/FunctionMetadataValidator.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/function/metadata/FunctionMetadataValidator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/function/metadata/FunctionMetadataValidator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/function/metadata/FunctionMethod.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/function/metadata/FunctionMethod.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/function/metadata/FunctionMethod.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/function/metadata/FunctionParameter.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/function/metadata/FunctionParameter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/function/metadata/FunctionParameter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/function/metadata/InvalidFunctionItem.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/function/metadata/InvalidFunctionItem.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/function/metadata/InvalidFunctionItem.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/function/source/SecuritySystemFunctions.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/function/source/SecuritySystemFunctions.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/function/source/SecuritySystemFunctions.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/function/source/SystemSource.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/function/source/SystemSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/function/source/SystemSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/function/source/XMLSystemFunctions.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/function/source/XMLSystemFunctions.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/function/source/XMLSystemFunctions.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/mapping/relational/QueryNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/mapping/relational/QueryNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/mapping/relational/QueryNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/InterceptingVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/InterceptingVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/InterceptingVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingAllNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingAllNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingAllNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingAttribute.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingAttribute.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingAttribute.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingBaseNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingBaseNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingBaseNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingChoiceNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingChoiceNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingChoiceNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingCommentNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingCommentNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingCommentNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingCriteriaNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingCriteriaNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingCriteriaNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingDocument.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingDocument.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingDocument.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingElement.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingElement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingElement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingException.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingInterceptor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingInterceptor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingInterceptor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingLoader.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingLoader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingLoader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingNodeConstants.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingNodeConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingNodeConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingNodeLogger.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingNodeLogger.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingNodeLogger.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingOutputter.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingOutputter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingOutputter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingRecursiveElement.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingRecursiveElement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingRecursiveElement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingSequenceNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingSequenceNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingSequenceNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingSourceNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingSourceNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingSourceNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/MappingVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/Namespace.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/Namespace.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/Namespace.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/Navigator.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/Navigator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/Navigator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/ResultSetInfo.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/ResultSetInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/mapping/xml/ResultSetInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/metadata/BasicQueryMetadata.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/metadata/BasicQueryMetadata.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/metadata/BasicQueryMetadata.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/metadata/BasicQueryMetadataWrapper.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/metadata/BasicQueryMetadataWrapper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/metadata/BasicQueryMetadataWrapper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/metadata/GroupInfo.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/metadata/GroupInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/metadata/GroupInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/metadata/QueryMetadataInterface.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/metadata/QueryMetadataInterface.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/metadata/QueryMetadataInterface.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/metadata/StoredProcedureInfo.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/metadata/StoredProcedureInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/metadata/StoredProcedureInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/metadata/SupportConstants.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/metadata/SupportConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/metadata/SupportConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/metadata/TempMetadataAdapter.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/metadata/TempMetadataAdapter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/metadata/TempMetadataAdapter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/metadata/TempMetadataID.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/metadata/TempMetadataID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/metadata/TempMetadataID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/metadata/TempMetadataStore.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/metadata/TempMetadataStore.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/metadata/TempMetadataStore.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/CommandPlanner.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/CommandPlanner.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/CommandPlanner.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/CommandTreeNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/CommandTreeNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/CommandTreeNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/CommandTreeProcessor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/CommandTreeProcessor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/CommandTreeProcessor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/OptimizerContext.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/OptimizerContext.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/OptimizerContext.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/QueryOptimizer.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/QueryOptimizer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/QueryOptimizer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/batch/BatchedUpdatePlanner.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/batch/BatchedUpdatePlanner.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/batch/BatchedUpdatePlanner.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/batch/PreparedBatchUpdatePlanner.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/batch/PreparedBatchUpdatePlanner.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/batch/PreparedBatchUpdatePlanner.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/capabilities/BasicSourceCapabilities.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/capabilities/BasicSourceCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/capabilities/BasicSourceCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/capabilities/CapabilitiesFinder.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/capabilities/CapabilitiesFinder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/capabilities/CapabilitiesFinder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/capabilities/DefaultCapabilitiesFinder.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/capabilities/DefaultCapabilitiesFinder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/capabilities/DefaultCapabilitiesFinder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/capabilities/SourceCapabilities.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/capabilities/SourceCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/capabilities/SourceCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/proc/ProcedurePlanner.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/proc/ProcedurePlanner.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/proc/ProcedurePlanner.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/AliasGenerator.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/AliasGenerator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/AliasGenerator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/GenerateCanonical.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/GenerateCanonical.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/GenerateCanonical.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/MergeTreeNodeProcessor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/MergeTreeNodeProcessor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/MergeTreeNodeProcessor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/OptimizerRule.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/OptimizerRule.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/OptimizerRule.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/PlanHints.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/PlanHints.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/PlanHints.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/PlanToProcessConverter.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/PlanToProcessConverter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/PlanToProcessConverter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/RelationalPlanner.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/RelationalPlanner.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/RelationalPlanner.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/RuleStack.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/RuleStack.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/RuleStack.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/plantree/JoinStrategyType.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/plantree/JoinStrategyType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/plantree/JoinStrategyType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/plantree/NodeConstants.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/plantree/NodeConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/plantree/NodeConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/plantree/NodeEditor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/plantree/NodeEditor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/plantree/NodeEditor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/plantree/NodeFactory.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/plantree/NodeFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/plantree/NodeFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/plantree/PlanNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/plantree/PlanNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/plantree/PlanNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/CapabilitiesUtil.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/CapabilitiesUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/CapabilitiesUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/CriteriaCapabilityValidatorVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/CriteriaCapabilityValidatorVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/CriteriaCapabilityValidatorVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/FrameUtil.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/FrameUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/FrameUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/JoinRegion.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/JoinRegion.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/JoinRegion.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/JoinUtil.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/JoinUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/JoinUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/NewCalculateCostUtil.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/NewCalculateCostUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/NewCalculateCostUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleAccessPatternValidation.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleAccessPatternValidation.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleAccessPatternValidation.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleAssignOutputElements.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleAssignOutputElements.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleAssignOutputElements.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleCalculateCost.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleCalculateCost.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleCalculateCost.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleChooseDependent.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleChooseDependent.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleChooseDependent.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleChooseJoinStrategy.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleChooseJoinStrategy.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleChooseJoinStrategy.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleCleanCriteria.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleCleanCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleCleanCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleCollapseSource.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleCollapseSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleCollapseSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleConstants.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleCopyCriteria.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleCopyCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleCopyCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleImplementJoinStrategy.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleImplementJoinStrategy.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleImplementJoinStrategy.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleMergeCriteria.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleMergeCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleMergeCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleMergeVirtual.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleMergeVirtual.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleMergeVirtual.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008-2009 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePlaceAccess.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePlaceAccess.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePlaceAccess.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePlanJoins.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePlanJoins.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePlanJoins.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePlanProcedures.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePlanProcedures.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePlanProcedures.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePlanUnions.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePlanUnions.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePlanUnions.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePushAggregates.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePushAggregates.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePushAggregates.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePushLimit.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePushLimit.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePushLimit.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePushNonJoinCriteria.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePushNonJoinCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePushNonJoinCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePushSelectCriteria.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePushSelectCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RulePushSelectCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleRaiseAccess.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleRaiseAccess.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleRaiseAccess.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleRaiseNull.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleRaiseNull.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleRaiseNull.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleRemoveOptionalJoins.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleRemoveOptionalJoins.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleRemoveOptionalJoins.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleRemoveSorts.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleRemoveSorts.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleRemoveSorts.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleValidateWhereAll.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleValidateWhereAll.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/relational/rules/RuleValidateWhereAll.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/ContextReplacerVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/ContextReplacerVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/ContextReplacerVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/CriteriaPlanner.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/CriteriaPlanner.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/CriteriaPlanner.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/HandleNillableVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/HandleNillableVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/HandleNillableVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/MarkExcludeVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/MarkExcludeVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/MarkExcludeVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/NameInSourceResolverVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/NameInSourceResolverVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/NameInSourceResolverVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/QueryUtil.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/QueryUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/QueryUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/ReferenceBindingReplacerVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/ReferenceBindingReplacerVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/ReferenceBindingReplacerVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/SourceNodeGenaratorVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/SourceNodeGenaratorVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/SourceNodeGenaratorVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/SourceNodePlannerVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/SourceNodePlannerVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/SourceNodePlannerVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/TagBuilderVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/TagBuilderVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/TagBuilderVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/ValidateMappedCriteriaVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/ValidateMappedCriteriaVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/ValidateMappedCriteriaVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLNodeMappingVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLNodeMappingVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLNodeMappingVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLPlanToProcessVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLPlanToProcessVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLPlanToProcessVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLPlanner.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLPlanner.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLPlanner.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLPlannerEnvironment.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLPlannerEnvironment.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLPlannerEnvironment.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLQueryPlanner.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLQueryPlanner.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLQueryPlanner.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLStagaingQueryPlanner.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLStagaingQueryPlanner.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/xml/XMLStagaingQueryPlanner.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/optimizer/xquery/XQueryPlanner.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/optimizer/xquery/XQueryPlanner.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/optimizer/xquery/XQueryPlanner.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/parser/ParseInfo.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/parser/ParseInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/parser/ParseInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/parser/QueryParser.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/parser/QueryParser.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/parser/QueryParser.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/parser/SQLParserUtil.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/parser/SQLParserUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/parser/SQLParserUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/BaseProcessorPlan.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/BaseProcessorPlan.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/BaseProcessorPlan.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/Describable.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/Describable.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/Describable.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/DescribableUtil.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/DescribableUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/DescribableUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/NullTupleSource.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/NullTupleSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/NullTupleSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/ProcessorDataManager.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/ProcessorDataManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/ProcessorDataManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/ProcessorPlan.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/ProcessorPlan.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/ProcessorPlan.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/QueryProcessor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/QueryProcessor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/QueryProcessor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/TempTableDataManager.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/TempTableDataManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/TempTableDataManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/batch/BatchedUpdatePlan.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/batch/BatchedUpdatePlan.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/batch/BatchedUpdatePlan.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/batch/PreparedBatchUpdatePlan.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/batch/PreparedBatchUpdatePlan.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/batch/PreparedBatchUpdatePlan.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/dynamic/SQLSource.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/dynamic/SQLSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/dynamic/SQLSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/dynamic/SqlEval.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/dynamic/SqlEval.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/dynamic/SqlEval.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/dynamic/TupleInputSource.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/dynamic/TupleInputSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/dynamic/TupleInputSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/dynamic/TupleXMLReader.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/dynamic/TupleXMLReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/dynamic/TupleXMLReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/dynamic/XMLSource.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/dynamic/XMLSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/dynamic/XMLSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/proc/AbstractAssignmentInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/proc/AbstractAssignmentInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/proc/AbstractAssignmentInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/proc/AssignmentInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/proc/AssignmentInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/proc/AssignmentInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/proc/BreakInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/proc/BreakInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/proc/BreakInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/proc/CommandInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/proc/CommandInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/proc/CommandInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/proc/ContinueInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/proc/ContinueInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/proc/ContinueInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/proc/CreateCursorResultSetInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/proc/CreateCursorResultSetInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/proc/CreateCursorResultSetInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/proc/ErrorInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/proc/ErrorInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/proc/ErrorInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/proc/ExecDynamicSqlInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/proc/ExecDynamicSqlInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/proc/ExecDynamicSqlInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/proc/ExecSqlInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/proc/ExecSqlInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/proc/ExecSqlInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/proc/IfInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/proc/IfInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/proc/IfInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/proc/LoopInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/proc/LoopInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/proc/LoopInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/proc/ProcedureEnvironment.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/proc/ProcedureEnvironment.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/proc/ProcedureEnvironment.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/proc/ProcedurePlan.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/proc/ProcedurePlan.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/proc/ProcedurePlan.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/proc/RepeatedInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/proc/RepeatedInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/proc/RepeatedInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/proc/UpdateCountTupleSource.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/proc/UpdateCountTupleSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/proc/UpdateCountTupleSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/proc/WhileInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/proc/WhileInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/proc/WhileInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/program/Program.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/program/Program.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/program/Program.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/program/ProgramEnvironment.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/program/ProgramEnvironment.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/program/ProgramEnvironment.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/program/ProgramInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/program/ProgramInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/program/ProgramInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/program/ProgramUtil.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/program/ProgramUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/program/ProgramUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/AccessNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/AccessNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/AccessNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/BatchCollector.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/BatchCollector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/BatchCollector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/BatchIterator.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/BatchIterator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/BatchIterator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/BatchedCommandsEvaluator.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/BatchedCommandsEvaluator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/BatchedCommandsEvaluator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/BatchedUpdateNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/BatchedUpdateNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/BatchedUpdateNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentAccessNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentAccessNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentAccessNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentCriteriaProcessor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentCriteriaProcessor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentCriteriaProcessor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentProcedureAccessNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentProcedureAccessNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentProcedureAccessNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentProcedureCriteriaProcessor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentProcedureCriteriaProcessor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentProcedureCriteriaProcessor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentProcedureExecutionNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentProcedureExecutionNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentProcedureExecutionNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentProjectNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentProjectNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentProjectNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentSelectNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentSelectNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentSelectNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentSourceState.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentSourceState.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentSourceState.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentValueSource.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentValueSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DependentValueSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DupRemoveNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DupRemoveNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DupRemoveNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DuplicateFilter.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DuplicateFilter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/DuplicateFilter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/GroupingNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/GroupingNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/GroupingNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/IndexedTupleSourceIterator.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/IndexedTupleSourceIterator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/IndexedTupleSourceIterator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/JoinNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/JoinNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/JoinNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/JoinStrategy.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/JoinStrategy.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/JoinStrategy.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/LimitNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/LimitNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/LimitNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/ListNestedSortComparator.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/ListNestedSortComparator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/ListNestedSortComparator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/MergeJoinStrategy.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/MergeJoinStrategy.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/MergeJoinStrategy.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/NestedLoopJoinStrategy.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/NestedLoopJoinStrategy.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/NestedLoopJoinStrategy.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/NullNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/NullNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/NullNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/PlanExecutionNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/PlanExecutionNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/PlanExecutionNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/ProjectIntoNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/ProjectIntoNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/ProjectIntoNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/ProjectNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/ProjectNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/ProjectNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/RelationalNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/RelationalNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/RelationalNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/RelationalNodeStatistics.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/RelationalNodeStatistics.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/RelationalNodeStatistics.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/RelationalNodeUtil.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/RelationalNodeUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/RelationalNodeUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/RelationalPlan.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/RelationalPlan.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/RelationalPlan.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/SelectNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/SelectNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/SelectNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/SortNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/SortNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/SortNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/SortUtility.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/SortUtility.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/SortUtility.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/SourceState.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/SourceState.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/SourceState.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/SubqueryProcessorUtility.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/SubqueryProcessorUtility.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/SubqueryProcessorUtility.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/TupleSourceIterator.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/TupleSourceIterator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/TupleSourceIterator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/TupleSourceValueIterator.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/TupleSourceValueIterator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/TupleSourceValueIterator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/relational/UnionAllNode.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/relational/UnionAllNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/relational/UnionAllNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/AbortProcessingInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/AbortProcessingInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/AbortProcessingInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/AddCommentInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/AddCommentInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/AddCommentInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/AddNodeInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/AddNodeInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/AddNodeInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/BlockInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/BlockInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/BlockInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/Condition.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/Condition.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/Condition.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/CriteriaCondition.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/CriteriaCondition.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/CriteriaCondition.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/DefaultCondition.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/DefaultCondition.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/DefaultCondition.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/DocumentInProgress.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/DocumentInProgress.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/DocumentInProgress.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/Element.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/Element.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/Element.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/EndBlockInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/EndBlockInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/EndBlockInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/EndDocumentInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/EndDocumentInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/EndDocumentInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/ExecSqlInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/ExecSqlInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/ExecSqlInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/ExecStagingTableInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/ExecStagingTableInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/ExecStagingTableInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/IfInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/IfInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/IfInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/InitializeDocumentInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/InitializeDocumentInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/InitializeDocumentInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/JoinedWhileInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/JoinedWhileInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/JoinedWhileInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/MoveCursorInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/MoveCursorInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/MoveCursorInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/MoveDocInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/MoveDocInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/MoveDocInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/NodeDescriptor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/NodeDescriptor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/NodeDescriptor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/PlanExecutor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/PlanExecutor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/PlanExecutor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/ProcessorInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/ProcessorInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/ProcessorInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/Program.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/Program.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/Program.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/ProgramUtil.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/ProgramUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/ProgramUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/RecurseProgramCondition.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/RecurseProgramCondition.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/RecurseProgramCondition.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/RelationalPlanExecutor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/RelationalPlanExecutor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/RelationalPlanExecutor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/SAXDocumentInProgress.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/SAXDocumentInProgress.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/SAXDocumentInProgress.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/WhileInstruction.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/WhileInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/WhileInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/XMLContext.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/XMLContext.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/XMLContext.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/XMLPlan.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/XMLPlan.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/XMLPlan.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/XMLProcessorEnvironment.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/XMLProcessorEnvironment.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/XMLProcessorEnvironment.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/XMLUtil.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/XMLUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/XMLUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xml/XMLValueTranslator.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xml/XMLValueTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xml/XMLValueTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/processor/xquery/XQueryPlan.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/processor/xquery/XQueryPlan.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/processor/xquery/XQueryPlan.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/report/ActivityReport.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/report/ActivityReport.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/report/ActivityReport.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/report/ReportItem.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/report/ReportItem.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/report/ReportItem.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/resolver/CommandResolver.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/resolver/CommandResolver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/resolver/CommandResolver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/resolver/ProcedureContainerResolver.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/resolver/ProcedureContainerResolver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/resolver/ProcedureContainerResolver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/resolver/QueryResolver.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/resolver/QueryResolver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/resolver/QueryResolver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/resolver/VariableResolver.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/resolver/VariableResolver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/resolver/VariableResolver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/resolver/command/BatchedUpdateResolver.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/resolver/command/BatchedUpdateResolver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/resolver/command/BatchedUpdateResolver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/resolver/command/DeleteResolver.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/resolver/command/DeleteResolver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/resolver/command/DeleteResolver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/resolver/command/DynamicCommandResolver.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/resolver/command/DynamicCommandResolver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/resolver/command/DynamicCommandResolver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/resolver/command/ExecResolver.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/resolver/command/ExecResolver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/resolver/command/ExecResolver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/resolver/command/InsertResolver.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/resolver/command/InsertResolver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/resolver/command/InsertResolver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/resolver/command/SetQueryResolver.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/resolver/command/SetQueryResolver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/resolver/command/SetQueryResolver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/resolver/command/SimpleQueryResolver.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/resolver/command/SimpleQueryResolver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/resolver/command/SimpleQueryResolver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/resolver/command/TempTableResolver.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/resolver/command/TempTableResolver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/resolver/command/TempTableResolver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/resolver/command/UpdateProcedureResolver.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/resolver/command/UpdateProcedureResolver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/resolver/command/UpdateProcedureResolver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/resolver/command/UpdateResolver.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/resolver/command/UpdateResolver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/resolver/command/UpdateResolver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/resolver/command/XMLQueryResolver.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/resolver/command/XMLQueryResolver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/resolver/command/XMLQueryResolver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/resolver/command/XQueryResolver.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/resolver/command/XQueryResolver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/resolver/command/XQueryResolver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/resolver/util/AccessPattern.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/resolver/util/AccessPattern.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/resolver/util/AccessPattern.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/resolver/util/BindVariableVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/resolver/util/BindVariableVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/resolver/util/BindVariableVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/resolver/util/ResolveVirtualGroupCriteriaVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/resolver/util/ResolveVirtualGroupCriteriaVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/resolver/util/ResolveVirtualGroupCriteriaVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/resolver/util/ResolverUtil.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/resolver/util/ResolverUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/resolver/util/ResolverUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/resolver/util/ResolverVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/resolver/util/ResolverVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/resolver/util/ResolverVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/resolver/util/ResolverVisitorUtil.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/resolver/util/ResolverVisitorUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/resolver/util/ResolverVisitorUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/rewriter/QueryRewriter.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/rewriter/QueryRewriter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/rewriter/QueryRewriter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/rewriter/VariableSubstitutionVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/rewriter/VariableSubstitutionVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/rewriter/VariableSubstitutionVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/LanguageObject.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/LanguageObject.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/LanguageObject.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/LanguageVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/LanguageVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/LanguageVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/ProcedureReservedWords.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/ProcedureReservedWords.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/ProcedureReservedWords.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/ReservedWords.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/ReservedWords.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/ReservedWords.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/AbstractCompareCriteria.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/AbstractCompareCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/AbstractCompareCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/AbstractSetCriteria.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/AbstractSetCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/AbstractSetCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/AtomicCriteria.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/AtomicCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/AtomicCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/BatchedUpdateCommand.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/BatchedUpdateCommand.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/BatchedUpdateCommand.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/BetweenCriteria.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/BetweenCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/BetweenCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/BulkInsert.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/BulkInsert.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/BulkInsert.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/CollectionValueIterator.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/CollectionValueIterator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/CollectionValueIterator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Command.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Command.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Command.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/CommandContainer.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/CommandContainer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/CommandContainer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/CompareCriteria.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/CompareCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/CompareCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/CompoundCriteria.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/CompoundCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/CompoundCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Create.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Create.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Create.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Criteria.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Criteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Criteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Delete.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Delete.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Delete.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/DependentSetCriteria.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/DependentSetCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/DependentSetCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Drop.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Drop.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Drop.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/DynamicCommand.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/DynamicCommand.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/DynamicCommand.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/ExistsCriteria.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/ExistsCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/ExistsCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/From.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/From.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/From.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/FromClause.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/FromClause.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/FromClause.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/GroupBy.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/GroupBy.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/GroupBy.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/GroupContext.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/GroupContext.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/GroupContext.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Insert.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Insert.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Insert.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Into.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Into.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Into.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/IsNullCriteria.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/IsNullCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/IsNullCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/JoinPredicate.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/JoinPredicate.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/JoinPredicate.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/JoinType.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/JoinType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/JoinType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Limit.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Limit.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Limit.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/LogicalCriteria.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/LogicalCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/LogicalCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/MatchCriteria.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/MatchCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/MatchCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/NotCriteria.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/NotCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/NotCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Option.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Option.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Option.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/OrderBy.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/OrderBy.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/OrderBy.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/PredicateCriteria.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/PredicateCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/PredicateCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/PreparedBatchUpdate.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/PreparedBatchUpdate.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/PreparedBatchUpdate.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/ProcedureContainer.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/ProcedureContainer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/ProcedureContainer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Query.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Query.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Query.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/QueryCommand.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/QueryCommand.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/QueryCommand.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SPParameter.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SPParameter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SPParameter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Select.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Select.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Select.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SetClause.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SetClause.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SetClause.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SetClauseList.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SetClauseList.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SetClauseList.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SetCriteria.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SetCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SetCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SetQuery.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SetQuery.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SetQuery.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/StoredProcedure.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/StoredProcedure.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/StoredProcedure.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SubqueryCompareCriteria.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SubqueryCompareCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SubqueryCompareCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SubqueryContainer.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SubqueryContainer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SubqueryContainer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SubqueryFromClause.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SubqueryFromClause.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SubqueryFromClause.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SubquerySetCriteria.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SubquerySetCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/SubquerySetCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/UnaryFromClause.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/UnaryFromClause.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/UnaryFromClause.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Update.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Update.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/Update.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/lang/XQuery.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/lang/XQuery.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/lang/XQuery.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/AbstractNavigator.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/AbstractNavigator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/AbstractNavigator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/DeepPostOrderNavigator.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/DeepPostOrderNavigator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/DeepPostOrderNavigator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/DeepPreOrderNavigator.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/DeepPreOrderNavigator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/DeepPreOrderNavigator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/PostOrderNavigator.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/PostOrderNavigator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/PostOrderNavigator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/PreOrPostOrderNavigator.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/PreOrPostOrderNavigator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/PreOrPostOrderNavigator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/PreOrderNavigator.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/PreOrderNavigator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/navigator/PreOrderNavigator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/proc/AssignmentStatement.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/proc/AssignmentStatement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/proc/AssignmentStatement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/proc/Block.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/proc/Block.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/proc/Block.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/proc/BreakStatement.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/proc/BreakStatement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/proc/BreakStatement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/proc/CommandStatement.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/proc/CommandStatement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/proc/CommandStatement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/proc/ContinueStatement.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/proc/ContinueStatement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/proc/ContinueStatement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/proc/CreateUpdateProcedureCommand.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/proc/CreateUpdateProcedureCommand.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/proc/CreateUpdateProcedureCommand.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/proc/CriteriaSelector.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/proc/CriteriaSelector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/proc/CriteriaSelector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/proc/DeclareStatement.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/proc/DeclareStatement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/proc/DeclareStatement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/proc/HasCriteria.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/proc/HasCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/proc/HasCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/proc/IfStatement.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/proc/IfStatement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/proc/IfStatement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/proc/LoopStatement.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/proc/LoopStatement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/proc/LoopStatement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/proc/RaiseErrorStatement.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/proc/RaiseErrorStatement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/proc/RaiseErrorStatement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/proc/Statement.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/proc/Statement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/proc/Statement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/proc/TranslateCriteria.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/proc/TranslateCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/proc/TranslateCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/proc/WhileStatement.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/proc/WhileStatement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/proc/WhileStatement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/AbstractCaseExpression.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/AbstractCaseExpression.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/AbstractCaseExpression.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/AggregateSymbol.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/AggregateSymbol.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/AggregateSymbol.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/AliasSymbol.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/AliasSymbol.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/AliasSymbol.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/AllInGroupSymbol.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/AllInGroupSymbol.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/AllInGroupSymbol.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/AllSymbol.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/AllSymbol.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/AllSymbol.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/CaseExpression.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/CaseExpression.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/CaseExpression.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/Constant.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/Constant.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/Constant.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/ElementSymbol.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/ElementSymbol.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/ElementSymbol.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/Expression.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/Expression.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/Expression.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/ExpressionSymbol.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/ExpressionSymbol.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/ExpressionSymbol.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/Function.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/Function.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/Function.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/GroupSymbol.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/GroupSymbol.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/GroupSymbol.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/MultipleElementSymbol.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/MultipleElementSymbol.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/MultipleElementSymbol.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/Reference.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/Reference.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/Reference.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/ScalarSubquery.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/ScalarSubquery.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/ScalarSubquery.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/SearchedCaseExpression.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/SearchedCaseExpression.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/SearchedCaseExpression.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/SelectSymbol.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/SelectSymbol.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/SelectSymbol.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/SingleElementSymbol.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/SingleElementSymbol.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/SingleElementSymbol.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/Symbol.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/Symbol.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/symbol/Symbol.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/util/ElementSymbolOptimizer.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/util/ElementSymbolOptimizer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/util/ElementSymbolOptimizer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/util/SymbolMap.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/util/SymbolMap.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/util/SymbolMap.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/util/UpdateProcedureGenerator.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/util/UpdateProcedureGenerator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/util/UpdateProcedureGenerator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/util/ValueIterator.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/util/ValueIterator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/util/ValueIterator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/util/ValueIteratorProvider.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/util/ValueIteratorProvider.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/util/ValueIteratorProvider.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/util/ValueIteratorSource.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/util/ValueIteratorSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/util/ValueIteratorSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/util/VariableContext.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/util/VariableContext.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/util/VariableContext.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/AbstractSymbolMappingVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/AbstractSymbolMappingVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/AbstractSymbolMappingVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/AggregateSymbolCollectorVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/AggregateSymbolCollectorVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/AggregateSymbolCollectorVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/CommandCollectorVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/CommandCollectorVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/CommandCollectorVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/CorrelatedReferenceCollectorVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/CorrelatedReferenceCollectorVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/CorrelatedReferenceCollectorVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/CorrelatedVariableSubstitutionVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/CorrelatedVariableSubstitutionVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/CorrelatedVariableSubstitutionVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/CriteriaTranslatorVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/CriteriaTranslatorVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/CriteriaTranslatorVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/DependentSetCriteriaCollectorVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/DependentSetCriteriaCollectorVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/DependentSetCriteriaCollectorVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/ElementCollectorVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/ElementCollectorVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/ElementCollectorVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/EvaluatableVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/EvaluatableVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/EvaluatableVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/EvaluateExpressionVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/EvaluateExpressionVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/EvaluateExpressionVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/ExpressionMappingVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/ExpressionMappingVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/ExpressionMappingVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/ExpressionSymbolCollector.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/ExpressionSymbolCollector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/ExpressionSymbolCollector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/FunctionCollectorVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/FunctionCollectorVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/FunctionCollectorVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/GroupCollectorVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/GroupCollectorVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/GroupCollectorVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/GroupsUsedByElementsVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/GroupsUsedByElementsVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/GroupsUsedByElementsVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/NeedsEvaluationVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/NeedsEvaluationVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/NeedsEvaluationVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/PredicateCollectorVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/PredicateCollectorVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/PredicateCollectorVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/ReferenceCollectorVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/ReferenceCollectorVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/ReferenceCollectorVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/SQLStringVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/SQLStringVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/SQLStringVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/StaticSymbolMappingVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/StaticSymbolMappingVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/StaticSymbolMappingVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/ValueIteratorProviderCollectorVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/ValueIteratorProviderCollectorVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/ValueIteratorProviderCollectorVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/VariableCollectorVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/VariableCollectorVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/sql/visitor/VariableCollectorVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/tempdata/TempTableStore.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/tempdata/TempTableStore.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/tempdata/TempTableStore.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/tempdata/TempTableStoreImpl.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/tempdata/TempTableStoreImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/tempdata/TempTableStoreImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/util/CommandContext.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/util/CommandContext.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/util/CommandContext.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/util/ContextProperties.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/util/ContextProperties.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/util/ContextProperties.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/util/ErrorMessageKeys.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/util/ErrorMessageKeys.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/util/ErrorMessageKeys.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/util/LogConstants.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/util/LogConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/util/LogConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/util/TypeRetrievalUtil.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/util/TypeRetrievalUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/util/TypeRetrievalUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/util/XMLFormatConstants.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/util/XMLFormatConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/util/XMLFormatConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/validator/AbstractValidationVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/validator/AbstractValidationVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/validator/AbstractValidationVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/validator/AggregateValidationVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/validator/AggregateValidationVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/validator/AggregateValidationVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/validator/UpdateValidationVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/validator/UpdateValidationVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/validator/UpdateValidationVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/validator/ValidateCriteriaVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/validator/ValidateCriteriaVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/validator/ValidateCriteriaVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/validator/ValidationVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/validator/ValidationVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/validator/ValidationVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/validator/Validator.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/validator/Validator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/validator/Validator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/validator/ValidatorFailure.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/validator/ValidatorFailure.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/validator/ValidatorFailure.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/validator/ValidatorReport.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/validator/ValidatorReport.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/validator/ValidatorReport.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/validator/ValueValidationVisitor.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/validator/ValueValidationVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/validator/ValueValidationVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/xquery/XQueryExpression.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/xquery/XQueryExpression.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/xquery/XQueryExpression.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/xquery/XQuerySQLEvaluator.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/xquery/XQuerySQLEvaluator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/xquery/XQuerySQLEvaluator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/xquery/saxon/DocFunctionURIResolver.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/xquery/saxon/DocFunctionURIResolver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/xquery/saxon/DocFunctionURIResolver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/xquery/saxon/SaxonXMLTranslator.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/xquery/saxon/SaxonXMLTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/xquery/saxon/SaxonXMLTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/java/com/metamatrix/query/xquery/saxon/SaxonXQueryExpression.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/query/xquery/saxon/SaxonXQueryExpression.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/java/com/metamatrix/query/xquery/saxon/SaxonXQueryExpression.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/resources/com/metamatrix/dqp/i18n.properties
===================================================================
--- trunk/engine/src/main/resources/com/metamatrix/dqp/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/resources/com/metamatrix/dqp/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/resources/com/metamatrix/query/execution/i18n.properties
===================================================================
--- trunk/engine/src/main/resources/com/metamatrix/query/execution/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/resources/com/metamatrix/query/execution/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/main/resources/com/metamatrix/query/i18n.properties
===================================================================
--- trunk/engine/src/main/resources/com/metamatrix/query/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/main/resources/com/metamatrix/query/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/cache/FakeCache.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/cache/FakeCache.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/cache/FakeCache.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/common/buffer/TestTupleBatch.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/common/buffer/TestTupleBatch.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/common/buffer/TestTupleBatch.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/common/buffer/TestTupleSourceID.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/common/buffer/TestTupleSourceID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/common/buffer/TestTupleSourceID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/common/buffer/impl/TestBatchMap.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/common/buffer/impl/TestBatchMap.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/common/buffer/impl/TestBatchMap.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/common/buffer/impl/TestBufferManagerImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/common/buffer/impl/TestBufferManagerImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/common/buffer/impl/TestBufferManagerImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/common/buffer/impl/TestSizeUtility.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/common/buffer/impl/TestSizeUtility.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/common/buffer/impl/TestSizeUtility.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/common/buffer/storage/file/TestFileStorageManager.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/common/buffer/storage/file/TestFileStorageManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/common/buffer/storage/file/TestFileStorageManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/common/buffer/storage/memory/TestMemoryStorageManager.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/common/buffer/storage/memory/TestMemoryStorageManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/common/buffer/storage/memory/TestMemoryStorageManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/config/TestDQPLauncher.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/config/TestDQPLauncher.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/config/TestDQPLauncher.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/cache/TestCacheID.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/cache/TestCacheID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/cache/TestCacheID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/cache/TestCursorReceiverWindowBuffer.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/cache/TestCursorReceiverWindowBuffer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/cache/TestCursorReceiverWindowBuffer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/cache/TestResultSetCache.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/cache/TestResultSetCache.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/cache/TestResultSetCache.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/FakeConnector.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/FakeConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/FakeConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/FakeExecutionContextImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/FakeExecutionContextImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/FakeExecutionContextImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/FakeProcedureExecution.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/FakeProcedureExecution.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/FakeProcedureExecution.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/FakeTransactionService.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/FakeTransactionService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/FakeTransactionService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/TestConnectorManagerImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/TestConnectorManagerImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/TestConnectorManagerImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/TestConnectorStateManager.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/TestConnectorStateManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/TestConnectorStateManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/TestConnectorWorkItem.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/TestConnectorWorkItem.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/TestConnectorWorkItem.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/TestExecutionContextImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/TestExecutionContextImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/TestExecutionContextImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/TestTypeFacilityImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/TestTypeFacilityImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/impl/TestTypeFacilityImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestAggregateImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestAggregateImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestAggregateImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestBatchedUpdatesImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestBatchedUpdatesImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestBatchedUpdatesImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestBulkInsertImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestBulkInsertImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestBulkInsertImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestCaseExpressionImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestCaseExpressionImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestCaseExpressionImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestCompareCriteriaImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestCompareCriteriaImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestCompareCriteriaImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestCompoundCriteriaImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestCompoundCriteriaImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestCompoundCriteriaImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestDeleteImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestDeleteImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestDeleteImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestElementImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestElementImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestElementImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestExistsCriteriaImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestExistsCriteriaImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestExistsCriteriaImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestFromImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestFromImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestFromImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestFunctionImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestFunctionImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestFunctionImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestGroupByImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestGroupByImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestGroupByImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestGroupImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestGroupImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestGroupImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestInCriteriaImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestInCriteriaImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestInCriteriaImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestInlineViewImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestInlineViewImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestInlineViewImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestInsertImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestInsertImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestInsertImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestIsNullCriteriaImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestIsNullCriteriaImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestIsNullCriteriaImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestJoinImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestJoinImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestJoinImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestLikeCriteriaImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestLikeCriteriaImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestLikeCriteriaImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestLiteralImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestLiteralImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestLiteralImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestNotCriteriaImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestNotCriteriaImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestNotCriteriaImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestOrderByImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestOrderByImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestOrderByImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestParameterImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestParameterImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestParameterImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestProcedureImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestProcedureImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestProcedureImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestQueryImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestQueryImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestQueryImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestScalarSubqueryImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestScalarSubqueryImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestScalarSubqueryImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestSearchedCaseExpressionImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestSearchedCaseExpressionImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestSearchedCaseExpressionImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestSelectImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestSelectImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestSelectImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestSelectSymbolImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestSelectSymbolImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestSelectSymbolImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestSetQueryImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestSetQueryImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestSetQueryImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestSubqueryCompareCriteriaImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestSubqueryCompareCriteriaImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestSubqueryCompareCriteriaImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestSubqueryInCriteriaImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestSubqueryInCriteriaImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestSubqueryInCriteriaImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestUpdateImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestUpdateImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TestUpdateImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TstLanguageBridgeFactory.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TstLanguageBridgeFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/language/TstLanguageBridgeFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/metadata/TestMetadataFactory.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/metadata/TestMetadataFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/datamgr/metadata/TestMetadataFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connector/FakeSourceConnectionFactory.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connector/FakeSourceConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connector/FakeSourceConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connector/FakeUserIdentityConnectionFactory.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connector/FakeUserIdentityConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connector/FakeUserIdentityConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connector/TestConnectionPool.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connector/TestConnectionPool.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connector/TestConnectionPool.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connector/TestConnectionWrapper.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connector/TestConnectionWrapper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/pooling/connector/TestConnectionWrapper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/MockSingleMetadataService.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/MockSingleMetadataService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/MockSingleMetadataService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestCallableStatement.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestCallableStatement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestCallableStatement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestCodeTableCache.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestCodeTableCache.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestCodeTableCache.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestDQPCore.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestDQPCore.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestDQPCore.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestDQPCoreRequestHandling.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestDQPCoreRequestHandling.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestDQPCoreRequestHandling.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestDQPWorkContext.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestDQPWorkContext.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestDQPWorkContext.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestDataTierManager.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestDataTierManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestDataTierManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestMetaDataProcessor.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestMetaDataProcessor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestMetaDataProcessor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestPreparedPlanCache.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestPreparedPlanCache.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestPreparedPlanCache.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestPreparedStatement.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestPreparedStatement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestPreparedStatement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestRequest.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestRequest.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestRequest.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestRequestWorkItem.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestRequestWorkItem.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestRequestWorkItem.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestWorkItemState.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestWorkItemState.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/TestWorkItemState.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/capabilities/TestConnectorCapabilitiesFinder.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/capabilities/TestConnectorCapabilitiesFinder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/capabilities/TestConnectorCapabilitiesFinder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/multisource/TestMultiSourceCapabilitiesFinder.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/multisource/TestMultiSourceCapabilitiesFinder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/multisource/TestMultiSourceCapabilitiesFinder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/multisource/TestMultiSourceElementReplacementVisitor.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/multisource/TestMultiSourceElementReplacementVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/multisource/TestMultiSourceElementReplacementVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/multisource/TestMultiSourceMetadataWrapper.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/multisource/TestMultiSourceMetadataWrapper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/multisource/TestMultiSourceMetadataWrapper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/multisource/TestMultiSourcePlanToProcessConverter.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/multisource/TestMultiSourcePlanToProcessConverter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/multisource/TestMultiSourcePlanToProcessConverter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/validator/TestAuthorizationValidationVisitor.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/validator/TestAuthorizationValidationVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/validator/TestAuthorizationValidationVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/validator/TestModelVisibilityValidationVisitor.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/validator/TestModelVisibilityValidationVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/process/validator/TestModelVisibilityValidationVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/transaction/TestTransactionContextImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/transaction/TestTransactionContextImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/transaction/TestTransactionContextImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/internal/transaction/TestTransactionServer.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/internal/transaction/TestTransactionServer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/internal/transaction/TestTransactionServer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/message/TestAtomicRequestMessage.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/message/TestAtomicRequestMessage.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/message/TestAtomicRequestMessage.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/message/TestRequestID.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/message/TestRequestID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/message/TestRequestID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/message/TestRequestMessage.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/message/TestRequestMessage.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/message/TestRequestMessage.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/message/TestResultsMessage.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/message/TestResultsMessage.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/message/TestResultsMessage.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/service/AutoGenDataService.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/service/AutoGenDataService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/service/AutoGenDataService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/service/FakeAbstractService.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/service/FakeAbstractService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/service/FakeAbstractService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/service/FakeAuthorizationService.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/service/FakeAuthorizationService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/service/FakeAuthorizationService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/service/FakeBufferService.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/service/FakeBufferService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/service/FakeBufferService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/service/FakeMetadataService.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/service/FakeMetadataService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/service/FakeMetadataService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/service/FakeVDBService.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/service/FakeVDBService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/service/FakeVDBService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/service/TestCustomizableTrackingService.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/service/TestCustomizableTrackingService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/service/TestCustomizableTrackingService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/dqp/spi/basic/TestFileCommandLogger.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/dqp/spi/basic/TestFileCommandLogger.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/dqp/spi/basic/TestFileCommandLogger.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/analysis/TestAnalysisRecord.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/analysis/TestAnalysisRecord.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/analysis/TestAnalysisRecord.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/function/TestFunction.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/function/TestFunction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/function/TestFunction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/function/TestFunctionDescriptorImpl.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/function/TestFunctionDescriptorImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/function/TestFunctionDescriptorImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/function/TestFunctionLibrary.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/function/TestFunctionLibrary.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/function/TestFunctionLibrary.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/function/TestFunctionMetadataReader.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/function/TestFunctionMetadataReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/function/TestFunctionMetadataReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/function/TestFunctionTree.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/function/TestFunctionTree.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/function/TestFunctionTree.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/function/TestResolvedFunctions.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/function/TestResolvedFunctions.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/function/TestResolvedFunctions.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/function/metadata/TestFunctionMetadataValidator.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/function/metadata/TestFunctionMetadataValidator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/function/metadata/TestFunctionMetadataValidator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/function/metadata/TestFunctionMethod.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/function/metadata/TestFunctionMethod.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/function/metadata/TestFunctionMethod.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/function/metadata/TestSystemSource.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/function/metadata/TestSystemSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/function/metadata/TestSystemSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/function/source/TestXMLSystemFunctions.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/function/source/TestXMLSystemFunctions.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/function/source/TestXMLSystemFunctions.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingAttribute.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingAttribute.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingAttribute.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingChoiceNode.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingChoiceNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingChoiceNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingDocument.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingDocument.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingDocument.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingElement.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingElement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingElement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingLoader.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingLoader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingLoader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingOutputter.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingOutputter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingOutputter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingRecursiveElement.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingRecursiveElement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestMappingRecursiveElement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestNamespace.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestNamespace.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/mapping/xml/TestNamespace.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/FakeFunctionMetadataSource.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/FakeFunctionMetadataSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/FakeFunctionMetadataSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/InlineViewCase.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/InlineViewCase.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/InlineViewCase.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestAccessPatterns.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestAccessPatterns.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestAccessPatterns.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestAggregatePushdown.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestAggregatePushdown.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestAggregatePushdown.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestAnsiJoinPushdown.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestAnsiJoinPushdown.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestAnsiJoinPushdown.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008-2009 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestDependentJoins.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestDependentJoins.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestDependentJoins.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestExpressionsInGroupBy.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestExpressionsInGroupBy.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestExpressionsInGroupBy.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestInlineView.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestInlineView.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestInlineView.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestJoinOptimization.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestJoinOptimization.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestJoinOptimization.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestLimit.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestLimit.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestLimit.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestOptimizer.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestOptimizer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestOptimizer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestOptionalJoins.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestOptionalJoins.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestOptionalJoins.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestRuleMergeVirtual.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestRuleMergeVirtual.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestRuleMergeVirtual.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestRuleRaiseNull.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestRuleRaiseNull.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestRuleRaiseNull.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestRuleRemoveSorts.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestRuleRemoveSorts.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestRuleRemoveSorts.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestStoredProcedurePlanning.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestStoredProcedurePlanning.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestStoredProcedurePlanning.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestUnionPlanning.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestUnionPlanning.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/TestUnionPlanning.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/batch/TestBatchedUpdatePlanner.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/batch/TestBatchedUpdatePlanner.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/batch/TestBatchedUpdatePlanner.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/capabilities/AllCapabilities.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/capabilities/AllCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/capabilities/AllCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/capabilities/FakeCapabilitiesFinder.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/capabilities/FakeCapabilitiesFinder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/capabilities/FakeCapabilitiesFinder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/capabilities/TestBasicSourceCapabilities.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/capabilities/TestBasicSourceCapabilities.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/capabilities/TestBasicSourceCapabilities.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/capabilities/TestDefaultCapabilitiesFinder.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/capabilities/TestDefaultCapabilitiesFinder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/capabilities/TestDefaultCapabilitiesFinder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/proc/TestProcedurePlanner.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/proc/TestProcedurePlanner.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/proc/TestProcedurePlanner.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/TestAliasGenerator.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/TestAliasGenerator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/TestAliasGenerator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/TestRuleStack.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/TestRuleStack.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/TestRuleStack.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/plantree/TestNodeEditor.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/plantree/TestNodeEditor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/plantree/TestNodeEditor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestCalculateCostUtil.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestCalculateCostUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestCalculateCostUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestCapabilitiesUtil.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestCapabilitiesUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestCapabilitiesUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestCriteriaCapabilityValidatorVisitor.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestCriteriaCapabilityValidatorVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestCriteriaCapabilityValidatorVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestFrameUtil.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestFrameUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestFrameUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestGroupRecontext.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestGroupRecontext.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestGroupRecontext.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestJoinRegion.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestJoinRegion.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestJoinRegion.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestRuleAccessPatternValidation.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestRuleAccessPatternValidation.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestRuleAccessPatternValidation.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestRuleAssignOutputElements.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestRuleAssignOutputElements.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestRuleAssignOutputElements.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestRuleChooseDependent.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestRuleChooseDependent.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestRuleChooseDependent.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestRulePlaceAccess.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestRulePlaceAccess.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestRulePlaceAccess.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestRulePushSelectCriteria.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestRulePushSelectCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestRulePushSelectCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestRuleValidateWhereAll.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestRuleValidateWhereAll.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/relational/rules/TestRuleValidateWhereAll.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/FakeXMLMetadata.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/FakeXMLMetadata.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/FakeXMLMetadata.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestContextReplacerVisitor.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestContextReplacerVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestContextReplacerVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestHandleNillableNode.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestHandleNillableNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestHandleNillableNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestMarkExcludeVisitor.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestMarkExcludeVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestMarkExcludeVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestNameInSourceResolverVisitor.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestNameInSourceResolverVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestNameInSourceResolverVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestRemoveExcludedVisitor.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestRemoveExcludedVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestRemoveExcludedVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestXMLNodeMappingVisitor.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestXMLNodeMappingVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestXMLNodeMappingVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestXMLPlanner.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestXMLPlanner.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/optimizer/xml/TestXMLPlanner.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/parser/TestCallableStatementParsing.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/parser/TestCallableStatementParsing.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/parser/TestCallableStatementParsing.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/parser/TestOptionsAndHints.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/parser/TestOptionsAndHints.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/parser/TestOptionsAndHints.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/parser/TestParseCommandType.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/parser/TestParseCommandType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/parser/TestParseCommandType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/parser/TestParser.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/parser/TestParser.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/parser/TestParser.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/parser/TestParserXQuery.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/parser/TestParserXQuery.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/parser/TestParserXQuery.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/parser/TestSetQueryParsing.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/parser/TestSetQueryParsing.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/parser/TestSetQueryParsing.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/FakeDataManager.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/FakeDataManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/FakeDataManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/FakeDataStore.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/FakeDataStore.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/FakeDataStore.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008-2009 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/FakeProcessorPlan.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/FakeProcessorPlan.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/FakeProcessorPlan.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/FakeTupleSource.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/FakeTupleSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/FakeTupleSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/HardcodedDataManager.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/HardcodedDataManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/HardcodedDataManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/TestBaseProcessorPlan.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/TestBaseProcessorPlan.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/TestBaseProcessorPlan.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/TestDependentJoins.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/TestDependentJoins.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/TestDependentJoins.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/TestNullTupleSource.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/TestNullTupleSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/TestNullTupleSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/TestOptionalJoins.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/TestOptionalJoins.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/TestOptionalJoins.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/TestProcedureRelational.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/TestProcedureRelational.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/TestProcedureRelational.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/TestProcessor.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/TestProcessor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/TestProcessor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/TestQueryProcessor.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/TestQueryProcessor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/TestQueryProcessor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/TestSecurityFunctions.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/TestSecurityFunctions.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/TestSecurityFunctions.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/TestSetProcessing.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/TestSetProcessing.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/TestSetProcessing.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/TestVirtualDepJoin.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/TestVirtualDepJoin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/TestVirtualDepJoin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/batch/TestBatchedUpdatePlan.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/batch/TestBatchedUpdatePlan.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/batch/TestBatchedUpdatePlan.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/dynamic/SimpleQueryProcessorFactory.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/dynamic/SimpleQueryProcessorFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/dynamic/SimpleQueryProcessorFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/dynamic/TestSqlEval.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/dynamic/TestSqlEval.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/dynamic/TestSqlEval.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/eval/TestCriteriaEvaluator.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/eval/TestCriteriaEvaluator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/eval/TestCriteriaEvaluator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/eval/TestExpressionEvaluator.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/eval/TestExpressionEvaluator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/eval/TestExpressionEvaluator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/proc/TestProcedureProcessor.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/proc/TestProcedureProcessor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/proc/TestProcedureProcessor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/relational/BlockingFakeRelationalNode.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/relational/BlockingFakeRelationalNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/relational/BlockingFakeRelationalNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/relational/FakeRelationalNode.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/relational/FakeRelationalNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/relational/FakeRelationalNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/relational/NodeTestUtil.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/relational/NodeTestUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/relational/NodeTestUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestAccessNode.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestAccessNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestAccessNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestBatchedUpdateNode.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestBatchedUpdateNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestBatchedUpdateNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestDependentSelectNode.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestDependentSelectNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestDependentSelectNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestDuplicateFilter.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestDuplicateFilter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestDuplicateFilter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestGroupingNode.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestGroupingNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestGroupingNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestJoinNode.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestJoinNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestJoinNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestJoinNodeWithProcessorBatchSize1.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestJoinNodeWithProcessorBatchSize1.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestJoinNodeWithProcessorBatchSize1.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestJoinNodeWithProcessorBatchSize10.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestJoinNodeWithProcessorBatchSize10.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestJoinNodeWithProcessorBatchSize10.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestJoinNodeWithProcessorBatchSizeSameAsTupleCount.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestJoinNodeWithProcessorBatchSizeSameAsTupleCount.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestJoinNodeWithProcessorBatchSizeSameAsTupleCount.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestLimitNode.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestLimitNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestLimitNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestProjectIntoNode.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestProjectIntoNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestProjectIntoNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestProjectNode.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestProjectNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestProjectNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestRelationalNodeStatistics.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestRelationalNodeStatistics.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestRelationalNodeStatistics.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestRelationalPlan.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestRelationalPlan.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestRelationalPlan.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestSelectNode.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestSelectNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestSelectNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestSortNode.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestSortNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestSortNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestUnionAllNode.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestUnionAllNode.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/relational/TestUnionAllNode.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/xml/FakePlanExecutor.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/xml/FakePlanExecutor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/xml/FakePlanExecutor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/xml/FakeXMLProcessorEnvironment.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/xml/FakeXMLProcessorEnvironment.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/xml/FakeXMLProcessorEnvironment.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/xml/NoOpInstruction.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/xml/NoOpInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/xml/NoOpInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestAddNodeInstruction.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestAddNodeInstruction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestAddNodeInstruction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestElement.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestElement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestElement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestInstructions.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestInstructions.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestInstructions.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestProcessorEnvironment.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestProcessorEnvironment.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestProcessorEnvironment.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestSAXDocumentInProgress.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestSAXDocumentInProgress.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestSAXDocumentInProgress.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestSourceNodeGenaratorVisitor.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestSourceNodeGenaratorVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestSourceNodeGenaratorVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestXMLContext.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestXMLContext.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestXMLContext.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestXMLPlanningEnhancements.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestXMLPlanningEnhancements.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestXMLPlanningEnhancements.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestXMLProcessor.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestXMLProcessor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestXMLProcessor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestXMLValueTranslator.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestXMLValueTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/xml/TestXMLValueTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/xml/XMLProgramUtil.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/xml/XMLProgramUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/xml/XMLProgramUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/processor/xquery/TestXQueryProcessor.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/processor/xquery/TestXQueryProcessor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/processor/xquery/TestXQueryProcessor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/resolver/CheckNoTempMetadataIDsVisitor.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/resolver/CheckNoTempMetadataIDsVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/resolver/CheckNoTempMetadataIDsVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/resolver/CheckSymbolsAreResolvedVisitor.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/resolver/CheckSymbolsAreResolvedVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/resolver/CheckSymbolsAreResolvedVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/resolver/TestAccessPattern.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/resolver/TestAccessPattern.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/resolver/TestAccessPattern.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/resolver/TestResolver.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/resolver/TestResolver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/resolver/TestResolver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/resolver/TestXMLResolver.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/resolver/TestXMLResolver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/resolver/TestXMLResolver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/rewriter/TestOrderByRewrite.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/rewriter/TestOrderByRewrite.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/rewriter/TestOrderByRewrite.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/rewriter/TestQueryRewriter.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/rewriter/TestQueryRewriter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/rewriter/TestQueryRewriter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestAliasSymbol.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestAliasSymbol.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestAliasSymbol.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestBatchedUpdateCommand.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestBatchedUpdateCommand.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestBatchedUpdateCommand.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestBetweenCriteria.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestBetweenCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestBetweenCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestBulkInsert.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestBulkInsert.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestBulkInsert.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestCompoundCriteria.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestCompoundCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestCompoundCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestCreate.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestCreate.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestCreate.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestCriteria.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestDependentSetCriteria.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestDependentSetCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestDependentSetCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestDrop.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestDrop.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestDrop.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestDynamicCommand.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestDynamicCommand.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestDynamicCommand.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestExpressionSymbol.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestExpressionSymbol.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestExpressionSymbol.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestIsNullCriteria.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestIsNullCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestIsNullCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestLimit.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestLimit.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestLimit.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestMatchCriteria.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestMatchCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestMatchCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestOption.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestOption.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestOption.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestQuery.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestQuery.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestQuery.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestSelect.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestSelect.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestSelect.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestSetCriteria.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestSetCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestSetCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestSetQuery.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestSetQuery.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestSetQuery.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestSubqueryFromClause.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestSubqueryFromClause.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestSubqueryFromClause.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestSubquerySetCriteria.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestSubquerySetCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/lang/TestSubquerySetCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestAssignmentStatement.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestAssignmentStatement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestAssignmentStatement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestBlock.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestBlock.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestBlock.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestBreakStatement.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestBreakStatement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestBreakStatement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestCommandStatement.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestCommandStatement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestCommandStatement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestContinueStatement.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestContinueStatement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestContinueStatement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestCreateUpdateProcedureCommand.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestCreateUpdateProcedureCommand.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestCreateUpdateProcedureCommand.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestCriteriaSelector.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestCriteriaSelector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestCriteriaSelector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestDeclareStatement.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestDeclareStatement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestDeclareStatement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestHasCriteria.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestHasCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestHasCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestIfStatement.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestIfStatement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestIfStatement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestLoopStatement.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestLoopStatement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestLoopStatement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestRaiseErrorStatement.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestRaiseErrorStatement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestRaiseErrorStatement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestTranslateCriteria.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestTranslateCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestTranslateCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestWhileStatement.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestWhileStatement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/proc/TestWhileStatement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestAggregateSymbol.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestAggregateSymbol.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestAggregateSymbol.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestCaseExpression.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestCaseExpression.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestCaseExpression.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestConstant.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestConstant.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestConstant.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestElementSymbol.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestElementSymbol.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestElementSymbol.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestFunction.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestFunction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestFunction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestGroupSymbol.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestGroupSymbol.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestGroupSymbol.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestSearchedCaseExpression.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestSearchedCaseExpression.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/symbol/TestSearchedCaseExpression.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/util/TestElementSymbolOptimizer.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/util/TestElementSymbolOptimizer.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/util/TestElementSymbolOptimizer.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/util/TestUpdateProcedureGenerator.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/util/TestUpdateProcedureGenerator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/util/TestUpdateProcedureGenerator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestAggregateSymbolCollectorVisitor.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestAggregateSymbolCollectorVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestAggregateSymbolCollectorVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestDeepGroupCollectorVisitor.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestDeepGroupCollectorVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestDeepGroupCollectorVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestEvaluation.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestEvaluation.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestEvaluation.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestExpressionMappingVisitor.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestExpressionMappingVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestExpressionMappingVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestGroupCollectorVisitor.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestGroupCollectorVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestGroupCollectorVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestSQLStringVisitor.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestSQLStringVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestSQLStringVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestStaticSymbolMappingVisitor.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestStaticSymbolMappingVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/sql/visitor/TestStaticSymbolMappingVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/unittest/FakeMetadataFacade.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/unittest/FakeMetadataFacade.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/unittest/FakeMetadataFacade.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/unittest/FakeMetadataFactory.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/unittest/FakeMetadataFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/unittest/FakeMetadataFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/unittest/FakeMetadataObject.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/unittest/FakeMetadataObject.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/unittest/FakeMetadataObject.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/unittest/FakeMetadataStore.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/unittest/FakeMetadataStore.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/unittest/FakeMetadataStore.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/unittest/QueryMetadataInterfaceBuilder.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/unittest/QueryMetadataInterfaceBuilder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/unittest/QueryMetadataInterfaceBuilder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/unittest/TimestampUtil.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/unittest/TimestampUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/unittest/TimestampUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/validator/TestCriteriaValidator.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/validator/TestCriteriaValidator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/validator/TestCriteriaValidator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/validator/TestValidator.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/validator/TestValidator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/validator/TestValidator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/xquery/HardcodedSqlEval.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/xquery/HardcodedSqlEval.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/xquery/HardcodedSqlEval.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/java/com/metamatrix/query/xquery/TestXQueryEngine.java
===================================================================
--- trunk/engine/src/test/java/com/metamatrix/query/xquery/TestXQueryEngine.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/java/com/metamatrix/query/xquery/TestXQueryEngine.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/resources/LicenseMappingExample.xml
===================================================================
--- trunk/engine/src/test/resources/LicenseMappingExample.xml	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/resources/LicenseMappingExample.xml	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/resources/com/metamatrix/query/mapping/xml/LicenseMappingExample.xml
===================================================================
--- trunk/engine/src/test/resources/com/metamatrix/query/mapping/xml/LicenseMappingExample.xml	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/resources/com/metamatrix/query/mapping/xml/LicenseMappingExample.xml	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/resources/com/metamatrix/query/mapping/xml/PartsMappingExample.xml
===================================================================
--- trunk/engine/src/test/resources/com/metamatrix/query/mapping/xml/PartsMappingExample.xml	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/resources/com/metamatrix/query/mapping/xml/PartsMappingExample.xml	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/resources/com/metamatrix/query/mapping/xml/testExample.xml
===================================================================
--- trunk/engine/src/test/resources/com/metamatrix/query/mapping/xml/testExample.xml	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/resources/com/metamatrix/query/mapping/xml/testExample.xml	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.	
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.	
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/engine/src/test/resources/testExample.xml
===================================================================
--- trunk/engine/src/test/resources/testExample.xml	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/engine/src/test/resources/testExample.xml	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/connector/metadata/IndexFile.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/connector/metadata/IndexFile.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/connector/metadata/IndexFile.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/connector/metadata/MetadataConnectorConstants.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/connector/metadata/MetadataConnectorConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/connector/metadata/MetadataConnectorConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/connector/metadata/MultiObjectSource.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/connector/metadata/MultiObjectSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/connector/metadata/MultiObjectSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/connector/metadata/PropertyFileObjectSource.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/connector/metadata/PropertyFileObjectSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/connector/metadata/PropertyFileObjectSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/connector/metadata/PropertyHolder.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/connector/metadata/PropertyHolder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/connector/metadata/PropertyHolder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/connector/metadata/ResultsIterator.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/connector/metadata/ResultsIterator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/connector/metadata/ResultsIterator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/connector/metadata/RuntimeVdbRecord.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/connector/metadata/RuntimeVdbRecord.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/connector/metadata/RuntimeVdbRecord.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/IndexCriteriaBuilder.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/IndexCriteriaBuilder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/IndexCriteriaBuilder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/MetadataConnectorMetadata.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/MetadataConnectorMetadata.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/MetadataConnectorMetadata.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/MetadataInCriteria.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/MetadataInCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/MetadataInCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/MetadataLiteralCriteria.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/MetadataLiteralCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/MetadataLiteralCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/MetadataResultsPostProcessor.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/MetadataResultsPostProcessor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/MetadataResultsPostProcessor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/MetadataSearchCriteria.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/MetadataSearchCriteria.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/MetadataSearchCriteria.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/VdbMetadataContext.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/VdbMetadataContext.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/connector/metadata/index/VdbMetadataContext.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/connector/metadata/internal/IObjectQuery.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/connector/metadata/internal/IObjectQuery.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/connector/metadata/internal/IObjectQuery.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/connector/metadata/internal/IObjectSource.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/connector/metadata/internal/IObjectSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/connector/metadata/internal/IObjectSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/connector/metadata/internal/MetadataException.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/connector/metadata/internal/MetadataException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/connector/metadata/internal/MetadataException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/connector/metadata/internal/ObjectQueryProcessor.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/connector/metadata/internal/ObjectQueryProcessor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/connector/metadata/internal/ObjectQueryProcessor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/connector/metadata/internal/ReflectionWrapper.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/connector/metadata/internal/ReflectionWrapper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/connector/metadata/internal/ReflectionWrapper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/dqp/service/metadata/IndexMetadataService.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/dqp/service/metadata/IndexMetadataService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/dqp/service/metadata/IndexMetadataService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/dqp/service/metadata/IndexSelectorSource.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/dqp/service/metadata/IndexSelectorSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/dqp/service/metadata/IndexSelectorSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/dqp/service/metadata/QueryMetadataCache.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/dqp/service/metadata/QueryMetadataCache.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/dqp/service/metadata/QueryMetadataCache.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/RuntimeMetadataPlugin.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/RuntimeMetadataPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/RuntimeMetadataPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/VDBMetadataFactory.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/VDBMetadataFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/VDBMetadataFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/DataType.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/DataType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/DataType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/DataTypeID.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/DataTypeID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/DataTypeID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Element.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Element.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Element.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/ElementID.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/ElementID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/ElementID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Group.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Group.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Group.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/GroupID.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/GroupID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/GroupID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Key.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Key.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Key.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/KeyID.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/KeyID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/KeyID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/MetadataConstants.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/MetadataConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/MetadataConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/MetadataSourceAPI.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/MetadataSourceAPI.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/MetadataSourceAPI.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Model.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Model.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Model.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/ModelID.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/ModelID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/ModelID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Procedure.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Procedure.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/Procedure.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/ProcedureID.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/ProcedureID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/ProcedureID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/ProcedureParameter.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/ProcedureParameter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/ProcedureParameter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/RuntimeMetadataPropertyNames.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/RuntimeMetadataPropertyNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/RuntimeMetadataPropertyNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/VirtualDatabaseFactory.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/VirtualDatabaseFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/VirtualDatabaseFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/VirtualDatabaseLoaderProperties.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/VirtualDatabaseLoaderProperties.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/VirtualDatabaseLoaderProperties.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/VirtualDatabaseMetadata.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/VirtualDatabaseMetadata.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/api/VirtualDatabaseMetadata.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/exception/InvalidStateException.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/exception/InvalidStateException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/exception/InvalidStateException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/exception/VirtualDatabaseDoesNotExistException.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/exception/VirtualDatabaseDoesNotExistException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/exception/VirtualDatabaseDoesNotExistException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/AbstractMetadataRecord.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/AbstractMetadataRecord.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/AbstractMetadataRecord.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/AnnotationRecordImpl.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/AnnotationRecordImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/AnnotationRecordImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ColumnRecordImpl.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ColumnRecordImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ColumnRecordImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ColumnSetRecordImpl.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ColumnSetRecordImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ColumnSetRecordImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/DatatypeRecordImpl.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/DatatypeRecordImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/DatatypeRecordImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/FileRecordImpl.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/FileRecordImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/FileRecordImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ForeignKeyRecordImpl.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ForeignKeyRecordImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ForeignKeyRecordImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ListEntryRecordImpl.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ListEntryRecordImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ListEntryRecordImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/MetadataRecordDelegate.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/MetadataRecordDelegate.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/MetadataRecordDelegate.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ModelRecordImpl.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ModelRecordImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ModelRecordImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ProcedureParameterRecordImpl.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ProcedureParameterRecordImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ProcedureParameterRecordImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ProcedureRecordImpl.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ProcedureRecordImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/ProcedureRecordImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/PropertyRecordImpl.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/PropertyRecordImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/PropertyRecordImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/PropertyValueRecordImpl.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/PropertyValueRecordImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/PropertyValueRecordImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/RecordFactory.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/RecordFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/RecordFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/TableRecordImpl.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/TableRecordImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/TableRecordImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/TransformationRecordImpl.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/TransformationRecordImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/TransformationRecordImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/UniqueKeyRecordImpl.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/UniqueKeyRecordImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/UniqueKeyRecordImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/VdbRecordImpl.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/VdbRecordImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/impl/VdbRecordImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicDataTypeID.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicDataTypeID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicDataTypeID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicElement.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicElement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicElement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicElementID.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicElementID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicElementID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicGroup.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicGroup.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicGroup.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicGroupID.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicGroupID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicGroupID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicKey.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicKey.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicKey.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicKeyID.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicKeyID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicKeyID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicMetadataID.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicMetadataID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicMetadataID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicMetadataObject.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicMetadataObject.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicMetadataObject.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicModel.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicModel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicModel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicModelID.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicModelID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicModelID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicProcedure.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicProcedure.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicProcedure.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicProcedureID.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicProcedureID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicProcedureID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicProcedureParameter.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicProcedureParameter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicProcedureParameter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicVirtualDatabase.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicVirtualDatabase.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicVirtualDatabase.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicVirtualDatabaseID.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicVirtualDatabaseID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicVirtualDatabaseID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicVirtualDatabaseLoaderProperties.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicVirtualDatabaseLoaderProperties.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicVirtualDatabaseLoaderProperties.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicVirtualDatabaseMetadata.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicVirtualDatabaseMetadata.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/BasicVirtualDatabaseMetadata.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/MetaModelConstants.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/MetaModelConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/model/MetaModelConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/util/LogRuntimeMetadataConstants.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/util/LogRuntimeMetadataConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/util/LogRuntimeMetadataConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/util/RuntimeIDParser.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/util/RuntimeIDParser.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/util/RuntimeIDParser.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/util/RuntimeMetadataIDContext.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/util/RuntimeMetadataIDContext.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/runtime/util/RuntimeMetadataIDContext.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/util/ErrorMessageKeys.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/util/ErrorMessageKeys.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/util/ErrorMessageKeys.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/metadata/util/LogMessageKeys.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/metadata/util/LogMessageKeys.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/metadata/util/LogMessageKeys.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/core/container/EObjectFinder.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/core/container/EObjectFinder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/core/container/EObjectFinder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/core/index/IndexConstants.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/core/index/IndexConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/core/index/IndexConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/core/index/IndexSelector.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/core/index/IndexSelector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/core/index/IndexSelector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/AnnotationRecord.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/AnnotationRecord.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/AnnotationRecord.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/ColumnRecord.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/ColumnRecord.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/ColumnRecord.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/ColumnSetRecord.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/ColumnSetRecord.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/ColumnSetRecord.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/DatatypeRecord.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/DatatypeRecord.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/DatatypeRecord.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/FileRecord.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/FileRecord.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/FileRecord.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/ForeignKeyRecord.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/ForeignKeyRecord.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/ForeignKeyRecord.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/ListEntryRecord.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/ListEntryRecord.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/ListEntryRecord.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/MetadataConstants.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/MetadataConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/MetadataConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/MetadataRecord.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/MetadataRecord.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/MetadataRecord.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/ModelRecord.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/ModelRecord.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/ModelRecord.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/ProcedureParameterRecord.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/ProcedureParameterRecord.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/ProcedureParameterRecord.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/ProcedureRecord.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/ProcedureRecord.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/ProcedureRecord.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/PropertyRecord.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/PropertyRecord.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/PropertyRecord.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/PropertyValueRecord.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/PropertyValueRecord.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/PropertyValueRecord.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/TableRecord.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/TableRecord.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/TableRecord.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/TransformationRecord.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/TransformationRecord.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/TransformationRecord.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/UniqueKeyRecord.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/UniqueKeyRecord.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/UniqueKeyRecord.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/VdbRecord.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/VdbRecord.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/core/metadata/runtime/VdbRecord.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/core/types/DatatypeConstants.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/core/types/DatatypeConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/core/types/DatatypeConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/core/types/EnterpriseDatatypeInfo.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/core/types/EnterpriseDatatypeInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/core/types/EnterpriseDatatypeInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/core/util/ColumnRecordComparator.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/core/util/ColumnRecordComparator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/core/util/ColumnRecordComparator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/internal/core/index/AbstractIndexSelector.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/internal/core/index/AbstractIndexSelector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/internal/core/index/AbstractIndexSelector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/internal/core/index/CompositeIndexSelector.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/internal/core/index/CompositeIndexSelector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/internal/core/index/CompositeIndexSelector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/internal/core/index/RuntimeIndexSelector.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/internal/core/index/RuntimeIndexSelector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/internal/core/index/RuntimeIndexSelector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/internal/core/index/SimpleIndexUtil.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/internal/core/index/SimpleIndexUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/internal/core/index/SimpleIndexUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/internal/core/workspace/ModelFileUtil.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/internal/core/workspace/ModelFileUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/internal/core/workspace/ModelFileUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/internal/transformation/util/UuidUtil.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/internal/transformation/util/UuidUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/internal/transformation/util/UuidUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/transformation/metadata/QueryMetadataContext.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/transformation/metadata/QueryMetadataContext.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/transformation/metadata/QueryMetadataContext.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/transformation/metadata/ServerMetadataFactory.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/transformation/metadata/ServerMetadataFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/transformation/metadata/ServerMetadataFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/transformation/metadata/ServerRuntimeMetadata.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/transformation/metadata/ServerRuntimeMetadata.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/transformation/metadata/ServerRuntimeMetadata.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/transformation/metadata/TransformationMetadata.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/transformation/metadata/TransformationMetadata.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/transformation/metadata/TransformationMetadata.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/java/com/metamatrix/modeler/transformation/metadata/TransformationMetadataFacade.java
===================================================================
--- trunk/metadata/src/main/java/com/metamatrix/modeler/transformation/metadata/TransformationMetadataFacade.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/java/com/metamatrix/modeler/transformation/metadata/TransformationMetadataFacade.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/DatatypeTypeEnumeration.properties
===================================================================
--- trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/DatatypeTypeEnumeration.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/DatatypeTypeEnumeration.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/DatatypeVarietyEnumeration.properties
===================================================================
--- trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/DatatypeVarietyEnumeration.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/DatatypeVarietyEnumeration.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/KeyTypeEnumeration.properties
===================================================================
--- trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/KeyTypeEnumeration.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/KeyTypeEnumeration.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/ModelTypeEnumeration.properties
===================================================================
--- trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/ModelTypeEnumeration.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/ModelTypeEnumeration.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/NullTypeEnumeration.properties
===================================================================
--- trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/NullTypeEnumeration.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/NullTypeEnumeration.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/ProcParamDirectionEnumeration.properties
===================================================================
--- trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/ProcParamDirectionEnumeration.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/ProcParamDirectionEnumeration.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/ProcTypeEnumeration.properties
===================================================================
--- trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/ProcTypeEnumeration.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/ProcTypeEnumeration.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/RecordTypeEnumeration.properties
===================================================================
--- trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/RecordTypeEnumeration.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/RecordTypeEnumeration.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/SearchTypeEnumeration.properties
===================================================================
--- trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/SearchTypeEnumeration.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/SearchTypeEnumeration.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/TableTypeEnumeration.properties
===================================================================
--- trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/TableTypeEnumeration.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/resources/com/metamatrix/connector/metadata/enum/TableTypeEnumeration.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/main/resources/com/metamatrix/metadata/runtime/i18n.properties
===================================================================
--- trunk/metadata/src/main/resources/com/metamatrix/metadata/runtime/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/main/resources/com/metamatrix/metadata/runtime/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/test/java/com/metamatrix/connector/metadata/TestPropertyFileObjectSource.java
===================================================================
--- trunk/metadata/src/test/java/com/metamatrix/connector/metadata/TestPropertyFileObjectSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/test/java/com/metamatrix/connector/metadata/TestPropertyFileObjectSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/test/java/com/metamatrix/connector/metadata/index/FakeVDBService.java
===================================================================
--- trunk/metadata/src/test/java/com/metamatrix/connector/metadata/index/FakeVDBService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/test/java/com/metamatrix/connector/metadata/index/FakeVDBService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/test/java/com/metamatrix/connector/metadata/index/TestIndexCriteriaBuilder.java
===================================================================
--- trunk/metadata/src/test/java/com/metamatrix/connector/metadata/index/TestIndexCriteriaBuilder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/test/java/com/metamatrix/connector/metadata/index/TestIndexCriteriaBuilder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/test/java/com/metamatrix/connector/metadata/index/TestMetadataConnectorMetadata.java
===================================================================
--- trunk/metadata/src/test/java/com/metamatrix/connector/metadata/index/TestMetadataConnectorMetadata.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/test/java/com/metamatrix/connector/metadata/index/TestMetadataConnectorMetadata.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/test/java/com/metamatrix/connector/metadata/index/TestMetadataResultsPostProcessor.java
===================================================================
--- trunk/metadata/src/test/java/com/metamatrix/connector/metadata/index/TestMetadataResultsPostProcessor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/test/java/com/metamatrix/connector/metadata/index/TestMetadataResultsPostProcessor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/test/java/com/metamatrix/core/util/TestCharOperation.java
===================================================================
--- trunk/metadata/src/test/java/com/metamatrix/core/util/TestCharOperation.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/test/java/com/metamatrix/core/util/TestCharOperation.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/test/java/com/metamatrix/dqp/service/metadata/TestIndexMetadataService.java
===================================================================
--- trunk/metadata/src/test/java/com/metamatrix/dqp/service/metadata/TestIndexMetadataService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/test/java/com/metamatrix/dqp/service/metadata/TestIndexMetadataService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/test/java/com/metamatrix/internal/core/index/TestGammaCompressedIndexBlock.java
===================================================================
--- trunk/metadata/src/test/java/com/metamatrix/internal/core/index/TestGammaCompressedIndexBlock.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/test/java/com/metamatrix/internal/core/index/TestGammaCompressedIndexBlock.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/test/java/com/metamatrix/metadata/runtime/FakeMetadataService.java
===================================================================
--- trunk/metadata/src/test/java/com/metamatrix/metadata/runtime/FakeMetadataService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/test/java/com/metamatrix/metadata/runtime/FakeMetadataService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/test/java/com/metamatrix/metadata/runtime/FakeQueryMetadata.java
===================================================================
--- trunk/metadata/src/test/java/com/metamatrix/metadata/runtime/FakeQueryMetadata.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/test/java/com/metamatrix/metadata/runtime/FakeQueryMetadata.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/test/java/com/metamatrix/metadata/runtime/model/TestModelClasses.java
===================================================================
--- trunk/metadata/src/test/java/com/metamatrix/metadata/runtime/model/TestModelClasses.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/test/java/com/metamatrix/metadata/runtime/model/TestModelClasses.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/test/resources/fakeFiles/fake0.properties
===================================================================
--- trunk/metadata/src/test/resources/fakeFiles/fake0.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/test/resources/fakeFiles/fake0.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/test/resources/fakeFiles/fake1.properties
===================================================================
--- trunk/metadata/src/test/resources/fakeFiles/fake1.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/test/resources/fakeFiles/fake1.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/metadata/src/test/resources/fakeFiles/fake2.properties
===================================================================
--- trunk/metadata/src/test/resources/fakeFiles/fake2.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/metadata/src/test/resources/fakeFiles/fake2.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/admin/server/AbstractAdminImpl.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/admin/server/AbstractAdminImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/admin/server/AbstractAdminImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/admin/server/AdminServerPlugin.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/admin/server/AdminServerPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/admin/server/AdminServerPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/admin/server/ServerAdminImpl.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/admin/server/ServerAdminImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/admin/server/ServerAdminImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/admin/server/ServerConfigAdminImpl.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/admin/server/ServerConfigAdminImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/admin/server/ServerConfigAdminImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/admin/server/ServerMonitoringAdminImpl.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/admin/server/ServerMonitoringAdminImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/admin/server/ServerMonitoringAdminImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/admin/server/ServerRuntimeStateAdminImpl.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/admin/server/ServerRuntimeStateAdminImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/admin/server/ServerRuntimeStateAdminImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/admin/server/ServerSecurityAdminImpl.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/admin/server/ServerSecurityAdminImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/admin/server/ServerSecurityAdminImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/admin/util/AdminMethodRoleResolver.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/admin/util/AdminMethodRoleResolver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/admin/util/AdminMethodRoleResolver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/SocketVMController.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/SocketVMController.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/SocketVMController.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/server/AdminAuthorizationInterceptor.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/server/AdminAuthorizationInterceptor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/server/AdminAuthorizationInterceptor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/server/ClientInstance.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/server/ClientInstance.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/server/ClientInstance.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/server/LogonImpl.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/server/LogonImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/server/LogonImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/server/ServerWorkItem.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/server/ServerWorkItem.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/server/ServerWorkItem.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/server/SocketClientInstance.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/server/SocketClientInstance.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/server/SocketClientInstance.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/server/SocketListener.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/server/SocketListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/comm/platform/socket/server/SocketListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/config/JDBCConnectionPoolHelper.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/config/JDBCConnectionPoolHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/config/JDBCConnectionPoolHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/connection/BaseTransaction.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/connection/BaseTransaction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/connection/BaseTransaction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/connection/ManagedConnection.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/connection/ManagedConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/connection/ManagedConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/connection/ManagedConnectionException.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/connection/ManagedConnectionException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/connection/ManagedConnectionException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/connection/SimpleManagedConnection.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/connection/SimpleManagedConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/connection/SimpleManagedConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/connection/TransactionFactory.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/connection/TransactionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/connection/TransactionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/connection/TransactionInterface.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/connection/TransactionInterface.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/connection/TransactionInterface.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/connection/TransactionMgr.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/connection/TransactionMgr.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/connection/TransactionMgr.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/connection/jdbc/JDBCMgdResourceConnection.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/connection/jdbc/JDBCMgdResourceConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/connection/jdbc/JDBCMgdResourceConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/extensionmodule/ExtensionModuleEvent.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/extensionmodule/ExtensionModuleEvent.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/extensionmodule/ExtensionModuleEvent.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/extensionmodule/ExtensionModuleManager.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/extensionmodule/ExtensionModuleManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/extensionmodule/ExtensionModuleManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/extensionmodule/ExtensionModulePropertyNames.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/extensionmodule/ExtensionModulePropertyNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/extensionmodule/ExtensionModulePropertyNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/extensionmodule/ExtensionModuleTypes.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/extensionmodule/ExtensionModuleTypes.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/extensionmodule/ExtensionModuleTypes.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/extensionmodule/FileExtensionModuleFactory.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/extensionmodule/FileExtensionModuleFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/extensionmodule/FileExtensionModuleFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/extensionmodule/protocol/URLFactory.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/extensionmodule/protocol/URLFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/extensionmodule/protocol/URLFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/extensionmodule/protocol/extensionjar/ExtensionJarURLConnection.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/extensionmodule/protocol/extensionjar/ExtensionJarURLConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/extensionmodule/protocol/extensionjar/ExtensionJarURLConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/extensionmodule/protocol/extensionjar/Handler.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/extensionmodule/protocol/extensionjar/Handler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/extensionmodule/protocol/extensionjar/Handler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/ExtensionModuleTransaction.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/ExtensionModuleTransaction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/ExtensionModuleTransaction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/FileCache.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/FileCache.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/FileCache.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCExtensionDescriptor.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCExtensionDescriptor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCExtensionDescriptor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCExtensionModuleReader.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCExtensionModuleReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCExtensionModuleReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCExtensionModuleTransaction.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCExtensionModuleTransaction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCExtensionModuleTransaction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCExtensionModuleTransactionFactory.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCExtensionModuleTransactionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCExtensionModuleTransactionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCExtensionModuleTranslator.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCExtensionModuleTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCExtensionModuleTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCExtensionModuleUtil.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCExtensionModuleUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCExtensionModuleUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCExtensionModuleWriter.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCExtensionModuleWriter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCExtensionModuleWriter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCNames.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/extensionmodule/spi/jdbc/JDBCNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/id/dbid/DBIDController.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/id/dbid/DBIDController.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/id/dbid/DBIDController.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/id/dbid/DBIDGenerator.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/id/dbid/DBIDGenerator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/id/dbid/DBIDGenerator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/id/dbid/DBIDGeneratorException.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/id/dbid/DBIDGeneratorException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/id/dbid/DBIDGeneratorException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/id/dbid/ReservedIDBlock.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/id/dbid/ReservedIDBlock.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/id/dbid/ReservedIDBlock.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/DBIDSourceTransaction.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/DBIDSourceTransaction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/DBIDSourceTransaction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/InMemoryIDController.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/InMemoryIDController.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/InMemoryIDController.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/jdbc/DBIDResourceTransaction.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/jdbc/DBIDResourceTransaction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/jdbc/DBIDResourceTransaction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/jdbc/DBIDResourceTransactionFactory.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/jdbc/DBIDResourceTransactionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/jdbc/DBIDResourceTransactionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/jdbc/JDBCNames.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/jdbc/JDBCNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/jdbc/JDBCNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/jdbc/PersistentIDController.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/jdbc/PersistentIDController.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/id/dbid/spi/jdbc/PersistentIDController.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/JDBCPlatform.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/JDBCPlatform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/JDBCPlatform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/JDBCPlatformFactory.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/JDBCPlatformFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/JDBCPlatformFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/JDBCReservedWords.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/JDBCReservedWords.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/JDBCReservedWords.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/JDBCURL.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/JDBCURL.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/JDBCURL.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/db/DB2Platform.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/db/DB2Platform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/db/DB2Platform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/db/DerbyPlatform.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/db/DerbyPlatform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/db/DerbyPlatform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/db/InformixPlatform.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/db/InformixPlatform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/db/InformixPlatform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/db/MMOraclePlatform.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/db/MMOraclePlatform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/db/MMOraclePlatform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/db/MMOracleSecurePlatform.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/db/MMOracleSecurePlatform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/db/MMOracleSecurePlatform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/db/MSSQLPlatform.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/db/MSSQLPlatform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/db/MSSQLPlatform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/db/MetaMatrixPlatform.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/db/MetaMatrixPlatform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/db/MetaMatrixPlatform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/db/MySQLPlatform.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/db/MySQLPlatform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/db/MySQLPlatform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/db/OraclePlatform.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/db/OraclePlatform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/db/OraclePlatform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/db/PostgresPlatform.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/db/PostgresPlatform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/db/PostgresPlatform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/db/SybasePlatform.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/db/SybasePlatform.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/db/SybasePlatform.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Catalog.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Catalog.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Catalog.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Column.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Column.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Column.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/ColumnSet.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/ColumnSet.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/ColumnSet.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/ColumnType.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/ColumnType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/ColumnType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/ForeignKey.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/ForeignKey.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/ForeignKey.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Index.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Index.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Index.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/IndexColumn.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/IndexColumn.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/IndexColumn.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/IndexType.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/IndexType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/IndexType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/JDBCNamespace.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/JDBCNamespace.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/JDBCNamespace.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/JDBCObject.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/JDBCObject.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/JDBCObject.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Nullability.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Nullability.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Nullability.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Procedure.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Procedure.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Procedure.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/ProcedureColumn.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/ProcedureColumn.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/ProcedureColumn.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/ProcedureColumnType.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/ProcedureColumnType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/ProcedureColumnType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/ProcedureType.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/ProcedureType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/ProcedureType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Schema.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Schema.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Schema.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Table.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Table.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/Table.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/UniqueKey.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/UniqueKey.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/metadata/UniqueKey.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/syntax/ExpressionOperator.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/syntax/ExpressionOperator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/syntax/ExpressionOperator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/jdbc/syntax/FieldType.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/jdbc/syntax/FieldType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/jdbc/syntax/FieldType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/log/DbLogListener.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/log/DbLogListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/log/DbLogListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/log/DbLogWriter.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/log/DbLogWriter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/log/DbLogWriter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/log/DbWriterException.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/log/DbWriterException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/log/DbWriterException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/log/I18nLogManager.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/log/I18nLogManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/log/I18nLogManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/log/reader/DBLogReader.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/log/reader/DBLogReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/log/reader/DBLogReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/messaging/MessageBus.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/messaging/MessageBus.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/messaging/MessageBus.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/messaging/MessageBusConstants.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/messaging/MessageBusConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/messaging/MessageBusConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/messaging/MessagingException.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/messaging/MessagingException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/messaging/MessagingException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/messaging/NoOpMessageBus.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/messaging/NoOpMessageBus.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/messaging/NoOpMessageBus.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/messaging/RemoteMessagingException.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/messaging/RemoteMessagingException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/messaging/RemoteMessagingException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/messaging/VMMessageBus.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/messaging/VMMessageBus.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/messaging/VMMessageBus.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/messaging/jgroups/JGroupsMessageBus.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/messaging/jgroups/JGroupsMessageBus.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/messaging/jgroups/JGroupsMessageBus.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/messaging/jgroups/RPCStruct.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/messaging/jgroups/RPCStruct.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/messaging/jgroups/RPCStruct.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/messaging/jgroups/RemoteProxy.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/messaging/jgroups/RemoteProxy.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/messaging/jgroups/RemoteProxy.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/common/net/ServerSocketConfiguration.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/common/net/ServerSocketConfiguration.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/common/net/ServerSocketConfiguration.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/metadata/runtime/AbstractVDBDeleteUtility.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/metadata/runtime/AbstractVDBDeleteUtility.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/metadata/runtime/AbstractVDBDeleteUtility.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/metadata/runtime/RuntimeMetadataCatalog.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/metadata/runtime/RuntimeMetadataCatalog.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/metadata/runtime/RuntimeMetadataCatalog.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/metadata/runtime/RuntimeVDBDeleteUtility.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/metadata/runtime/RuntimeVDBDeleteUtility.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/metadata/runtime/RuntimeVDBDeleteUtility.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/metadata/runtime/StartupVDBDeleteUtility.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/metadata/runtime/StartupVDBDeleteUtility.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/metadata/runtime/StartupVDBDeleteUtility.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/metadata/runtime/VDBTreeUtility.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/metadata/runtime/VDBTreeUtility.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/metadata/runtime/VDBTreeUtility.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/metadata/runtime/event/RuntimeMetadataEvent.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/metadata/runtime/event/RuntimeMetadataEvent.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/metadata/runtime/event/RuntimeMetadataEvent.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/metadata/runtime/event/RuntimeMetadataListener.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/metadata/runtime/event/RuntimeMetadataListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/metadata/runtime/event/RuntimeMetadataListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/metadata/runtime/model/MetadataCache.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/metadata/runtime/model/MetadataCache.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/metadata/runtime/model/MetadataCache.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/metadata/runtime/model/UpdateController.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/metadata/runtime/model/UpdateController.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/metadata/runtime/model/UpdateController.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/MetaBaseConnector.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/MetaBaseConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/MetaBaseConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/RuntimeBaseConnector.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/RuntimeBaseConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/RuntimeBaseConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBCConnector.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBCConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBCConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBCConnectorFactory.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBCConnectorFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBCConnectorFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBCNames.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBCNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBCNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBCRuntimeMetadataReader.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBCRuntimeMetadataReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBCRuntimeMetadataReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBCRuntimeMetadataWriter.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBCRuntimeMetadataWriter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBCRuntimeMetadataWriter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBCTranslator.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBCTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/metadata/runtime/spi/jdbc/JDBCTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/metadata/runtime/vdb/defn/VDBCreation.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/metadata/runtime/vdb/defn/VDBCreation.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/metadata/runtime/vdb/defn/VDBCreation.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/metadata/runtime/vdb/defn/VDBDefnFactory.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/metadata/runtime/vdb/defn/VDBDefnFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/metadata/runtime/vdb/defn/VDBDefnFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/metadata/runtime/vdb/defn/VDBDefnImport.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/metadata/runtime/vdb/defn/VDBDefnImport.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/metadata/runtime/vdb/defn/VDBDefnImport.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/PlatformPlugin.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/PlatformPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/PlatformPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/admin/api/runtime/SystemStateBuilder.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/admin/api/runtime/SystemStateBuilder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/admin/api/runtime/SystemStateBuilder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/AdminAPIHelper.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/AdminAPIHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/AdminAPIHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/AdminHelper.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/AdminHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/AdminHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/AuthorizationAdminAPIImpl.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/AuthorizationAdminAPIImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/AuthorizationAdminAPIImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/ConfigurationAdminAPIImpl.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/ConfigurationAdminAPIImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/ConfigurationAdminAPIImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/ExtensionSourceAdminAPIImpl.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/ExtensionSourceAdminAPIImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/ExtensionSourceAdminAPIImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/IAdminHelper.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/IAdminHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/IAdminHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/MembershipAdminAPIImpl.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/MembershipAdminAPIImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/MembershipAdminAPIImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/RuntimeStateAdminAPIHelper.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/RuntimeStateAdminAPIHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/RuntimeStateAdminAPIHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/RuntimeStateAdminAPIImpl.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/RuntimeStateAdminAPIImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/RuntimeStateAdminAPIImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/SessionAdminAPIImpl.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/SessionAdminAPIImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/SessionAdminAPIImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/SubSystemAdminAPIImpl.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/SubSystemAdminAPIImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/admin/apiimpl/SubSystemAdminAPIImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/ConfigMessages.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/ConfigMessages.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/ConfigMessages.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/ConfigPlugin.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/ConfigPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/ConfigPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/ConfigurationChangeListener.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/ConfigurationChangeListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/ConfigurationChangeListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/api/service/ConfigurationServiceInterface.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/api/service/ConfigurationServiceInterface.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/api/service/ConfigurationServiceInterface.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/api/service/ConfigurationServicePropertyNames.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/api/service/ConfigurationServicePropertyNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/api/service/ConfigurationServicePropertyNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/event/ConfigurationChangeEvent.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/event/ConfigurationChangeEvent.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/event/ConfigurationChangeEvent.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/persistence/api/PersistentConnection.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/persistence/api/PersistentConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/persistence/api/PersistentConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/persistence/api/PersistentConnectionFactory.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/persistence/api/PersistentConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/persistence/api/PersistentConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/persistence/impl/file/FilePersistentConnection.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/persistence/impl/file/FilePersistentConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/persistence/impl/file/FilePersistentConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/persistence/impl/file/FilePersistentConnectionFactory.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/persistence/impl/file/FilePersistentConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/persistence/impl/file/FilePersistentConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/persistence/impl/file/FilePersistentUtil.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/persistence/impl/file/FilePersistentUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/persistence/impl/file/FilePersistentUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/persistence/impl/jdbc/JDBCPersistentConnection.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/persistence/impl/jdbc/JDBCPersistentConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/persistence/impl/jdbc/JDBCPersistentConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/persistence/impl/jdbc/JDBCPersistentConnectionFactory.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/persistence/impl/jdbc/JDBCPersistentConnectionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/persistence/impl/jdbc/JDBCPersistentConnectionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/persistence/impl/jdbc/SQL_Translator.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/persistence/impl/jdbc/SQL_Translator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/persistence/impl/jdbc/SQL_Translator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/service/ActionHistory.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/service/ActionHistory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/service/ActionHistory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/service/ConfigurationServiceConstants.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/service/ConfigurationServiceConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/service/ConfigurationServiceConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/service/ConfigurationServiceImpl.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/service/ConfigurationServiceImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/service/ConfigurationServiceImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/spi/ConfigurationTransaction.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/spi/ConfigurationTransaction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/spi/ConfigurationTransaction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/spi/SystemConfigurationNames.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/spi/SystemConfigurationNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/spi/SystemConfigurationNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/ConfigTransaction.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/ConfigTransaction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/ConfigTransaction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/ConfigTransactionException.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/ConfigTransactionException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/ConfigTransactionException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/ConfigUserTransaction.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/ConfigUserTransaction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/ConfigUserTransaction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/ConfigUserTransactionFactory.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/ConfigUserTransactionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/ConfigUserTransactionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLActionUpdateStrategy.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLActionUpdateStrategy.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLActionUpdateStrategy.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLConfigurationConnector.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLConfigurationConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLConfigurationConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLConfigurationConnectorFactory.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLConfigurationConnectorFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLConfigurationConnectorFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLConfigurationMgr.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLConfigurationMgr.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLConfigurationMgr.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLConfigurationReader.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLConfigurationReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLConfigurationReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLConfigurationTransaction.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLConfigurationTransaction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLConfigurationTransaction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLConfigurationWriter.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLConfigurationWriter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLConfigurationWriter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLCurrentConfigurationReader.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLCurrentConfigurationReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/config/spi/xml/XMLCurrentConfigurationReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/registry/ClusteredRegistryState.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/registry/ClusteredRegistryState.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/registry/ClusteredRegistryState.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/registry/RegistryListener.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/registry/RegistryListener.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/registry/RegistryListener.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/registry/RegistryPropertyNames.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/registry/RegistryPropertyNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/registry/RegistryPropertyNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/registry/ResourceAlreadyBoundException.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/registry/ResourceAlreadyBoundException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/registry/ResourceAlreadyBoundException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/registry/ResourceNotBoundException.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/registry/ResourceNotBoundException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/registry/ResourceNotBoundException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/registry/ServiceRegistryBinding.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/registry/ServiceRegistryBinding.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/registry/ServiceRegistryBinding.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/registry/VMMonitor.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/registry/VMMonitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/registry/VMMonitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/registry/VMRegistryBinding.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/registry/VMRegistryBinding.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/registry/VMRegistryBinding.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/api/UserEntitlementInfo.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/api/UserEntitlementInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/api/UserEntitlementInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/api/service/AuthorizationServiceInterface.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/api/service/AuthorizationServiceInterface.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/api/service/AuthorizationServiceInterface.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/api/service/AuthorizationServicePropertyNames.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/api/service/AuthorizationServicePropertyNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/api/service/AuthorizationServicePropertyNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/api/service/MembershipServiceInterface.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/api/service/MembershipServiceInterface.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/api/service/MembershipServiceInterface.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/api/service/SessionServiceInterface.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/api/service/SessionServiceInterface.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/api/service/SessionServiceInterface.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/api/service/SessionTerminationHandler.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/api/service/SessionTerminationHandler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/api/service/SessionTerminationHandler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/audit/AuditConfiguration.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/audit/AuditConfiguration.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/audit/AuditConfiguration.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/audit/AuditLevel.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/audit/AuditLevel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/audit/AuditLevel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/audit/AuditManager.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/audit/AuditManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/audit/AuditManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/audit/AuditMessage.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/audit/AuditMessage.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/audit/AuditMessage.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/audit/SecurityAuditContexts.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/audit/SecurityAuditContexts.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/audit/SecurityAuditContexts.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/audit/config/AuditConfigurationException.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/audit/config/AuditConfigurationException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/audit/config/AuditConfigurationException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/audit/config/AuditConfigurationFactory.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/audit/config/AuditConfigurationFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/audit/config/AuditConfigurationFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/audit/config/BasicAuditConfiguration.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/audit/config/BasicAuditConfiguration.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/audit/config/BasicAuditConfiguration.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/audit/config/CurrentConfigAuditConfigurationFactory.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/audit/config/CurrentConfigAuditConfigurationFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/audit/config/CurrentConfigAuditConfigurationFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/audit/config/UnmodifiableAuditConfiguration.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/audit/config/UnmodifiableAuditConfiguration.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/audit/config/UnmodifiableAuditConfiguration.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/audit/destination/AbstractAuditDestination.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/audit/destination/AbstractAuditDestination.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/audit/destination/AbstractAuditDestination.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/audit/destination/AuditDestination.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/audit/destination/AuditDestination.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/audit/destination/AuditDestination.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/audit/destination/AuditDestinationInitFailedException.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/audit/destination/AuditDestinationInitFailedException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/audit/destination/AuditDestinationInitFailedException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/audit/destination/ConsoleAuditDestination.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/audit/destination/ConsoleAuditDestination.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/audit/destination/ConsoleAuditDestination.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/audit/destination/DatabaseAuditDestination.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/audit/destination/DatabaseAuditDestination.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/audit/destination/DatabaseAuditDestination.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/audit/destination/SingleFileAuditDestination.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/audit/destination/SingleFileAuditDestination.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/audit/destination/SingleFileAuditDestination.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/audit/format/AuditMessageFormat.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/audit/format/AuditMessageFormat.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/audit/format/AuditMessageFormat.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/audit/format/DelimitedAuditMessageFormat.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/audit/format/DelimitedAuditMessageFormat.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/audit/format/DelimitedAuditMessageFormat.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/audit/format/ReadableAuditMessageFormat.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/audit/format/ReadableAuditMessageFormat.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/audit/format/ReadableAuditMessageFormat.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/authorization/cache/AuthorizationCache.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/authorization/cache/AuthorizationCache.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/authorization/cache/AuthorizationCache.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/authorization/service/AuthorizationServiceImpl.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/authorization/service/AuthorizationServiceImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/authorization/service/AuthorizationServiceImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/authorization/spi/AuthorizationSourceConnectionException.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/authorization/spi/AuthorizationSourceConnectionException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/authorization/spi/AuthorizationSourceConnectionException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/authorization/spi/AuthorizationSourceException.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/authorization/spi/AuthorizationSourceException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/authorization/spi/AuthorizationSourceException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/authorization/spi/AuthorizationSourceTransaction.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/authorization/spi/AuthorizationSourceTransaction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/authorization/spi/AuthorizationSourceTransaction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/authorization/spi/jdbc/JDBCAuthorizationReader.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/authorization/spi/jdbc/JDBCAuthorizationReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/authorization/spi/jdbc/JDBCAuthorizationReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/authorization/spi/jdbc/JDBCAuthorizationTransaction.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/authorization/spi/jdbc/JDBCAuthorizationTransaction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/authorization/spi/jdbc/JDBCAuthorizationTransaction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/authorization/spi/jdbc/JDBCAuthorizationTransactionFactory.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/authorization/spi/jdbc/JDBCAuthorizationTransactionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/authorization/spi/jdbc/JDBCAuthorizationTransactionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/authorization/spi/jdbc/JDBCNames.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/authorization/spi/jdbc/JDBCNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/authorization/spi/jdbc/JDBCNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/membership/service/AuthenticationToken.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/membership/service/AuthenticationToken.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/membership/service/AuthenticationToken.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/membership/service/FailedAuthenticationToken.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/membership/service/FailedAuthenticationToken.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/membership/service/FailedAuthenticationToken.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/membership/service/MembershipServiceImpl.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/membership/service/MembershipServiceImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/membership/service/MembershipServiceImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/membership/service/SuccessfulAuthenticationToken.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/membership/service/SuccessfulAuthenticationToken.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/membership/service/SuccessfulAuthenticationToken.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/membership/spi/MembershipDomain.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/membership/spi/MembershipDomain.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/membership/spi/MembershipDomain.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/membership/spi/MembershipSourceException.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/membership/spi/MembershipSourceException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/membership/spi/MembershipSourceException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/membership/spi/file/FileMembershipDomain.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/membership/spi/file/FileMembershipDomain.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/membership/spi/file/FileMembershipDomain.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/membership/spi/ldap/LDAPMembershipDomain.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/membership/spi/ldap/LDAPMembershipDomain.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/membership/spi/ldap/LDAPMembershipDomain.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/security/session/service/SessionServiceImpl.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/security/session/service/SessionServiceImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/security/session/service/SessionServiceImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/service/ServiceMessages.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/service/ServiceMessages.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/service/ServiceMessages.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/service/ServicePlugin.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/service/ServicePlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/service/ServicePlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/service/api/CacheAdmin.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/service/api/CacheAdmin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/service/api/CacheAdmin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/service/api/ServiceInterface.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/service/api/ServiceInterface.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/service/api/ServiceInterface.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/service/api/event/ServiceEvent.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/service/api/event/ServiceEvent.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/service/api/event/ServiceEvent.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/service/api/exception/ServiceClosedException.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/service/api/exception/ServiceClosedException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/service/api/exception/ServiceClosedException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/service/api/exception/ServiceException.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/service/api/exception/ServiceException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/service/api/exception/ServiceException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/service/api/exception/ServiceNotFoundException.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/service/api/exception/ServiceNotFoundException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/service/api/exception/ServiceNotFoundException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/service/api/exception/ServiceNotInitializedException.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/service/api/exception/ServiceNotInitializedException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/service/api/exception/ServiceNotInitializedException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/service/api/exception/ServiceStateException.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/service/api/exception/ServiceStateException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/service/api/exception/ServiceStateException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/service/api/exception/ServiceSuspendedException.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/service/api/exception/ServiceSuspendedException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/service/api/exception/ServiceSuspendedException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/service/controller/AbstractService.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/service/controller/AbstractService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/service/controller/AbstractService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/service/controller/ServicePropertyNames.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/service/controller/ServicePropertyNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/service/controller/ServicePropertyNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/service/proxy/MultipleInvokationProxy.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/service/proxy/MultipleInvokationProxy.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/service/proxy/MultipleInvokationProxy.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/service/proxy/ProxyManager.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/service/proxy/ProxyManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/service/proxy/ProxyManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/service/proxy/RandomSelectionPolicy.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/service/proxy/RandomSelectionPolicy.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/service/proxy/RandomSelectionPolicy.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/service/proxy/RoundRobinSelectionPolicy.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/service/proxy/RoundRobinSelectionPolicy.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/service/proxy/RoundRobinSelectionPolicy.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/service/proxy/ServiceProxy.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/service/proxy/ServiceProxy.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/service/proxy/ServiceProxy.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/service/proxy/ServiceProxyProperties.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/service/proxy/ServiceProxyProperties.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/service/proxy/ServiceProxyProperties.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/service/proxy/ServiceSelectionPolicy.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/service/proxy/ServiceSelectionPolicy.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/service/proxy/ServiceSelectionPolicy.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/service/proxy/ServiceSelectionPolicyKey.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/service/proxy/ServiceSelectionPolicyKey.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/service/proxy/ServiceSelectionPolicyKey.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/service/proxy/SingleInvokationProxy.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/service/proxy/SingleInvokationProxy.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/service/proxy/SingleInvokationProxy.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/util/ErrorMessageKeys.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/util/ErrorMessageKeys.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/util/ErrorMessageKeys.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/util/LogMessageKeys.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/util/LogMessageKeys.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/util/LogMessageKeys.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/util/LogPlatformConstants.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/util/LogPlatformConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/util/LogPlatformConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/util/PlatformProxyHelper.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/util/PlatformProxyHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/util/PlatformProxyHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/vm/api/controller/VMControllerInterface.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/vm/api/controller/VMControllerInterface.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/vm/api/controller/VMControllerInterface.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/vm/controller/ServerEvents.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/vm/controller/ServerEvents.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/vm/controller/ServerEvents.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/vm/controller/VMController.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/vm/controller/VMController.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/vm/controller/VMController.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/platform/vm/util/VMUtils.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/platform/vm/util/VMUtils.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/platform/vm/util/VMUtils.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/CacheProvider.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/CacheProvider.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/CacheProvider.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/ChannelProvider.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/ChannelProvider.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/ChannelProvider.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/Configuration.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/Configuration.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/Configuration.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/HostController.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/HostController.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/HostController.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/HostControllerGuiceModule.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/HostControllerGuiceModule.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/HostControllerGuiceModule.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/HostManagement.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/HostManagement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/HostManagement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/HostManagementProvider.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/HostManagementProvider.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/HostManagementProvider.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/JGroupsProvider.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/JGroupsProvider.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/JGroupsProvider.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/LogApplicationInfo.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/LogApplicationInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/LogApplicationInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/Main.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/Main.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/Main.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/ResourceFinder.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/ResourceFinder.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/ResourceFinder.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/ServerGuiceModule.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/ServerGuiceModule.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/ServerGuiceModule.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/ServerPlugin.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/ServerPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/ServerPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/ServiceManager.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/ServiceManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/ServiceManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/ServiceManagerGuiceModule.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/ServiceManagerGuiceModule.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/ServiceManagerGuiceModule.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/admin/api/ServerAdminLogConstants.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/admin/api/ServerAdminLogConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/admin/api/ServerAdminLogConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/admin/apiimpl/QueryAdminAPIImpl.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/admin/apiimpl/QueryAdminAPIImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/admin/apiimpl/QueryAdminAPIImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/admin/apiimpl/RuntimeMetadataAdminAPIImpl.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/admin/apiimpl/RuntimeMetadataAdminAPIImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/admin/apiimpl/RuntimeMetadataAdminAPIImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/admin/apiimpl/RuntimeMetadataHelper.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/admin/apiimpl/RuntimeMetadataHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/admin/apiimpl/RuntimeMetadataHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/admin/apiimpl/TransactionAdminAPIImpl.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/admin/apiimpl/TransactionAdminAPIImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/admin/apiimpl/TransactionAdminAPIImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/connector/service/ClientServiceRegistryService.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/connector/service/ClientServiceRegistryService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/connector/service/ClientServiceRegistryService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/connector/service/ConnectorService.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/connector/service/ConnectorService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/connector/service/ConnectorService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/connector/service/ConnectorServiceInterface.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/connector/service/ConnectorServiceInterface.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/connector/service/ConnectorServiceInterface.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/connector/service/ConnectorServicePropertyNames.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/connector/service/ConnectorServicePropertyNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/connector/service/ConnectorServicePropertyNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/dqp/config/PlatformConfigSource.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/dqp/config/PlatformConfigSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/dqp/config/PlatformConfigSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformAuthorizationService.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformAuthorizationService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformAuthorizationService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformBufferService.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformBufferService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformBufferService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformDataService.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformDataService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformDataService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformTransactionService.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformTransactionService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformTransactionService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformVDBService.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformVDBService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/dqp/service/PlatformVDBService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/dqp/service/RemoteResultsReceiver.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/dqp/service/RemoteResultsReceiver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/dqp/service/RemoteResultsReceiver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/dqp/service/tracker/DatabaseCommandLogger.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/dqp/service/tracker/DatabaseCommandLogger.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/dqp/service/tracker/DatabaseCommandLogger.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/dqp/service/tracker/TransactionLogMessage.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/dqp/service/tracker/TransactionLogMessage.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/dqp/service/tracker/TransactionLogMessage.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/dqp/service/tracker/TransactionLogWriter.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/dqp/service/tracker/TransactionLogWriter.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/dqp/service/tracker/TransactionLogWriter.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/query/service/QueryService.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/query/service/QueryService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/query/service/QueryService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/query/service/QueryServiceInterface.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/query/service/QueryServiceInterface.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/query/service/QueryServiceInterface.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/query/service/QueryServicePropertyNames.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/query/service/QueryServicePropertyNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/query/service/QueryServicePropertyNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/util/DataServerSessionTerminationHandler.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/util/DataServerSessionTerminationHandler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/util/DataServerSessionTerminationHandler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/util/ErrorMessageKeys.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/util/ErrorMessageKeys.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/util/ErrorMessageKeys.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/util/LogConstants.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/util/LogConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/util/LogConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/util/LogMessageKeys.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/util/LogMessageKeys.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/util/LogMessageKeys.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/util/SecurityRoles.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/util/SecurityRoles.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/util/SecurityRoles.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/util/ServerAuditContexts.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/util/ServerAuditContexts.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/util/ServerAuditContexts.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/java/com/metamatrix/server/util/ServerPropertyNames.java
===================================================================
--- trunk/server/src/main/java/com/metamatrix/server/util/ServerPropertyNames.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/java/com/metamatrix/server/util/ServerPropertyNames.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/resources/com/metamatrix/admin/server/i18n.properties
===================================================================
--- trunk/server/src/main/resources/com/metamatrix/admin/server/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/resources/com/metamatrix/admin/server/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/resources/com/metamatrix/admin/util/methodroles.properties
===================================================================
--- trunk/server/src/main/resources/com/metamatrix/admin/util/methodroles.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/resources/com/metamatrix/admin/util/methodroles.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/resources/com/metamatrix/platform/config/i18n.properties
===================================================================
--- trunk/server/src/main/resources/com/metamatrix/platform/config/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/resources/com/metamatrix/platform/config/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/resources/com/metamatrix/platform/i18n.properties
===================================================================
--- trunk/server/src/main/resources/com/metamatrix/platform/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/resources/com/metamatrix/platform/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/resources/com/metamatrix/platform/service/i18n.properties
===================================================================
--- trunk/server/src/main/resources/com/metamatrix/platform/service/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/resources/com/metamatrix/platform/service/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/main/resources/com/metamatrix/server/i18n.properties
===================================================================
--- trunk/server/src/main/resources/com/metamatrix/server/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/main/resources/com/metamatrix/server/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/admin/server/FakeCacheAdmin.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/admin/server/FakeCacheAdmin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/admin/server/FakeCacheAdmin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/admin/server/FakeConfiguration.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/admin/server/FakeConfiguration.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/admin/server/FakeConfiguration.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/admin/server/FakeConfigurationService.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/admin/server/FakeConfigurationService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/admin/server/FakeConfigurationService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/admin/server/FakeExtensionModuleManager.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/admin/server/FakeExtensionModuleManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/admin/server/FakeExtensionModuleManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/admin/server/FakeQueryService.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/admin/server/FakeQueryService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/admin/server/FakeQueryService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/admin/server/FakeRuntimeMetadataCatalog.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/admin/server/FakeRuntimeMetadataCatalog.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/admin/server/FakeRuntimeMetadataCatalog.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/admin/server/FakeRuntimeStateAdminAPIHelper.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/admin/server/FakeRuntimeStateAdminAPIHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/admin/server/FakeRuntimeStateAdminAPIHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/admin/server/FakeServerAdminImpl.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/admin/server/FakeServerAdminImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/admin/server/FakeServerAdminImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/admin/server/FakeServerConfigAdminImpl.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/admin/server/FakeServerConfigAdminImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/admin/server/FakeServerConfigAdminImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/admin/server/FakeServerSessionService.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/admin/server/FakeServerSessionService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/admin/server/FakeServerSessionService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/admin/server/IdentifierConstants.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/admin/server/IdentifierConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/admin/server/IdentifierConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/admin/server/TestAbstractAdminImpl.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/admin/server/TestAbstractAdminImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/admin/server/TestAbstractAdminImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/admin/server/TestServerConfigAdminImpl.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/admin/server/TestServerConfigAdminImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/admin/server/TestServerConfigAdminImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/admin/server/TestServerMonitoringAdminImpl.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/admin/server/TestServerMonitoringAdminImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/admin/server/TestServerMonitoringAdminImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/admin/server/TestServerRuntimeStateAdminImpl.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/admin/server/TestServerRuntimeStateAdminImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/admin/server/TestServerRuntimeStateAdminImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/admin/util/TestAdminMethodRoleResolver.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/admin/util/TestAdminMethodRoleResolver.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/admin/util/TestAdminMethodRoleResolver.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/common/comm/platform/FakeAdminHelper.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/common/comm/platform/FakeAdminHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/common/comm/platform/FakeAdminHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/common/comm/platform/server/TestAdminAuthInterceptor.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/common/comm/platform/server/TestAdminAuthInterceptor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/common/comm/platform/server/TestAdminAuthInterceptor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/common/comm/platform/socket/server/TestSocketRemoting.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/common/comm/platform/socket/server/TestSocketRemoting.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/common/comm/platform/socket/server/TestSocketRemoting.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/common/connection/SimpleJDBCManagedConnection.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/common/connection/SimpleJDBCManagedConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/common/connection/SimpleJDBCManagedConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/common/extensionmodule/ExtensionModuleDescriptorUtils.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/common/extensionmodule/ExtensionModuleDescriptorUtils.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/common/extensionmodule/ExtensionModuleDescriptorUtils.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/common/extensionmodule/FakeData.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/common/extensionmodule/FakeData.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/common/extensionmodule/FakeData.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/common/extensionmodule/TestExtensionModuleManager.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/common/extensionmodule/TestExtensionModuleManager.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/common/extensionmodule/TestExtensionModuleManager.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/common/extensionmodule/spi/InMemoryExtensionModuleTransaction.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/common/extensionmodule/spi/InMemoryExtensionModuleTransaction.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/common/extensionmodule/spi/InMemoryExtensionModuleTransaction.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/common/extensionmodule/spi/InMemoryExtensionModuleTransactionFactory.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/common/extensionmodule/spi/InMemoryExtensionModuleTransactionFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/common/extensionmodule/spi/InMemoryExtensionModuleTransactionFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/common/extensionmodule/spi/jdbc/TestFileCache.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/common/extensionmodule/spi/jdbc/TestFileCache.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/common/extensionmodule/spi/jdbc/TestFileCache.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/common/jdbc/TestJDBCURL.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/common/jdbc/TestJDBCURL.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/common/jdbc/TestJDBCURL.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/metadata/runtime/model/TestMetadataCache.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/metadata/runtime/model/TestMetadataCache.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/metadata/runtime/model/TestMetadataCache.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/config/BaseTest.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/config/BaseTest.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/config/BaseTest.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/config/CurrentConfigHelper.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/config/CurrentConfigHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/config/CurrentConfigHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/HelperTestConfiguration.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/HelperTestConfiguration.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/HelperTestConfiguration.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestConfigTransactions.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestConfigTransactions.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestConfigTransactions.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestCurrentConfiguration.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestCurrentConfiguration.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestCurrentConfiguration.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestCurrentConfigurationShutdown.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestCurrentConfigurationShutdown.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestCurrentConfigurationShutdown.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestInitialConfigurationRead.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestInitialConfigurationRead.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestInitialConfigurationRead.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestXMLConfigImportExport.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestXMLConfigImportExport.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestXMLConfigImportExport.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestXMLConfigReader.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestXMLConfigReader.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/config/spi/xml/TestXMLConfigReader.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/registry/FakeRegistryUtil.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/registry/FakeRegistryUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/registry/FakeRegistryUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/registry/TestClusteredRegistryState.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/registry/TestClusteredRegistryState.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/registry/TestClusteredRegistryState.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/registry/TestServiceRegistryBinding.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/registry/TestServiceRegistryBinding.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/registry/TestServiceRegistryBinding.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/security/api/TestAuthorizationCache.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/security/api/TestAuthorizationCache.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/security/api/TestAuthorizationCache.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/security/api/TestAuthorizationObjectEditor.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/security/api/TestAuthorizationObjectEditor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/security/api/TestAuthorizationObjectEditor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/security/api/TestAuthorizationPolicyFactory.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/security/api/TestAuthorizationPolicyFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/security/api/TestAuthorizationPolicyFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/security/api/TestAuthorizationPolicyID.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/security/api/TestAuthorizationPolicyID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/security/api/TestAuthorizationPolicyID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/security/api/TestAuthorizationRealm.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/security/api/TestAuthorizationRealm.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/security/api/TestAuthorizationRealm.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/security/api/TestBasicAuthorizationPermission.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/security/api/TestBasicAuthorizationPermission.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/security/api/TestBasicAuthorizationPermission.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/security/api/TestStandardAuthorizationActions.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/security/api/TestStandardAuthorizationActions.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/security/api/TestStandardAuthorizationActions.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/security/authorization/service/TestAuthorizationServiceImpl.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/security/authorization/service/TestAuthorizationServiceImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/security/authorization/service/TestAuthorizationServiceImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/security/authorization/spi/AuthorizationTestUtil.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/security/authorization/spi/AuthorizationTestUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/security/authorization/spi/AuthorizationTestUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/security/authorization/spi/FakeAuthorizationSource.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/security/authorization/spi/FakeAuthorizationSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/security/authorization/spi/FakeAuthorizationSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/security/authorization/spi/TestFakeAuthorizationSource.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/security/authorization/spi/TestFakeAuthorizationSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/security/authorization/spi/TestFakeAuthorizationSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/security/membership/service/TestMembershipServiceImpl.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/security/membership/service/TestMembershipServiceImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/security/membership/service/TestMembershipServiceImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/security/membership/spi/file/TestFileMembershipDomain.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/security/membership/spi/file/TestFileMembershipDomain.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/security/membership/spi/file/TestFileMembershipDomain.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/security/membership/spi/ldap/TestLDAPMembershipDomainConfiguration.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/security/membership/spi/ldap/TestLDAPMembershipDomainConfiguration.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/security/membership/spi/ldap/TestLDAPMembershipDomainConfiguration.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/service/controller/FakeService.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/service/controller/FakeService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/service/controller/FakeService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/service/controller/FakeServiceInterface.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/service/controller/FakeServiceInterface.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/service/controller/FakeServiceInterface.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/platform/service/proxy/TestProxies.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/platform/service/proxy/TestProxies.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/platform/service/proxy/TestProxies.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/server/admin/apiimpl/FakeModelInfo.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/server/admin/apiimpl/FakeModelInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/server/admin/apiimpl/FakeModelInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/java/com/metamatrix/server/admin/apiimpl/TestRuntimeMetadataHelper.java
===================================================================
--- trunk/server/src/test/java/com/metamatrix/server/admin/apiimpl/TestRuntimeMetadataHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/java/com/metamatrix/server/admin/apiimpl/TestRuntimeMetadataHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/resources/com/metamatrix/platform/security/membership/spi/file/groups.properties
===================================================================
--- trunk/server/src/test/resources/com/metamatrix/platform/security/membership/spi/file/groups.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/resources/com/metamatrix/platform/security/membership/spi/file/groups.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/resources/com/metamatrix/platform/security/membership/spi/file/users.properties
===================================================================
--- trunk/server/src/test/resources/com/metamatrix/platform/security/membership/spi/file/users.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/resources/com/metamatrix/platform/security/membership/spi/file/users.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/resources/config/config.xml
===================================================================
--- trunk/server/src/test/resources/config/config.xml	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/resources/config/config.xml	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.	
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.	
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/resources/config/config30_ns.xml
===================================================================
--- trunk/server/src/test/resources/config/config30_ns.xml	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/resources/config/config30_ns.xml	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.	
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.	
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/resources/config/config42_ns.xml
===================================================================
--- trunk/server/src/test/resources/config/config42_ns.xml	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/resources/config/config42_ns.xml	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.	
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.	
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/resources/config/config_format.xml
===================================================================
--- trunk/server/src/test/resources/config/config_format.xml	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/resources/config/config_format.xml	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.	
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.	
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/resources/config/config_wconnector.xml
===================================================================
--- trunk/server/src/test/resources/config/config_wconnector.xml	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/resources/config/config_wconnector.xml	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/resources/config/config_wgateaconnector.xml
===================================================================
--- trunk/server/src/test/resources/config/config_wgateaconnector.xml	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/resources/config/config_wgateaconnector.xml	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.	
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.	
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/resources/config/config_woresources.xml
===================================================================
--- trunk/server/src/test/resources/config/config_woresources.xml	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/resources/config/config_woresources.xml	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/resources/config/configjdbc.properties
===================================================================
--- trunk/server/src/test/resources/config/configjdbc.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/resources/config/configjdbc.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/resources/groups.properties
===================================================================
--- trunk/server/src/test/resources/groups.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/resources/groups.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/resources/materializedView/expected/MySQL_1_Connection.properties
===================================================================
--- trunk/server/src/test/resources/materializedView/expected/MySQL_1_Connection.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/resources/materializedView/expected/MySQL_1_Connection.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/resources/materializedView/expected/PartsSupplier_3_Connection.properties
===================================================================
--- trunk/server/src/test/resources/materializedView/expected/PartsSupplier_3_Connection.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/resources/materializedView/expected/PartsSupplier_3_Connection.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/resources/materializedView/expected/RiggaMaRoll_33_Connection.properties
===================================================================
--- trunk/server/src/test/resources/materializedView/expected/RiggaMaRoll_33_Connection.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/resources/materializedView/expected/RiggaMaRoll_33_Connection.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/resources/materializedView/expected/TestConnPropsVDB_1_Connection.properties
===================================================================
--- trunk/server/src/test/resources/materializedView/expected/TestConnPropsVDB_1_Connection.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/resources/materializedView/expected/TestConnPropsVDB_1_Connection.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/resources/materializedView/expected/TestSSLConnPropsVDB_1_Connection.properties
===================================================================
--- trunk/server/src/test/resources/materializedView/expected/TestSSLConnPropsVDB_1_Connection.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/resources/materializedView/expected/TestSSLConnPropsVDB_1_Connection.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/resources/metamatrix.properties
===================================================================
--- trunk/server/src/test/resources/metamatrix.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/resources/metamatrix.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/server/src/test/resources/users.properties
===================================================================
--- trunk/server/src/test/resources/users.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server/src/test/resources/users.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/server-installer/src/main/java/com/metamatrix/platform/config/util/CurrentConfigHelper.java
===================================================================
--- trunk/server-installer/src/main/java/com/metamatrix/platform/config/util/CurrentConfigHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/server-installer/src/main/java/com/metamatrix/platform/config/util/CurrentConfigHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/dqp/client/impl/ServerRequest.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/dqp/client/impl/ServerRequest.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/dqp/client/impl/ServerRequest.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/SOAPPlugin.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/SOAPPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/SOAPPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/exceptions/SOAPProcessingException.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/exceptions/SOAPProcessingException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/exceptions/SOAPProcessingException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/handler/ActionUpdateHandler.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/handler/ActionUpdateHandler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/handler/ActionUpdateHandler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/handler/PWCBHandler.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/handler/PWCBHandler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/handler/PWCBHandler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/log/MMSOAPLog.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/log/MMSOAPLog.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/log/MMSOAPLog.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/object/MMServerInfo.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/object/MMServerInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/object/MMServerInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/object/WSDLUrl.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/object/WSDLUrl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/object/WSDLUrl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/security/Credential.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/security/Credential.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/security/Credential.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/service/BasicConnectionPoolFactory.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/service/BasicConnectionPoolFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/service/BasicConnectionPoolFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/service/ConnectionPoolFactory.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/service/ConnectionPoolFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/service/ConnectionPoolFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/service/ConnectionSource.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/service/ConnectionSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/service/ConnectionSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/service/DataServiceInfo.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/service/DataServiceInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/service/DataServiceInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/service/DataServiceWebServiceImpl.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/service/DataServiceWebServiceImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/service/DataServiceWebServiceImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/service/PoolingConnectionSource.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/service/PoolingConnectionSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/service/PoolingConnectionSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/servlet/MMDiscoverWSDLServlet.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/servlet/MMDiscoverWSDLServlet.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/servlet/MMDiscoverWSDLServlet.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/servlet/MMGetVDBResourceLog.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/servlet/MMGetVDBResourceLog.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/servlet/MMGetVDBResourceLog.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/servlet/MMGetVDBResourcePlatformLog.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/servlet/MMGetVDBResourcePlatformLog.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/servlet/MMGetVDBResourcePlatformLog.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/servlet/MMGetVDBResourceServlet.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/servlet/MMGetVDBResourceServlet.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/servlet/MMGetVDBResourceServlet.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/servlet/MMGetWSDLServlet.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/servlet/MMGetWSDLServlet.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/servlet/MMGetWSDLServlet.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/servlet/WSDLURLGenerator.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/servlet/WSDLURLGenerator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/servlet/WSDLURLGenerator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/servlet/filter/BasicAuthInterceptor.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/servlet/filter/BasicAuthInterceptor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/servlet/filter/BasicAuthInterceptor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/handler/PWCBHandler.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/handler/PWCBHandler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/handler/PWCBHandler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/Cell.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/Cell.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/Cell.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/ColumnMetadata.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/ColumnMetadata.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/ColumnMetadata.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/Connection.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/Connection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/Connection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/ConnectionContextualRequest.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/ConnectionContextualRequest.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/ConnectionContextualRequest.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/ConnectionlessRequest.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/ConnectionlessRequest.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/ConnectionlessRequest.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/CursorType.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/CursorType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/CursorType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/Data.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/Data.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/Data.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/LogInParameters.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/LogInParameters.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/LogInParameters.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/Property.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/Property.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/Property.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/RequestId.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/RequestId.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/RequestId.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/RequestInfo.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/RequestInfo.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/RequestInfo.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/RequestType.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/RequestType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/RequestType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/Results.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/Results.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/Results.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/ResultsRequest.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/ResultsRequest.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/ResultsRequest.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/Row.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/Row.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/Row.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/SqlQueryWebServiceFault.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/SqlQueryWebServiceFault.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/SqlQueryWebServiceFault.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/SqlWarning.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/SqlWarning.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/SqlWarning.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/TransactionAutoWrapType.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/TransactionAutoWrapType.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/helper/TransactionAutoWrapType.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/log/LogUtil.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/log/LogUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/log/LogUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/service/SqlQueryWebService.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/service/SqlQueryWebService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/service/SqlQueryWebService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/service/SqlQueryWebServiceFault.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/service/SqlQueryWebServiceFault.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/sqlquerywebservice/service/SqlQueryWebServiceFault.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/util/EndpointUriTranslatorStrategyImpl.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/util/EndpointUriTranslatorStrategyImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/util/EndpointUriTranslatorStrategyImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/util/EndpointUrlConstants.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/util/EndpointUrlConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/util/EndpointUrlConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/util/ErrorMessageKeys.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/util/ErrorMessageKeys.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/util/ErrorMessageKeys.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/util/SOAPConstants.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/util/SOAPConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/util/SOAPConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/util/ServletClientConstants.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/util/ServletClientConstants.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/util/ServletClientConstants.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/util/WebServiceUtil.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/util/WebServiceUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/util/WebServiceUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/util/XMLTranslationException.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/util/XMLTranslationException.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/util/XMLTranslationException.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/java/com/metamatrix/soap/util/XMLTranslator.java
===================================================================
--- trunk/soap/src/main/java/com/metamatrix/soap/util/XMLTranslator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/java/com/metamatrix/soap/util/XMLTranslator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/main/resources/com/metamatrix/soap/i18n.properties
===================================================================
--- trunk/soap/src/main/resources/com/metamatrix/soap/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/main/resources/com/metamatrix/soap/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/test/java/com/metamatrix/soap/handler/TestActionUpdateHandler.java
===================================================================
--- trunk/soap/src/test/java/com/metamatrix/soap/handler/TestActionUpdateHandler.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/test/java/com/metamatrix/soap/handler/TestActionUpdateHandler.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/test/java/com/metamatrix/soap/service/TestBasicConnectionPoolFactory.java
===================================================================
--- trunk/soap/src/test/java/com/metamatrix/soap/service/TestBasicConnectionPoolFactory.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/test/java/com/metamatrix/soap/service/TestBasicConnectionPoolFactory.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/test/java/com/metamatrix/soap/service/TestDataServiceWebServiceImpl.java
===================================================================
--- trunk/soap/src/test/java/com/metamatrix/soap/service/TestDataServiceWebServiceImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/test/java/com/metamatrix/soap/service/TestDataServiceWebServiceImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/test/java/com/metamatrix/soap/service/TestPoolingConnectionSource.java
===================================================================
--- trunk/soap/src/test/java/com/metamatrix/soap/service/TestPoolingConnectionSource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/test/java/com/metamatrix/soap/service/TestPoolingConnectionSource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/test/java/com/metamatrix/soap/servlet/TestMMGetVDBResourceServlet.java
===================================================================
--- trunk/soap/src/test/java/com/metamatrix/soap/servlet/TestMMGetVDBResourceServlet.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/test/java/com/metamatrix/soap/servlet/TestMMGetVDBResourceServlet.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/test/java/com/metamatrix/soap/servlet/TestMMGetWSDLServlet.java
===================================================================
--- trunk/soap/src/test/java/com/metamatrix/soap/servlet/TestMMGetWSDLServlet.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/test/java/com/metamatrix/soap/servlet/TestMMGetWSDLServlet.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/test/java/com/metamatrix/soap/sqlquerywebservice/TestSqlQueryWebService.java
===================================================================
--- trunk/soap/src/test/java/com/metamatrix/soap/sqlquerywebservice/TestSqlQueryWebService.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/test/java/com/metamatrix/soap/sqlquerywebservice/TestSqlQueryWebService.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/test/java/com/metamatrix/soap/util/TestEndpointUrlTranslatorStrategyImpl.java
===================================================================
--- trunk/soap/src/test/java/com/metamatrix/soap/util/TestEndpointUrlTranslatorStrategyImpl.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/test/java/com/metamatrix/soap/util/TestEndpointUrlTranslatorStrategyImpl.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/soap/src/test/java/com/metamatrix/soap/util/TestWebServiceUtil.java
===================================================================
--- trunk/soap/src/test/java/com/metamatrix/soap/util/TestWebServiceUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/soap/src/test/java/com/metamatrix/soap/util/TestWebServiceUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/java/com/metamatrix/cdk/TestConnectorShell.java
===================================================================
--- trunk/test-integration/src/test/java/com/metamatrix/cdk/TestConnectorShell.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/java/com/metamatrix/cdk/TestConnectorShell.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/java/com/metamatrix/cdk/TestLoopbackConnector.java
===================================================================
--- trunk/test-integration/src/test/java/com/metamatrix/cdk/TestLoopbackConnector.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/java/com/metamatrix/cdk/TestLoopbackConnector.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/java/com/metamatrix/cdk/api/TestConnectorResultUtility.java
===================================================================
--- trunk/test-integration/src/test/java/com/metamatrix/cdk/api/TestConnectorResultUtility.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/java/com/metamatrix/cdk/api/TestConnectorResultUtility.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/java/com/metamatrix/cdk/api/TestTranslationUtility.java
===================================================================
--- trunk/test-integration/src/test/java/com/metamatrix/cdk/api/TestTranslationUtility.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/java/com/metamatrix/cdk/api/TestTranslationUtility.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/extension/TestSQLConversionVisitor.java
===================================================================
--- trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/extension/TestSQLConversionVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/extension/TestSQLConversionVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/oracle/TestOracleSQLConversionVisitor.java
===================================================================
--- trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/oracle/TestOracleSQLConversionVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/oracle/TestOracleSQLConversionVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/util/TestJDBCExecutionHelper.java
===================================================================
--- trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/util/TestJDBCExecutionHelper.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/java/com/metamatrix/connector/jdbc/util/TestJDBCExecutionHelper.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/java/com/metamatrix/data/language/TestLanguageUtil.java
===================================================================
--- trunk/test-integration/src/test/java/com/metamatrix/data/language/TestLanguageUtil.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/java/com/metamatrix/data/language/TestLanguageUtil.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtime/TestElement.java
===================================================================
--- trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtime/TestElement.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtime/TestElement.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtime/TestGroup.java
===================================================================
--- trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtime/TestGroup.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtime/TestGroup.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtime/TestMetadataID.java
===================================================================
--- trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtime/TestMetadataID.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtime/TestMetadataID.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtime/TestParams.java
===================================================================
--- trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtime/TestParams.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtime/TestParams.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtime/TestProcedure.java
===================================================================
--- trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtime/TestProcedure.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/java/com/metamatrix/data/metadata/runtime/TestProcedure.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/java/com/metamatrix/data/visitor/util/TestCollectorVisitor.java
===================================================================
--- trunk/test-integration/src/test/java/com/metamatrix/data/visitor/util/TestCollectorVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/java/com/metamatrix/data/visitor/util/TestCollectorVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/java/com/metamatrix/data/visitor/util/TestSQLStringVisitor.java
===================================================================
--- trunk/test-integration/src/test/java/com/metamatrix/data/visitor/util/TestSQLStringVisitor.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/java/com/metamatrix/data/visitor/util/TestSQLStringVisitor.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/java/com/metamatrix/jdbc/TestCase3473.java
===================================================================
--- trunk/test-integration/src/test/java/com/metamatrix/jdbc/TestCase3473.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/java/com/metamatrix/jdbc/TestCase3473.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/java/com/metamatrix/jdbc/TestMMDatabaseMetaData.java
===================================================================
--- trunk/test-integration/src/test/java/com/metamatrix/jdbc/TestMMDatabaseMetaData.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/java/com/metamatrix/jdbc/TestMMDatabaseMetaData.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/java/com/metamatrix/server/integration/BaseQueryTest.java
===================================================================
--- trunk/test-integration/src/test/java/com/metamatrix/server/integration/BaseQueryTest.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/java/com/metamatrix/server/integration/BaseQueryTest.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/java/com/metamatrix/server/integration/TestTPCR.java
===================================================================
--- trunk/test-integration/src/test/java/com/metamatrix/server/integration/TestTPCR.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/java/com/metamatrix/server/integration/TestTPCR.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/java/com/metamatrix/server/integration/TestXMLTypeTranslations.java
===================================================================
--- trunk/test-integration/src/test/java/com/metamatrix/server/integration/TestXMLTypeTranslations.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/java/com/metamatrix/server/integration/TestXMLTypeTranslations.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/java/com/metamatrix/server/integration/TestXQueryServices.java
===================================================================
--- trunk/test-integration/src/test/java/com/metamatrix/server/integration/TestXQueryServices.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/java/com/metamatrix/server/integration/TestXQueryServices.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestPartsDatabaseMetadata.java
===================================================================
--- trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestPartsDatabaseMetadata.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestPartsDatabaseMetadata.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestResultSetMetadata.java
===================================================================
--- trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestResultSetMetadata.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestResultSetMetadata.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestSystemPhysicalModel.java
===================================================================
--- trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestSystemPhysicalModel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestSystemPhysicalModel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestSystemPhysicalModelSelf.java
===================================================================
--- trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestSystemPhysicalModelSelf.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestSystemPhysicalModelSelf.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestSystemVirtualModel.java
===================================================================
--- trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestSystemVirtualModel.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestSystemVirtualModel.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestVirtualDocWithVirtualProc.java
===================================================================
--- trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestVirtualDocWithVirtualProc.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/java/com/metamatrix/systemmodel/TestVirtualDocWithVirtualProc.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/resources/3473/3473.properties
===================================================================
--- trunk/test-integration/src/test/resources/3473/3473.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/resources/3473/3473.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/resources/ServerConfig.xml
===================================================================
--- trunk/test-integration/src/test/resources/ServerConfig.xml	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/resources/ServerConfig.xml	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.	
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.	
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/resources/bqt/bqt.properties
===================================================================
--- trunk/test-integration/src/test/resources/bqt/bqt.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/resources/bqt/bqt.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/resources/connector.properties
===================================================================
--- trunk/test-integration/src/test/resources/connector.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/resources/connector.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/resources/dqp/ServerConfig.xml
===================================================================
--- trunk/test-integration/src/test/resources/dqp/ServerConfig.xml	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/resources/dqp/ServerConfig.xml	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.	
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.	
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/resources/dqp/dqp.properties
===================================================================
--- trunk/test-integration/src/test/resources/dqp/dqp.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/resources/dqp/dqp.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/resources/metadata/dqp.properties
===================================================================
--- trunk/test-integration/src/test/resources/metadata/dqp.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/resources/metadata/dqp.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/resources/partssupplier/dqp.properties
===================================================================
--- trunk/test-integration/src/test/resources/partssupplier/dqp.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/resources/partssupplier/dqp.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/test-integration/src/test/resources/xml-vp/xmlvp.properties
===================================================================
--- trunk/test-integration/src/test/resources/xml-vp/xmlvp.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/test-integration/src/test/resources/xml-vp/xmlvp.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/txn-jbossts/src/main/java/com/arjuna/ats/arjuna/coordinator/TwoPhaseCoordinator.java
===================================================================
--- trunk/txn-jbossts/src/main/java/com/arjuna/ats/arjuna/coordinator/TwoPhaseCoordinator.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/txn-jbossts/src/main/java/com/arjuna/ats/arjuna/coordinator/TwoPhaseCoordinator.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/txn-jbossts/src/main/java/com/arjuna/ats/internal/jta/transaction/arjunacore/subordinate/jca/TransactionImple.java
===================================================================
--- trunk/txn-jbossts/src/main/java/com/arjuna/ats/internal/jta/transaction/arjunacore/subordinate/jca/TransactionImple.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/txn-jbossts/src/main/java/com/arjuna/ats/internal/jta/transaction/arjunacore/subordinate/jca/TransactionImple.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/txn-jbossts/src/main/java/com/metamatrix/xa/arjuna/ArjunaTransactionProvider.java
===================================================================
--- trunk/txn-jbossts/src/main/java/com/metamatrix/xa/arjuna/ArjunaTransactionProvider.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/txn-jbossts/src/main/java/com/metamatrix/xa/arjuna/ArjunaTransactionProvider.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/txn-jbossts/src/main/java/com/metamatrix/xa/arjuna/XAArjunaPlugin.java
===================================================================
--- trunk/txn-jbossts/src/main/java/com/metamatrix/xa/arjuna/XAArjunaPlugin.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/txn-jbossts/src/main/java/com/metamatrix/xa/arjuna/XAArjunaPlugin.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/txn-jbossts/src/main/java/com/metamatrix/xa/arjuna/XAConnectorRecovery.java
===================================================================
--- trunk/txn-jbossts/src/main/java/com/metamatrix/xa/arjuna/XAConnectorRecovery.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/txn-jbossts/src/main/java/com/metamatrix/xa/arjuna/XAConnectorRecovery.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/txn-jbossts/src/main/resources/com/metamatrix/xa/arjuna/i18n.properties
===================================================================
--- trunk/txn-jbossts/src/main/resources/com/metamatrix/xa/arjuna/i18n.properties	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/txn-jbossts/src/main/resources/com/metamatrix/xa/arjuna/i18n.properties	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 #
 # JBoss, Home of Professional Open Source.
-# Copyright (C) 2008 Red Hat, Inc.
-# Copyright (C) 2000-2007 MetaMatrix, Inc.
-# Licensed to Red Hat, Inc. under one or more contributor 
-# license agreements.  See the copyright.txt file in the
-# distribution for a full listing of individual contributors.
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.  Some portions may be licensed
+# to Red Hat, Inc. under one or more contributor license agreements.
 # 
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public

Modified: trunk/txn-jbossts/src/main/resources/jbossjts-properties.xml
===================================================================
--- trunk/txn-jbossts/src/main/resources/jbossjts-properties.xml	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/txn-jbossts/src/main/resources/jbossjts-properties.xml	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public

Modified: trunk/txn-jbossts/src/test/java/com/metamatrix/xa/arjuna/FakeXAConnection.java
===================================================================
--- trunk/txn-jbossts/src/test/java/com/metamatrix/xa/arjuna/FakeXAConnection.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/txn-jbossts/src/test/java/com/metamatrix/xa/arjuna/FakeXAConnection.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/txn-jbossts/src/test/java/com/metamatrix/xa/arjuna/FakeXAResource.java
===================================================================
--- trunk/txn-jbossts/src/test/java/com/metamatrix/xa/arjuna/FakeXAResource.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/txn-jbossts/src/test/java/com/metamatrix/xa/arjuna/FakeXAResource.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/txn-jbossts/src/test/java/com/metamatrix/xa/arjuna/RecoveryCallback.java
===================================================================
--- trunk/txn-jbossts/src/test/java/com/metamatrix/xa/arjuna/RecoveryCallback.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/txn-jbossts/src/test/java/com/metamatrix/xa/arjuna/RecoveryCallback.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/txn-jbossts/src/test/java/com/metamatrix/xa/arjuna/TestArjunaRecovery.java
===================================================================
--- trunk/txn-jbossts/src/test/java/com/metamatrix/xa/arjuna/TestArjunaRecovery.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/txn-jbossts/src/test/java/com/metamatrix/xa/arjuna/TestArjunaRecovery.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/txn-jbossts/src/test/java/com/metamatrix/xa/arjuna/TestXAConnectorRecovery.java
===================================================================
--- trunk/txn-jbossts/src/test/java/com/metamatrix/xa/arjuna/TestXAConnectorRecovery.java	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/txn-jbossts/src/test/java/com/metamatrix/xa/arjuna/TestXAConnectorRecovery.java	2009-02-12 21:40:56 UTC (rev 465)
@@ -1,10 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source.
- * Copyright (C) 2008 Red Hat, Inc.
- * Copyright (C) 2000-2007 MetaMatrix, Inc.
- * Licensed to Red Hat, Inc. under one or more contributor 
- * license agreements.  See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership.  Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: trunk/txn-jbossts/src/test/resources/com/metamatrix/xa/arjuna/jbossjta-properties.xml
===================================================================
--- trunk/txn-jbossts/src/test/resources/com/metamatrix/xa/arjuna/jbossjta-properties.xml	2009-02-12 20:51:18 UTC (rev 464)
+++ trunk/txn-jbossts/src/test/resources/com/metamatrix/xa/arjuna/jbossjta-properties.xml	2009-02-12 21:40:56 UTC (rev 465)
@@ -2,11 +2,9 @@
 <!--
 
     JBoss, Home of Professional Open Source.
-    Copyright (C) 2008 Red Hat, Inc.
-    Copyright (C) 2000-2007 MetaMatrix, Inc.
-    Licensed to Red Hat, Inc. under one or more contributor 
-    license agreements.  See the copyright.txt file in the
-    distribution for a full listing of individual contributors.	
+    See the COPYRIGHT.txt file distributed with this work for information
+    regarding copyright ownership.  Some portions may be licensed
+    to Red Hat, Inc. under one or more contributor license agreements.	
     
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public




More information about the teiid-commits mailing list