#At file:///tmp/kent/mysql-7.1.10-release/ based on revid:kent.boortz@stripped
4061 Kent Boortz 2011-02-02
Updated/added copyright headers
modified:
storage/ndb/clusterj/Makefile.am
storage/ndb/clusterj/clusterj-api/Makefile.am
storage/ndb/clusterj/clusterj-api/pom.xml
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJDatastoreException.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJException.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJFatalException.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJFatalInternalException.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJFatalUserException.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJHelper.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJUserException.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/Constants.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/DynamicObject.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/DynamicObjectDelegate.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/LockMode.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/Query.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/Results.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/SessionFactory.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/SessionFactoryService.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/Transaction.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Column.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Columns.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Extension.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Extensions.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Index.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Indices.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Lob.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/NotPersistent.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/NullValue.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/PartitionKey.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/PersistenceCapable.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/PersistenceModifier.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Persistent.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/PrimaryKey.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/package.html
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/package.html
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/query/Predicate.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/query/QueryBuilder.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/query/QueryDomainType.java
storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/query/package.html
storage/ndb/clusterj/clusterj-bindings/pom.xml
storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/BlobImpl.java
storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/ClusterConnectionImpl.java
storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/ClusterConnectionServiceImpl.java
storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/ClusterTransactionImpl.java
storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/ColumnImpl.java
storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/DbImpl.java
storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/DictionaryImpl.java
storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/IndexImpl.java
storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/IndexOperationImpl.java
storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/IndexScanOperationImpl.java
storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/OperationImpl.java
storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/ResultDataImpl.java
storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/ScanFilterImpl.java
storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/ScanOperationImpl.java
storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/TableImpl.java
storage/ndb/clusterj/clusterj-core/Makefile.am
storage/ndb/clusterj/clusterj-core/pom.xml
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/CacheManager.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/SessionFactoryImpl.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/SessionFactoryServiceImpl.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/StateManager.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/StoreManager.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/TransactionImpl.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/AbstractDomainTypeHandlerImpl.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/DomainFieldHandlerImpl.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/DomainTypeHandlerFactoryImpl.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/DomainTypeHandlerImpl.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/IndexHandlerImpl.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/AndPredicateImpl.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/BetweenPredicateImpl.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/CandidateIndexImpl.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/ComparativePredicateImpl.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/EqualPredicateImpl.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/GreaterEqualPredicateImpl.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/GreaterThanPredicateImpl.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/InPredicateImpl.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/LessEqualPredicateImpl.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/LessThanPredicateImpl.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/NotPredicateImpl.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/OrPredicateImpl.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/PredicateImpl.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/QueryBuilderImpl.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/QueryDomainTypeImpl.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/QueryExecutionContextImpl.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/QueryImpl.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/spi/DomainFieldHandler.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/spi/DomainTypeHandler.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/spi/DomainTypeHandlerFactory.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/spi/SessionSPI.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/spi/ValueHandler.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Blob.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/ClusterConnection.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/ClusterConnectionService.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/ClusterTransaction.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Column.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Db.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Dictionary.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Index.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/IndexOperation.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/IndexScanOperation.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Operation.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/PartitionKey.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/ResultData.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/ScanFilter.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/ScanOperation.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Table.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/I18NHelper.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/JDK14LoggerFactoryImpl.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/JDK14LoggerImpl.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/Logger.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/LoggerFactory.java
storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/LoggerFactoryService.java
storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/AbstractClusterJCoreTest.java
storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/NegativeClusterConnectionServicePropertyTest.java
storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/util/I18NTest.java
storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/util/LoggerTest.java
storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/util/deeper/I18NDeeperTest.java
storage/ndb/clusterj/clusterj-jpatest/Makefile.am
storage/ndb/clusterj/clusterj-jpatest/pom.xml
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/AbstractJPABaseTest.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/BigIntegerTypesTest.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/BlobTest.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/ClobTest.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/DateAsSqlDateTest.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/DateAsUtilDateTest.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/DatetimeAsSqlTimestampTest.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/DatetimeAsUtilDateTest.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/DecimalTypesTest.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/Driver.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/EmbeddedTest.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/Ignore.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/JpaLoad.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/LazyTest.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/PersistenceTestCase.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/SingleEMFTestCase.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/SingleEMTestCase.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/SlowTest.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/TimeAsSqlTimeTest.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/TimeAsUtilDateTest.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/TimestampAsSqlTimestampTest.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/TimestampAsUtilDateTest.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/A.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/B0.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/BigIntegerTypes.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/BlobTypes.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/ClobTypes.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/DateAsSqlDateTypes.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/DateAsUtilDateTypes.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/DatetimeAsSqlTimestampTypes.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/DatetimeAsUtilDateTypes.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/DecimalTypes.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/Embedded.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/Embedding.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/Employee.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/IdBase.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LazyEmployee.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongIntStringConstants.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongIntStringFKOneOne.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongIntStringOid.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongIntStringPKOneOne.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongLongStringConstants.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongLongStringFKManyOne.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongLongStringOid.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongLongStringPK.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongLongStringPKOneMany.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/TimeAsSqlTimeTypes.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/TimeAsUtilDateTypes.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/TimestampAsSqlTimestampTypes.java
storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/TimestampAsUtilDateTypes.java
storage/ndb/clusterj/clusterj-openjpa/Makefile.am
storage/ndb/clusterj/clusterj-openjpa/pom.xml
storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPABrokerFactory.java
storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAConfiguration.java
storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAConfigurationImpl.java
storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPADomainFieldHandlerImpl.java
storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPADomainTypeHandlerImpl.java
storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAProductDerivation.java
storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAResult.java
storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAStoreManager.java
storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAStoreQuery.java
storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAUtility.java
storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAValueHandler.java
storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/BasicTest.java
storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/BigIntegerTypesTest.java
storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/BlobTest.java
storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/ClobTest.java
storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/CrundTest.java
storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/DateAsSqlDateTest.java
storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/DateAsUtilDateTest.java
storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/DatetimeAsSqlTimestampTest.java
storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/DatetimeAsUtilDateTest.java
storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/DecimalTypesTest.java
storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/EmbeddedTest.java
storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/LazyTest.java
storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/LongIntStringPKOneOneTest.java
storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/LongLongStringPKOneManyTest.java
storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/LongLongStringPKTest.java
storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/OneToManyRelationshipTest.java
storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/TestBadPersistenceUnitNoConnectString.java
storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/TimeAsSqlTimeTest.java
storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/TimeAsUtilDateTest.java
storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/TimestampAsSqlTimestampTest.java
storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/TimestampAsUtilDateTest.java
storage/ndb/clusterj/clusterj-test/Makefile.am
storage/ndb/clusterj/clusterj-test/pom.xml
storage/ndb/clusterj/clusterj-test/src/main/java/regression/Bug54619.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/AbstractClusterJModelTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/AbstractClusterJTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/AbstractQueryTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/AllTests.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/AutoCommitTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/BigIntegerTypesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/BinaryTypesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/BitTypesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/BlobTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/CharsetTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/CoordinatedTransactionIdVariableTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DateAsSqlDateTypesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DateAsUtilDateTypesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DatetimeAsSqlTimestampTypesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DatetimeAsUtilDateTypesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DecimalTypesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DefaultConnectValuesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DeleteAllByClassTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DeleteInsertTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DomainTypeHandlerFactoryTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DynamicObjectTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/FindByPrimaryKey2Test.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/FindByPrimaryKeyTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/HashOnlyLongIntStringPKTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/LongIntStringPKTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/LongLongStringPKTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/MultiplePKTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/MultithreadedFindTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/MultithreadedTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/NegativeMetadataTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/NotPersistentTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/NullValuesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/ObjectNotFoundTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/PartitionKeyTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryAllPrimitivesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryBigIntegerTypesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryBtreeIndexScanTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryByteArrayTypesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryDateAsSqlDateTypesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryDateAsUtilDateTypesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryDatetimeAsSqlTimestampTypesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryDatetimeAsUtilDateTypesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryDecimalTypesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryDoubleTypesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryExplainTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryFloatTypesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryHashIndexScanTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryInTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryPrimaryKeyTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryStringTypesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryTableScanTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryTimeAsSqlTimeTypesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryTimeAsUtilDateTypesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryTimestampAsSqlTimestampTypesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryTimestampAsUtilDateTypesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryUniqueKeyTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryYearTypesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/SaveTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/SerialTransactionsTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/TimeAsSqlTimeTypesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/TimeAsUtilDateTypesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/TimestampAsSqlTimestampTypesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/TimestampAsUtilDateTypesTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/TransactionStateTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/UpdateTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/VarcharStringLengthTest.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/domaintypehandler/CrazyDomainTypeHandlerFactoryImpl.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/AllPrimitives.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadEmployeeNoPrimaryKeyAnnotationOnClass.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadEmployeePrimaryKeyAnnotationColumnAndColumns.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadEmployeePrimaryKeyAnnotationNoColumnOrColumns.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadEmployeePrimaryKeyAnnotationOnClassMisspelledField.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadEmployeeWrongPrimaryKeyAnnotationOnClass.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadIndexDuplicateColumn.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadIndexDuplicateIndexName.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadIndexMissingColumn.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BigIntegerTypes.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BinaryTypes.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BitTypes.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BlobTypes.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/ByteArrayTypes.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/CharsetModel.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/CrazyDelegate.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/Customer.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/DateAsSqlDateTypes.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/DateAsUtilDateTypes.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/DatetimeAsSqlTimestampTypes.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/DatetimeAsUtilDateTypes.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/DecimalTypes.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/Dn2id.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/DoubleTypes.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/Employee.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/Employee2.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/FloatTypes.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/HashOnlyLongIntStringPK.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/IdBase.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/IndexesRUs.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/LongIntStringPK.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/LongLongStringPK.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/NotPersistentTypes.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/NullValues.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/Order.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/OrderLine.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/StringTypes.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/ThrowNullPointerException.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/TimeAsSqlTimeTypes.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/TimeAsUtilDateTypes.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/TimestampAsSqlTimestampTypes.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/TimestampAsUtilDateTypes.java
storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/YearTypes.java
storage/ndb/clusterj/clusterj-test/src/main/resources/schema.sql
storage/ndb/clusterj/clusterj-tie/Makefile.am
storage/ndb/clusterj/clusterj-tie/pom.xml
storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/BlobImpl.java
storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ClusterConnectionImpl.java
storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ClusterConnectionServiceImpl.java
storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ClusterTransactionImpl.java
storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ColumnImpl.java
storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/DbImpl.java
storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/DictionaryImpl.java
storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/IndexImpl.java
storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/IndexOperationImpl.java
storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/IndexScanOperationImpl.java
storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/OperationImpl.java
storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/PartitionKeyImpl.java
storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ResultDataImpl.java
storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ScanFilterImpl.java
storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ScanOperationImpl.java
storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ScanResultDataImpl.java
storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/TableImpl.java
storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/Utility.java
storage/ndb/clusterj/clusterj-tie/src/test/java/com/mysql/clusterj/tie/UtilityTest.java
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/BigIntegerTypesTest.java
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/Bug54619Test.java
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/CoordinatedTransactionIdVariableTest.java
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/DecimalTypesTest.java
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/DefaultConnectValuesTest.java
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/DynamicObjectTest.java
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/FindByPrimaryKey2Test.java
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/HashOnlyLongIntStringPKTest.java
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/LoadTest.java
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/MultithreadedFindTest.java
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/QueryBigIntegerTypesTest.java
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/QueryExplainTest.java
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/QueryStringTypesTest.java
storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/VarcharStringLengthTest.java
storage/ndb/clusterj/pom.xml
storage/ndb/config/java_support.mk.am
storage/ndb/config/type_JAVA.cmake
storage/ndb/src/ndbjtie/Makefile.am
storage/ndb/src/ndbjtie/MysqlUtilsWrapper.hpp
storage/ndb/src/ndbjtie/NdbApiWrapper.hpp
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/mgmapi/MGMAPI.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/mysql/CharsetMap.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/mysql/CharsetMapConst.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/mysql/Utils.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NDBAPI.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/Ndb.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbBlob.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbBlobConst.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbConst.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbDictionary.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbError.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbErrorConst.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbEventOperation.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbEventOperationConst.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbIndexOperation.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbIndexOperationConst.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbIndexScanOperation.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbIndexScanOperationConst.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbInterpretedCode.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbInterpretedCodeConst.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbLockHandle.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbLockHandleConst.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbOperation.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbOperationConst.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbRecAttr.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbRecAttrConst.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbRecord.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbRecordConst.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbScanFilter.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbScanFilterConst.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbScanOperation.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbScanOperationConst.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbTransaction.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbTransactionConst.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/Ndb_cluster_connection.java
storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/Ndb_cluster_connectionConst.java
storage/ndb/src/ndbjtie/jtie/Makefile.am
storage/ndb/src/ndbjtie/jtie/com/mysql/jtie/ArrayWrapper.java
storage/ndb/src/ndbjtie/jtie/com/mysql/jtie/Wrapper.java
storage/ndb/src/ndbjtie/jtie/jtie.hpp
storage/ndb/src/ndbjtie/jtie/jtie_gcalls.hpp
storage/ndb/src/ndbjtie/jtie/jtie_lib.hpp
storage/ndb/src/ndbjtie/jtie/jtie_stdint.h
storage/ndb/src/ndbjtie/jtie/jtie_tconv.hpp
storage/ndb/src/ndbjtie/jtie/jtie_tconv_array_impl.hpp
storage/ndb/src/ndbjtie/jtie/jtie_tconv_enum.hpp
storage/ndb/src/ndbjtie/jtie/jtie_tconv_enum_impl.hpp
storage/ndb/src/ndbjtie/jtie/jtie_tconv_idcache_impl.hpp
storage/ndb/src/ndbjtie/jtie/jtie_tconv_impl.hpp
storage/ndb/src/ndbjtie/jtie/jtie_tconv_impl_default.hpp
storage/ndb/src/ndbjtie/jtie/jtie_tconv_object.hpp
storage/ndb/src/ndbjtie/jtie/jtie_tconv_object_impl.hpp
storage/ndb/src/ndbjtie/jtie/jtie_tconv_ptrbybb.hpp
storage/ndb/src/ndbjtie/jtie/jtie_tconv_ptrbybb_impl.hpp
storage/ndb/src/ndbjtie/jtie/jtie_tconv_ptrbyval.hpp
storage/ndb/src/ndbjtie/jtie/jtie_tconv_ptrbyval_impl.hpp
storage/ndb/src/ndbjtie/jtie/jtie_tconv_refbybb.hpp
storage/ndb/src/ndbjtie/jtie/jtie_tconv_refbybb_impl.hpp
storage/ndb/src/ndbjtie/jtie/jtie_tconv_refbyval.hpp
storage/ndb/src/ndbjtie/jtie/jtie_tconv_refbyval_impl.hpp
storage/ndb/src/ndbjtie/jtie/jtie_tconv_string.hpp
storage/ndb/src/ndbjtie/jtie/jtie_tconv_string_impl.hpp
storage/ndb/src/ndbjtie/jtie/jtie_tconv_utils_impl.hpp
storage/ndb/src/ndbjtie/jtie/jtie_tconv_value.hpp
storage/ndb/src/ndbjtie/jtie/jtie_tconv_value_impl.hpp
storage/ndb/src/ndbjtie/jtie/jtie_tconv_vwidth.hpp
storage/ndb/src/ndbjtie/jtie/jtie_tconv_xwidth.hpp
storage/ndb/src/ndbjtie/jtie/test/Makefile.am
storage/ndb/src/ndbjtie/jtie/test/jtie_unit_tests-t
storage/ndb/src/ndbjtie/jtie/test/myapi/Makefile.am
storage/ndb/src/ndbjtie/jtie/test/myapi/myapi.cpp
storage/ndb/src/ndbjtie/jtie/test/myapi/myapi.hpp
storage/ndb/src/ndbjtie/jtie/test/myapi/myapi_test.cpp
storage/ndb/src/ndbjtie/jtie/test/myjapi/Makefile.am
storage/ndb/src/ndbjtie/jtie/test/myjapi/MyApiWrapper.hpp
storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/A.java
storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/B0.java
storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/B1.java
storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/CI.java
storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/D0.java
storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/D1.java
storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/D2.java
storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/E.java
storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/MyJapi.java
storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/MyJapiCtypes.java
storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi_MyJapi.hpp
storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi_MyJapiCtypes.hpp
storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi_classes.hpp
storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi_lib.cpp
storage/ndb/src/ndbjtie/jtie/test/myjapi/test/MyJapiTest.java
storage/ndb/src/ndbjtie/jtie/test/unload/Makefile.am
storage/ndb/src/ndbjtie/jtie/test/unload/test/MyLoadUnloadTest.java
storage/ndb/src/ndbjtie/mgmapi_jtie.hpp
storage/ndb/src/ndbjtie/mysql/CharsetMap.cpp
storage/ndb/src/ndbjtie/mysql/CharsetMap.hpp
storage/ndb/src/ndbjtie/mysql/CharsetMapImpl.cpp
storage/ndb/src/ndbjtie/mysql/CharsetMapImpl.h
storage/ndb/src/ndbjtie/mysql/Makefile.am
storage/ndb/src/ndbjtie/mysql/decimal_utils.cpp
storage/ndb/src/ndbjtie/mysql/decimal_utils.hpp
storage/ndb/src/ndbjtie/mysql/test/Makefile.am
storage/ndb/src/ndbjtie/mysql/test/mysql_utils_test.cpp
storage/ndb/src/ndbjtie/mysql/test/mysql_utils_unit_tests-t
storage/ndb/src/ndbjtie/mysql_utils_jtie.hpp
storage/ndb/src/ndbjtie/ndbapi_jtie.hpp
storage/ndb/src/ndbjtie/ndbjtie_defs.hpp
storage/ndb/src/ndbjtie/ndbjtie_lib.cpp
storage/ndb/src/ndbjtie/test/Makefile.am
storage/ndb/src/ndbjtie/test/ndbjtie_unit_tests-t
storage/ndb/src/ndbjtie/test/test/JTieTestBase.java
storage/ndb/src/ndbjtie/test/test/MySqlUtilsCharsetMapTest.java
storage/ndb/src/ndbjtie/test/test/MySqlUtilsDecimalTest.java
storage/ndb/src/ndbjtie/test/test/NdbJTieLibraryLoadingTest.java
storage/ndb/src/ndbjtie/test/test/NdbJTieSmokeTest.java
storage/ndb/src/ndbjtie/utils/helpers.hpp
storage/ndb/src/ndbjtie/utils/mystdint.h
storage/ndb/test/crund/Makefile.defaults
storage/ndb/test/crund/martins_little_helpers/src/utils/HrtProfiler.java
storage/ndb/test/crund/martins_little_helpers/src/utils/HrtStopwatch.java
storage/ndb/test/crund/martins_little_helpers/src/utils/HrtStopwatchTest.java
storage/ndb/test/crund/martins_little_helpers/src/utils/Properties.hpp
storage/ndb/test/crund/martins_little_helpers/src/utils/Properties_test.cpp
storage/ndb/test/crund/martins_little_helpers/src/utils/helpers.hpp
storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_gstopwatch.c
storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_gstopwatch.h
storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_stopwatch.c
storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_stopwatch.h
storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_stopwatch_test.c
storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_utils.c
storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_utils.h
storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_utils_test.c
storage/ndb/test/crund/martins_little_helpers/src/utils/string_helpers.hpp
storage/ndb/test/crund/martins_little_helpers/src/utils/utils_HrtStopwatch.c
storage/ndb/test/crund/martins_little_helpers/src/utils/utils_JniInstrumentationTest.c
storage/ndb/test/crund/process.sh
storage/ndb/test/crund/scripts/load_shema.sh
storage/ndb/test/crund/scripts/mycrund.sh
storage/ndb/test/crund/scripts/mycrundcxx.sh
storage/ndb/test/crund/scripts/mycrundjava.sh
storage/ndb/test/crund/scripts/mytwscxx.sh
storage/ndb/test/crund/scripts/mytwsjava.sh
storage/ndb/test/crund/scripts/restart_cluster.sh
storage/ndb/test/crund/scripts/restart_mysqld.sh
storage/ndb/test/crund/scripts/restart_ndb.sh
storage/ndb/test/crund/scripts/slay.sh
storage/ndb/test/crund/scripts/start_cluster.sh
storage/ndb/test/crund/scripts/start_mysqld.sh
storage/ndb/test/crund/scripts/start_ndb.sh
storage/ndb/test/crund/scripts/stop_cluster.sh
storage/ndb/test/crund/scripts/stop_mysqld.sh
storage/ndb/test/crund/scripts/stop_ndb.sh
storage/ndb/test/crund/src/com/mysql/cluster/crund/B0.java
storage/ndb/test/crund/src/com/mysql/cluster/crund/B1.java
storage/ndb/test/crund/src/com/mysql/cluster/crund/IA.java
storage/ndb/test/crund/src/com/mysql/cluster/crund/IB0.java
storage/ndb/test/crund/src/com/mysql/cluster/crund/JdbcDriverTest.java
storage/ndb/test/crund/src/com/mysql/cluster/crund/ResultProcessor.java
storage/ndb/test/crund/src/tables_derby.sql
storage/ndb/test/crund/src/tables_mysql.sql
storage/ndb/test/crund/src/tables_ora8.sql
storage/ndb/test/crund/tws/schema.sql
=== modified file 'storage/ndb/clusterj/Makefile.am'
--- a/storage/ndb/clusterj/Makefile.am 2010-02-22 19:53:22 +0000
+++ b/storage/ndb/clusterj/Makefile.am 2011-02-02 09:52:33 +0000
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Sun Microsystems Inc.
+# Copyright 2010 Sun Microsystems, Inc.
# All rights reserved. Use is subject to license terms.
#
# This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-api/Makefile.am'
--- a/storage/ndb/clusterj/clusterj-api/Makefile.am 2011-01-03 01:26:07 +0000
+++ b/storage/ndb/clusterj/clusterj-api/Makefile.am 2011-02-02 09:52:33 +0000
@@ -1,5 +1,4 @@
-# Copyright (C) 2009 Sun Microsystems Inc.
-# All rights reserved. Use is subject to license terms.
+# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-api/pom.xml'
--- a/storage/ndb/clusterj/clusterj-api/pom.xml 2010-12-14 18:31:20 +0000
+++ b/storage/ndb/clusterj/clusterj-api/pom.xml 2011-02-02 09:52:33 +0000
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJDatastoreException.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJDatastoreException.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJDatastoreException.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJException.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJException.java 2010-03-25 09:26:34 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJException.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJFatalException.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJFatalException.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJFatalException.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJFatalInternalException.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJFatalInternalException.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJFatalInternalException.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJFatalUserException.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJFatalUserException.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJFatalUserException.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJHelper.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJHelper.java 2010-03-25 09:26:34 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJHelper.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJUserException.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJUserException.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/ClusterJUserException.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/Constants.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/Constants.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/Constants.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/DynamicObject.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/DynamicObject.java 2011-01-10 22:58:59 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/DynamicObject.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright 2011, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/DynamicObjectDelegate.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/DynamicObjectDelegate.java 2011-01-03 01:26:07 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/DynamicObjectDelegate.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright 2011, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/LockMode.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/LockMode.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/LockMode.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- * All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/Query.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/Query.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/Query.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/Results.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/Results.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/Results.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/SessionFactory.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/SessionFactory.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/SessionFactory.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/SessionFactoryService.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/SessionFactoryService.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/SessionFactoryService.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/Transaction.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/Transaction.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/Transaction.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Column.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Column.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Column.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Columns.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Columns.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Columns.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Extension.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Extension.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Extension.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Extensions.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Extensions.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Extensions.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Index.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Index.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Index.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Indices.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Indices.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Indices.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Lob.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Lob.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Lob.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/NotPersistent.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/NotPersistent.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/NotPersistent.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/NullValue.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/NullValue.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/NullValue.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/PartitionKey.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/PartitionKey.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/PartitionKey.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/PersistenceCapable.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/PersistenceCapable.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/PersistenceCapable.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/PersistenceModifier.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/PersistenceModifier.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/PersistenceModifier.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Persistent.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Persistent.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/Persistent.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/PrimaryKey.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/PrimaryKey.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/PrimaryKey.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/package.html'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/package.html 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/annotation/package.html 2011-02-02 09:52:33 +0000
@@ -1,7 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/package.html'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/package.html 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/package.html 2011-02-02 09:52:33 +0000
@@ -1,7 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/query/Predicate.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/query/Predicate.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/query/Predicate.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/query/QueryBuilder.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/query/QueryBuilder.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/query/QueryBuilder.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/query/QueryDomainType.java'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/query/QueryDomainType.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/query/QueryDomainType.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/query/package.html'
--- a/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/query/package.html 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-api/src/main/java/com/mysql/clusterj/query/package.html 2011-02-02 09:52:33 +0000
@@ -1,7 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-bindings/pom.xml'
--- a/storage/ndb/clusterj/clusterj-bindings/pom.xml 2010-12-14 18:31:20 +0000
+++ b/storage/ndb/clusterj/clusterj-bindings/pom.xml 2011-02-02 09:52:33 +0000
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/BlobImpl.java'
--- a/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/BlobImpl.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/BlobImpl.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Sun Microsystems, Inc.
+ * Copyright 2010 Sun Microsystems, Inc.
* All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/ClusterConnectionImpl.java'
--- a/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/ClusterConnectionImpl.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/ClusterConnectionImpl.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Sun Microsystems, Inc.
+ * Copyright 2010 Sun Microsystems, Inc.
* All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/ClusterConnectionServiceImpl.java'
--- a/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/ClusterConnectionServiceImpl.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/ClusterConnectionServiceImpl.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Sun Microsystems, Inc.
+ * Copyright 2010 Sun Microsystems, Inc.
* All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/ClusterTransactionImpl.java'
--- a/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/ClusterTransactionImpl.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/ClusterTransactionImpl.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Sun Microsystems, Inc.
+ * Copyright 2010 Sun Microsystems, Inc.
* All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/ColumnImpl.java'
--- a/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/ColumnImpl.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/ColumnImpl.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Sun Microsystems, Inc.
+ * Copyright 2010 Sun Microsystems, Inc.
* All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/DbImpl.java'
--- a/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/DbImpl.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/DbImpl.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Sun Microsystems, Inc.
+ * Copyright 2010 Sun Microsystems, Inc.
* All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/DictionaryImpl.java'
--- a/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/DictionaryImpl.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/DictionaryImpl.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Sun Microsystems, Inc.
+ * Copyright 2010 Sun Microsystems, Inc.
* All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/IndexImpl.java'
--- a/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/IndexImpl.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/IndexImpl.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Sun Microsystems, Inc.
+ * Copyright 2010 Sun Microsystems, Inc.
* All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/IndexOperationImpl.java'
--- a/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/IndexOperationImpl.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/IndexOperationImpl.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Sun Microsystems, Inc.
+ * Copyright 2010 Sun Microsystems, Inc.
* All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/IndexScanOperationImpl.java'
--- a/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/IndexScanOperationImpl.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/IndexScanOperationImpl.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Sun Microsystems, Inc.
+ * Copyright 2010 Sun Microsystems, Inc.
* All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/OperationImpl.java'
--- a/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/OperationImpl.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/OperationImpl.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Sun Microsystems, Inc.
+ * Copyright 2010 Sun Microsystems, Inc.
* All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/ResultDataImpl.java'
--- a/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/ResultDataImpl.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/ResultDataImpl.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Sun Microsystems, Inc.
+ * Copyright 2010 Sun Microsystems, Inc.
* All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/ScanFilterImpl.java'
--- a/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/ScanFilterImpl.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/ScanFilterImpl.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Sun Microsystems, Inc.
+ * Copyright 2010 Sun Microsystems, Inc.
* All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/ScanOperationImpl.java'
--- a/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/ScanOperationImpl.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/ScanOperationImpl.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Sun Microsystems, Inc.
+ * Copyright 2010 Sun Microsystems, Inc.
* All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/TableImpl.java'
--- a/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/TableImpl.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-bindings/src/main/java/com/mysql/clusterj/bindings/TableImpl.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Sun Microsystems, Inc.
+ * Copyright 2010 Sun Microsystems, Inc.
* All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-core/Makefile.am'
--- a/storage/ndb/clusterj/clusterj-core/Makefile.am 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-core/Makefile.am 2011-02-02 09:52:33 +0000
@@ -1,5 +1,4 @@
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
-# All rights reserved. Use is subject to license terms.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/pom.xml'
--- a/storage/ndb/clusterj/clusterj-core/pom.xml 2010-12-14 18:31:20 +0000
+++ b/storage/ndb/clusterj/clusterj-core/pom.xml 2011-02-02 09:52:33 +0000
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/CacheManager.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/CacheManager.java 2010-01-22 19:10:41 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/CacheManager.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/SessionFactoryImpl.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/SessionFactoryImpl.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/SessionFactoryImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/SessionFactoryServiceImpl.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/SessionFactoryServiceImpl.java 2010-01-22 19:10:41 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/SessionFactoryServiceImpl.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/StateManager.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/StateManager.java 2010-01-22 19:10:41 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/StateManager.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/StoreManager.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/StoreManager.java 2010-01-22 19:10:41 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/StoreManager.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/TransactionImpl.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/TransactionImpl.java 2010-01-22 19:10:41 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/TransactionImpl.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/AbstractDomainTypeHandlerImpl.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/AbstractDomainTypeHandlerImpl.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/AbstractDomainTypeHandlerImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/DomainFieldHandlerImpl.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/DomainFieldHandlerImpl.java 2010-12-21 00:52:28 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/DomainFieldHandlerImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/DomainTypeHandlerFactoryImpl.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/DomainTypeHandlerFactoryImpl.java 2010-12-21 00:52:28 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/DomainTypeHandlerFactoryImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/DomainTypeHandlerImpl.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/DomainTypeHandlerImpl.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/DomainTypeHandlerImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/IndexHandlerImpl.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/IndexHandlerImpl.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/metadata/IndexHandlerImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/AndPredicateImpl.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/AndPredicateImpl.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/AndPredicateImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/BetweenPredicateImpl.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/BetweenPredicateImpl.java 2010-03-12 09:31:36 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/BetweenPredicateImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/CandidateIndexImpl.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/CandidateIndexImpl.java 2010-09-13 10:48:19 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/CandidateIndexImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/ComparativePredicateImpl.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/ComparativePredicateImpl.java 2010-01-22 19:10:41 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/ComparativePredicateImpl.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/EqualPredicateImpl.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/EqualPredicateImpl.java 2010-01-26 10:46:42 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/EqualPredicateImpl.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/GreaterEqualPredicateImpl.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/GreaterEqualPredicateImpl.java 2010-01-26 10:46:42 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/GreaterEqualPredicateImpl.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/GreaterThanPredicateImpl.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/GreaterThanPredicateImpl.java 2010-01-26 10:46:42 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/GreaterThanPredicateImpl.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/InPredicateImpl.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/InPredicateImpl.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/InPredicateImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/LessEqualPredicateImpl.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/LessEqualPredicateImpl.java 2010-01-26 10:46:42 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/LessEqualPredicateImpl.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/LessThanPredicateImpl.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/LessThanPredicateImpl.java 2010-01-26 10:46:42 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/LessThanPredicateImpl.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/NotPredicateImpl.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/NotPredicateImpl.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/NotPredicateImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/OrPredicateImpl.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/OrPredicateImpl.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/OrPredicateImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/PredicateImpl.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/PredicateImpl.java 2010-04-29 11:52:07 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/PredicateImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/QueryBuilderImpl.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/QueryBuilderImpl.java 2010-09-13 10:48:19 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/QueryBuilderImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/QueryDomainTypeImpl.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/QueryDomainTypeImpl.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/QueryDomainTypeImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/QueryExecutionContextImpl.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/QueryExecutionContextImpl.java 2010-04-29 11:52:07 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/QueryExecutionContextImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/QueryImpl.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/QueryImpl.java 2010-04-29 11:52:07 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/QueryImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/spi/DomainFieldHandler.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/spi/DomainFieldHandler.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/spi/DomainFieldHandler.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/spi/DomainTypeHandler.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/spi/DomainTypeHandler.java 2010-10-28 09:50:56 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/spi/DomainTypeHandler.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/spi/DomainTypeHandlerFactory.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/spi/DomainTypeHandlerFactory.java 2010-01-22 19:10:41 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/spi/DomainTypeHandlerFactory.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/spi/SessionSPI.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/spi/SessionSPI.java 2010-09-13 10:48:19 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/spi/SessionSPI.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/spi/ValueHandler.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/spi/ValueHandler.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/spi/ValueHandler.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright 2009, 2011, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Blob.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Blob.java 2010-01-22 19:10:41 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Blob.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/ClusterConnection.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/ClusterConnection.java 2010-01-22 19:10:41 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/ClusterConnection.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/ClusterConnectionService.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/ClusterConnectionService.java 2010-01-22 19:10:41 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/ClusterConnectionService.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/ClusterTransaction.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/ClusterTransaction.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/ClusterTransaction.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright 2009, 2011, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Column.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Column.java 2010-12-21 00:52:28 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Column.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Db.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Db.java 2010-09-13 10:48:19 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Db.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Dictionary.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Dictionary.java 2010-01-22 19:10:41 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Dictionary.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Index.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Index.java 2010-04-29 11:52:07 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Index.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/IndexOperation.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/IndexOperation.java 2010-01-22 19:10:41 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/IndexOperation.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/IndexScanOperation.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/IndexScanOperation.java 2010-01-22 19:10:41 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/IndexScanOperation.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Operation.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Operation.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Operation.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright 2009, 2011, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/PartitionKey.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/PartitionKey.java 2010-04-29 11:52:07 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/PartitionKey.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/ResultData.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/ResultData.java 2010-09-13 10:48:19 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/ResultData.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/ScanFilter.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/ScanFilter.java 2010-03-12 09:31:36 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/ScanFilter.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/ScanOperation.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/ScanOperation.java 2010-03-12 09:31:36 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/ScanOperation.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Table.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Table.java 2010-09-13 10:48:19 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/store/Table.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/I18NHelper.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/I18NHelper.java 2010-01-22 19:10:41 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/I18NHelper.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/JDK14LoggerFactoryImpl.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/JDK14LoggerFactoryImpl.java 2010-09-13 10:48:19 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/JDK14LoggerFactoryImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/JDK14LoggerImpl.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/JDK14LoggerImpl.java 2010-01-22 19:10:41 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/JDK14LoggerImpl.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/Logger.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/Logger.java 2010-01-22 19:10:41 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/Logger.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/LoggerFactory.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/LoggerFactory.java 2010-09-13 10:48:19 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/LoggerFactory.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/LoggerFactoryService.java'
--- a/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/LoggerFactoryService.java 2010-01-22 19:10:41 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/util/LoggerFactoryService.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/AbstractClusterJCoreTest.java'
--- a/storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/AbstractClusterJCoreTest.java 2010-09-13 10:48:19 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/AbstractClusterJCoreTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/NegativeClusterConnectionServicePropertyTest.java'
--- a/storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/NegativeClusterConnectionServicePropertyTest.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/NegativeClusterConnectionServicePropertyTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/util/I18NTest.java'
--- a/storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/util/I18NTest.java 2010-09-13 10:48:19 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/util/I18NTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/util/LoggerTest.java'
--- a/storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/util/LoggerTest.java 2010-09-13 10:48:19 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/util/LoggerTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/util/deeper/I18NDeeperTest.java'
--- a/storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/util/deeper/I18NDeeperTest.java 2010-09-13 10:48:19 +0000
+++ b/storage/ndb/clusterj/clusterj-core/src/test/java/testsuite/clusterj/util/deeper/I18NDeeperTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/Makefile.am'
--- a/storage/ndb/clusterj/clusterj-jpatest/Makefile.am 2010-04-29 11:52:07 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/Makefile.am 2011-02-02 09:52:33 +0000
@@ -1,5 +1,4 @@
-# Copyright (C) 2009 Sun Microsystems Inc.
-# All rights reserved. Use is subject to license terms.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/pom.xml'
--- a/storage/ndb/clusterj/clusterj-jpatest/pom.xml 2010-12-14 18:31:20 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/pom.xml 2011-02-02 09:52:33 +0000
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/AbstractJPABaseTest.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/AbstractJPABaseTest.java 2010-04-29 11:52:07 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/AbstractJPABaseTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/BigIntegerTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/BigIntegerTypesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/BigIntegerTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/BlobTest.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/BlobTest.java 2010-03-25 09:26:34 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/BlobTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/ClobTest.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/ClobTest.java 2010-03-25 09:26:34 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/ClobTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/DateAsSqlDateTest.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/DateAsSqlDateTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/DateAsSqlDateTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/DateAsUtilDateTest.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/DateAsUtilDateTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/DateAsUtilDateTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/DatetimeAsSqlTimestampTest.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/DatetimeAsSqlTimestampTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/DatetimeAsSqlTimestampTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/DatetimeAsUtilDateTest.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/DatetimeAsUtilDateTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/DatetimeAsUtilDateTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/DecimalTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/DecimalTypesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/DecimalTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/Driver.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/Driver.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/Driver.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/EmbeddedTest.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/EmbeddedTest.java 2010-03-08 11:13:02 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/EmbeddedTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/Ignore.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/Ignore.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/Ignore.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/JpaLoad.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/JpaLoad.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/JpaLoad.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/LazyTest.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/LazyTest.java 2010-04-29 13:17:34 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/LazyTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/PersistenceTestCase.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/PersistenceTestCase.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/PersistenceTestCase.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/SingleEMFTestCase.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/SingleEMFTestCase.java 2010-01-31 08:29:35 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/SingleEMFTestCase.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/SingleEMTestCase.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/SingleEMTestCase.java 2010-01-31 08:29:35 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/SingleEMTestCase.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/SlowTest.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/SlowTest.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/SlowTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/TimeAsSqlTimeTest.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/TimeAsSqlTimeTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/TimeAsSqlTimeTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/TimeAsUtilDateTest.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/TimeAsUtilDateTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/TimeAsUtilDateTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/TimestampAsSqlTimestampTest.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/TimestampAsSqlTimestampTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/TimestampAsSqlTimestampTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/TimestampAsUtilDateTest.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/TimestampAsUtilDateTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/TimestampAsUtilDateTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/A.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/A.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/A.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/B0.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/B0.java 2010-03-01 06:59:49 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/B0.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/BigIntegerTypes.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/BigIntegerTypes.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/BigIntegerTypes.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/BlobTypes.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/BlobTypes.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/BlobTypes.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/ClobTypes.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/ClobTypes.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/ClobTypes.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/DateAsSqlDateTypes.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/DateAsSqlDateTypes.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/DateAsSqlDateTypes.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/DateAsUtilDateTypes.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/DateAsUtilDateTypes.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/DateAsUtilDateTypes.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/DatetimeAsSqlTimestampTypes.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/DatetimeAsSqlTimestampTypes.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/DatetimeAsSqlTimestampTypes.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/DatetimeAsUtilDateTypes.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/DatetimeAsUtilDateTypes.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/DatetimeAsUtilDateTypes.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/DecimalTypes.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/DecimalTypes.java 2010-03-25 09:26:34 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/DecimalTypes.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/Embedded.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/Embedded.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/Embedded.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/Embedding.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/Embedding.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/Embedding.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/Employee.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/Employee.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/Employee.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/IdBase.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/IdBase.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/IdBase.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LazyEmployee.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LazyEmployee.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LazyEmployee.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongIntStringConstants.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongIntStringConstants.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongIntStringConstants.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongIntStringFKOneOne.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongIntStringFKOneOne.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongIntStringFKOneOne.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongIntStringOid.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongIntStringOid.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongIntStringOid.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongIntStringPKOneOne.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongIntStringPKOneOne.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongIntStringPKOneOne.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongLongStringConstants.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongLongStringConstants.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongLongStringConstants.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongLongStringFKManyOne.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongLongStringFKManyOne.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongLongStringFKManyOne.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongLongStringOid.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongLongStringOid.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongLongStringOid.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongLongStringPK.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongLongStringPK.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongLongStringPK.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongLongStringPKOneMany.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongLongStringPKOneMany.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/LongLongStringPKOneMany.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/TimeAsSqlTimeTypes.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/TimeAsSqlTimeTypes.java 2010-03-25 09:26:34 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/TimeAsSqlTimeTypes.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/TimeAsUtilDateTypes.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/TimeAsUtilDateTypes.java 2010-03-25 09:26:34 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/TimeAsUtilDateTypes.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/TimestampAsSqlTimestampTypes.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/TimestampAsSqlTimestampTypes.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/TimestampAsSqlTimestampTypes.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/TimestampAsUtilDateTypes.java'
--- a/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/TimestampAsUtilDateTypes.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-jpatest/src/main/java/com/mysql/clusterj/jpatest/model/TimestampAsUtilDateTypes.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/Makefile.am'
--- a/storage/ndb/clusterj/clusterj-openjpa/Makefile.am 2010-04-27 12:45:23 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/Makefile.am 2011-02-02 09:52:33 +0000
@@ -1,5 +1,4 @@
-# Copyright (C) 2009 Sun Microsystems Inc.
-# All rights reserved. Use is subject to license terms.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/pom.xml'
--- a/storage/ndb/clusterj/clusterj-openjpa/pom.xml 2010-12-14 18:31:20 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/pom.xml 2011-02-02 09:52:33 +0000
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPABrokerFactory.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPABrokerFactory.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPABrokerFactory.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAConfiguration.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAConfiguration.java 2010-03-12 09:31:36 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAConfiguration.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAConfigurationImpl.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAConfigurationImpl.java 2010-03-12 09:31:36 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAConfigurationImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPADomainFieldHandlerImpl.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPADomainFieldHandlerImpl.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPADomainFieldHandlerImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPADomainTypeHandlerImpl.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPADomainTypeHandlerImpl.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPADomainTypeHandlerImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAProductDerivation.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAProductDerivation.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAProductDerivation.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAResult.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAResult.java 2010-04-29 11:52:07 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAResult.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAStoreManager.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAStoreManager.java 2010-09-13 10:48:19 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAStoreManager.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAStoreQuery.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAStoreQuery.java 2010-03-12 09:31:36 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAStoreQuery.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAUtility.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAUtility.java 2010-04-29 11:52:07 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAUtility.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAValueHandler.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAValueHandler.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/main/java/com/mysql/clusterj/openjpa/NdbOpenJPAValueHandler.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright 2009, 2011, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/BasicTest.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/BasicTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/BasicTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/BigIntegerTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/BigIntegerTypesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/BigIntegerTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/BlobTest.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/BlobTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/BlobTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/ClobTest.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/ClobTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/ClobTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/CrundTest.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/CrundTest.java 2010-03-01 06:59:49 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/CrundTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/DateAsSqlDateTest.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/DateAsSqlDateTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/DateAsSqlDateTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/DateAsUtilDateTest.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/DateAsUtilDateTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/DateAsUtilDateTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/DatetimeAsSqlTimestampTest.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/DatetimeAsSqlTimestampTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/DatetimeAsSqlTimestampTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/DatetimeAsUtilDateTest.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/DatetimeAsUtilDateTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/DatetimeAsUtilDateTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/DecimalTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/DecimalTypesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/DecimalTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/EmbeddedTest.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/EmbeddedTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/EmbeddedTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/LazyTest.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/LazyTest.java 2010-04-29 13:17:34 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/LazyTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/LongIntStringPKOneOneTest.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/LongIntStringPKOneOneTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/LongIntStringPKOneOneTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/LongLongStringPKOneManyTest.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/LongLongStringPKOneManyTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/LongLongStringPKOneManyTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/LongLongStringPKTest.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/LongLongStringPKTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/LongLongStringPKTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/OneToManyRelationshipTest.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/OneToManyRelationshipTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/OneToManyRelationshipTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/TestBadPersistenceUnitNoConnectString.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/TestBadPersistenceUnitNoConnectString.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/TestBadPersistenceUnitNoConnectString.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,6 @@
/*
- * Copyright 2009 Sun Microsystems, Inc.
+ * Copyright 2010 Sun Microsystems, Inc.
+ * All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/TimeAsSqlTimeTest.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/TimeAsSqlTimeTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/TimeAsSqlTimeTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/TimeAsUtilDateTest.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/TimeAsUtilDateTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/TimeAsUtilDateTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/TimestampAsSqlTimestampTest.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/TimestampAsSqlTimestampTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/TimestampAsSqlTimestampTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/TimestampAsUtilDateTest.java'
--- a/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/TimestampAsUtilDateTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-openjpa/src/test/java/com/mysql/clusterj/openjpatest/TimestampAsUtilDateTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/Makefile.am'
--- a/storage/ndb/clusterj/clusterj-test/Makefile.am 2011-01-03 01:26:07 +0000
+++ b/storage/ndb/clusterj/clusterj-test/Makefile.am 2011-02-02 09:52:33 +0000
@@ -1,5 +1,4 @@
-# Copyright (C) 2009 Sun Microsystems Inc.
-# All rights reserved. Use is subject to license terms.
+# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/pom.xml'
--- a/storage/ndb/clusterj/clusterj-test/pom.xml 2010-12-14 18:31:20 +0000
+++ b/storage/ndb/clusterj/clusterj-test/pom.xml 2011-02-02 09:52:33 +0000
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/regression/Bug54619.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/regression/Bug54619.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/regression/Bug54619.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/AbstractClusterJModelTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/AbstractClusterJModelTest.java 2010-12-14 18:35:08 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/AbstractClusterJModelTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/AbstractClusterJTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/AbstractClusterJTest.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/AbstractClusterJTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/AbstractQueryTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/AbstractQueryTest.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/AbstractQueryTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/AllTests.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/AllTests.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/AllTests.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/AutoCommitTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/AutoCommitTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/AutoCommitTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/BigIntegerTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/BigIntegerTypesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/BigIntegerTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/BinaryTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/BinaryTypesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/BinaryTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/BitTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/BitTypesTest.java 2010-04-29 11:52:07 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/BitTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/BlobTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/BlobTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/BlobTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/CharsetTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/CharsetTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/CharsetTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/CoordinatedTransactionIdVariableTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/CoordinatedTransactionIdVariableTest.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/CoordinatedTransactionIdVariableTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- * All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DateAsSqlDateTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DateAsSqlDateTypesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DateAsSqlDateTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DateAsUtilDateTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DateAsUtilDateTypesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DateAsUtilDateTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DatetimeAsSqlTimestampTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DatetimeAsSqlTimestampTypesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DatetimeAsSqlTimestampTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DatetimeAsUtilDateTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DatetimeAsUtilDateTypesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DatetimeAsUtilDateTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DecimalTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DecimalTypesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DecimalTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DefaultConnectValuesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DefaultConnectValuesTest.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DefaultConnectValuesTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DeleteAllByClassTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DeleteAllByClassTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DeleteAllByClassTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DeleteInsertTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DeleteInsertTest.java 2010-10-28 09:50:56 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DeleteInsertTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DomainTypeHandlerFactoryTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DomainTypeHandlerFactoryTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DomainTypeHandlerFactoryTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DynamicObjectTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DynamicObjectTest.java 2011-01-10 22:58:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/DynamicObjectTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/FindByPrimaryKey2Test.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/FindByPrimaryKey2Test.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/FindByPrimaryKey2Test.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/FindByPrimaryKeyTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/FindByPrimaryKeyTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/FindByPrimaryKeyTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/HashOnlyLongIntStringPKTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/HashOnlyLongIntStringPKTest.java 2010-04-29 13:17:34 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/HashOnlyLongIntStringPKTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/LongIntStringPKTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/LongIntStringPKTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/LongIntStringPKTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/LongLongStringPKTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/LongLongStringPKTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/LongLongStringPKTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/MultiplePKTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/MultiplePKTest.java 2010-10-28 09:50:56 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/MultiplePKTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/MultithreadedFindTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/MultithreadedFindTest.java 2010-09-22 18:34:38 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/MultithreadedFindTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/MultithreadedTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/MultithreadedTest.java 2010-09-22 18:34:38 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/MultithreadedTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/NegativeMetadataTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/NegativeMetadataTest.java 2010-04-29 11:52:07 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/NegativeMetadataTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/NotPersistentTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/NotPersistentTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/NotPersistentTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/NullValuesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/NullValuesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/NullValuesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/ObjectNotFoundTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/ObjectNotFoundTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/ObjectNotFoundTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/PartitionKeyTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/PartitionKeyTest.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/PartitionKeyTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryAllPrimitivesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryAllPrimitivesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryAllPrimitivesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryBigIntegerTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryBigIntegerTypesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryBigIntegerTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryBtreeIndexScanTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryBtreeIndexScanTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryBtreeIndexScanTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryByteArrayTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryByteArrayTypesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryByteArrayTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryDateAsSqlDateTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryDateAsSqlDateTypesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryDateAsSqlDateTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryDateAsUtilDateTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryDateAsUtilDateTypesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryDateAsUtilDateTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryDatetimeAsSqlTimestampTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryDatetimeAsSqlTimestampTypesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryDatetimeAsSqlTimestampTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryDatetimeAsUtilDateTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryDatetimeAsUtilDateTypesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryDatetimeAsUtilDateTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryDecimalTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryDecimalTypesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryDecimalTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryDoubleTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryDoubleTypesTest.java 2010-04-29 11:52:07 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryDoubleTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryExplainTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryExplainTest.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryExplainTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryFloatTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryFloatTypesTest.java 2010-04-29 11:52:07 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryFloatTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryHashIndexScanTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryHashIndexScanTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryHashIndexScanTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryInTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryInTest.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryInTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
-All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryPrimaryKeyTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryPrimaryKeyTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryPrimaryKeyTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryStringTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryStringTypesTest.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryStringTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryTableScanTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryTableScanTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryTableScanTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryTimeAsSqlTimeTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryTimeAsSqlTimeTypesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryTimeAsSqlTimeTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryTimeAsUtilDateTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryTimeAsUtilDateTypesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryTimeAsUtilDateTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryTimestampAsSqlTimestampTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryTimestampAsSqlTimestampTypesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryTimestampAsSqlTimestampTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryTimestampAsUtilDateTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryTimestampAsUtilDateTypesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryTimestampAsUtilDateTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryUniqueKeyTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryUniqueKeyTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryUniqueKeyTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryYearTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryYearTypesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/QueryYearTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/SaveTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/SaveTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/SaveTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/SerialTransactionsTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/SerialTransactionsTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/SerialTransactionsTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/TimeAsSqlTimeTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/TimeAsSqlTimeTypesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/TimeAsSqlTimeTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/TimeAsUtilDateTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/TimeAsUtilDateTypesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/TimeAsUtilDateTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/TimestampAsSqlTimestampTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/TimestampAsSqlTimestampTypesTest.java 2010-03-08 11:13:02 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/TimestampAsSqlTimestampTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/TimestampAsUtilDateTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/TimestampAsUtilDateTypesTest.java 2010-03-12 09:31:36 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/TimestampAsUtilDateTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/TransactionStateTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/TransactionStateTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/TransactionStateTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/UpdateTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/UpdateTest.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/UpdateTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/VarcharStringLengthTest.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/VarcharStringLengthTest.java 2010-12-15 22:27:37 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/VarcharStringLengthTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/domaintypehandler/CrazyDomainTypeHandlerFactoryImpl.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/domaintypehandler/CrazyDomainTypeHandlerFactoryImpl.java 2010-10-28 09:50:56 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/domaintypehandler/CrazyDomainTypeHandlerFactoryImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/AllPrimitives.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/AllPrimitives.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/AllPrimitives.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadEmployeeNoPrimaryKeyAnnotationOnClass.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadEmployeeNoPrimaryKeyAnnotationOnClass.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadEmployeeNoPrimaryKeyAnnotationOnClass.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadEmployeePrimaryKeyAnnotationColumnAndColumns.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadEmployeePrimaryKeyAnnotationColumnAndColumns.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadEmployeePrimaryKeyAnnotationColumnAndColumns.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadEmployeePrimaryKeyAnnotationNoColumnOrColumns.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadEmployeePrimaryKeyAnnotationNoColumnOrColumns.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadEmployeePrimaryKeyAnnotationNoColumnOrColumns.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadEmployeePrimaryKeyAnnotationOnClassMisspelledField.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadEmployeePrimaryKeyAnnotationOnClassMisspelledField.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadEmployeePrimaryKeyAnnotationOnClassMisspelledField.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadEmployeeWrongPrimaryKeyAnnotationOnClass.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadEmployeeWrongPrimaryKeyAnnotationOnClass.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadEmployeeWrongPrimaryKeyAnnotationOnClass.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadIndexDuplicateColumn.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadIndexDuplicateColumn.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadIndexDuplicateColumn.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadIndexDuplicateIndexName.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadIndexDuplicateIndexName.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadIndexDuplicateIndexName.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadIndexMissingColumn.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadIndexMissingColumn.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BadIndexMissingColumn.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BigIntegerTypes.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BigIntegerTypes.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BigIntegerTypes.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BinaryTypes.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BinaryTypes.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BinaryTypes.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BitTypes.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BitTypes.java 2010-04-29 11:52:07 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BitTypes.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BlobTypes.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BlobTypes.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/BlobTypes.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/ByteArrayTypes.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/ByteArrayTypes.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/ByteArrayTypes.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/CharsetModel.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/CharsetModel.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/CharsetModel.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/CrazyDelegate.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/CrazyDelegate.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/CrazyDelegate.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/Customer.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/Customer.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/Customer.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/DateAsSqlDateTypes.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/DateAsSqlDateTypes.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/DateAsSqlDateTypes.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/DateAsUtilDateTypes.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/DateAsUtilDateTypes.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/DateAsUtilDateTypes.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/DatetimeAsSqlTimestampTypes.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/DatetimeAsSqlTimestampTypes.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/DatetimeAsSqlTimestampTypes.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/DatetimeAsUtilDateTypes.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/DatetimeAsUtilDateTypes.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/DatetimeAsUtilDateTypes.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/DecimalTypes.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/DecimalTypes.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/DecimalTypes.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/Dn2id.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/Dn2id.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/Dn2id.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/DoubleTypes.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/DoubleTypes.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/DoubleTypes.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/Employee.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/Employee.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/Employee.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/Employee2.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/Employee2.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/Employee2.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/FloatTypes.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/FloatTypes.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/FloatTypes.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/HashOnlyLongIntStringPK.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/HashOnlyLongIntStringPK.java 2010-04-29 13:17:34 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/HashOnlyLongIntStringPK.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/IdBase.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/IdBase.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/IdBase.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/IndexesRUs.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/IndexesRUs.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/IndexesRUs.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/LongIntStringPK.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/LongIntStringPK.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/LongIntStringPK.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/LongLongStringPK.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/LongLongStringPK.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/LongLongStringPK.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/NotPersistentTypes.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/NotPersistentTypes.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/NotPersistentTypes.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/NullValues.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/NullValues.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/NullValues.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/Order.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/Order.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/Order.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/OrderLine.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/OrderLine.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/OrderLine.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/StringTypes.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/StringTypes.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/StringTypes.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/ThrowNullPointerException.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/ThrowNullPointerException.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/ThrowNullPointerException.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/TimeAsSqlTimeTypes.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/TimeAsSqlTimeTypes.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/TimeAsSqlTimeTypes.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/TimeAsUtilDateTypes.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/TimeAsUtilDateTypes.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/TimeAsUtilDateTypes.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/TimestampAsSqlTimestampTypes.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/TimestampAsSqlTimestampTypes.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/TimestampAsSqlTimestampTypes.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/TimestampAsUtilDateTypes.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/TimestampAsUtilDateTypes.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/TimestampAsUtilDateTypes.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/YearTypes.java'
--- a/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/YearTypes.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/model/YearTypes.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-test/src/main/resources/schema.sql'
--- a/storage/ndb/clusterj/clusterj-test/src/main/resources/schema.sql 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-test/src/main/resources/schema.sql 2011-02-02 09:52:33 +0000
@@ -1,17 +1,17 @@
--- Copyright (C) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
---
--- This program is free software; you can redistribute it and/or modify
--- it under the terms of the GNU General Public License as published by
--- the Free Software Foundation; version 2 of the License.
---
--- This program 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 General Public License for more details.
---
--- You should have received a copy of the GNU General Public License
--- along with this program; if not, write to the Free Software
--- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License.
+#
+# This program 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# the first statement is a drop table for the test table
drop table if exists t_basic;
=== modified file 'storage/ndb/clusterj/clusterj-tie/Makefile.am'
--- a/storage/ndb/clusterj/clusterj-tie/Makefile.am 2010-09-13 10:48:19 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/Makefile.am 2011-02-02 09:52:33 +0000
@@ -1,5 +1,4 @@
-# Copyright (C) 2009 Sun Microsystems Inc.
-# All rights reserved. Use is subject to license terms.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/pom.xml'
--- a/storage/ndb/clusterj/clusterj-tie/pom.xml 2010-12-14 18:31:20 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/pom.xml 2011-02-02 09:52:33 +0000
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/BlobImpl.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/BlobImpl.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/BlobImpl.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Sun Microsystems, Inc.
+ * Copyright 2010 Sun Microsystems, Inc.
* All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ClusterConnectionImpl.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ClusterConnectionImpl.java 2010-09-13 10:48:19 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ClusterConnectionImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2009 Sun Microsystems, Inc.
- * All rights reserved. Use is subject to license terms.
+ * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ClusterConnectionServiceImpl.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ClusterConnectionServiceImpl.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ClusterConnectionServiceImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- * All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ClusterTransactionImpl.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ClusterTransactionImpl.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ClusterTransactionImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- * All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ColumnImpl.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ColumnImpl.java 2010-12-21 00:52:28 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ColumnImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2009 Sun Microsystems, Inc.
- * All rights reserved. Use is subject to license terms.
+ * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/DbImpl.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/DbImpl.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/DbImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- * All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/DictionaryImpl.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/DictionaryImpl.java 2010-04-29 11:52:07 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/DictionaryImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2009 Sun Microsystems, Inc.
- * All rights reserved. Use is subject to license terms.
+ * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/IndexImpl.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/IndexImpl.java 2010-04-29 11:52:07 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/IndexImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2009 Sun Microsystems, Inc.
- * All rights reserved. Use is subject to license terms.
+ * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/IndexOperationImpl.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/IndexOperationImpl.java 2010-09-13 10:48:19 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/IndexOperationImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2009 Sun Microsystems, Inc.
- * All rights reserved. Use is subject to license terms.
+ * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/IndexScanOperationImpl.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/IndexScanOperationImpl.java 2010-09-13 10:48:19 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/IndexScanOperationImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2009 Sun Microsystems, Inc.
- * All rights reserved. Use is subject to license terms.
+ * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/OperationImpl.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/OperationImpl.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/OperationImpl.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright 2009, 2011, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/PartitionKeyImpl.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/PartitionKeyImpl.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/PartitionKeyImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- * All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ResultDataImpl.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ResultDataImpl.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ResultDataImpl.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright 2009, 2011, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ScanFilterImpl.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ScanFilterImpl.java 2010-03-12 09:31:36 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ScanFilterImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2009 Sun Microsystems, Inc.
- * All rights reserved. Use is subject to license terms.
+ * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ScanOperationImpl.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ScanOperationImpl.java 2010-10-28 09:50:56 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ScanOperationImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2009 Sun Microsystems, Inc.
- * All rights reserved. Use is subject to license terms.
+ * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ScanResultDataImpl.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ScanResultDataImpl.java 2011-01-03 01:26:07 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/ScanResultDataImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2009 Sun Microsystems, Inc.
- * All rights reserved. Use is subject to license terms.
+ * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/TableImpl.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/TableImpl.java 2010-10-28 09:50:56 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/TableImpl.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2009 Sun Microsystems, Inc.
- * All rights reserved. Use is subject to license terms.
+ * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/Utility.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/Utility.java 2010-12-14 18:41:46 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/main/java/com/mysql/clusterj/tie/Utility.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2009 Sun Microsystems, Inc.
- * All rights reserved. Use is subject to license terms.
+ * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/test/java/com/mysql/clusterj/tie/UtilityTest.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/test/java/com/mysql/clusterj/tie/UtilityTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/test/java/com/mysql/clusterj/tie/UtilityTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Sun Microsystems, Inc.
+ * Copyright 2010 Sun Microsystems, Inc.
* All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/BigIntegerTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/BigIntegerTypesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/BigIntegerTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/Bug54619Test.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/Bug54619Test.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/Bug54619Test.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/CoordinatedTransactionIdVariableTest.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/CoordinatedTransactionIdVariableTest.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/CoordinatedTransactionIdVariableTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/DecimalTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/DecimalTypesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/DecimalTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/DefaultConnectValuesTest.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/DefaultConnectValuesTest.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/DefaultConnectValuesTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/DynamicObjectTest.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/DynamicObjectTest.java 2010-12-21 00:52:28 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/DynamicObjectTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/FindByPrimaryKey2Test.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/FindByPrimaryKey2Test.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/FindByPrimaryKey2Test.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/HashOnlyLongIntStringPKTest.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/HashOnlyLongIntStringPKTest.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/HashOnlyLongIntStringPKTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/LoadTest.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/LoadTest.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/LoadTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/MultithreadedFindTest.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/MultithreadedFindTest.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/MultithreadedFindTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/QueryBigIntegerTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/QueryBigIntegerTypesTest.java 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/QueryBigIntegerTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/QueryExplainTest.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/QueryExplainTest.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/QueryExplainTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/QueryStringTypesTest.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/QueryStringTypesTest.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/QueryStringTypesTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/VarcharStringLengthTest.java'
--- a/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/VarcharStringLengthTest.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/clusterj/clusterj-tie/src/test/java/testsuite/clusterj/tie/VarcharStringLengthTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/clusterj/pom.xml'
--- a/storage/ndb/clusterj/pom.xml 2010-12-14 18:31:20 +0000
+++ b/storage/ndb/clusterj/pom.xml 2011-02-02 09:52:33 +0000
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/config/java_support.mk.am'
--- a/storage/ndb/config/java_support.mk.am 2010-01-22 16:07:59 +0000
+++ b/storage/ndb/config/java_support.mk.am 2011-02-02 09:52:33 +0000
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Sun Microsystems, Inc.
+# Copyright 2010 Sun Microsystems, Inc.
# All rights reserved. Use is subject to license terms.
#
# This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/config/type_JAVA.cmake'
--- a/storage/ndb/config/type_JAVA.cmake 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/config/type_JAVA.cmake 2011-02-02 09:52:33 +0000
@@ -1,4 +1,4 @@
-# Copyright (C) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/Makefile.am'
--- a/storage/ndb/src/ndbjtie/Makefile.am 2010-04-27 12:45:23 +0000
+++ b/storage/ndb/src/ndbjtie/Makefile.am 2011-02-02 09:52:33 +0000
@@ -1,5 +1,4 @@
-# Copyright (C) 2009 Sun Microsystems, Inc.
-# All rights reserved. Use is subject to license terms.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/MysqlUtilsWrapper.hpp'
--- a/storage/ndb/src/ndbjtie/MysqlUtilsWrapper.hpp 2010-10-19 06:13:29 +0000
+++ b/storage/ndb/src/ndbjtie/MysqlUtilsWrapper.hpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/NdbApiWrapper.hpp'
--- a/storage/ndb/src/ndbjtie/NdbApiWrapper.hpp 2010-04-18 17:41:22 +0000
+++ b/storage/ndb/src/ndbjtie/NdbApiWrapper.hpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/mgmapi/MGMAPI.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/mgmapi/MGMAPI.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/mgmapi/MGMAPI.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/mysql/CharsetMap.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/mysql/CharsetMap.java 2010-10-19 06:13:29 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/mysql/CharsetMap.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/mysql/CharsetMapConst.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/mysql/CharsetMapConst.java 2010-10-19 06:13:29 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/mysql/CharsetMapConst.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/mysql/Utils.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/mysql/Utils.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/mysql/Utils.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NDBAPI.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NDBAPI.java 2010-04-18 17:41:22 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NDBAPI.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/Ndb.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/Ndb.java 2010-04-06 09:19:08 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/Ndb.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbBlob.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbBlob.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbBlob.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbBlobConst.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbBlobConst.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbBlobConst.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbConst.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbConst.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbConst.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbDictionary.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbDictionary.java 2010-04-18 17:41:22 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbDictionary.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbError.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbError.java 2010-04-18 17:41:22 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbError.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbErrorConst.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbErrorConst.java 2010-04-18 17:41:22 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbErrorConst.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbEventOperation.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbEventOperation.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbEventOperation.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbEventOperationConst.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbEventOperationConst.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbEventOperationConst.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbIndexOperation.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbIndexOperation.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbIndexOperation.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbIndexOperationConst.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbIndexOperationConst.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbIndexOperationConst.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbIndexScanOperation.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbIndexScanOperation.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbIndexScanOperation.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbIndexScanOperationConst.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbIndexScanOperationConst.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbIndexScanOperationConst.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbInterpretedCode.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbInterpretedCode.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbInterpretedCode.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbInterpretedCodeConst.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbInterpretedCodeConst.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbInterpretedCodeConst.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbLockHandle.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbLockHandle.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbLockHandle.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbLockHandleConst.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbLockHandleConst.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbLockHandleConst.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbOperation.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbOperation.java 2010-10-02 06:07:43 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbOperation.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbOperationConst.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbOperationConst.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbOperationConst.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbRecAttr.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbRecAttr.java 2010-04-18 17:41:22 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbRecAttr.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbRecAttrConst.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbRecAttrConst.java 2010-04-18 17:41:22 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbRecAttrConst.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbRecord.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbRecord.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbRecord.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbRecordConst.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbRecordConst.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbRecordConst.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbScanFilter.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbScanFilter.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbScanFilter.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbScanFilterConst.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbScanFilterConst.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbScanFilterConst.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbScanOperation.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbScanOperation.java 2010-10-02 06:07:43 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbScanOperation.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbScanOperationConst.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbScanOperationConst.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbScanOperationConst.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbTransaction.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbTransaction.java 2010-10-02 06:07:43 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbTransaction.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbTransactionConst.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbTransactionConst.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/NdbTransactionConst.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/Ndb_cluster_connection.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/Ndb_cluster_connection.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/Ndb_cluster_connection.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/Ndb_cluster_connectionConst.java'
--- a/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/Ndb_cluster_connectionConst.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/com/mysql/ndbjtie/ndbapi/Ndb_cluster_connectionConst.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/jtie/Makefile.am'
--- a/storage/ndb/src/ndbjtie/jtie/Makefile.am 2010-04-27 12:45:23 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/Makefile.am 2011-02-02 09:52:33 +0000
@@ -1,5 +1,4 @@
-# Copyright (C) 2009 Sun Microsystems, Inc.
-# All rights reserved. Use is subject to license terms.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/com/mysql/jtie/ArrayWrapper.java'
--- a/storage/ndb/src/ndbjtie/jtie/com/mysql/jtie/ArrayWrapper.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/com/mysql/jtie/ArrayWrapper.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/com/mysql/jtie/Wrapper.java'
--- a/storage/ndb/src/ndbjtie/jtie/com/mysql/jtie/Wrapper.java 2010-04-06 06:28:25 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/com/mysql/jtie/Wrapper.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/jtie.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/jtie.hpp 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/jtie.hpp 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/jtie/jtie_gcalls.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/jtie_gcalls.hpp 2010-04-06 06:28:25 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/jtie_gcalls.hpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/jtie_lib.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/jtie_lib.hpp 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/jtie_lib.hpp 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/jtie/jtie_stdint.h'
--- a/storage/ndb/src/ndbjtie/jtie/jtie_stdint.h 2010-04-06 02:58:31 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/jtie_stdint.h 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/jtie_tconv.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/jtie_tconv.hpp 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/jtie_tconv.hpp 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/jtie/jtie_tconv_array_impl.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/jtie_tconv_array_impl.hpp 2010-04-06 06:28:25 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/jtie_tconv_array_impl.hpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/jtie_tconv_enum.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/jtie_tconv_enum.hpp 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/jtie_tconv_enum.hpp 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/jtie/jtie_tconv_enum_impl.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/jtie_tconv_enum_impl.hpp 2010-04-06 06:28:25 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/jtie_tconv_enum_impl.hpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/jtie_tconv_idcache_impl.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/jtie_tconv_idcache_impl.hpp 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/jtie_tconv_idcache_impl.hpp 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/jtie/jtie_tconv_impl.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/jtie_tconv_impl.hpp 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/jtie_tconv_impl.hpp 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/jtie/jtie_tconv_impl_default.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/jtie_tconv_impl_default.hpp 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/jtie_tconv_impl_default.hpp 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/jtie/jtie_tconv_object.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/jtie_tconv_object.hpp 2010-04-06 06:28:25 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/jtie_tconv_object.hpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/jtie_tconv_object_impl.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/jtie_tconv_object_impl.hpp 2010-04-06 06:28:25 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/jtie_tconv_object_impl.hpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/jtie_tconv_ptrbybb.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/jtie_tconv_ptrbybb.hpp 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/jtie_tconv_ptrbybb.hpp 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/jtie/jtie_tconv_ptrbybb_impl.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/jtie_tconv_ptrbybb_impl.hpp 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/jtie_tconv_ptrbybb_impl.hpp 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/jtie/jtie_tconv_ptrbyval.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/jtie_tconv_ptrbyval.hpp 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/jtie_tconv_ptrbyval.hpp 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/jtie/jtie_tconv_ptrbyval_impl.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/jtie_tconv_ptrbyval_impl.hpp 2010-04-06 06:28:25 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/jtie_tconv_ptrbyval_impl.hpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/jtie_tconv_refbybb.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/jtie_tconv_refbybb.hpp 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/jtie_tconv_refbybb.hpp 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/jtie/jtie_tconv_refbybb_impl.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/jtie_tconv_refbybb_impl.hpp 2010-04-06 06:28:25 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/jtie_tconv_refbybb_impl.hpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/jtie_tconv_refbyval.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/jtie_tconv_refbyval.hpp 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/jtie_tconv_refbyval.hpp 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/jtie/jtie_tconv_refbyval_impl.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/jtie_tconv_refbyval_impl.hpp 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/jtie_tconv_refbyval_impl.hpp 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/jtie/jtie_tconv_string.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/jtie_tconv_string.hpp 2010-04-15 16:37:27 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/jtie_tconv_string.hpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/jtie_tconv_string_impl.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/jtie_tconv_string_impl.hpp 2010-04-15 16:37:27 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/jtie_tconv_string_impl.hpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/jtie_tconv_utils_impl.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/jtie_tconv_utils_impl.hpp 2010-04-06 06:28:25 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/jtie_tconv_utils_impl.hpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/jtie_tconv_value.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/jtie_tconv_value.hpp 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/jtie_tconv_value.hpp 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/jtie/jtie_tconv_value_impl.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/jtie_tconv_value_impl.hpp 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/jtie_tconv_value_impl.hpp 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/jtie/jtie_tconv_vwidth.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/jtie_tconv_vwidth.hpp 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/jtie_tconv_vwidth.hpp 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/jtie/jtie_tconv_xwidth.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/jtie_tconv_xwidth.hpp 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/jtie_tconv_xwidth.hpp 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/jtie/test/Makefile.am'
--- a/storage/ndb/src/ndbjtie/jtie/test/Makefile.am 2010-03-01 19:24:42 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/test/Makefile.am 2011-02-02 09:52:33 +0000
@@ -1,5 +1,4 @@
-# Copyright (C) 2009 Sun Microsystems, Inc.
-# All rights reserved. Use is subject to license terms.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/test/jtie_unit_tests-t'
--- a/storage/ndb/src/ndbjtie/jtie/test/jtie_unit_tests-t 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/test/jtie_unit_tests-t 2011-02-02 09:52:33 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/test/myapi/Makefile.am'
--- a/storage/ndb/src/ndbjtie/jtie/test/myapi/Makefile.am 2010-09-28 07:10:20 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/test/myapi/Makefile.am 2011-02-02 09:52:33 +0000
@@ -1,5 +1,4 @@
-# Copyright (C) 2009 Sun Microsystems, Inc.
-# All rights reserved. Use is subject to license terms.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/test/myapi/myapi.cpp'
--- a/storage/ndb/src/ndbjtie/jtie/test/myapi/myapi.cpp 2010-10-20 02:11:18 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/test/myapi/myapi.cpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/test/myapi/myapi.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/test/myapi/myapi.hpp 2010-10-19 19:06:32 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/test/myapi/myapi.hpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/test/myapi/myapi_test.cpp'
--- a/storage/ndb/src/ndbjtie/jtie/test/myapi/myapi_test.cpp 2010-10-26 19:33:51 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/test/myapi/myapi_test.cpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/test/myjapi/Makefile.am'
--- a/storage/ndb/src/ndbjtie/jtie/test/myjapi/Makefile.am 2010-09-28 07:10:20 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/test/myjapi/Makefile.am 2011-02-02 09:52:33 +0000
@@ -1,5 +1,4 @@
-# Copyright (C) 2009 Sun Microsystems, Inc.
-# All rights reserved. Use is subject to license terms.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/test/myjapi/MyApiWrapper.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/test/myjapi/MyApiWrapper.hpp 2010-04-06 06:28:25 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/test/myjapi/MyApiWrapper.hpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/A.java'
--- a/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/A.java 2010-09-28 08:19:43 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/A.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/B0.java'
--- a/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/B0.java 2010-09-28 08:19:43 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/B0.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/B1.java'
--- a/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/B1.java 2010-09-28 08:19:43 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/B1.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/CI.java'
--- a/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/CI.java 2010-04-06 06:28:25 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/CI.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/D0.java'
--- a/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/D0.java 2010-04-06 06:28:25 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/D0.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/D1.java'
--- a/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/D1.java 2010-04-06 06:28:25 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/D1.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/D2.java'
--- a/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/D2.java 2010-04-06 06:28:25 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/D2.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/E.java'
--- a/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/E.java 2010-04-06 06:28:25 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/E.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/MyJapi.java'
--- a/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/MyJapi.java 2010-09-28 08:19:43 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/MyJapi.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/MyJapiCtypes.java'
--- a/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/MyJapiCtypes.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi/MyJapiCtypes.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi_MyJapi.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi_MyJapi.hpp 2010-04-15 16:37:27 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi_MyJapi.hpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi_MyJapiCtypes.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi_MyJapiCtypes.hpp 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi_MyJapiCtypes.hpp 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi_classes.hpp'
--- a/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi_classes.hpp 2010-04-06 06:28:25 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi_classes.hpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi_lib.cpp'
--- a/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi_lib.cpp 2010-09-28 08:19:43 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/test/myjapi/myjapi_lib.cpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/test/myjapi/test/MyJapiTest.java'
--- a/storage/ndb/src/ndbjtie/jtie/test/myjapi/test/MyJapiTest.java 2010-09-28 08:19:43 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/test/myjapi/test/MyJapiTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/test/unload/Makefile.am'
--- a/storage/ndb/src/ndbjtie/jtie/test/unload/Makefile.am 2010-03-01 19:24:42 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/test/unload/Makefile.am 2011-02-02 09:52:33 +0000
@@ -1,5 +1,4 @@
-# Copyright (C) 2009 Sun Microsystems, Inc.
-# All rights reserved. Use is subject to license terms.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/jtie/test/unload/test/MyLoadUnloadTest.java'
--- a/storage/ndb/src/ndbjtie/jtie/test/unload/test/MyLoadUnloadTest.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/jtie/test/unload/test/MyLoadUnloadTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/mgmapi_jtie.hpp'
--- a/storage/ndb/src/ndbjtie/mgmapi_jtie.hpp 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/mgmapi_jtie.hpp 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/mysql/CharsetMap.cpp'
--- a/storage/ndb/src/ndbjtie/mysql/CharsetMap.cpp 2010-10-19 06:13:29 +0000
+++ b/storage/ndb/src/ndbjtie/mysql/CharsetMap.cpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/mysql/CharsetMap.hpp'
--- a/storage/ndb/src/ndbjtie/mysql/CharsetMap.hpp 2010-10-19 06:13:29 +0000
+++ b/storage/ndb/src/ndbjtie/mysql/CharsetMap.hpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/mysql/CharsetMapImpl.cpp'
--- a/storage/ndb/src/ndbjtie/mysql/CharsetMapImpl.cpp 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/mysql/CharsetMapImpl.cpp 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/mysql/CharsetMapImpl.h'
--- a/storage/ndb/src/ndbjtie/mysql/CharsetMapImpl.h 2010-07-01 15:22:04 +0000
+++ b/storage/ndb/src/ndbjtie/mysql/CharsetMapImpl.h 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/mysql/Makefile.am'
--- a/storage/ndb/src/ndbjtie/mysql/Makefile.am 2010-02-22 19:53:22 +0000
+++ b/storage/ndb/src/ndbjtie/mysql/Makefile.am 2011-02-02 09:52:33 +0000
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Sun Microsystems, Inc.
+# Copyright 2010 Sun Microsystems, Inc.
# All rights reserved. Use is subject to license terms.
#
# This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/mysql/decimal_utils.cpp'
--- a/storage/ndb/src/ndbjtie/mysql/decimal_utils.cpp 2010-02-22 19:55:25 +0000
+++ b/storage/ndb/src/ndbjtie/mysql/decimal_utils.cpp 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/mysql/decimal_utils.hpp'
--- a/storage/ndb/src/ndbjtie/mysql/decimal_utils.hpp 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/mysql/decimal_utils.hpp 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/mysql/test/Makefile.am'
--- a/storage/ndb/src/ndbjtie/mysql/test/Makefile.am 2010-10-14 18:31:53 +0000
+++ b/storage/ndb/src/ndbjtie/mysql/test/Makefile.am 2011-02-02 09:52:33 +0000
@@ -1,5 +1,4 @@
-# Copyright (C) 2009 Sun Microsystems, Inc.
-# All rights reserved. Use is subject to license terms.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/mysql/test/mysql_utils_test.cpp'
--- a/storage/ndb/src/ndbjtie/mysql/test/mysql_utils_test.cpp 2010-10-26 19:33:51 +0000
+++ b/storage/ndb/src/ndbjtie/mysql/test/mysql_utils_test.cpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/mysql/test/mysql_utils_unit_tests-t'
--- a/storage/ndb/src/ndbjtie/mysql/test/mysql_utils_unit_tests-t 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/src/ndbjtie/mysql/test/mysql_utils_unit_tests-t 2011-02-02 09:52:33 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/mysql_utils_jtie.hpp'
--- a/storage/ndb/src/ndbjtie/mysql_utils_jtie.hpp 2010-10-19 06:13:29 +0000
+++ b/storage/ndb/src/ndbjtie/mysql_utils_jtie.hpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/ndbapi_jtie.hpp'
--- a/storage/ndb/src/ndbjtie/ndbapi_jtie.hpp 2010-10-02 06:07:43 +0000
+++ b/storage/ndb/src/ndbjtie/ndbapi_jtie.hpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/ndbjtie_defs.hpp'
--- a/storage/ndb/src/ndbjtie/ndbjtie_defs.hpp 2010-04-06 07:09:11 +0000
+++ b/storage/ndb/src/ndbjtie/ndbjtie_defs.hpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/ndbjtie_lib.cpp'
--- a/storage/ndb/src/ndbjtie/ndbjtie_lib.cpp 2010-10-02 06:07:43 +0000
+++ b/storage/ndb/src/ndbjtie/ndbjtie_lib.cpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/test/Makefile.am'
--- a/storage/ndb/src/ndbjtie/test/Makefile.am 2010-03-01 19:24:42 +0000
+++ b/storage/ndb/src/ndbjtie/test/Makefile.am 2011-02-02 09:52:33 +0000
@@ -1,5 +1,4 @@
-# Copyright (C) 2009 Sun Microsystems, Inc.
-# All rights reserved. Use is subject to license terms.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/test/ndbjtie_unit_tests-t'
--- a/storage/ndb/src/ndbjtie/test/ndbjtie_unit_tests-t 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/src/ndbjtie/test/ndbjtie_unit_tests-t 2011-02-02 09:52:33 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/test/test/JTieTestBase.java'
--- a/storage/ndb/src/ndbjtie/test/test/JTieTestBase.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/test/test/JTieTestBase.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/test/test/MySqlUtilsCharsetMapTest.java'
--- a/storage/ndb/src/ndbjtie/test/test/MySqlUtilsCharsetMapTest.java 2010-10-26 19:33:51 +0000
+++ b/storage/ndb/src/ndbjtie/test/test/MySqlUtilsCharsetMapTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/src/ndbjtie/test/test/MySqlUtilsDecimalTest.java'
--- a/storage/ndb/src/ndbjtie/test/test/MySqlUtilsDecimalTest.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/test/test/MySqlUtilsDecimalTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/test/test/NdbJTieLibraryLoadingTest.java'
--- a/storage/ndb/src/ndbjtie/test/test/NdbJTieLibraryLoadingTest.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/test/test/NdbJTieLibraryLoadingTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/test/test/NdbJTieSmokeTest.java'
--- a/storage/ndb/src/ndbjtie/test/test/NdbJTieSmokeTest.java 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/test/test/NdbJTieSmokeTest.java 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/utils/helpers.hpp'
--- a/storage/ndb/src/ndbjtie/utils/helpers.hpp 2010-02-13 08:01:08 +0000
+++ b/storage/ndb/src/ndbjtie/utils/helpers.hpp 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/src/ndbjtie/utils/mystdint.h'
--- a/storage/ndb/src/ndbjtie/utils/mystdint.h 2010-04-27 09:53:30 +0000
+++ b/storage/ndb/src/ndbjtie/utils/mystdint.h 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/Makefile.defaults'
--- a/storage/ndb/test/crund/Makefile.defaults 2011-01-30 21:22:57 +0000
+++ b/storage/ndb/test/crund/Makefile.defaults 2011-02-02 09:52:33 +0000
@@ -1,4 +1,4 @@
-# Copyright 2009 Sun Microsystems, Inc.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/martins_little_helpers/src/utils/HrtProfiler.java'
--- a/storage/ndb/test/crund/martins_little_helpers/src/utils/HrtProfiler.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/martins_little_helpers/src/utils/HrtProfiler.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/martins_little_helpers/src/utils/HrtStopwatch.java'
--- a/storage/ndb/test/crund/martins_little_helpers/src/utils/HrtStopwatch.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/martins_little_helpers/src/utils/HrtStopwatch.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/martins_little_helpers/src/utils/HrtStopwatchTest.java'
--- a/storage/ndb/test/crund/martins_little_helpers/src/utils/HrtStopwatchTest.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/martins_little_helpers/src/utils/HrtStopwatchTest.java 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/martins_little_helpers/src/utils/Properties.hpp'
--- a/storage/ndb/test/crund/martins_little_helpers/src/utils/Properties.hpp 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/martins_little_helpers/src/utils/Properties.hpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2003 MySQL AB
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/martins_little_helpers/src/utils/Properties_test.cpp'
--- a/storage/ndb/test/crund/martins_little_helpers/src/utils/Properties_test.cpp 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/martins_little_helpers/src/utils/Properties_test.cpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2003 MySQL AB
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/martins_little_helpers/src/utils/helpers.hpp'
--- a/storage/ndb/test/crund/martins_little_helpers/src/utils/helpers.hpp 2010-10-01 04:10:21 +0000
+++ b/storage/ndb/test/crund/martins_little_helpers/src/utils/helpers.hpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2009 Sun Microsystems, Inc.
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_gstopwatch.c'
--- a/storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_gstopwatch.c 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_gstopwatch.c 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2003 MySQL AB
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_gstopwatch.h'
--- a/storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_gstopwatch.h 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_gstopwatch.h 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2003 MySQL AB
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_stopwatch.c'
--- a/storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_stopwatch.c 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_stopwatch.c 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2003 MySQL AB
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_stopwatch.h'
--- a/storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_stopwatch.h 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_stopwatch.h 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2003 MySQL AB
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_stopwatch_test.c'
--- a/storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_stopwatch_test.c 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_stopwatch_test.c 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2003 MySQL AB
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_utils.c'
--- a/storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_utils.c 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_utils.c 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2003 MySQL AB
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_utils.h'
--- a/storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_utils.h 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_utils.h 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2003 MySQL AB
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_utils_test.c'
--- a/storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_utils_test.c 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/martins_little_helpers/src/utils/hrt_utils_test.c 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2003 MySQL AB
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/test/crund/martins_little_helpers/src/utils/string_helpers.hpp'
--- a/storage/ndb/test/crund/martins_little_helpers/src/utils/string_helpers.hpp 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/martins_little_helpers/src/utils/string_helpers.hpp 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2003 MySQL AB
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/martins_little_helpers/src/utils/utils_HrtStopwatch.c'
--- a/storage/ndb/test/crund/martins_little_helpers/src/utils/utils_HrtStopwatch.c 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/martins_little_helpers/src/utils/utils_HrtStopwatch.c 2011-02-02 09:52:33 +0000
@@ -1,6 +1,5 @@
/*
- Copyright (C) 2003 MySQL AB
- All rights reserved. Use is subject to license terms.
+ Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/martins_little_helpers/src/utils/utils_JniInstrumentationTest.c'
--- a/storage/ndb/test/crund/martins_little_helpers/src/utils/utils_JniInstrumentationTest.c 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/martins_little_helpers/src/utils/utils_JniInstrumentationTest.c 2011-02-02 09:52:33 +0000
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2003 MySQL AB
+ Copyright 2010 Sun Microsystems, Inc.
All rights reserved. Use is subject to license terms.
This program is free software; you can redistribute it and/or modify
=== modified file 'storage/ndb/test/crund/process.sh'
--- a/storage/ndb/test/crund/process.sh 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/process.sh 2011-02-02 09:52:33 +0000
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (C) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/scripts/load_shema.sh'
--- a/storage/ndb/test/crund/scripts/load_shema.sh 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/scripts/load_shema.sh 2011-02-02 09:52:33 +0000
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (C) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/scripts/mycrund.sh'
--- a/storage/ndb/test/crund/scripts/mycrund.sh 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/scripts/mycrund.sh 2011-02-02 09:52:33 +0000
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (C) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/scripts/mycrundcxx.sh'
--- a/storage/ndb/test/crund/scripts/mycrundcxx.sh 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/scripts/mycrundcxx.sh 2011-02-02 09:52:33 +0000
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (C) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/scripts/mycrundjava.sh'
--- a/storage/ndb/test/crund/scripts/mycrundjava.sh 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/scripts/mycrundjava.sh 2011-02-02 09:52:33 +0000
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (C) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/scripts/mytwscxx.sh'
--- a/storage/ndb/test/crund/scripts/mytwscxx.sh 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/scripts/mytwscxx.sh 2011-02-02 09:52:33 +0000
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (C) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/scripts/mytwsjava.sh'
--- a/storage/ndb/test/crund/scripts/mytwsjava.sh 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/scripts/mytwsjava.sh 2011-02-02 09:52:33 +0000
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (C) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/scripts/restart_cluster.sh'
--- a/storage/ndb/test/crund/scripts/restart_cluster.sh 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/scripts/restart_cluster.sh 2011-02-02 09:52:33 +0000
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (C) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/scripts/restart_mysqld.sh'
--- a/storage/ndb/test/crund/scripts/restart_mysqld.sh 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/scripts/restart_mysqld.sh 2011-02-02 09:52:33 +0000
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (C) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/scripts/restart_ndb.sh'
--- a/storage/ndb/test/crund/scripts/restart_ndb.sh 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/scripts/restart_ndb.sh 2011-02-02 09:52:33 +0000
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (C) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/scripts/slay.sh'
--- a/storage/ndb/test/crund/scripts/slay.sh 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/scripts/slay.sh 2011-02-02 09:52:33 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/scripts/start_cluster.sh'
--- a/storage/ndb/test/crund/scripts/start_cluster.sh 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/scripts/start_cluster.sh 2011-02-02 09:52:33 +0000
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (C) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/scripts/start_mysqld.sh'
--- a/storage/ndb/test/crund/scripts/start_mysqld.sh 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/scripts/start_mysqld.sh 2011-02-02 09:52:33 +0000
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (C) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/scripts/start_ndb.sh'
--- a/storage/ndb/test/crund/scripts/start_ndb.sh 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/scripts/start_ndb.sh 2011-02-02 09:52:33 +0000
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (C) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/scripts/stop_cluster.sh'
--- a/storage/ndb/test/crund/scripts/stop_cluster.sh 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/scripts/stop_cluster.sh 2011-02-02 09:52:33 +0000
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (C) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/scripts/stop_mysqld.sh'
--- a/storage/ndb/test/crund/scripts/stop_mysqld.sh 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/scripts/stop_mysqld.sh 2011-02-02 09:52:33 +0000
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (C) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/scripts/stop_ndb.sh'
--- a/storage/ndb/test/crund/scripts/stop_ndb.sh 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/scripts/stop_ndb.sh 2011-02-02 09:52:33 +0000
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (C) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/src/com/mysql/cluster/crund/B0.java'
--- a/storage/ndb/test/crund/src/com/mysql/cluster/crund/B0.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/src/com/mysql/cluster/crund/B0.java 2011-02-02 09:52:33 +0000
@@ -2,6 +2,7 @@
* vim:expandtab:shiftwidth=4:tabstop=4:smarttab:
*
* Copyright 2010 Sun Microsystems, Inc.
+ * All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/src/com/mysql/cluster/crund/B1.java'
--- a/storage/ndb/test/crund/src/com/mysql/cluster/crund/B1.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/src/com/mysql/cluster/crund/B1.java 2011-02-02 09:52:33 +0000
@@ -2,6 +2,7 @@
* vim:expandtab:shiftwidth=4:tabstop=4:smarttab:
*
* Copyright 2010 Sun Microsystems, Inc.
+ * All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/src/com/mysql/cluster/crund/IA.java'
--- a/storage/ndb/test/crund/src/com/mysql/cluster/crund/IA.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/src/com/mysql/cluster/crund/IA.java 2011-02-02 09:52:33 +0000
@@ -2,6 +2,7 @@
* vim:expandtab:shiftwidth=4:tabstop=4:smarttab:
*
* Copyright 2010 Sun Microsystems, Inc.
+ * All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/src/com/mysql/cluster/crund/IB0.java'
--- a/storage/ndb/test/crund/src/com/mysql/cluster/crund/IB0.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/src/com/mysql/cluster/crund/IB0.java 2011-02-02 09:52:33 +0000
@@ -2,6 +2,7 @@
* vim:expandtab:shiftwidth=4:tabstop=4:smarttab:
*
* Copyright 2010 Sun Microsystems, Inc.
+ * All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/src/com/mysql/cluster/crund/JdbcDriverTest.java'
--- a/storage/ndb/test/crund/src/com/mysql/cluster/crund/JdbcDriverTest.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/src/com/mysql/cluster/crund/JdbcDriverTest.java 2011-02-02 09:52:33 +0000
@@ -2,6 +2,7 @@
* vim:expandtab:shiftwidth=4:tabstop=4:smarttab:
*
* Copyright 2010 Sun Microsystems, Inc.
+ * All rights reserved. Use is subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/src/com/mysql/cluster/crund/ResultProcessor.java'
--- a/storage/ndb/test/crund/src/com/mysql/cluster/crund/ResultProcessor.java 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/src/com/mysql/cluster/crund/ResultProcessor.java 2011-02-02 09:52:33 +0000
@@ -1,7 +1,7 @@
/* -*- mode: java; c-basic-offset: 4; indent-tabs-mode: nil; -*-
* vim:expandtab:shiftwidth=4:tabstop=4:smarttab:
*
- * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
=== modified file 'storage/ndb/test/crund/src/tables_derby.sql'
--- a/storage/ndb/test/crund/src/tables_derby.sql 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/src/tables_derby.sql 2011-02-02 09:52:33 +0000
@@ -1,4 +1,5 @@
--- Copyright (C) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+-- Copyright 2010 Sun Microsystems, Inc.
+-- All rights reserved. Use is subject to license terms.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/src/tables_mysql.sql'
--- a/storage/ndb/test/crund/src/tables_mysql.sql 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/src/tables_mysql.sql 2011-02-02 09:52:33 +0000
@@ -1,4 +1,4 @@
--- Copyright (C) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+-- Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/src/tables_ora8.sql'
--- a/storage/ndb/test/crund/src/tables_ora8.sql 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/src/tables_ora8.sql 2011-02-02 09:52:33 +0000
@@ -1,4 +1,5 @@
--- Copyright (C) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+-- Copyright 2010 Sun Microsystems, Inc.
+-- All rights reserved. Use is subject to license terms.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
=== modified file 'storage/ndb/test/crund/tws/schema.sql'
--- a/storage/ndb/test/crund/tws/schema.sql 2011-01-31 09:07:01 +0000
+++ b/storage/ndb/test/crund/tws/schema.sql 2011-02-02 09:52:33 +0000
@@ -1,4 +1,4 @@
--- Copyright (C) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+-- Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
Attachment: [text/bzr-bundle] bzr/kent.boortz@oracle.com-20110202095233-frol43ny839kz6c5.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-telco-7.1 branch (kent.boortz:4061) | Kent Boortz | 2 Feb |